HOWTO: Install vmware workstation 6.0.3 on Gentoo From Sabayon How to install vmware workstation 6.0.3 build 80004 (March 14) on Sabayon x86-3.5_Loop2-r2.Please note that this is t…
GNU/Linux/
CHOST="i686-pc-linux-gnu" CFLAGS="-march=prescott -O2 -pipe -fomit-frame-pointer" CXXFLAGS="${CFLAGS}" MAKEOPTS="-j6" GENTOO_MIRRORS="http://mirror.mcs.anl.gov/pub/gentoo/" SYNC="r…
First you’ll need to generate your local public key. This is the public end of a local public / private pair that you’ll share with the remote machine to identify you. ssh-keyg…
Typical Gentoo Instance Kernel & Boot : emerge gentoo-sources grub System tools : emerge -avt metalog vixie-cron openssh gentoolkit pciutils mlocate ufed emerge -avt dhcpcd i…
Grub kernel={kernel} root={/dev/hdd} rw init=/bin/bash
zcat /proc/config.gz > /usr/src/config<br>cp /usr/src/config /usr/src/linux/.config make oldmenuconfig emerge -DuNav world || until emerge --resume --skipfirst; do emerge --resu…
Linux Bootmisc Script Reference Overview The bootmisc initialization script handles critical system startup tasks and filesystem preparation. Core Functions Login Management # Prev…
This is Part I in a series on Execut Commands on Multiple Linux or UNIX Servers Simultaneously. The full series is Part I, Part II, and Part III. Some time it is necessary to execu…
Status #!/bin/bash MY_VERSION="1.22k" # status_report.sh - Generate a status report about a Linux machine # # Last update: July 15, 2008 # (C) Copyright 2005-2008 by Arno van Amers…