Categories
Archives
-
Recent Posts
Top Posts
- How to download ASDM from ASA5505 and install it
- Configuration examples with quagga
- Debian Linux: Add backtrack 5 gpg key and its repositories.
- Metasploit: Gaining remote access to Windows XP
- Nagios: It appears as though you do not have permission to view information for any of the hosts you requested...
Category Archives: Linux
OS: Patching the linux kernel with grsecurity patch
I have been wanted to do linux kernel hardening a long time ago. I first heard about grsecurity from my friend William who is a security enthusiast. I have read several guides on how to patch the kernel source code … Continue reading
Posted in Linux, Security
Tagged grsec, grsecurity, how to apply grsecurity patch to linux kernel, linux, OS hardening
2 Comments
Disable SELinux
There are times when disabling SELinux is required for some webapp to work. You can modify the SELinux from /etc/selinux/config Modifying the config file will make SELinux to be enabled (default), permissive or disabled upon boot up. To temporarily disable … Continue reading
libmysqlclient.* not found
I have encountered a problem while configure barnyard2 with mysql on unbuntu server 12.04, it turns out that the package libmysqlclient16-dev was deleted from the repository, if you need to get the package you need to add the repo into … Continue reading
Debian: Bundle command not found
Reference:http://stackoverflow.com/questions/6675373/bundle-command-not-found-in-linux-debian Supposed you have already installed ruby and rubygems in Debian, and install bundler using gem install command, however when you are trying to get bundle update you got an error which says bundle command not found. The path to … Continue reading
Setting up SQUID proxy on CentOS
I have heard that Squid supports Cisco WCCP version 1 and 2, I need a proxy server / cache engine that can help me do proof of concept with WCCP. I created a VM which runs on CentOS, and install … Continue reading
CentOS6.2: Installing apache webserver
I really like Debian based linux, and I really prefer apt to yum. Searching packages from apt is easier than from yum in my humble opinion. CentOS rename the package the same as RedHat I supposed, apache cannot be found … Continue reading
CentOS6.2: Static IP and default gateway
I am a debian linux user, the way CentOS configures is slightly different, this post is a reminder for myself. Statically assign ip address to an interface on boot Edit the script file /etc/sysconfig/network-scripts/ifcfg-eth0 Use a text editor to put … Continue reading
CentOS 6.2: mcrypt and libmcrypt not found in yum repolist
mcrypt is an encryption program which replaces old unix crypt program. The libmcrypt is the library file of mcrypt. CentOS version 6 repolist does not maintain mcrypt and libmcrypt, if you really must use mcrypt or libmcrypt use the Fedoraproject … Continue reading
Posted in Linux, System OS
Tagged centos 6.2 does not have libmcrypt, libmcrypt, mcrypt
Leave a comment
BT5r2: Auto-resize after upgraded from BT5r1 to r2
Previously BT5r1 auto-size guest display worked perfectly, however I did a distro upgrade from r1 to r2 and got problem doing auto resizing. Well here’s how to do it: 1. prepare-kernel-sources this script is included with BT, great script for … Continue reading