<?xml version="1.0" encoding="ISO-8859-1" ?>
<rss version="0.91">
  <channel>
    <title>Internet Journal</title>
    <link>http://hosting.blogdrive.com/</link>
    <description>Internet Journal - Linux, Open Source, Free Web Hosting</description>
    <lastBuildDate>Mon, 07 Feb 2005 19:01:47 PST</lastBuildDate>
    <generator>http://www.blogdrive.com</generator>
    <copyright>Copyright 2005.</copyright>
    <category>Internet</category>
    <category>Linux</category>
    <category>Open Source</category>
    <item>
      <title>Must-have applications for managing an enterprise Linux shop</title>
      <link>http://hosting.blogdrive.com/archive/186.html</link>
      <pubDate>Tue, 08 Feb 2005 02:57:38 GMT</pubDate>
      <description>&quot;I am a systems administrator for a large company with 150 locations and 15,000 employees. My company's Linux deployment started with one project and 12 servers; a year later we're up to 45 servers, and soon will have more than 300 desktop users when we convert an existing set of Windows workstations to Linux. To manage this growing Linux environment, I rely on many open source applications...&quot;




More...</description>
      <comments>http://hosting.blogdrive.com/comments?id=186</comments>
    </item>
    <item>
      <title>P2P with Java</title>
      <link>http://hosting.blogdrive.com/archive/185.html</link>
      <pubDate>Mon, 07 Feb 2005 00:25:05 GMT</pubDate>
      <description>&quot;In this installment, I'd like to touch on an oft-forgotten but increasingly important component of the Linux desktop: Java applications. Since Java is largely distribution neutral, what Java code works on Fedora Core works for Debian, Red Hat, SuSE, Mandrake, and any number of other distributions. And, yes, Java applications really do exist, and some are actually good...&quot;




More...</description>
      <comments>http://hosting.blogdrive.com/comments?id=185</comments>
    </item>
    <item>
      <title>Open-source software gets J2EE nod</title>
      <link>http://hosting.blogdrive.com/archive/184.html</link>
      <pubDate>Thu, 03 Feb 2005 01:22:12 GMT</pubDate>
      <description>&quot;The ObjectWeb Consortium announced on Monday that its Java application server, Jonas, has passed the tests needed to get certification for the Java 2 Enterprise Edition (J2EE) standard. The move is intended to make the software, which is used to run Java programs, more appealing to corporate developers and customers, who typically favor standards-based software...&quot;




More...</description>
      <comments>http://hosting.blogdrive.com/comments?id=184</comments>
    </item>
    <item>
      <title>Build a push proxy gateway on Linux</title>
      <link>http://hosting.blogdrive.com/archive/183.html</link>
      <pubDate>Fri, 28 Jan 2005 01:54:55 GMT</pubDate>
      <description>&quot;Learn how to set up a PPG on your own, configure the settings to your own taste, develop push content, and test it with a mobile handset simulator over a TCP/IP network on a LAN...&quot;




More...</description>
      <comments>http://hosting.blogdrive.com/comments?id=183</comments>
    </item>
    <item>
      <title>Beyond the LAMP stack - A guide to open source Nagios, Xen &amp; Asterisk</title>
      <link>http://hosting.blogdrive.com/archive/182.html</link>
      <pubDate>Thu, 27 Jan 2005 01:01:53 GMT</pubDate>
      <description>&quot;With all the attention paid to the best-known open source products like Linux, JBoss and MySQL, it's easy to overlook the fact that there are well over 90,000 open source projects available on SourceForge. I'm often faced with a situation in which I meet someone who says, &quot;We use open source.&quot; Then, she or he names a product I've never heard of. Usually, once I find out what it does, I recognize how useful it is and begin to think of how enterprises can apply it. It just seems like the creativity of the open source community never ends...&quot;




More...</description>
      <comments>http://hosting.blogdrive.com/comments?id=182</comments>
    </item>
    <item>
      <title> Encrypting Shell Scripts</title>
      <link>http://hosting.blogdrive.com/archive/181.html</link>
      <pubDate>Wed, 26 Jan 2005 01:28:22 GMT</pubDate>
      <description>&quot;Do you have scripts that contain sensitive information like passwords and you pretty much depend on file permissions to keep it secure? If so, then that type of security is good provided you keep your system secure and some user doesn't have a &quot;ps -ef&quot; loop running in an attempt to capture that sensitive info (though some applications mask passwords in &quot;ps&quot; output). There is a program called &quot;shc&quot; that can be used to add an extra layer of security to those shell scripts. SHC will encrypt shell scripts using RC4 and make an executable binary out of the shell script and run it as a normal... (more)</description>
      <comments>http://hosting.blogdrive.com/comments?id=181</comments>
    </item>
    <item>
      <title>Preparing yourself for intrusions</title>
      <link>http://hosting.blogdrive.com/archive/180.html</link>
      <pubDate>Tue, 25 Jan 2005 07:46:26 GMT</pubDate>
      <description>&quot;In years past, the term intrusion detection had a general meaning: the methods by which an administrator learned about system intrusions, or about attempts to intrude, on a given system. As in most technological areas, intrusion detection has evolved and specialized. The security industry has grown to include a number of disciplines and subspecialties, each with its own cadre of professionals. Why worry about intrusion detection if you have a good firewall? Just remember: no lock is unpickable. Firewalls have holes so that services can run (web, mail, and so on). Where there's a hole,... (more)</description>
      <comments>http://hosting.blogdrive.com/comments?id=180</comments>
    </item>
    <item>
      <title>A Cure for the Common SSH Login Attack</title>
      <link>http://hosting.blogdrive.com/archive/179.html</link>
      <pubDate>Mon, 24 Jan 2005 07:24:19 GMT</pubDate>
      <description>&quot;A few months ago, I began seeing our 'secure' log files fill up with entries stating: &quot;Failed password for illegal user [username]&quot;. I decided to search the Internet to find out if others were experiencing these attacks and, hopefully, find a solution. I did uncover a lot of information on the subject, but discovered only a few script-based solutions. None of these, however, seemed... well... elegant...&quot;




More...</description>
      <comments>http://hosting.blogdrive.com/comments?id=179</comments>
    </item>
    <item>
      <title>CLI Magic: Tcpdump</title>
      <link>http://hosting.blogdrive.com/archive/178.html</link>
      <pubDate>Wed, 19 Jan 2005 02:10:39 GMT</pubDate>
      <description>&quot;Don't worry, I'm not going to try to turn you into to a network security analyst or administrator. But if you're interested in what's happening under the hood on your Internet connection, I'll be happy to introduce you to an old and respected command-line tool. Come on, pull that many-pixeled GUI quilt off of you and meet me at the CLI for a look at tcpdump...&quot;




More...</description>
      <comments>http://hosting.blogdrive.com/comments?id=178</comments>
    </item>
    <item>
      <title>A personal desktop back-up solution</title>
      <link>http://hosting.blogdrive.com/archive/177.html</link>
      <pubDate>Mon, 17 Jan 2005 01:05:23 GMT</pubDate>
      <description>&quot;A hard drive crash over the holidays left me scrambling to get back to a productive desktop as quickly as possible. Luckily, I had my /home partition on a separate drive, so I didn't lose precious email, stories, research, and pictures. But it did get me thinking about my lack of preparedness. Where was the back-up system I've talked about for years, but never acquired? This is the tale of how I rectified that glaring omission, and built myself a personal back-up system using inexpensive parts and free software...&quot;




More...</description>
      <comments>http://hosting.blogdrive.com/comments?id=177</comments>
    </item>
  </channel>
</rss>
