Most tail all var log related news are at:
Comparing objects in C++ 12 Jul 2012 | 12:21 am
The standard C++ pattern for comparing and ordering objects is to overload operator<() for your class. This function is what all the standard containers (std::set, std::priority_queue, etc.) and algor...
Space invaders? 27 Jan 2010 | 10:28 am
After my exams in December, I relaxed by writing a sort of space game using C++/SDL/OpenGL: I ripped the sprites from Space Invaders and Galaga/Galaxian, please forgive me. If whoever wants to play/h...
More tail all var log related news:
How to follow what’s going on in your Apache server logs (linux) jameswilkesdesign.co.uk 17 Jul 2010 | 12:04 am
At the command line type: tail -f /var/log/apache2/access.log As apache requests are received you’ll see information about them appear on screen. Can’t find the log file? Try this: find /var -nam...
Problème clamav sur Debian Squeeze cheramy.name 25 Sep 2011 | 08:08 pm
J'ai remarqué un petit problème ce matin en regardant mes logs de mise à jour de la base de virus de clamav sur un serveur de mails. # tail -f /var/log/clamav/freshclam.log Sun Sep 25 09:40:34 2...
Apache2 … access to /phpmyadmin/ failed, reason: require directives present and no Authoritative handler gabcicala.it 26 Dec 2012 | 03:39 pm
Gira e rigira alla fine il tutto era dovuto a un modulo mancante …. a2enmod authz_user apache2ctl configtest apache2ctl graceful; tail -f /var/log/apache2/error.log Alla fine le operazioni da fare son...
Tool monitoring proxy ipfire dg sqstat & sarg subechan.blogspot.com 1 May 2013 | 08:24 am
Cara memonitor user-user yang melewati proxy manual yaitu dengan menuliskan perintah: # tail -f /var/log/squid/access.log Namun hasil dari perintah tersebut tampilannya kurang friendly karena ditamp...
5 полезняшек webphp.ru 27 Nov 2012 | 02:49 am
узнать какой процессор cat /proc/cpuinfo узнать какой RAID контроллер lspci | grep RAID узнать какие процессы CRON запущены tail -f /var/log/cron adaptec raid узнать инфу по дискам /usr/StorMan/a...
Useful commands of Squid caching proxy server learnacad.com 23 Apr 2013 | 04:09 pm
Useful commands of Squid caching proxy server File Descriptors: squidclient -p 1111 grep mgr:info squidclient -p 1111 Squid Logs: tail -f /var/log/squid/access.log tail -f /var/log/squid/c...
A deep dive in to /var/log/lastlog mute.nu 13 Jan 2012 | 10:33 am
A few days ago we had a very peculiar situation at work regarding the file size of /var/log/lastlog and I decided to find out why. This was the initial output that made me very confused: [root@dev ~...
Googlebot bei der Arbeit zusehen system-log.de 4 Mar 2012 | 09:47 am
Unter Linux tail -f /var/www/vhosts/domain.de/statistics/logs/access_log | grep Googlebot
exim failing due to lack of IPv6 support? ecmconsultant.net 1 May 2012 | 04:39 pm
You having trouble getting exim to startup? Getting these messages in the log(/var/log/exim/main.log)? Give this a shot: sudo vi /etc/exim/exim.conf Change as follows: #local_interfaces = <; 127....
Instalasi qmail Freebsd amd64 rayn.web.id 27 Dec 2011 | 07:13 am
Sempat frustasi juga pas lagi Instalasi qmail 1.0.3 freebsd amd64, di /var/log/message kluar error terus seperti di bawah ini. Apr 20 11:52:09 mx kernel: pid 71944 (qmail-lspawn), uid 0: exited on si...