Creating common Linux/Windows directory on a server ShowCreating common Linux/Windows directory on a server
Requirements
Thunderbird configuration under GNU/Linux
Configuring Thunderbird under Windows
Testing
Handling emails via Thunderbird in a dual boot environment
Requirements
A...
Creating a Linux command ShowCreating a Linux command
This article is valid for UNIX systems as well.
What is a command?
Many persons are discouraged to start Linux due to the complex syntax uses(mostly known as Linux command), but what is really a Linux...
Create your own command on linux ShowCreate your own command on linux
Creating a Bash script
Turning the command active (Executable)
Creating a Bash script
It’s important to create a Bash script which will run your command.
Let’s see:
#!/bin/bash
#on displays the...
Creating an ISO image under Linux ShowCreating an ISO image under Linux
Create ISO image(which we will name) a disc in a CD-ROM drive(/dev/cdrom) is quite simple :
dd if=/dev/hdd of=mycd.iso
Create an audio disc with K3B ShowCreate an audio disc with K3B
K3B is a burning utility which run under operating system Linux.
Under Kubuntu, this tool is installed as default. If you wish to use this application with Ubuntu, click on below
for more...
Download LC ISO Creator ShowLC ISO Creator is very simple: it allows to create a .ISO file from your CD.
Then, it allows you to burn these ISO files, to use CD emulation software (in order not to use any more the original CD) or to make a backup copy.
The software is...
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...
Linux - User management ShowFirst step for the administrator
When several people have access to a system, the administrator must manage the users. To do so, he must know the common commands and files to be configured.
The important files are:
the /etc/passwd file
the...
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)...