Network Security with hosts.allow and hosts.deny Part II

In part I of this tutorial on the /etc/hosts.allow and hosts.deny files, we covered the basics of allowing and blocking access to services via IP address and host names. In Part II, we’re going to look at how to block entire subnets, as well as how to automate our server to alert us via syslog whenever anyone tries to connect somewhere that is forbidden. Let’s get down to work, shall we?

Ubuntu Hard Drive Explosions

For starters, let me just say WOW! I’m completely overwhelmed at the responses my last article article has gotten. As I type this it’s rapidly approaching 1000 diggs, which is something I never even envisioned. When I sat down to write this article, three things were true:

1. It was 3am.
2. I actually was writing the article more on the basis that I had read a trouble ticket that I didn’t understand a piece of lingo in (hard drive load/unload cycles)
3. I was in my underwear.

Gimp 2.4.0 is Available

I've just discovered from www.phoronix.com that the Gimp version 2.4.0 is out.  It's so recent that they haven't even listed it on their webpage yet, but checking the FTP server reveals that it is indeed available.

Explanation of Ubuntu Hard Drive Wear and Tear

EDIT:  This problem seems to be limited to laptop mode.  Read This if you want to see how to tell if you're affected. 

 

Network Security with hosts.allow and hosts.deny

There are many ways you can go about securing your network. For me, the first thing that comes to mind are packet filters, external firewalls, and complex ACLs at the switch level. Whether you use those or not, the security from the /etc/hosts.allow and /etc/hosts.deny files can help provide an extra layer of security beyond authentication/authorization. In Part I of this article we’re going to look at how to implement them and how they work. In Part II we’ll get into some more complex examples along with a way to set violations against the files to be picked up and logged by syslog.

Passwordless SSH Logins

If you manage several Linux machines from one desktop (And you are 100 percent SURE that that desktop is SECURE!) passwordless SSH logins can save you a LOT of time. They're also useful for automating things like cron jobs or script output where the password request breaks an automated flow. Setting them up is really easy too. Just understand that if you do so, and someone else gains access to your machine, your other machines are open to them with all the rights and permissions of the accounts you've created passwordless ssh logins for. With that said, let's get started!

Novell Linux Spoof

I know, I know, Novell is in cohoots with the devil. They're like 80% Evil. All that aside, this is still a funny video.


Compiz-Fusion/The Beryl Project

This looks truly AMAZING. Expect a full review in the next day or so.