-
Recent Posts
- Create Compressed, Encrypted Archives with tar + gpg on Linux
- # Beware of the Malware: CISA’s Latest Warning
- —title: A Critical Warning: Don’t Let Your Firebox Go Up in Flames!author: [Your Name Here]date: [Insert Date Here]tags: security, WatchGuard, Firebox, vulnerability—
- # 🚨 Critical Update: Google Patches Chrome Zero-Day Exploit!
- # Beware of the Groundbreaking New Ransomware: HybridPetya
Categories
- Android (80)
- Android Apps (74)
- Apache (4)
- Arch (10)
- Bill 'em (2)
- CentOS (20)
- Cisco (2)
- Development (12)
- DevOps (3)
- Dominion Companion (15)
- Fedora (20)
- Good Shepherd Knights of Columbus (2)
- Good Shepherd Online App (2)
- GS Chinese Auction (2)
- Guides (53)
- Hacks (10)
- Harptabs.com (68)
- Harptabs.com Mobile App (26)
- Landscaper Tracker (1)
- Linux (81)
- myCookieFortune.com (3)
- Networking (8)
- News (198)
- Our Apps (58)
- Payup (1)
- PHP IP Logger (6)
- Security (21)
- Time Off Tracker (6)
- Website Loader (1)
- Websites (20)
- Windows (4)
Tags
android apps arch beta Bill 'em block bluetooth bug fix Captcha css dc delete development domain controller dominion companion downloader draft email flash FSMO hard disk harptabs Harptabs.com Harptabs.com Android App inode iptables linux Maintenance mobile mobile app mount pacman password photos PHP IP Logger QR security smartctl special character ssh terminal testing time off tracker update upgradeAds by Google
Join us on Facebook
Author Archives: Nick
How to Hack a Computer Using Just An Image
Stegosploit: Hack a Computer Using Just An Image This is just another example of how dangerous the internet can be no matter what precautions you take. Source: How to Hack a Computer Using Just An Image
Posted in News
Leave a comment
11 pointless but awesome Linux terminal tricks
Here are some great Linux terminal tips and tricks, each one as pointless as it is awesome. Source: 11 pointless but awesome Linux terminal tricks
Posted in News
Leave a comment
Re-enable Disabled Select Boxes
You can run the following javascript code in the url bar on a page to enable you to change pull-down boxes which are disabled. javascript: var oInputs = new Array();oInputs = document.getElementsByTagName( ‘select’ );for ( i = 0; i < … Continue reading
Posted in Hacks
Leave a comment
Multiple windows in Vim
Using multiple windows in VIM can make things a lot easier and it really isn’t hard to do. To split the screen just do the following command: :split <filename> :vsplit <filename> If you would like to switch between the windows … Continue reading
Posted in Linux
Leave a comment
DNF | Dandified Yum
Yum package manager is no more. DNF is it’s replacement in Fedora 22. DNF is a fork of yum so most of the commands are the same but they are just run in the background in a better way. … Continue reading
Posted in Fedora
Leave a comment