學習筆記: 以下以 Lubuntu IMAGE for BananaPI 為例:
bananapi/bananapi
&
root/bananapi
===========================================================
修改 BananaPi 開機解析度
===========================================================
用 Windows 修改 SD 記憶卡裡的 uEnv.txt
去除 EDID 字眼
Make sure you disable EDID in the uEnv.txt...
The screen output-mode field should look sth like :
disp.screen0_output_mode=1280x720p50
instead of
disp.screen0_output_mode=EDID:1280x720p50
完成。
===========================================================
ubuntu下要怎麼在 command mode中連線無線網路
===========================================================
sudo iwconfig <--查看無線網卡的編號
sudo iwlist scan <--看目前AP的資訊
sudo iwconfig eth1 "ssap" <--設定網卡要連的AP名稱
sudo dhclient <--取得IP
完成。
===========================================================
修正 xrdp 畫面空白問題
===========================================================
首先
cd /etc/xrdp/
cp startwm.sh startwm.sh.bak
vi /etc/xrdp/startwm.sh
第一行加入
echo "lxsession -s Lubuntu -e LXDE" > .xsession
重新啟動 xrdp
sudo service xrdp restart
完成。
===========================================================
Banana Pi - Lubuntu - 擴展 root 分割區
===========================================================
目前的硬碟分割狀態
$ df -h
使用 fdisk 指令來列出硬碟的分割狀態及分割硬碟
$ sudo fdisk -l
分割硬碟
$ sudo fdisk /dev/mmcblk0
d 2 n p 2 enter enter
輸入 p 觀看硬碟分割的狀態
輸入 wq 儲存磁碟分割並離開
重新開機
$ sudo reboot
使用 resize2fs 調整分割區大小
$ sudo resize2fs /dev/mmcblk0p2
重新輸入 df -h 來查驗
$ df -h
最後在 GUI 底下
執行 偏好設定 / Disks 程式
完成。
搜尋此網誌
2014年10月10日 星期五
2014年10月9日 星期四
安裝Samba
安裝Samba sudo apt-get install samba 設定Samba
編輯 /etc/samba/smb.conf
(1)
[global]
workgroup = root
security = share
(2)尾部加入
[分享資料夾的名稱]
path = 分享資料夾的路徑
writable = yes
guest account = root
force user = root
public = yes
force group = root
[3]重新啟動 Samba Server
sudo /etc/init.d/samba restart
[4]在Windows設定
在網路上的芳鄰圖示下按右鍵,
選 "連線網路磁碟機"
磁碟機: 任選
資料夾: \\Ubuntu下所設IP\分享資料夾的名稱
2014年10月5日 星期日
Banana Pi - Lubuntu OS - 擴展 root 分割磁區大小
先確認看看目前的硬碟分割狀態
$ df -h
使用 fdisk 指令列出硬碟的分割狀態等資訊
$ sudo fdisk -l
開始分割硬碟
$ sudo fdisk /dev/mmcblk0
然後依序畫面提示,陸續輸入
d 2 n p 2 enter enter
輸入 p 觀看硬碟分割磁區的狀態
輸入 wq 儲存磁碟分割並離開
重新開機
$ sudo reboot
使用 resize2fs 來調整分割磁區大小
$ sudo resize2fs /dev/mmcblk0p2
重新輸入 df -h 來查驗
$ df -h
最後也可以在 GUI 底下
執行 偏好設定 / Disks 程式 檢查結果
完成。
$ df -h
使用 fdisk 指令列出硬碟的分割狀態等資訊
$ sudo fdisk -l
開始分割硬碟
$ sudo fdisk /dev/mmcblk0
然後依序畫面提示,陸續輸入
d 2 n p 2 enter enter
輸入 p 觀看硬碟分割磁區的狀態
輸入 wq 儲存磁碟分割並離開
重新開機
$ sudo reboot
使用 resize2fs 來調整分割磁區大小
$ sudo resize2fs /dev/mmcblk0p2
重新輸入 df -h 來查驗
$ df -h
最後也可以在 GUI 底下
執行 偏好設定 / Disks 程式 檢查結果
完成。
2014年9月1日 星期一
about Banana PI website
There are a team of Linux enthusiasts with decades of experience in embedded software and passion for open source software.
http://www.bananapi.org/
http://www.bananapi.org/
訂閱:
文章 (Atom)