Ubuntu 軟件包地址
一. 字體
不管是雅黑還是宋體,從windows cp過來后, 直接雙擊打開並安裝
二. Meld 可視的diff和合並工具
Meld是一個可視的diff和合並工具。Meld是Linux軟件,用戶使用它可以比較2至3個文件並進行編輯,也可以比較2至3個文件夾並同時進行文件對比。

三. RapidSVN

windows 下的svn我們使用subversion,subversion是基於windows資源管理器打開,並顯示圖標。
在Linux下我使用RapidSVN,RapidSVN也是圖像化用戶界面,但相比subversion沒有在資源管理器中集成。

四. FTP
不用多介紹FileZilla,免費又好用。
軟件庫下載

五. SQLLite 查看工具
DB Browser for SQLite

六. 下拉式終端tilda
安裝:
sudo apt-get install tilda
F12 呼出呼入


七. 遠程連接Remmina

Remmina 是一個遠程連接軟件可以支持多種連接 RDP、SFTP、 SSH、 VNC 等
八.安裝Last Release of wine
牛逼的wine大家都知道,可以在linux下執行Windows程序
如果是64位系統,先執行
sudo dpkg --add-architecture i386
因為個別軟件需要32的庫
然后執行
wget https://dl.winehq.org/wine-builds/Release.key sudo apt-key add Release.key sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ sudo apt-get update
update后執行
sudo apt-get install --install-recommends winehq-stable
參考: https://imcn.me/html/y2019/34840.html
通過
wine –version
就能看到Last Release 版本的wine了
wine-3.0 # 2017-12-01
八.【一】安裝deepin-wine-for-Ubuntu
原生自帶wine有時有兼容問題,高大上的deepin團隊做了更高級的linux的wine兼容移植,兼容性更好。
下載:https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu
容器鏡像:http://mirrors.aliyun.com/deepin/pool/non-free/d/
git clone https://gitee.com/wszqkzqk/deepin-wine-for-ubuntu.git ./install.sh
記得使用dpkg 安裝,因為用GDebi安裝會報錯: 錯誤:依賴關系不滿足 deepin-win32-preloader
例如:
sudo dpkg -i deepin.com.qq.im_8.9.19983deepin23_i386.deb
查看版本:
deepin-wine --version
wine-2.18
九. 屏幕錄像
simplescreenrecorder
sudo apt-get install simplescreenrecorder // 最后更新時間2017.4

支持mp4,mkv等多種格式
Peek

下載地址: https://github.com/phw/peek (V1.3.1 2018-08-29)
https://files.cnblogs.com/files/dcb3688/peek-1.3.1-0-x86_64.AppImage.7z (Ubuntu18.04)
或PPA
sudo add-apt-repository ppa:peek-developers/stable sudo apt update sudo apt install peek

支持GIF,mp4,webM等格式
十.Fiddler抓包
下載mono
sudo apt-get install mono-complete
下載一個最新的版本:
http://fiddler.wikidot.com/mono
啟動命令:
mono Fiddler.exe
十一.截圖工具
推薦三個軟件: Shutter deepin-screenshot flameshot
終端輸入 軟件+ -h 查看使用幫助


之前一直使用的shutter系統升級ubuntu18.04后一直提示svg失敗,目前未找到原因.
flameshot下載地址: https://files.cnblogs.com/files/dcb3688/flameshot_0.5.1-2_amd64.zip
deepin-screenshot下載地址: https://files.cnblogs.com/files/dcb3688/deepin-screenshot_4.0.11-1_amd64.zip
十二.geany 強大的文本編輯器

下載地址:https://www.geany.org/Download/Releases
geany的主題配色
themes下載地址:https://github.com/codebrainz/geany-themes
# 解壓安裝主題 ./install.sh
打開geany-查看-更改配色方案
十三.Flash player

用來玩GameSWF
sudo apt-get install gnash
SWF文件下右擊鼠標,選擇gnash打開
十四.ISO Master

