for i in `ls /home/|grep muppet`; do passwd -l $i; done; It’s as simple as that. Just make sure you’re an authorized user or you sudo yourself the the right level… But you knew that, ...
sed -i 's/old-bit/new-bit/g' *.ext And hey presto, you’re done. Alternatively, to keep a copy of the old file, perl comes in with a helping hand: perl -pie 's/old-bit/new-bit/g' inputname > o ...
Richard Stallman has published an opinion on the matter of Debian including the Mono project in order to support some C# projects. He warns that it “leads the community in a risky direction̶ ...
Quick step – just jotting it down as I keep forgetting: route-method exe route-delay 2 at the end of the ovpn file will do the trick (running as Administrator…) But you knew that already! ...
http://www.synch.co.za is back (after a sabbatical of some time) so everything’s all happy again on the site, as well as on http://synch.co.za — in the meantime, only the URL synch.cc had ...
What would a search-engine say if I didn’t add the basic link to the source of tweets (that comes back here if all goes well): http://twitter.com/svenwelzel But you figured that out already 🙂 ...
Just really a matter of generating random rubbish on the net. Let’s see what the fuss/hype is all about 🙂 Twitter is now using the OAuth method for new registration of applications (either deskt ...
For the self-signed certificate: sudo a2enmod ssl wget http://librarian.launchpad.net/7477840/apache2-ssl.tar.gz tar -zxvf apache2-ssl.tar.gz sudo cp apache2-ssl-certificate /usr/sbin/ sudo cp ssleay. ...
cp just saps resources when transferring large volumes of data between directories. Especially on old machine memory usage spikes when the process is started and the machine becomes almost unresponsiv ...