looking for some web space
April 27, 2008 at 2:18 am (Uncategorized)
Okie dokie, I haven’t posted anything for a while, mainly because I was busy AGAIN with compiling KDE 4.1 trunk. I finally did it, successfully! I just followed the tutorial at techbase!
Anyway, as I was waiting for this to compile, I wrote two useful scripts, each one only 60 lines. One of them is a bash utility which you give a directory as an argument to it and then it backs up that folder and sends it over to a remote server ( the server should support sftp ). It’s good for example if you have another computer and it supports sftp, and then you want to back up your files and send it over, but do not want to waste a whole amount of time on this! It’s annoying when you have to back up everything. Though, what I do is that I have a backup folder in my home directory, and then I put everything in it, and then I just run this script. And it will replace the old version, which is good!!!
The other one is a c++ program that converts a string of characters ( a line of text ) into binary form! This is also useful because sometimes I want to send some things in ‘code style’ ( being fancy here )! Anyway, it was fun, at least I didn’t waste my time doing nothing
So now, the problem is: I don’t have anywhere to upload these two guys ( read: files ) so you could also use them!! Does anyone know where can I upload them?