[HowTo] Create Ubuntu Live CD
Ubuntu 10.10 code name Maverick Meerkat was released on October 10th, 2010 — you can download it from ubuntu.com for free. But when you are an…
// ARTICLES · GUIDES, NOTES, EXPERIMENTS, LINKS
WordPress, performance, security, AI, browser APIs, and the boring devops in between. Newest first. The old posts are kept for context — they may reflect the tools and versions of their time.
Ubuntu 10.10 code name Maverick Meerkat was released on October 10th, 2010 — you can download it from ubuntu.com for free. But when you are an…
If you are still new to web design and web development, you must be familiar with HTML code. As I am writing this, the new HTML…
After you set up your domain as a nameserver, the next step is to create a package and then create an account. So you can host…
After you set up WHM on your VPS, the next step is to set up your domain as the nameserver host. To set up your domain…
A Linux server is one of the best operating systems for server purposes. It is secure, powerful, fast, and free. But setting up a Linux server…
Recently I have bad news. Beside the digital world being at war between the piracy community and anti-piracy companies, my blog is also being attacked by…
As you know your website data is stored in your database server, in this case MySQL. To prevent disaster, backing up your data regularly is a…
Formatting output strings with String.Format is really helpful, and it’s been mostly used when you develop applications using C# or VB.Net. String.Format was first released in…