~/.deepinwine/deepin-thunderspeed/drive_c/program files/thunder network
編輯新增deepin-wine專案:sudo nano defaults.list
該目錄下建立乙個.desktop檔案,在裡面做相應修改:(下面是示例)
影象處理(類似於photoshop):sudo apt install gimp
hp1018印表機:系統自帶的列印方案過段時間會停止列印,因此在本地重新進行編譯
安裝前記得更換pip2的源,這裡用華為的映象:pip的配置檔案為使用者根目錄下的:~/.pip/pip.conf,如果沒有目錄和檔案,新建,內容如下:
[global]
index-url =
trusted-host = mirrors.huaweicloud.com
timeout = 120
安裝hplip:
chmod +x hplip-3.19.6.run
./hplip-3.19.6.run
安裝時選擇自定義安裝,不要選擇自動,可以節省許多時間,這個過程中可以把傳真和掃瞄功能去掉(1018印表機不帶傳真和掃瞄).
經過一段時間的安裝,成功後安裝hplip-gui:
sudo apt-get install hplip hplip-gui
xinput list ;檢視輸入裝置參照這片文章:xinput set-prop 17 「device enabled」 0 ;設定裝置id為17的裝置不可用
xinput list-props 19 ;檢視id為17的裝置屬性
印表機突然不列印(hp系列)
解決方法:先在網上(推薦到這裡:openprinting)搜尋看有沒有對應型號印表機的ppds檔案,如果有用這個ppds檔案進行安裝。
排除是不是字型問題:列印測試頁能否通過,如果測試頁可以列印,其它文件不能列印,極有可能是安裝了其它字型,導致印表機不支援列印這種字型。解決方法是換乙個相容字型排版後列印。
hplip:no system tray detected on this system錯誤:
解決方法1,刪除啟動項:sudo rm /etc/xdg/autostart/hplip-systray.desktop
解決方法2,檢視/etc/xdg/autostart/hplip-systray.desktop檔案內容:發現:
exec=hp-systray -x
改為:
exec=sh -c "sleep 5; exec hp-systray -x"
Ubuntu18 04 系統安裝
swap 4096 55g 需要放各種軟體 sudo apt get update sudo apt get install openssh server 無法獲得鎖 var lib dpkg lock open 11 資源暫時不可用 e 無法鎖定管理目錄 var lib dpkg 是否有其他程序正...
安裝Ubuntu18 04過程
製作啟動u盤 準備好iso檔案,使用 rufus 2.18 製作啟動u盤。partition scheme and target system type 建議選擇 mbr,uefi 從u盤啟動 建立主分割槽 安裝系統和軟體 40g 主分割槽 空間起始位置 ext4 雖然ubuntu18.04系統在1...
Ubuntu 18 04安裝後需要做的設定
3 sudo apt get install jayatana 5 restart gnome shell.alt f2 按r回車 6 enable the extension in gnome tweak tool.在擴充套件欄 假設現在在圖形使用者介面,開啟終端,輸入如下命令 sudo syst...