Posts tagged How To
Simple AJAX Twitter Like Hash URI
0Someone asked me how to create websites like Twitter URI. Yap, some sites I’ve create using URI hash to fetch content, so visitors can fetch the page using the hash tag on the URI.
now, take a look at Twitter URI structure below : (more…)
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…)
Mixxx, Free Open Source and Multi Platfoms DJ Software
0I like this one because Mixxx is Free and Open Source. Mixxx also multi platfoms the road on Windows, Mac, and GNU / Linux.
With Mixxx, we dan do audio mixing, cueing, cutting, beatmatching, etc.. Mixxx also supports external Vinyl, So, for those who loves scratching with vinyl, this software suitable for you. (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…)



