-
Recent Posts
- # Beware of the Groundbreaking New Ransomware: HybridPetya
- ## Attention Linux Users: A 0-Click Exploit? We Need to Talk! 🐧💻
- ## Celebrating 15 Years of Zero Trust: The Good, The Bad, and The Ugly
- —## Apple Backports Fix for CVE-2025-43300: A Spyware Scare We Can’t Ignore!
- # Samsung Fixes Critical Zero-Day CVE-2025-21043: What You Need to Know
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 (195)
- 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: Development
Populate a Binary Database Field Using a Local File
You can run the following SQL statement to populate a binary database field using a local file. UPDATE <table> SET <field> = (SELECT BulkColumn from Openrowset( Bulk ‘<full file path accessible by the server>’, Single_Blob) as <field name>) WHERE <where condition>
Basic 3D using libGDX | blog.xoppa.com
This tutorial guides you in using the basics of the 3d api LibGDX offers. Source: Basic 3D using libGDX | blog.xoppa.com
Posted in Development
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
How to switch between activities/screens in Android
How to switch between activities/screens in Android.
Posted in Android, Development, Guides
Leave a comment
Common Tasks and How to Do Them in Android | Android Developers
Common Tasks and How to Do Them in Android | Android Developers.
Posted in Android, Development, Guides
Leave a comment