-
Recent Posts
Categories
- Android (73)
- Android Apps (65)
- Apache (4)
- Arch (8)
- Bill 'em (2)
- CentOS (17)
- Development (9)
- Dominion Companion (13)
- Fedora (17)
- Good Shepherd Knights of Columbus (2)
- Good Shepherd Online App (2)
- GS Chinese Auction (2)
- Guides (42)
- Harptabs.com (56)
- Harptabs.com Mobile App (17)
- Landscaper Tracker (1)
- Linux (58)
- myCookieFortune.com (3)
- Networking (2)
- News (121)
- Our Apps (49)
- Payup (1)
- PHP IP Logger (6)
- Time Off Tracker (6)
- Website Loader (1)
- Websites (10)
Tags
android apps arch setup authconfig basics Bill 'em bug fix cli command-line default runlevel dominion companion draft email firewall harptabs Harptabs.com Harptabs.com Android App headless iptables iso lock-out Maintenance mobile mobile app mount pacman pam password password complexity PHP IP Logger QR run-level runlevel samba security shadow file ssh sshfs syntax highlighting terminal time off tracker update upgrade vi vimAds by Google
Join us on Facebook
CentOS / RHEL: View Vnstat Graphs Using PHP Web Interface Frontend
Posted in CentOS, Fedora, Guides, Linux
Leave a comment
CentOS / RHEL: Install Network Traffic Monitor To Keep a Log Of Daily Traffic
Posted in CentOS, Fedora, Guides, Linux
Leave a comment
Mail Command Missing in Centos
If the mail command is missing in CentOS you just need to install the mailx package. You can do this with the following yum command:
yum install mailx
Posted in CentOS, Guides, Linux
Leave a comment
Extract the audio from a flash video
Extract the audio from a flash video.
ffmpeg -i video.flv -acodec copy track.mp3
Unix / Linux: See Colourised Filesystem Disk Space Usage
This is a neat little program which with give you a “graphical” display of the free space from the command line. http://www.cyberciti.biz/tips/unix-linux-bsd-pydf-command-in-colours.html
