About
-
Recent Posts
- turntable.fm Related Web Sites and Services
- turntable.fm export playlist queue
- fedora 15 virtualbox dhcp
- iptables open port 80/443/110
- MacBook Pro Hard Drive Compatibility Guide
- turntable.fm: A Monster Idea with Extraordinary Execution
- Enhance Your Flipboard Experience with Curated Twitter Lists
- Amazon EC2 Cheat Sheet
- Fail2Ban Not Banning Some SSH Attempts [SOLVED]
- How To Upgrade a Very Old WordPress Installation
Twitter
Follow @larryrubinRecent Comments
Blogroll
Archives
Category Archives: linux
fedora 15 virtualbox dhcp
If you’re test driving a “minimal” Fedora install on the completely awesome VirtualBox, you may be having a little trouble getting a DHCP address while using VBox’s bridged adapter. Here’s what you DON’T need to do- install and run the … Continue reading
Posted in fedora, linux, virtualization
4 Comments
iptables open port 80/443/110
On a fresh Linux install you may find that you can’t connect to your server over http (port 80). To open the port you’ll need to edit your iptables configuration and add the following rule: -A INPUT -m state –state … Continue reading
Posted in linux
Leave a comment
Fail2Ban Not Banning Some SSH Attempts [SOLVED]
I recently set up Fail2Ban on a new Ubuntu server and noticed that while some hosts were getting banned after they exceeded my maxRetry value (the number of allowed failures before a ban), others were able to exceed it wildly … Continue reading
Posted in fail2ban, linux, security, ubuntu
Leave a comment