Linux

TwitterFacebook
Get flash to fully experience Pearltrees
http://www.howtoforge.com/centos_5.0_xen

Installing Xen On CentOS 5.0 (i386

Version 1.0 Author: Falko Timme <ft [at] falkotimme [dot] com> Last edited 06/08/2007 This tutorial provides step-by-step instructions on how to install Xen (version 3.0.3 ) on a CentOS 5.0 system (i386). Xen lets you create guest operating systems (*nix operating systems like Linux and FreeBSD), so called "virtual machines" or domU s, under a host operating system ( dom0 ). Using Xen you can separate your applications into different virtual machines that are totally independent from each other (e.g. a virtual machine for a mail server, a virtual machine for a high-traffic web site, another virtual machine that serves your customers' web sites, a virtual machine for DNS, etc.), but still use the same hardware. This saves money, and what is even more important, it's more secure. If the virtual machine of your DNS server gets hacked, it has no effect on your other virtual machines.

25 More - Sick Linux Commands

http://blog.urfix.com/25-sick-linux-commands/ If the machine is hanging and the only help would be the power button, this key-combination will help to reboot your machine (more or less) gracefully. Save your file before trying this out, this will reboot your machine without warning! Using +F will put less in follow mode. This works similar to ‘tail -f’. To stop scrolling, use the interrupt. Then you’ll get the normal benefits of less (scroll, etc.).

Life in Text Mode :: Phil! Gold

I primarily use Unix-based computers, mostly Linux. On those computers, I live in text mode. This entry is an attempt to document the software I find most useful to my text-mode guerrilla lifestyle. Included are links to the programs I rely on, links to alternative programs, and links to my config files. screen ( .screenrc , .screenrc-mithrandir ). http://aperiodic.net/phil/archives/Geekery/text-mode-guerrilla.html
http://blog.urfix.com/25-ssh-commands-tricks/

25 Best SSH Commands / Tricks

OpenSSH is a FREE version of the SSH connectivity tools that technical users of the Internet rely on. Users of telnet, rlogin, and ftp may not realize that their password is transmitted across the Internet unencrypted, but it is. OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other attacks. The encryption that OpenSSH provides has been strong enough to earn the trust of Trend Micro and other providers of cloud computing.Additionally, OpenSSH provides secure tunneling capabilities and several authentication methods, and supports all SSH protocol versions. SSH is an awesome powerful tool, there are unlimited possibility when it comes to SSH, heres the top Voted SSH commands 1) Copy ssh keys to user@host to enable password-less ssh logins.