The Geek Stuff
Howto and instruction guides on Linux, Database, Hardware, Security and more..
Latest Content
Question: How can I install all the schedule jobs from a text file to the crontab? Also, can I remove all the cron jobs at once instead of removing the individual lines from the crontab?Answer: You can install, edit and remove crontab in batch mode as..
Topics: crontab -r, Crontab Batch Install, Crontab Examples, FAQ, Install Cron from File, Linux
Topics: crontab -r, Crontab Batch Install, Crontab Examples, FAQ, Install Cron from File, Linux
Unix bc Command Line Calculator in Batch Mode - 4 days ago
You may be using bc command in command line for calculations. It can also be used for batch mode calculations as explained below.1. Calculation using Single command$ echo "4+10" | bc142. Calculation using Multiple commands$ echo... Topics: FAQ, Linux
Ubuntu Tips: How To View System Log Files in GUI - 11 days ago
Question: When debugging an issue on Ubuntu, I typically go to the command line to view the log file. Are there any GUI log file viewers available for Ubuntu?Answer: Ubuntu comes with an inbuilt system log file viewer.Launching System Log ViewerClick on.. Topics: FAQ, Linux, Ubuntu Log File Viewer, Ubuntu Tips and Tricks, Ubuntu View Log Files

This article is part of the on going Unix sed command tutorial series. In our previous articles we learned sed with single commands — printing, deletion, substitute and file write.Sed provides lot of commands to perform number of operations with...
Topics: Linux, Linux Sed Command, Sed Command, Sed Examples, Sed File Manipulation Commands, Sed Tips and Tricks, Unix Sed Command
Topics: Linux, Linux Sed Command, Sed Command, Sed Examples, Sed File Manipulation Commands, Sed Tips and Tricks, Unix Sed Command
How To Execute Ping Command Only For N number of Packets - 16 days ago
Question: When I execute ping command from the command line, it keeps sending the packets until I hit CTRL-C to terminate the ping command output. How can I execute ping command only for N number of packets and terminate the output automatically? Answer:. Topics: FAQ, Linux, Ping Command, Ping Command Example, Ping Command Options, Unix Ping Command






















