Linux - The Vi editor ShowIntroduction to Vi
Despite its very limited ergonomics, Vi i is one of the most popular text editors texte under Unix type systems (with Emacs and pico). Under Linux, there is a free version of Vi called Vim (Vi Improved). Vi (pronounced vee-eye)...
System requirements for Sims 3 ShowSystem requirements for Sims 3
System Requirements for MAC
The system requirements for PC
Patch
If you are unable to run SIM 3, it may be due to the fact that the configuration of your PC isn’t powerful enough or that your...
Log in remotely with SSH (Linux) ShowLog in remotely with SSH (Linux)
The commands below are relevant only if you have an existing account on the PC you want to connect and that a SSH server is installed.
When using Linux the syntax is quite simple as the client part is...
How to Resize a Partition using Gparted on Linux? ShowHow to Resize a Partition using Gparted on Linux?
You have a partition and you want to enlarge or reduce it without losing data?
It is possible and relatively easy with GParted, a LiveCD, ie a bootable CD, providing an interface...
Linux commands ShowTable of main Linux commands
Command
Description
DOS equivalent
ls
lists the content of a directory
dir
cd
change directory
cd
cd ..
parent directory
cd..
mkdir
creates a new...
Linux - Tree structure of files ShowFile hierarchy under Linux
To ensury compatibility and portability, Linux systems comply with the sole FHS (File Hierarchy Standard) standard. The basic hierarchy is as follows:
/the root, containing the main directories
/bincontains...
Linux - Compiling the kernel ShowCompiling the kernel
In this article, compiling the kernel under Linux is explained.
The following explanations are based on version 2.4.20 of kernel, i.e. the most recent version of the kernel at the time this article was written (March 2003)....