cd /etc/sshd vi sshd_config PermitRootLogin yes /etc/rc.d/sshd restart
Catégorie : FreeBSD
Installer les manuel des commandes (man pages) sous FreeBSD 7 après l’installation initiale
Utiliser la commande /usr/sbin/sysinstall. Ensuite aller dans Configure > Distributions > Select Man and Info. Voila, le reste est simple.
Migration from thunderbird to Evolution+Exchange
Install Evolution Open Evolution one time and then close it Configure the Exchange account with your account informations on the Windows domain private.alogialogient.com with the command : ximian-connector-setup-2.x (x being the Evolution version you’re using). Download the scritp provided with this post. Modify the script following the instruction provided by the comments in it. Execute …
Installer Apache 2.2.x avec PHP 5 sous FreeBSD 7
1. cd /usr/ports/www/apache22 2. make install clean Note: Durant le make install, il faut choisir les modules d’apache que l’on veut avoir d’installé Getting PHP5 installed in FreeBSD 7.0 1. cd /usr/ports/lang/php5 2. make install clean 3. cd /usr/ports/lang/php5-extensions 4. make config 5. make install clean Putting it all together 1. vi cd /usr/local/etc/apache2/httpd.conf 2. …
Activer la possitbilité d’utiliser « su » pour un utilisateur
Il faut que l’utilisateur soit dans le groupe wheel pour pouvoir utiliser su : Editer le fichier /etc/group et ajouter l’utilisateur au groupe wheel comme suit : wheel:*:0:root,
Procédure d’installation utilisée pour monter une machine standard FreeBSD
Une procédure pour moi, mais au cas où cela vous serait utile, je vous la cole ici. 1. Faire un schéma de partitionnement contenant une partition /data pour nos données comme les pages web ou des VM 2. Faire l’installation minimale de FreeBSD 3. Accepter de faire l’installation des ports 4. Configurer les informations réseaux …