RSS

Tag Archive | "setup"

Setting Up Arch Linux

Wednesday, June 3, 2009

0 Comments

First of all update your system pacman -Syu Install xorg pacman -S xorg-server If you have a nvidia graphics card then you need to install these pacman -S nvidia nvidia-utils If you have a ati card then you need to install these pacman -S catalyst catalyst-utils Create your system admin user useradd -m -G users,audio,lp,optical,storage,video,wheel,power -s /bin/bash YOUR-USER-NAME-HERE Now we need to set a password [...]

Continue reading...

Enable Serial Console

Monday, June 1, 2009

0 Comments

This tutorial will show you how to set up a serial console on a Linux system, and connect to it via a null modem cable. This is quite useful as it allows you to easily get a console on the system if there are any problems with it and you cannot access it via ssh Check [...]

Continue reading...