-
Recent Posts
- ### The Cisco ASA Scan Surge: What You Need to Know
- # The Adobe Commerce Flaw: What You Need to Know
- —title: Claude’s New AI Feature: A Double-Edged Sword for Data Security—
- # Beware the Leaky SAP S/4HANA Ship: Why You Should Bow Down to CVE-2025-42957
- ### Watch Out! Cybercriminals Are Playing with Grok AI 🎭
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 (52)
- Hacks (10)
- Harptabs.com (68)
- Harptabs.com Mobile App (26)
- Landscaper Tracker (1)
- Linux (80)
- myCookieFortune.com (3)
- Networking (8)
- News (187)
- Our Apps (58)
- Payup (1)
- PHP IP Logger (6)
- Security (20)
- 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
Category Archives: Linux
Multiplexing Tutorial
Nice tutorial on how to setup multiplexing, http://www.cyberciti.biz/faq/linux-unix-osx-bsd-ssh-multiplexing-to-speed-up-ssh-connections/
Posted in Linux
Leave a comment
Force Overwrite when doing a Copy
Having to constantly press “y” when you want to overwrite the files in a directory can be a huge pain. To get around that just add a slash in front of the copy command. \cp /home/me/Music/* /home/me/MusicBK/
Posted in Linux
Leave a comment
Secure Your Linux Desktop and SSH Login Using Two Factor Google Authentication
Secure Your Linux Desktop and SSH Login Using Two Factor Google Authentication.
Vi Cheat Sheet
This is a pretty good Vi cheat sheet http://sheet.shiar.nl/vi
Posted in Linux
Leave a comment
Create a Directory Tree CLI
Using the command below you can create a simple directory tree just by using standard commands: find . -print | sed -e ‘s;[^/]*/;|____;g;s;____|; |;g’
Posted in Linux
Leave a comment