-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Yuri Pereira Constante edited this page Feb 1, 2022
·
9 revisions
http://tldp.org/LDP/Bash-Beginners-Guide/html/sect_07_01.html
ssh-keygen -t ed25519
xclip -selection clipboard -in <file>.pub
- Add key to git host
- Test with
ssh -T git@<git-host>
git fetch && git update-ref refs/heads/<branch> refs/remotes/origin/<branch>
dconf watch /
inotifywait -e modify -e close_write -e move -e create -e delete -m -r <path>
inotifywait -m -r <path>
- https://wiki.archlinux.org/index.php/XDG_Base_Directory
- https://wiki.gnome.org/Initiatives/GnomeGoals/XDGConfigFolders
- https://github.com/ayekat/dotfiles/blob/master/pam_environment
List of the default functions available to use for keybinding http://zsh.sourceforge.net/Doc/Release/Editor-Functions-Index.html
Check if the file is valid: desktop-file-validate <path>
.
Read the execution output: awk -F= '/Exec=/{system($2)}' <path>
set FILE (mktemp); systemd-analyze plot > "$FILE"; firefox "$FILE"
systemd-analyze critical-chain
systemd-analyze blame
Makefile shortcut
alias something="make --directory DIR_PATH "
On guest, run command sudo dnf --refresh install spice-webdavd spice-vdagent
, and restart guest
Access path dav://localhost:9843
cd /run/user/$UID/gvfs/dav:host=localhost,port=9843,ssl=false/
Fix permission error on volume: chcon -R -t svirt_sandbox_file_t <PATH>