Bookmarks
- July 8, 2014
- June 28, 2014
- June 27, 2014Everything about GNU/Linux and Open source 8 Cool Ways To Use SCP
Easily scp a file back to the host you’re connecting from mecp () { scp "$@" ${SSH_CLIENT%% *}:Desktop/; } Place in .bashrc and invoke like this: “mecp /path/to/file”, and it will copy the specified file(s) back to the desktop of the host you’re ssh’ing in from. To easily upload a file from the host you’re ssh’ing in from use this: ucp (){ scp ${SSH_CLIENT%% *}:Desktop/upload/* .; } - June 26, 2014Bug #1010289 “KeePass2: copy username or copy password does not ...” : Bugs : “keepass2” package : Ubuntu
TL;DR: CTRL+SHIFT+Insert oder xsel installieren - June 24, 2014
- June 24, 2014
- June 24, 2014dooblem/bsync
Rsync basierende Alternative zu Unison - June 19, 2014
- June 18, 2014
- June 16, 2014charlesthomas/magpie
"Evernote" Alternative welche Dateien ein einem Ordner bereitstellt und in Git versioniert.