Ubuntu實用命令(繼續更新中 )

2021-05-17 11:51:45 字數 1100 閱讀 3036

把個人ubuntu使用中遇到的一些問題總結下:

開啟配置原始檔:sudo gedit/etc/apt/sources.list

備份原始檔:sudo cp/etc/apt/sources.list /etc/apt/sources.list.backup

恢復原始檔:sudo cp/etc/apt/sources.list.backup /etc/apt/sources.list

更新系統:sudo apt-getupdate

sudoapt-get dist-upgrade

sudodpkg --configure -a

sudo apt-get install/remove name

刪除系統不再使用的孤立軟體:sudo apt-get autoremove

刪除舊核心:sudo aptitude purge~ilinux-image-.*\(\!`uname -r`\)

sudo ntpdate210.72.145.44(中國科學院國家授時中心)

sudoupdate-grub

sudo apt-getinstall gnochm/chmsee

sudo apt-getinstall rar unrar p7zip p7zip-rar p7zip-full

sudo ntpdate210.72.145.44(中國科學院國家授時中心)

sudo grub

find/boot/grub/stage1  

root()

setup()

利用ubuntu自帶的工具撥號上網:

sudo pondsl-provider   

sudo poff

sudo gedit/etc/network/inte***ces  

修改iface eth0 inet dhcp 為iface eth0 inet static  

並在這句後新增  

address 192.168.1.1  

netmask 255.255.255.0  

gateway 192.168.1.254  

儲存退出後使用如下命令  

/etc/init.d/networking restart

Linux實用命令(持續更新)

1.grep檔案內容查詢命令 grep n i r test n顯示行號 i忽略大小寫 r遞迴查詢 當前目錄下查詢含有 test 的內容 grep預設非絕對匹配,區分大小寫 2.find檔案名字查詢命令 find name test 在當前目錄下遞迴查詢名字為 test.c 的檔案 find預設絕對...

Docker實用命令(持續更新 )

docker builder options path url 用於使用dockerfile建立映象 f 指定要使用的dockerfile路徑 isolation 使用容器隔離技術 m 設定記憶體最大值 no cache 建立映象過程中不適用快取 pull 嘗試去更新映象的新版本 q 安靜模式,成功...

Ubuntu下apt 實用命令

apt cache search package 搜尋包 apt cache show package 獲取包的相關資訊,如說明 大小 版本等 sudo apt get install package 安裝包 sudo apt get install package reinstall 重新安裝包 ...