Something to never forget again:
-
rsync --recursive me@remote:'"~/Very complicated path/"' ~/Downloads/
So: single quote, double quote, path, double quote, single quote
September 14th, 2011 — Linux
Something to never forget again:
So: single quote, double quote, path, double quote, single quote
September 6th, 2011 — Linux, PHP
Everytime I install a new version of Ubuntu / Linux I'm hoping Zend Studio (the old/good one) will still be working. So I installed Ubuntu 11.10 and also this time I had to install some stuff to get Zend Studio working.
And it worked! Know I'm gonna try do update the JRE of the Zend Studio 5.5
September 6th, 2011 — Linux
In ubuntu 11.04 I had an icon at ~/.icons/Humanity/status/22/gtk-paste.svg so I would get a nice systray icon for ClipIt. But ClipIt changed something so now I had to cp the gtk-paste.svg to:
~/.icons/hicolor/scalable/apps/clipit-trayicon.svg
Then logout/login and I had a nice trayicon! Long live clipboard managers. I _really_ wouldn't want to miss them!
August 18th, 2011 — Linux, PHP
No apt-getting on Hardy
August 9th, 2011 — Linux, python
I was messing around with some python script to test a spamassassin install. It checks al the mail in the spam folder an see if it is marked as spam. Then it goes through the mail in ham/ and see if it passes as not-spam.
So I'm developing it on my local computer but I wanted to test it on a remote server. Well, actually not that remote because I can touch it from where I'm sitting but that's not the point
The point was that I needed something to keep the remote version of the sourcecode in sync with the local source. Google to the rescue and I found lsyncd.
A nice little tool to sync two directories with rsync. Too bad it didn't support transfers only via sftp because freebsd (the remote server) doesn't come with rsync installed. So I had to install that also
Yeah, tough job....
Then on the local machine:
You have to specify the remote directory or else it will wipe you home folder as I discovered...
After this was done I could go on developing.
August 5th, 2011 — Uncategorized
May 6th, 2011 — Linux
Met onze super-stabiele connectie op het kantoor wil rsync er nog wel eens uitklappen. Dus als je dan 's ochtends kijkt hoe ver 'ie is kom je er achter dat rsync gestopt is. Daarom een rrsync. Gebasseerd op deze link: http://blog.iangreenleaf.com/2009/03/rsync-and-retrying-until-we-get-it.html maar iets beter gemaakt zodat het rsync commando er niet hard in staat:
(Misschien dat de indent niet helemaal goed is)
April 18th, 2011 — Linux
February 8th, 2011 — development, Other
Generate your own Github resumé
December 20th, 2010 — Linux
And don't forget to enable the soundmenu plugin in banshee!