- 
		
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
Category Archives: Guides
	Deleting Files with Special Character Names
	    
	    
	    
	
	            
		    Have you ever accidently created a file with an unusual name and then tried to remove it, you will find this helpful. All files in Linux are assigned what is called an inode number. This unique number allows you to remove a … Continue reading
	Motorola Razr Root for ICS OTA
	    
	    
	    
	
	            
		    Here is a tar you can use to root your Razr phone if you have downloaded and installed the Ice Cream Sandwhich Over-the-Air update. UPDATE: I have updated the installer to include the Superuser apk so you can more easily … Continue reading
		
		Posted in Android, Linux		
			
	    	    Leave a comment
	
		MySQL Memory Tables
	    
	    
	    
	
	            
		    In MySQL you can run tables just in memory. These tables are great for temporary data since they are cleared out when MySQL closes, and since they are in memory they are accessed quickly. When you are creating a table … Continue reading
		
		Posted in 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
	Unix / Linux: See Colourised Filesystem Disk Space Usage
	    
	    
	    
	
	            
		    This is a neat little program which with give you a “graphical” display of the free space from the command line. http://www.cyberciti.biz/tips/unix-linux-bsd-pydf-command-in-colours.html