How a webserver works

16. Januar 2014 Alexander Stocker zero comment

Grundkenntnisse und Begriffe webserver to serve –> zu dienen, bereit zustellen

Share
read more

HOWTO check file and directory permissions

3. Januar 2014 ELExGspot zero comment

If you want to check for certain permissions on files and directories. For example you want to make sure that your webserver directories and file are not writeable and/or executable.

Share
read more

HOWTO find hacked files on Linux based Systems

3. Januar 2014 ELExGspot zero comment

To get a list of potentially hacked files on your (Linux driven) server, check for recently changed files and store output to file

Share
read more

HOWTO use Apache Benchmark (ab)

12. Dezember 2013 ELExGspot zero comment

Easy way to benchmark your webserver befor you start tweaking performance Need to install  -n connections -c concurrent users

Share
read more

HOWTO read EXIF from files

12. Dezember 2013 ELExGspot zero comment

Getting the EXIF file type using the command line in case you have a huge amount of *.REN Files or you just don’t know why a file can’t be viewed…

Share
read more

Linux commands average memory usage

12. Dezember 2013 ELExGspot zero comment

For apache2 (httpd) on debian sqeeze, but should work on almost any dist as long awk is installed and for mysql

Share
read more