Install ffmpeg packages in linux ( fedora, ubuntu and etc ) using installers (yum,apt-get and etc) use the following command to record the D...Read more »
The Magician Of Linux
Install ffmpeg packages in linux ( fedora, ubuntu and etc ) using installers (yum,apt-get and etc) use the following command to record the D...Read more »
While I'm about releasing power scripts, I've quickly written this script to monitor power usage on various Linux systems. It needs ...Read more »
Suspending to RAM is allows the system to quickly wake up. But Suspend to Disk allows the system to completely power off, saving more power....Read more »
Full Circle Magazine is a independent monthly magazine which is dedicated for Ubuntu and its family. It provides a great tutorial, tips, and...Read more »
I'm using Nagios3 in my Debian 6 box for monitoring my network. My system pings www.google.com periodically to check whether the Interne...Read more »
Many Ubuntu users who upgraded Linux kernel to newer version might encounter something messy in GRUB menu. The old kernel is still there and...Read more »
These are some commands for top-bottom or side-by-side 3D video transcoding with mencoder or ffmpeg and imagemagick. Read more »Read more »
Actually this should've been really easy. A small script loop on the kindle to log the battery consumption and then plug that data into ...Read more »
kernelatleast() { # provide number like 2639 kver=$(uname -r|cut -d\- -f1|tr -d '.'| tr -d '[A-Z][a-z]') kver=${kver:0:4} if...Read more »
I wrote this for my kindle and android devices. It's a nice, easy script though and should be great especially for embedded environments...Read more »
With the realease off ffmpeg 0.5 there is much better AVCHD support in my experience, so you can use it for perfect conversions. You can dow...Read more »
Okay, I may not be able to completely fulfill that promise, but you will most likely be saved from the second pass and thus a lot of encodin...Read more »
If you're installing a few programs in WINE, you may notice that they tend to influence each other negatively. The fix is to install the...Read more »
I bought a notebook to be flexible, but when at home I use it with external monitor, keyboard and mouse to be comfortable. Now the problem w...Read more »
Berawal dari sebuah kebutuhan untuk mengetahui kapan DHCP Client memperbaharui IP Address, saya akhirnya malah belajar Ruby dan jadilah scri...Read more »
There's a nice little python script named droopy available which let's you receive big files quite comfortably over a simple web br...Read more »
This script prepares your scanned Jpgs for using them e.g. with the sipgate fax. Or you can simply join them together in a small (black&...Read more »
This script lets you easily mirror a local directory to foreign computers that have rsync installed - securely via ssh. It assumes you have ...Read more »
There's a wonderful script named getlibs , that makes the annoying process of installation 32-bit libraries really comfortable.Read more »
There's a nice article about backups with rsync at Linux.com. I shall leave the explanations to it and just post my script as example h...Read more »