Create a directory for the mountpoint: mkdir /mnt/mywinserver Temporarily mount: mount -t cifs //1.2.3.4/LogFiles /mnt/mywinserver -o username=jonny,password=letmein For a more permanent mount edit /etc/auto.master file add a line like: /mnt/mywinserver [...]
Browsing all articles from February, 2011
15
Jun
2008
Jun
2008
Ubuntu ATI Graphics Driver
I had a few difficulties with playing video on Ubuntu with false/inverted colours so the reds were blue, and also so jitters in the video play.I followed the instructions here: [...]
13
Jun
2008
Jun
2008
Netstat Number of Connections
Useful for monitoring DoS attacks: netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n
13
Jun
2008
Jun
2008
cPanel and mod_security
cPanel allows for adding some apache and PHP modules using the web interface (and a script they call easyapache). This can be found under Software > Apache UpdateAfter installing mod_security [...]
12
Jun
2008
Jun
2008
Using Several Servers with phpMyAdmin
To use the same phpMyAdmin installation to service several MySQL servers edit the config.inc.php file and add the following lines – don't forget the $i++ line: $i++;$cfg['Servers'][$i]['auth_type'] = 'cookie'; $cfg['Servers'][$i]['host'] [...]

