Menu

Close
  • Home
  • Transifex
  • My really old website
  • Archives
☰ Menu

linux

Page 1 of 1

Faster and Resume-able Secure copy (scp)

Ever wondered how you could combine the power of rsync and simplicity of scp? Here's how: $ alias scpresume='rsync --compress --partial --progress --recursive --rsh=ssh' $ scpresume -r * ssh://example.com/foodir Simple as that! »
glezos-blog glezos-blog on Scp, Bash, Linux Mon 19 Jul 2010

Typing my pass instead of root in GNOME

I'm an avid fan of using sudo when needed and avoiding typing my root password. In the command-line this works fairly easy: su - usermod -a -G wheel MYUSERNAME visudo # Uncomment the following line: %wheel ALL=(ALL) ALL In GNOME, the above won't 'just work' due to the (fortunate ... »
glezos-blog glezos-blog on Gnome, English, Linux, Tech, Foss Tue 18 May 2010
Proudly published with Pelican