【Orange Pi Lite2】 ——2《在使用以前的配置》(未完)

【Orange Pi Lite2】 ——2《在使用以前的配置》


本文只在博客園發佈linux

在開始前你須要準備的材料與軟件git

  • filezilla/或者不
  • 聲明  : 本教程適合0基礎新手,本章將會介紹使用前如何配置。
       請不要嘗試搭建違反網絡安全法的相關條款,你已經被警告過了。
       本系列的更新,由 E序列 技術支持小組 提供,本小組免費爲生物黑客提供技術支持

FileZilla 的錯誤

  • open for read: permission denied
  • chomd 777 你的文件/文件夾 你的文件夾權限不表明文件權限github

    這是快速下載和上傳使用的工具,固然,你也能夠直接從個人git項目裏下載相關陸續更新的腳本shell

    git clone https://github.com/legiorange/OpenHardwire

    #### 如何使用filezilla:輸入IP,用戶名,密碼,22。而後點擊連接

請務必擴容SD卡

做爲一個會鏈接開源硬件的人,幾g怎麼夠用,真漢子,要夠大。
df -h #查看當前磁盤大小
cat /sys/block/mmcblk0/mmcblk0p2/start  # 查看第二分區的起始地址,而後記下來
sudo fdisk /dev/mmcblk0   #使用fdisk操做磁盤
d   #d,刪除分區
Partition number (1-4): 2   # 2,刪除第二分區(默認回車)
n  #建立一個新分區
p  #建立一個主分區(默認回車)
2  #主分區2(默認回車)
143360  #輸入第二分區起始扇區
         #Enter(回車)
 w   #將上面的操做寫入分區表

WARNING: Re-reading the partition table failed with error 16: Device or resource busy.
The kernel still uses the old table. The new table will be used at
the next reboot or after you run partprobe(8) or kpartx(8)
Syncing disks.vim

resize2fs /dev/mmcblk0p2
df -h
若是須要,M我,我試試shell寫出來自動擴容腳本

自動鏈接WIFI

你應該學會使用一些簡單的linux命令。好比
vim /etc/network/interfaces
 
 
 
 auto wlan0 
 iface wlan0 inet dhcp 
 wpa-ssid orangepi //此處填入 WIFI 帳號(如今是 orangepi) 
 wpa-psk orangepi //此處填入 WIFI 密碼(如今是 orangepi)

當你使用apt-get的時候必定會...

E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.安全

sudo dpkg --configure -a

PS:若是各類失敗直接刪了dpkg的update目錄從新搞網絡

相關文章
相關標籤/搜索