Recover a forgotten Password for Centos
First, Try single user. If you don’t see either a LILO or GRUB boot screen, try hitting CTRL-X to get one. If it’s LILO, just type “linux single” and that should do it (assuming...
First, Try single user. If you don’t see either a LILO or GRUB boot screen, try hitting CTRL-X to get one. If it’s LILO, just type “linux single” and that should do it (assuming...
To allow remote access to apache running on Windows : You need to change the config file called httpd.conf for example under a wampserver install : file location is : c:\wamp\bin\apacheApache2.2.17\conf\httpd.conf You need to...
For linux Version : uname -a >> 2.6.5-1.358 #1 Sat May 8 09:04:50 EDT 2004 i686 i686 i386 GNU/Linux For the version Debian you can use : cat /etc/debian_version To check what have install...
Créer un fichier test avec nano dans /home/root/ qui commence par : #!/bin/sh Ajoutez vos commandes comme echo “Fichier test” Sauvegardez le fichier nommé test et exécutez le avec la commande : bash test...
Si le service SSH n’ est pas installé : apt-get ssh Si le service est installé, Démarrez le service /etc/init.d/sshd start Sinon, collez le contenu de la configuration dans /etc/sshd.conf =================================================== Pour installer l’...
Adding new users is something that you will need to do if you want to allow other users to use your machine. To add a new user is simple enough. First of all you...