Automatically Post To Facebook From Linux Command Line
Would you like to update your Facebook status via the command line? Check out fbcmd A great article written by Kenneth Hess on installing and basic usage of fbcmd here on Linux-mag fbcmd Syntax page fbcmd Commands page So how can I automate this? SIMPLE!! Well first I created a file called fbstatus.sh and filled [...]
Analyze Disk Usage With NCurses Disk Usage NCDU
ncdu is a text-mode ncurses-based disk usage analyzer. Useful for when you want to see where all your space is going. For a single flat directory it isn’t more elaborate than an du|sort or some such thing, but this analyzes all directories below the one you specify so space consumed by files inside subdirectories is [...]
Top 10 Linux System Monitoring Tools Every Linux Geek Should Know
Are you in need of monitoring a Linux server for performance? These commands provide useful information about a system’s activities.
5 Linux Commands: timeout, cpulimit,awk,tar and youtube-dl
I know how much you love random linux commands so here I’ve compiled some cool random linux commands to copy, convert, limit,kill and redirect things. Start COMMAND, and kill it if still running after 5 seconds timeout 5s COMMAND Convert Youtube videos to MP3 youtube-dl -t –extract-audio –audio-format mp3 YOUTUBE_URL_HERE youtube-dl has this functionality built [...]
Linux Command Line and MySQL: Awesome
MySQL is the world’s most popular open source database. Whether you are a fast growing web property, technology ISV or large enterprise, MySQL can cost-effectively help you deliver high performance, scalable database applications. Check out this site MySQL Commands for a nice MySQL cheat sheet. UrFix.com however has created a list of commands I use [...]