Installing Ubuntu is easy. There are a lot of ways to install Ubuntu. You can grab the cd image from the Ubuntu website or other mirrors site. Or you can install it from Windows using Wubi installer. Or you can install Ubuntu from the network or internet. The last ways is using netboot.me.Netboot.me is a service that allows you to boot nearly any operating system or utility on any computer with a wired internet connection. There are a number of ways to boot a computer with netboot.me. The … Read more...
Zeya: Music Server With HTML 5
HTML 5 is a new HTML standard for structuring and presenting content on the World Wide Web. One of the new feature standard of HTML 5 is media playback including video and audio. So to simplify it, now we can hear music or watch videos in our browser without install any plugins such as adobe flash, silverlight, java applets or etc. You just watch or play it as soon as the browser download or buffering it.There are lot of music server, one of them is icecast. But icecast is kinda old and it … Read more...
Things You Can Do With PHP cURL
Curl is a command line tools to transfer data using various protocol. Curl project was released with libcurl, which is a library for curl that can be use in multi programming language. But it is widely use for PHP with PHP Curl library."curl is a command line tool for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. curl supports SSL certificates, HTTP POST, … Read more...
Powertoys – Easy Image Resizer In Windows
Image resizer tools is one of the most frequently use by me. Most of the Image processing software have this feature, such as ACD See or Adobe Photoshop. But with those tools you have to open the application and then resize the images.To simplified the idea, Powertoys come with simple steps to resize the image. Just with one right click and then fill the size you need, and you got your image resized. Very simple, light and doesn't need a big software to do that. But unfortunately Powertoys … Read more...
Defend Against DDoS Attack With (D)DoS Deflate
I have write an article to prevent DDoS attack with mod_evasive in previous post. But with just mod_evasive is not enough. Because DDoS technique maybe vary in technique. DDoS (Distributed Denial of Service) basic is send or flood the the server with request. This will make the server busy and if it is overload it will down (service down). So basically it will send or flood request to your server from one or more ip.You can check or count how many IP addresses connected to your server with … Read more...
Copy MySQL Data Across The Server
If you move or change your hosting server, beside the files you also need to move your mysql data as well. MySQL database hold all your website data including content, configuration, user account and other thing. So please be careful with this data you need to backup it regularly. See my other post about how to regularly backup your mysql.But when you move to another server you can do it with 2 ways: 1. Backup it from the old server and upload it to another server You can do this with … Read more...
[HowTo] Send Large Files With BitTorrent
Sending large files across the internet is a little bit tricky. If you just sending your photos with size 1mb each, you can send it via email. But email service have limitation with large attachments. In Gmail you have 25MB max attachment size, Yahoo 25MB and Hotmail 10MB. So how about sending 1GB-5GB of data across the internet?The easy way is using Skype peer to peer connection or MSN send file feature. But this feature cannot resume download when your connection is not good. Imagine if your … Read more...
[HowTo] Publish Post Via XML-RPC In WordPress
There are many ways to publish Wordpress blog post. You can publish from the Wordpress admin interface, you can publish via email and also you can publish it via XML-RPC. So what is XML-RPC? XML-RPC is a remote procedure call (RPC) protocol which uses XML to encode its calls and HTTP as a transport mechanism. Which mean we can call the Wordpress procedure remotely. And this will make Wordpress easily integrate with other system.To enable publish via XML-RPC in Wordpress follow these … Read more...
Prevent DDoS Attack With mod_evasive in Apache 2
Getting DDoS attack is a very annoying things. Beside make your server slower and worse make your server down. DDoS (Distributed Denial of Service) is an attempt to attack the server target with flood of request from many sources, to make the target server busy and then down. DDoS attack have many various technique but it is basically flood the target server with high and cpu consuming request and later make the server malfunction or down.You can prevent DDoS attack by using mod_evasive in … Read more...
Host Your Static Files Using Google App Engine For Free
Google App Engine is cloud computing technology for developing and hosting web applications in Google-managed data centers. It virtualizes applications across multiple servers and data centers. And the good things is Google App Engine offer you a trial for free. And offer reasonable price if you have over quota. It is $0.12/GByte for outgoing bandwidth.So what will you achieve if your site using Google App Engine to host your static files? Google data store are spread all over the world. And … Read more...