Category Archives: Administration

Evidence Logs access remotely

Evidence beginning from version 2.1.x started to save its activity in windows event logs. To see these logs remotely you can connect to the PC by management console. Just select action -> connect to computer. User, which you connect under, … Continue reading

Posted in video surveillance, windows | Tagged , , , | Leave a comment

WordPress 2m upload limit

default wordpress limit is 2m. But this is not a wordpress limit. Changed on debian: $ cat /etc/php5/cgi/php.ini | grep post_max post_max_size = 8M In the server context: $ cat /etc/nginx/sites-enabled/default | grep max client_max_body_size 8M; restart: # sh /etc/init.d/php5-cgi … Continue reading

Posted in Administration, Linux/Unix | Tagged , | Leave a comment

Using smarthost to send local mail to external accounts

While blog creation I meet  a requirement to send mails from server which runs this blog to outside for registration and other purposes. Not to forget that I made this post. Feature called Smarthost. I run debian 6.0.5 with default … Continue reading

Posted in Administration, Linux/Unix | Tagged , , , | Leave a comment