用預設的nautilus瀏覽
在要開啟的資料夾按右鍵>open with other application
選VS code
最近在找能好好同步筆電跟Android裝置的方式,很多App都有奇怪的限制跟邏輯
試過samba, Daemon sync
目前找到最好用的算是這個組合
手機上只要安裝SSHelper
PC不用另外安裝東西,用現有的rsync + ssh!
AppImage免安裝的特性,只要改permisssion成executable就可以執行,非常方便,但讓他放在正確的位置及在appplication中能找到他讓使用起來更為簡單
潛水影片因為藍光在水中的穿透律大於紅光
距離越遠剩下的紅光越少
因為紅光的減少量根據離有關,所以只要照片中包含不同距離的物體,很難將顏色條到完美
另外就是因為量部可能RGB都暴掉,用histogram eq調整完之後會很容易偏紅,有鬼火的效果
Ubuntu修圖軟體建議
影像GIMP
影片kdenlive
/go
/go : installation, $GOROOT
/projects : $GOPATH
/pkg
/src : add projects here
/myMod1
/go.mod
/main.go
` /myMod2
/go.mod
/main.go如果未按照這此結構,VS code會找不到package
gopls was not able to find modules in your workspace.
When outside of GOPATH, gopls needs to know which modules you are working on.
You can fix this by opening your workspace to a folder inside a Go module, or
by using a go.work file to specify multiple modules.
See the documentation for more information on setting up your workspace:
https://github.com/golang/tools/blob/master/gopls/doc/workspace.md
~/go/projects/src/myMod1$ go mod init go.example/demo-1
我都拿來做一些簡單的影像編輯,ex:裁剪特定影像範圍後另存新檔
安裝方式:
去官網下載.appImage,給予執行權限,直接執行.appImage檔案
為方便使用,可以自製.desktop檔,放在./.local/share/applications/Krita.desktop
範例:
[Desktop Entry]
Name=Krita
Exec=/home/[userName]/.local/bin/krita-5.1.1-x86_64.appimage
Icon=/home/[userName]/.local/bin/krita.svg
comment=Krita
Type=Application
Terminal=false
Encoding=UTF-8
Categories=Utility;