-
Recent Posts
- VLAN Security Tips – Best Practices
- Cisco 880W 881W, 886W, 887W, 888W Multiple – Dual SSID Integrated Access Point Configuration
- The Pocket-Picking Facebook Malware That No One Knows How to Stop
- Why Zsh is Cooler than Your Shell
- Treacherous backdoor found in TP-Link routers – The H Security: News and Features
Categories
- Android (73)
- Android Apps (65)
- Apache (4)
- Arch (8)
- Bill 'em (2)
- CentOS (17)
- Cisco (2)
- 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 (4)
- News (122)
- 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
Category Archives: Arch
Lifehacker Arch Tutorial
Build a Killer Customized Arch Linux Installation and Learn All About Linux in the Process.
Posted in Arch, Guides
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
Build a Killer Customized Arch Linux Installation and Learn All About Linux in the Process
This is a nicely written guide for people looking to getting started with Arch Linux. Build a Killer Customized Arch Linux Installation and Learn All About Linux in the Process.
Clean-up Pacman
In Arch when ever you install a package it is downloaded to your system. This make perfect sense because how else are you going to install it… What most people don’t realize is that those packages stay on the system … Continue reading
Working with ISO from the Linux Command Line
If you have wondered how to create an iso from the command line, it is very simple. You just need to use the following commands: mkisofs -o <name of iso>.iso <directory to be iso> To burn an ISO from the … Continue reading