下載地址: http://littlesvr.ca/isomaster/ (2008年 V1.3.13)
ISO Master 是一個易用的光盤鏡像文件(ISO)編輯器,通過它可以從ISO中提取文件、添加文件到ISO、創建可引導的ISO文件等等。
十五.看圖工具
推薦深度看圖

sudo apt install deepin-image-viewer
deb包下載:
https://files.cnblogs.com/files/dcb3688/deepin-image-viewer_1.2.19-2_amd64.zip
十六.Terminal
deepin-terminal
下載地址:https://packages.ubuntu.com/bionic/amd64/deepin-terminal/download
https://files.cnblogs.com/files/dcb3688/deepin-terminal.7z
十七.Redshift

Redshift 是一個支持Windows/linux 的護眼軟件,通過調整色溫/亮度/GRB伽馬等達到去藍光延緩眼鏡疲勞的作用.
安裝:
sudo apt install redshift
配置:
4000K到5500k的色溫是比較適合眼睛的,(默認6500k),所以盡力設置在這個色溫的區間.配置參考官網: http://jonls.dk/redshift/
創建: ~/.config/redshift.conf
; Global settings for redshift [redshift] ; Set the day and night screen temperatures temp-day=6000 temp-night=4500 ; Enable/Disable a smooth transition between day and night ; 0 will cause a direct change from day to night screen temperature. ; 1 will gradually increase or decrease the screen temperature. transition=1 ; Set the screen brightness. Default is 1.0. brightness=0.9 ; It is also possible to use different settings for day and night ; since version 1.8. ;brightness-day=0.7 ;brightness-night=0.4 ; Set the screen gamma (for all colors, or each color channel ; individually) gamma=0.9 ;gamma=0.8:0.7:0.8 ; This can also be set individually for day and night since ; version 1.10. ;gamma-day=0.8:0.7:0.8 ;gamma-night=0.6 ; Set the location-provider: 'geoclue', 'geoclue2', 'manual' ; type 'redshift -l list' to see possible values. ; The location provider settings are in a different section. location-provider=manual ; Set the adjustment-method: 'randr', 'vidmode' ; type 'redshift -m list' to see all possible values. ; 'randr' is the preferred method, 'vidmode' is an older API. ; but works in some cases when 'randr' does not. ; The adjustment method settings are in a different section. adjustment-method=randr ; Configuration of the location-provider: ; type 'redshift -l PROVIDER:help' to see the settings. ; ex: 'redshift -l manual:help' ; Keep in mind that longitudes west of Greenwich (e.g. the Americas) ; are negative numbers. [manual] lat=31 lon=121 ; Configuration of the adjustment-method ; type 'redshift -m METHOD:help' to see the settings. ; ex: 'redshift -m randr:help' ; In this example, randr is configured to adjust screen 1. ; Note that the numbering starts from 0, so this is actually the ; second screen. If this option is not specified, Redshift will try ; to adjust _all_ screens. [randr] ;screen=1
十八.HTTP 協議文件共享服務
Chfs是一個免費的、支持Windows/Linux、HTTP 協議的文件共享服務器,使用瀏覽器可以快速訪問。與其它常用文件共享方式(如 FTP、飛秋、網盤、自己建站)相比,具有使用簡單、適用場景更多的優點,在個人使用以及共享給他人的場景中非常方便快捷 。
官網地址:http://iscute.cn/chfs
下載: https://files.cnblogs.com/files/dcb3688/chfs-linux-amd64-1.4.zip
./chfs --port 8080 --path /home/wwwroot/ # chfs --help 更多幫助

十九.局域網端口探測工具Zenmap
ZenMap是安全掃描工具nmap的一個官方的圖形 用戶界面,是一個跨平台的開源應用 。
官網:https://nmap.org/ 最新版本:Zenmap 7.70 (2018-05)
安裝: 會自動安裝nmap
sudo apt install zenmap
記得在Zenmap (as root) 下運行,部分高級功能必須要獲取root權限。輸入要掃碼的局域網網段,例如:
192.168.1.1/24

20.epiphany-browser
一個Very 輕便的瀏覽器,一般情況安裝系統也會自帶(通過linuxdeploy安裝到手機linux無自帶),也可自行下載。
sudo apt install epiphany-browser


