-
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
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 you can use ctrl+w then use the arrow keys or ctrl+w again to just switch to the next window. Follow the source link for some more advanced things you can do with the windows.
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.
Source: DNF | Dandified Yum
Posted in Fedora
Leave a comment
2 Factor Authentication for SSH
If you are like me you used two factory authentication everywhere that you can. This is a nice tutorial on how to added it to your ssh authentication.
https://www.howtoforge.com/tutorial/secure-ssh-with-google-authenticator-on-centos-7/
Posted in Linux
Leave a comment
How To Patch and Protect Linux Server Against the VENOM Vulnerability
http://www.cyberciti.biz/faq/cve-2015-3456-patch-venom-on-debian-ubuntu-fedora-centos-rhel-linux/
Posted in Linux
Leave a comment
You must be logged in to post a comment.