How To
WordPress Direct Install Trick for Disabled getmyuid Host
0
Have experienced problems while you want to upgrade or install WordPress plugin, but you are being asked to enter your FTP account?
WordPress will ask you to your account FTP / SSH to install if getmyuid function on PHP disabled. (Some administrators disable these functions for security reasons.) (more…)
Linux mkfs.vfat : Formatting USB Flash Disk Using Terminal
0
1. Insert your USB pen drive. Let kernel detect it.
2. Open Terminal. And show disk partition list by run the following commands :
$ sudo fdisk -l
Then you’ll got like similar output : (more…)
Disable IPv6 in CentOS
0They say that by disabling IPv6 things get a bit smoother and faster regarding networking. This small article assists you in disabling IPv6. As far as I know, trying to disable IPv6 through anaconda during CentOS installation just disables it for the configured network interface, but doesn’t turn off the IPv6 functionality completely. Then, why should this network layer be enabled system-wide, if you do not use it at all?
First, check if the module is currently loaded in your system.
lsmod | grep ipv6
If you see ipv6 in its output, then the module is loaded.
You can prevent a module from being inserted into the kernel by blacklisting it or completely disabling it. (more…)
Nmap Scripting Engine Usage Examples
1
Nmap, who doesn’t know this tool? I’m sure you already know and use it. As a computer users, especially system administrator, performing these kinds of checks is crucial, because a lot more damage can be done by a worm or a hacker using this vulnerability than by a scanner. Well this time, I would like to share about Nmap features, the NSE scripts. For those who do not have Nmap , you can download and install it first by following commands below : (more…)
SSH and Telnet client for your BlackBerry device
2
BBSSH is an advanced SSH and Telnet client that has been designed for your BlackBerry device. It integrates tightly with your BlackBerry system, providing a powerful and customizable tool for securely accessing the servers you need, when you need them. (more…)

