2010 September

How to read Ext3/Ext4 linux partition from windows 7

You can download Ext2Read from here

source

By WladyX on 30 September, 2010 | Cool Apps, Windows | A comment?

Automatically shutdown windows

shutdown -s -t 3600 –> windows shutsdown after 1 hour (3600 seconds)

source

By WladyX on | Windows | A comment?

Finding files larger than 200 MB on HP-UX

# find / -size +200000000c -exec ls -l {} \;

source

By WladyX on | HP-UX, Scripts | A comment?

Darik’s Boot And Nuke

Darik’s Boot and Nuke (“DBAN”) is a self-contained boot disk that securely wipes the hard disks of most computers. DBAN will automatically and completely delete the contents of any hard disk that it can detect, which makes it an appropriate utility for bulk or emergency data destruction.

homepage

By WladyX on | Security | A comment?

Using mysqldump to Back Up Your MySQL Database

mysqldump -u root -p --all-databases > backup092210.sql

source

By WladyX on | Mysql | A comment?

Cut off a person/object in gimp

By WladyX on 21 September, 2010 | General, Gimp, Link | A comment?

Sync Windows Tomboy with Linux Tomboy

# ls -al /home/linuser/.local/share/tomboy
lrwxrwxrwx 1 root root 71 2010-09-21 14:35 /home/linuser/.local/share/tomboy -> /media/win7/Documents and Settings/winuser/AppData/Roaming/Tomboy/notes

By WladyX on | General, Windows | A comment?

Strange characters in Firefox Google search on Ubuntu

I checked the Language settings of Firefox via Edit -> Preferences -> Content -> Languages. After you hit the “Choose…” button, you will be shown the preferred Language ordering of Firefox.

Oddly enough, on that Languages screen, the only language in the list was “chrome://global/locale/intl.properties”!

To rectify the problem, I added “English [en]” to the list, and moved it above the strange entry in the ordering. Refreshing Google now shows the correct character set.

source

By WladyX on 16 September, 2010 | Firefox, Ubuntu | 1 comment

Logwatch ignore.conf

/etc/logwatch/conf/ignore.conf:

warning: header Subject:

source
By WladyX on 15 September, 2010 | General | A comment?

Google Search Re/Move Left-hand Sidebar

By WladyX on | Firefox, Link, Style | A comment?