Mount S3 on linux Amazon S3 Important considerations when using s3fs, namely related to the inherent limitations of S3: – no file can be over 5GB – you can’t partially update a file so changing a single byte will re-upload […]
AWS Free Usage Tier
AWS Free Usage Tier (Per Month): 750 hours of Amazon EC2 Linux Micro Instance usage (613 MB of memory and 32-bit and 64-bit platform support) – enough hours to run continuously each month* 750 hours of Amazon EC2 Microsoft Windows Server Micro Instance usage […]
Centreon Enterprise Server
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 not have all Centreon cool tools pre-installed, I guess its […]
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 locale-specific information, dont display Timezone gok – on-screen keyboard echo […]
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 | Description depmod | Determine module dependencies insmod | Insert […]
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 if you login in the server 3months ago, the hack […]
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 State PID/Program name The script syntax example: #check_sendq -w 900 […]