June 25, 2011 4:00 AM
KDE menu
The way to get this, and get rid of the 'new' menus is to right-click the KDE icon of the menu and 'unlock widgets' and then 'Switch to classic menu style'. Then lock the widgets and job done!
June 20, 2011 3:12 AM
334501 linux counter
June 18, 2011 2:25 AM
Time for a change 2
I haven't got it set up as I like yet, I haven't got my scripts set up so that I'll know when there's updates, but for now, I'm relying on doing an apt-get upgrade every evening to see what it picks up, if anything.
And at the same time of me changing operating systems, my ISP [talktalk] were moving everyone off their old tiscali accounts and onto new talktalk ones. So now I've got the joy of telling everybody about my new email address, which is, and i'm going to obscure it for the sake of bots crawling the internet and harvesting email addresses - but its 'famous British Queen of the Roman period@talktalk.net' There, that should keep the bots away :).
June 09, 2011 4:25 PM
Testing, one two three
June 09, 2011 3:40 PM
Backups and rsync
#!/bin/bash -xThis automates the file creation so that I don’t have to create it and change the date, it does it all for me! And it works flawlessly and does incremental backups every three hours.
#shell script for use with rsync in user crontab
/usr/bin/rsync -av /home/boztu/ /media/disk/`/bin/date +%Y%m%d`/ >> /home/boztu/cron/backup.txt.
June 09, 2011 3:36 PM
LibreOffice 3.4.0
June 09, 2011 4:34 AM
A new start!
Boot = 256mb
/ = 10g
Usr = 8g
Opt = 3g
Var = 3G
Swap = 1g
Tmp = 2g
Home = 130g
All of which should be stable for several years to come, I hope.
And I've stopped using 'rsnapshot' for doing my backups with, as twice now its eaten all my / which has taken me a long time to get it sorted out and me working properly again. Instead I'm using 'rsync', with the command being - sudo rsync -av /home/boztu/ /media/disk/20110521/ - and i just change the date appropriately.