用預設的nautilus瀏覽
在要開啟的資料夾按右鍵>open with other application
選VS code
最近在找能好好同步筆電跟Android裝置的方式,很多App都有奇怪的限制跟邏輯
試過samba, Daemon sync
目前找到最好用的算是這個組合
手機上只要安裝SSHelper
PC不用另外安裝東西,用現有的rsync + ssh!
AppImage免安裝的特性,只要改permisssion成executable就可以執行,非常方便,但讓他放在正確的位置及在appplication中能找到他讓使用起來更為簡單
/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;