Welcome Guest, [ Log in, Register ]

Linux

bikram_bj's picture

MythTV: The Open Source PVR

For years now, Linux users have been proud of the fact that their favorite operating system is at the heart of the most popular personal video recorder (PVR) system around: TiVo. 

Not only is TiVo a revolutionary media appliance (ask any TiVo owner if they can imagine living without one), it’s an excellent example of what can be done with embedded Linux. Furthermore, the company behind TiVo has done little to discourage the cult of TiVo hackers that’s developed over the last several years. Odds are that the hackability of the TiVo generates a non-trivial percentage of sales in some regions. 

ramki's picture

How to reset the mysql root password on Linux system

 If you forgot your mysql root password, not able to login to your mysql database. Don't worry this is the simplest way I could find to reset mysql root user password.

  • Stop mysqld

    shell> /etc/init.d/mysql stop

  • Edit /etc/init.d/mysql file to add --skip-grant-tables option.

hardik's picture

How to find maximum file or directory size in linux with sorting


Due to some misconfiguration in ReocrdMyDesktop Application (Application to record desktop activity), My root partition got eaten up to 100%. Nothing was working, except Virtual Terminal (That was taking more then 10 minutes to launch and logged in too:(). So, i went in flash back to find which can caused this problem, By mistake ReocrdMyDesktop was running behind the scene, which was eating my CPU and Memory, I have found thorough TOP utility and killed it :), But point is how should i find the file/directory, which is largest in disk generated my RecordMyDesktop, so i can delete it and free some disk memory, No, I was not aware with RecordMyDesktop nternals :(.

Now Question is: How to find maximum file or directory size in linux with sorting?
Here we go....