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)...
Access disk partition EXT2 / 3 ShowAccess disk partition EXT2 / 3
Problem
Solution
The fstab file
The graphical method
Conclusion
Problem
Under gnome, when it mounts a partition formatted as ext2 or ext3, you can not write without being in a session Root (Super...
Log in remotely with SSH (Linux) ShowLog in remotely with SSH (Linux)
Issue
Solution
Using SSH through a proxy:
Issue
Log in remotely with SSH under Linux.
Solution
The commands below are relevant only if you have an existing account on the PC you want to connect and...
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...
Download CopyTrans Suite ShowCopyTrans Suite is a set of practical tools for your Ipod or Iphone.
It contains:
· CopyTrans v2.37
· CopyTrans Photo v2.21
· iLibs v1.13
· iCloner v1.07
· CopyTrans Doctor v1.015
· CopyTrans Manager v0.720
· SyncGuardian...
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...
Worksheet - Cells ShowThe Concept of a Cell
A "cell" is the intersection between a line
(horizontal) and a column (vertical) on a worksheet. Thus, the name of
the line combined with the name of the column gives the cell's
coordinates (the term address is sometimes also...
Linux - The shell ShowIntroduction to the shell
The command interpreter is the interface between the user and the operating system, hence the name "shell".
The shell therefore acts as an intermediary between the operating system and the user thanks to command lines...