The second most important service for internet use is DNS server. In my opinion www server (Apache/NginX) is most important…
MariaDB and MySQL are both compatible with each other, the decision is on system administrator which one will be used.…
Enabling PHP for Apache server is trivial. apt-get install php5 libapache2-mod-php5 service apache2 restart Lets check if PHP really works:…
There are multiply reasons why you would like to use ssl for your http and create usable https for you…
Our own www server is sometimes needed when building webapp, it is also used in internal like in external networks.…
In business networks there is a big usage of transparent proxy also home networks can use it also. Thanks to…
We download lots of pictures: cats, dog and weird things from image boards and other sites from web. Most of…
#cmd arp –s IP_address MAC:ADDRESS telnet IP_ADD root / store tcpip 1 addr ip_address mask mask_address store tcpip route add…
In case you are unable to log on your own account and you are using Windows 7 as your operation…
#change password passwd #update ubuntu/debian apt-get update apt-get upgrade #install most needed packages in ubuntu/debian apt-get install sudo openssl openssh-server…