Tuesday, March 18, 2008

nixCraft Linux Sys Admin Blog

nixCraft Linux Sys Admin Blog

Link to nixCraft Linux Sys Admin Blog

Poll: Your Remote Maintenance Services

Posted: 18 Mar 2008 03:58 AM CDT

Maintenance services that give direct access to servers and devices for administrative purposes. Please vote your common remote maintenance services such as SSH, X Windows, VNC, and Microsoft Terminal Services etc:

Note: There is a poll embedded within this post at left sidebar, please visit the site to participate in this post̢۪s poll. The poll is located on left sidebar.

Related Posts:


Copyright © nixCraft. All Rights Reserved. Support nixCraft when you shop at amazon. Thanks!

How To Build Secure and Portable Linux Based System

Posted: 18 Mar 2008 03:17 AM CDT

Interesting idea that explains how to build awesome secure and portable system using Linux. From the article:

I designed this system with both security and portability in mind. My system uses a Linux kernel and the entire thing, applications, personal data, etc, takes up 1GB of space. It is split up into two parts, the operating system, and my personal data. The operating system is a 700MB live-CD, GRML, that generates a completely fresh install every single time I boot up the computer. Doing this means that if my system is ever hacked into, a simple restart of my computer fixes the problem. This also means that any configuration changes made or private information stored by any application, restarting reverts everything to a clean slate.

The personal data is encrypted using an AES-256 algorithm. The password I type in actually unlocks a special encrypted file which unlocks the real encryption information, meaning that my actual password is never stored in RAM (more specifically, DRAM). To prevent highly sensitive information from being discovered by remote hackers, which this layer of encryption would not protect against, an extra layer of encryption using either GPG or AES-256 provides two layers of encryption for highly sensitive data.

=> My Awesome Secure and Portable System

Related Posts:


Copyright © nixCraft. All Rights Reserved. Support nixCraft when you shop at amazon. Thanks!

How To Run Linux Web Server / Service on Private IP Network

Posted: 18 Mar 2008 03:48 AM CDT

Q. I’ve only one public IP address assigned by my ISP using metro Ethernet connection. eth0 has public IP and eth1 is connected to our network switch. How do I configure Linux box to forward traffic to my web server hosted at 192.168.1.100 IP address?

Answer to "How To Run Linux Web Server / Service on Private IP Network"

Copyright © nixCraft. All Rights Reserved. Support nixCraft when you shop at amazon. Thanks!

No comments: