CES Centreon Enterprise Server
I tired the Standard 2.0 64bits (October 31st 2012)
Today I tested the CES server I was kind of disappointed to find out that
it does …
LPI 102
I passed my Exam today, 650/800
My Notes:
xwininfo – shows X11 color depth
GPG send a encrypt file – use the user publick key to encrypt
locale – Get …
Linux Kernel Modules
Manage/Query kernel and kernel modules at runtime
Key files, terms and utilities include:
/lib/modules/kernelversion/modules.dep – Kernel module interdependencies
/etc/modules.conf & /etc/conf.modules – modprobe configuration file (new and old)
Commands | …
Pass-the-hash from memory
This is the most impressive and scariest hack I ever seen.
The tool called WCE, Windows Credential Editor can get any password
from a Windows box, from memory! So even …
TCP Send-Queue
Script to monitor the TCP Send-Queue.
Send-Q is retrived from the netstat cmd. ex.:
#netstat -anp |more
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address …
How to connect to a NFS server share
The RedHat linux client that will connect to a NFS server.
Needs to have portmap and if you dont want dynamic ports, enter static ports into /etc/sysconfig/nfs, for example:
RQUOTAD_PORT=875…