-
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
Sad News – Harptabs.com
Harptabs.com has lost of one it’s active members, Gatman. He joined the site on September 1, 2007 and had been an active member since then. He made a lot of friends along the way and provide some wonderful contributions to … Continue reading
Posted in Harptabs.com
Leave a comment
Redetect Network Cards in CentOS 6
CentOS 6 keeps all of the information about the networking cards in udev. To have the system redetect the NIC cards all you need to do is delete the persistent-net.rules file and reboot. During boot the file will be regenerated … Continue reading
Posted in CentOS, Linux
Leave a comment
Harptabs.com Repaired
There was a database corruption this morning which caused the site to be partial down today. The corruption has been fixed so the site should go back to operating normally again.
Posted in Harptabs.com, Harptabs.com Mobile App, News, Websites
Leave a comment
Repair MySQL Database
If you have corrupt mysql tables you can run this command to automatically fix them. Just make sure you have enough free space. It general takes about double the size of the table to do the repair. mysqlcheck –auto-repair -A … Continue reading
Posted in Android, Development, Guides, Linux, Websites
Leave a comment
Mount a windows share in Linux
Here is how you can mount a windows share in Linux. mount -t cifs //<host>/<share name> /mnt/cifs -o username=<share user>,password=<share password>,domain=<share domain>
Posted in Linux
Leave a comment