Quantcast
Channel: Debian – Xavier's Blog
Browsing all 7 articles
Browse latest View live

Debian, Apache : Virtualhosts management

Creating a Apache Virtualhost allow you to manage several web site or subdomains. Pre requisite : Apache is already installed and your domain name is already resolved by your DNS (check your DNS using...

View Article



MySQL : Open access from outside

Because your application on a remote server had to connect to the server that host your MySQL database, or you want to administrate remotely your MySQL DB you had to know for security purposes, remote...

View Article

Stop/Start/Restart a Apache Server

Once logged using SSH : To stop Apache : /etc/init.d/apache2 stop To start Apache : /etc/init.d/apache2 stop To restart Apache :  /etc/init.d/apache2 restart

View Article

Debian : Change from DHCP to static IP

First switch to root then backup your config file.$ sudo bash # cp /etc/network/interfaces /etc/network/interfaces.sav # nano /etc/network/interfaces Before :auto lo iface lo inet loopback iface eth0...

View Article

Update/Upgrade your brand new Raspberry Pi

Switch to root, then select your geographic area, then your time zone $ sudo bash # sudo dpkg-reconfigure tzdata Update your packages # sudo apt-get update # sudo apt-get upgrade Then keep the firmware...

View Article


Debian : Install a web server including Apache, MySQL, PHP, PHPmyAdmin and FTP

First at all, don’t forget to change your pi password.$sudo passwd pi Enter new UNIX password: Retype new UNIX password: passwd: password updated successfullyThen, install MySQL server. Set new...

View Article

Debian : Change the welcome message using SSH

Just edit : nano /etc/motd And set what you want !

View Article
Browsing all 7 articles
Browse latest View live




Latest Images