Sunday, November 3, 2013

HowTo Repair Broken ext4 Partitions


You should boot from live distribution, such as Ubuntu live CD (running fsck on a mounted system is very dangerous), and run fsck on your file system, one partition at a time. Here’s my favourite setting: fsck.ext4 -cDfty -C 0 /dev/sd** -c – check for bad sectors -D – optimize directories if possible -f – force check, even if filesystem seems clean -t – print timing stats (use -tt for more) -y – assume answer “yes” to all questions (such as, “do you want to continue”) -C 0 – print progress info to stdout /dev/sd** – the partition to check, e.g. /dev/sda1 for first partition (1) on first hard disk (a), etc. THANKS: http://justcheckingonall.wordpress.com/2010/07/18/howto-repair-broken-ext4-partitions/

Saturday, February 16, 2013

Monday, January 14, 2013

Darling, running Mac OS X binaries on Linux

Darling is an open source Darwin / OSX emulation layer for Linux. The aim is to achieve binary compatible support for Darwin / OSX applications on Linux, plus provide useful tools that will aid especially in application installation.

http://darling.dolezel.info/en/Darling

Sunday, September 23, 2012

maylys-uniblack icons



sudo add-apt-repository ppa:noobslab/icons
sudo apt-get update
sudo apt-get install malys-uniblack

sudo add-apt-repository ppa:noobslab/icons
sudo apt-get update
sudo apt-get install malys-uniblue

THANKS: Noobs Lab

Saturday, August 11, 2012

Some Gimp Path tools

http://sourceforge.net/projects/gimp-path-tools/files/scripts/

Also, some good tutorials can be found here http://www.gimpusers.com/tutorials

more scripts and help here http://www.gimphelp.org/scripts

and here
http://www.gimpchat.com/

Tuesday, July 3, 2012

Fogger

Turn any cloud app into a regular ubuntu application with proper unity integration.

https://launchpad.net/~loneowais/+archive/ppa/+files/fogger_0.1-public3_all.deb

Reddit Posting