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.…
Default pure-ftpd settings store logs thru ‘syslog’. Thanks to this we can forward logs inside syslog/rsyslog. # inside /etc/syslogd.conf file…
You want to create encrypted compressed file? Nothing simpler ! *** The idea of a lot of application inside Linux…
*** If it is possible do this operation in environment without internet access *** mysqld_safe –skip-grant-tables mysql –user=root mysql update…
When we are using multiply monitor setup sometimes badly coded application vanish from our eye sight . With this little…
From time to time you can encounter a MSI file that instead installing you would like to extract. Use this…
On Linux: dig -x ip.address ### or ### host ip.address On Windows: nslookup ip.address
In business networks there is a big usage of transparent proxy also home networks can use it also. Thanks to…