Instalace phpMyAdmin na Ubuntu 14.10
Instalace phpMyAdmin na Ubuntu 14.10 Instalaci phpMyAdmin budu provádět na Ubuntu Server 14.10 na kterém je nainstalován LAMP – linux, Apache, MySQL a PHP. apt-get -y update 1. Krok – …
my personal blog
Instalace phpMyAdmin na Ubuntu 14.10 Instalaci phpMyAdmin budu provádět na Ubuntu Server 14.10 na kterém je nainstalován LAMP – linux, Apache, MySQL a PHP. apt-get -y update 1. Krok – …
WS – Na disku D: vytvoříme sdílenou složku VHD a přidáme zabezpečení pro Administratora, budeme k ní přistupovat přes \\XXX.XXX.XXX\VHD Linux – spustíme terminál a pokračujeme příkazy: Pomocí sudo mkdir …
Configure Apache Type in terminal: gksudo gedit /etc/apache2/apache2.conf Add following line at the end of the file just opened: Include /etc/phpmyadmin/apache.conf Restart Apache Type in terminal: sudo /etc/init.d/apache2 restart Open …
Ctrl-X, for exit, Ctrl-O is for saving file without exiting the editor. Ctrl-G is for help on key combinations.
Usually it is recommended to launch e.g. gedit as gksu gedit instead of sudo gedit gksudo gedit /etc/php5/apache2/php.ini
Log in to the D2D Server as a root user. Navigate to the bin folder where CA ARCserve D2D for Linux is installed with the following command: # cd /opt/CA/d2dserver/bin/ Run the …
ifconfig eth1 10.1.0.1 netmask 255.255.255.0 route add default gw 10.1.0.1 eth1 ifconfig eth1 down ifconfig eth1 up