Apr 6, 2013 | Gnu/Linux, QuickFix, Technical
Use the following command to copy the partition table from sda to sdb. sfdisk -d /dev/sda | sfdisk -f /dev/sdb sfdisk -d dumps the partition table on to stdout. This is being piped to sfdisk /dev/sdb with the –force to write it on /dev/sdb. You can use dd to...
Dec 19, 2008 | linux, QuickFix, Technical
After scheduling the cron jobs, its important to ensure that they are running without any errors. In such cases it’s important to set email alerts for crontab. To set email alert for your cron jobs; Edit the crontab entry: $ crontab -e and enter the email...
Dec 8, 2008 | linux, Product Info, QuickFix, Technical, Ubuntu
It’s common to type the command incorrectly. Very simple example is, ls. I have typed it reverse order many times while working on console. It irritates while we miss the keys on the board and type the typo’s isn’t it? Aravinda pointed me to a new...
Sep 30, 2008 | linux, QuickFix, Technical
Right! while copying few files from one location to other, I might have to overwrite the files and I will be forced to say yes all the time to continue with the copy. At times, We don’t even want to break our head with it. We move the folder or files and copy...
Recent Comments