“Three dirs man” THREE o.0
~/.cache/exaile ~/.config/exaile ~/.local/share/exaile
“Three dirs man” THREE o.0
~/.cache/exaile ~/.config/exaile ~/.local/share/exaile
I never really understood why you should always get a bootdisc environment for flashing your motherboard bios. Flashing a bios takes few seconds including the verification of the written data. Why should a stable system fail right in this moment? Yeah this could fuck the whole system up but who tells you you got a secure power supply in case you use a bootable environment from a CDROM? So I went another way. Without creating a bootable cd. So…
sudo -s flashrom -L
sudo -s flashrom -w yourimage
Check the programs output. Don’t reboot if it tells you sth went wrong badly!
sudo -s flashrom -r readbios
vbindiff readbios unmodified_outdated_same_v_from_vendor
If there’s a lot (!) different this is not your bios. (Some differences occour because all your settings probably are saved there too.) To see “a lot” compare your bios with the one you want to replace it with (the new). There should be much more difference.
vbindiff readbios newbios
My biosimages all have a date at the end which I could see in the hexeditor. If you have that too, check it! The bios you read from your motherboard and the outdated from your vendor should have the same date. The new image should have a newer date at exactly the same place.
I’ve written a tool for unrar extraction in python. Basically you can feed it with *.rar and it will do the rest for you. Additionally it can perform cleanup after a successful extraction including a working partYX.rar detection and it’s got passwordfile support. For usage use -h
For install make it executable and put it into /usr/bin or wherever you like.
Depends on:
Download it here:
http://unrarallpy.sourceforge.net/
or (maybe outdated)
http://cli-apps.org/content/show.php/Unrarall?content=124772
“What does this do?” It sucks in air!
Its released under the GPLv2. Use it at your own risk. There should be no dataloss (except the marked directory itself) because all used commands take care of remaining (already existing) files.
#!/bin/bash SAVEIFS=$IFS IFS=$(echo -en "nb") FILES=${NAUTILUS_SCRIPT_SELECTED_FILE_PATHS} for FILE in ${FILES} ; do if [ -d ${FILE} ]; then cd "${FILE}" mv -n * .. cd .. rmdir "${FILE}" fi done IFS=$SAVEIFS
Have fun!
FAQ nautilus scripts (http://g-scripts.sourceforge.net/faq.php)
Hint:
Transmission has two (not one) places where it stores information about its torrents.
The speed firefox handles multiple tabs, popup-windows and the content itself is much better under vista than in (gtk-world) linux. Kind of frustration. But there is swiftfox, an optimized version of firefox for linux (and its different architectures) and I should have found this thing much earlier!
Update
It seems as if there is no satisfying method of getting flash-sound running under a 64 bit system … :/
According to this site i just speeded up my firefox by disabling IPv6. It has a recognizeable effect, but i’m still a littlebit disappointed with the slow (gtk?) opening of new tabs and windows… A 2×2,9 ghz intel dualcore 4gb should do better…
I just updated ubuntu from hardy heron to intrepid ipex. I experienced a loss of all torrents of transmission because of its update from 1.06 to 1.34. To finish active torrents
When you completed all active downloads just unlock transmission with synaptics and update.
I found a tiny little usefull backup tool called rdiff-backup. Unfortunately it has no gui, but it just works 🙂 I also tried flyback, but this tool copied everything instead of linking it (like it should do), which was pretty nasty when a high amount of files is copied.
Projectpage:
Nasty bug!
Already reported but i didn’t find a real solution. However reinstalling amarok seems to work…
UPDATE I
No, it didn’t work. Changed to rythmbox. Still looking for a solution.
UPDATE II
This seems to work.