<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lưu trữ Byobu - Hướng dẫn TENTEN</title>
	<atom:link href="https://help.tenten.vn/tag/byobu/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.tenten.vn/tag/byobu/</link>
	<description>Tài liệu hỗ trợ khách hàng</description>
	<lastBuildDate>Fri, 27 May 2022 03:57:57 +0000</lastBuildDate>
	<language>vi</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://help.tenten.vn/wp-content/uploads/2023/09/favicontenten.png</url>
	<title>Lưu trữ Byobu - Hướng dẫn TENTEN</title>
	<link>https://help.tenten.vn/tag/byobu/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Hướng dẫn sử dụng Byobu trên Linux</title>
		<link>https://help.tenten.vn/huong-dan-su-dung-byobu-tren-linux/</link>
		
		<dc:creator><![CDATA[Trần Hiếu]]></dc:creator>
		<pubDate>Fri, 27 May 2022 03:57:57 +0000</pubDate>
				<category><![CDATA[Cloud VPS]]></category>
		<category><![CDATA[Byobu]]></category>
		<guid isPermaLink="false">https://help.tenten.vn/?p=8843</guid>

					<description><![CDATA[<p>1. Byobu là gì Byobu là 1 trình hỗ trợ terminal. Nó mang đến nhiều chức năng hữu ích như chia đôi màn hình, mở tab nhanh,… 2. Khi nào cần sử dụng Byobu Khi bạn cần phải ssh vào nhiều server, cần tạo nhiều sesion trên server đó. Tuy nhiên, khi đang dở việc &#8230;</p>
<p>Bài viết <a href="https://help.tenten.vn/huong-dan-su-dung-byobu-tren-linux/">Hướng dẫn sử dụng Byobu trên Linux</a> đã xuất hiện đầu tiên vào ngày <a href="https://help.tenten.vn">Hướng dẫn TENTEN</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2 id="HướngdẫnsửdụngByobu-1.Byobulàgì"><span id="1_Byobu_la_gi">1. Byobu là gì</span></h2>
<p>Byobu là 1 trình hỗ trợ terminal. Nó mang đến nhiều chức năng hữu ích như chia đôi màn hình, mở tab nhanh,…</p>
<h2 id="HướngdẫnsửdụngByobu-2.KhinàocầnsửdụngByobu"><span id="2_Khi_nao_can_su_dung_Byobu">2. Khi nào cần sử dụng Byobu</span></h2>
<p>Khi bạn cần phải ssh vào nhiều server, cần tạo nhiều sesion trên server đó. Tuy nhiên, khi đang dở việc mà phải tắt máy hay sập điện, các phiên SSH bị tắt đi thì coi như hết.</p>
<p>Khi đó, Byobu có thể giúp bạn điều đó. Ta có thể truy cập đến server mà không phải ssh nhiều lần. Khi công việc vẫn đang thực hiện, ta phải tắt máy thì Byobu vẫn chạy. Khi ta mở lại thì công việc vẫn được tiếp tục.</p>
<h2 id="HướngdẫnsửdụngByobu-3.Càiđặt"><span id="3_Cai_dat">3. Cài đặt</span></h2>
<h3 id="HướngdẫnsửdụngByobu-TrênUbuntu"><span id="Tren_Ubuntu_Debian">Trên Ubuntu, Debian.</span></h3>
<pre class="lang:default decode:true">apt install -y byobu</pre>
<h3 id="HướngdẫnsửdụngByobu-TrênCentOS"><span id="Tren_CentOS_RHEL">Trên CentOS, RHEL</span></h3>
<pre class="lang:default decode:true">yum install -y byobu</pre>
<p>Để vào giao diện byobu, ta gõ trên terminal:</p>
<pre class="lang:default decode:true ">byobu</pre>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-9324 size-full b-loaded" src="https://help.tenten.vn/wp-content/uploads/2022/05/byobu.png" alt="Byobu" width="1049" height="703" /></p>
<p>Ta thấy có một dòng dưới cùng có các thông tin về các tab đang mở, ngày giờ, CPU, RAM…</p>
<p>Để biết cách sử dụng, ta sẽ bấm phím F1, rồi chọn <code>Help</code></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-9325 size-full b-loaded" src="https://help.tenten.vn/wp-content/uploads/2022/05/byobu1.png" alt="Byobu" width="1049" height="703" /></p>
<p>Ta sẽ thấy các phím tắt cùng chức năng của nó</p>
<h3 id="HướngdẫnsửdụngByobu-Mởthêmtabmới"><span id="Mo_them_tab_moi">Mở thêm tab mới</span></h3>
<p>Để mở thêm tab mới, ta nhấn phím <strong>F2</strong></p>
<h3 id="HướngdẫnsửdụngByobu-Chiađôimànhình"><span id="Chia_doi_man_hinh">Chia đôi màn hình</span></h3>
<ul>
<li>Để Chia đôi màn hình theo chiều dọc ta nhấn <strong>Ctrl</strong> + <strong>F2</strong></li>
</ul>
<ul>
<li>Đổi qua lại giữa các màn hình, ta bấm tổ hợp phím <strong>Shift</strong> + <strong>Mũi tên Trái/Phải</strong></li>
<li>Để chia đôi màn hình theo chiều ngang ta nhấn <strong>Shift</strong> + <strong>F2</strong></li>
</ul>
<h3 id="HướngdẫnsửdụngByobu-Chuyểnđổiqualạigiữacáctab"><span id="Chuyen_doi_qua_lai_giua_cac_tab">Chuyển đổi qua lại giữa các tab</span></h3>
<p>Để chuyển đổi qua lại giữa các tab, ta sử dụng phím <strong>F3</strong> (sang trái) và <strong>F4</strong> (sang phải)</p>
<p>Ngoài ra, có thể sử dụng tổ hợp <strong>Alt</strong> + <strong>Mũi tên Trái/Phải</strong></p>
<h3 id="HướngdẫnsửdụngByobu-Đóngmộtcửasổhaytab"><span id="Dong_mot_cua_so_hay_tab">Đóng một cửa sổ hay tab</span></h3>
<p>Ta gõ lệnh <code>exit</code></p>
<h3 id="HướngdẫnsửdụngByobu-Dichuyểnxemlog"><span id="Di_chuyen_xem_log">Di chuyển xem log</span></h3>
<p>Bạn đang tail một đoạn log và muốn di chuyển lên để check. Không cần dùng chuột nữa. Chỉ cần nhấn <strong>F7</strong>. Rồi dùng các phím Mũi tên Và <strong>Page UP</strong> + <strong>Page Down</strong> để xem.</p>
<h3 id="HướngdẫnsửdụngByobu-Đổitêntab"><span id="Doi_ten_tab">Đổi tên tab</span></h3>
<p>Ta nhấn phím <strong>F8</strong> rồi đặt tên cho tab.</p>
<div class="tg_wrap_cbsv" style="margin: 20px 0px; border-radius: 4px; border: 2px solid #ff8300;">
<p><cite style="margin: 0px; background-color: #ff8300; color: #fff; border-top-left-radius: 2px; border-top-right-radius: 2px; font-size: 19px; padding: 12px 20px; font-weight: bold; display: block; font-style: normal;">DỊCH VỤ CLOUD SERVER TỐC ĐỘ XỬ LÝ VƯỢT TRỘI</cite></p>
<div class="textwidget" style="padding: 20px; background: #ffffff;">
<p><a href="https://tenten.vn/vi/cloud-vps?code=YMCGSVhgJsxDwOUk&amp;idCampaign=2528" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="aligncenter wp-image-11441 size-full" src="https://tenten.vn/tin-tuc/wp-content/uploads/2022/08/VPS.png" alt="" width="1364" height="528" /></a></p>
</div>
</div>
<h4>Bài liên quan</h4>
<ul>
<li class="post_title"><a href="https://tenten.vn/tin-tuc/tang-ngay-50k-khi-khach-hang-khi-dang-ky-tai-khoan-vps-moi/">Tặng ngay 50K khi khách hàng đăng ký tài khoản VPS mới</a></li>
<li class="post_title"><a href="https://tenten.vn/tin-tuc/bang-gia-thue-vps-cloud/">Bảng giá thuê VPS Cloud mới nhất</a></li>
<li class="post_title"><a href="https://tenten.vn/tin-tuc/huong-dan-su-dung-vps/">Hướng dẫn sử dụng VPS với 6 bước đơn giản cho người mới bắt đầu</a></li>
</ul>
<p>Bài viết <a href="https://help.tenten.vn/huong-dan-su-dung-byobu-tren-linux/">Hướng dẫn sử dụng Byobu trên Linux</a> đã xuất hiện đầu tiên vào ngày <a href="https://help.tenten.vn">Hướng dẫn TENTEN</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
