This lab is intended for IT Professionals who would like to deliver virtual desktop computers using Microsoft Hyper-V Server, Microsoft System Center Virtual MachineĀ Manager and Citrix XenDesktop. Read more…
Create a named pipe using mkfifo: mkfifo -p /var/adm/syslog.pipe
Make syslog.conf to points to this file (for example /var/adm/syslog.pipe)
*.info |/var/adm/syslog.pipe
Relaunch syslogd:
kill -HUP `cat /var/run/syslogd.pid`
Create processing script that read the pipe. It should run constantly and be launched from RC scripts
#!/bin/ksh
cat /var/adm/syslog.pipe | grep -v “denied update from” | while read LINE
do
echo $LINE >>/var/adm/denied_update.log
Working with mysql on server, I need often to make quick backup od given db. Here is quick and dirty how to do it. Read more…
RDS facilitates the sharing of applications and desktops over the network, enabling users to access Windows-based programs that are installed on a Remote Desktop Session Host (RD Session Host) or the Windows desktop itself, from a range of computing devices. Read more…
Velkonocna lyzovacka v Zell am SeeĀ 04-2010 Read more…
Recent Comments