Reset Windows 7 Password With Ubuntu

Sometimes you forget your Windows password, or maybe your workmate leave and you replace him and you cannot access his ex-computer because it have a password. And you cannot guess his/her password to login. And you cannot reinstall the Windows because it have lot if important data and software that need to be installed and tweak. Then reinstall the Windows is not the answer.If you had this problem then don't worry, you still can reset Windows 7 password using Ubuntu. Whether boot it from USB … 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...

Beginners Guide: Change ls command Text Color

One thing i like from Linux is it have full customization. You can change your text color on your command line. And especially for "ls" command. ls command is to list information about the files or directory in Linux CLI (Command Line Interface). ls command is one of the most frequent use command in Linux CLI.The result of the ls command will have text color to make different of files type, directory, symbolic links and etc. And in some Linux distro have different color than others. And … 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...

Picture Slideshow In Desktop Background On Windows 7

Windows 7 is the newest Windows OS product from Microsoft. Windows 7 have much better perfomance than Windows Vista. And have nice Graphic User Interface (GUI). And for my favorite feature is picture slideshow in desktop background. I can make my photo slide in my background and sometime laugh about it.I know that you can do it too on Windows XP and Windows Vista, but you have to install third party application to do that. In Windows 7 you can do it really easy.Follow the steps below to … Read more...

AutoMySQLBackup: Regularly Backup Your MySQL

If you have blogs or websites, you databases is one the most important thing. Your data will be store on your database, for this case it is MySQL. MySQL is a free database management system (DBMS) and bundled with Linux as LAMP (Linux, Apache, MySQL and PHP). Because it is so important, then you have to regularly backup your data, as disaster recovery steps.Actually to backup MySQL data is not hard. There are many tools provide for free to backup with on single click. But sometimes you … Read more...

[HowTo] Mirror Your Website With Rsync

For this couple weeks there are lot of changes on my blog. Start from being suspended because of high traffic, move to another hosting server and then optimize the blogs with caching to improve performance, and change themes to optimize for Internet Explorer. Since that i did a lot of backup before doing anything.I made a script to backup all files and database and upload to HotFile, you can read that post here. And now i rent another hosting server to mirror my website. So if something … Read more...

How Can You Build Backlinks For Your Blog?

Getting a good ranking in the search engines are very much required so as to ensure the success of the blog. A higher search engine ranking implies that more and more people will click on the links and will be diverted to your blog. Backlinks are equally important for success of any website and thus, you should try to get as much quality backlinks as possible.This article ill give you a brief insight on some best strategies to build quality backlinks that will help you to increase the value … Read more...

How can you make money through blogs?

If you want to gain idea on a money making blog then this article is a must read for you. This article will give you a brief introduction on what blogging is all about and how can you put up a successful blog. First of all you need to know what a blog is. A blog is also known as weblog or web log. It is a type of diary or online journal that often includes personal commenting as well as web links and images. People use blogs for different reasons; some use blogs for sharing personal experiences, … Read more...

[HowTo] Make Video Screen Capture On Ubuntu

If you want to promote your videos then you should give your video screen capture or snapshot to your customer. So they can see the quality of the videos and how the videos looks like before they buy it. In Windows you can use Windows Media Player classic to do so, you can refer to my post to see how to do that. In Ubuntu you can do so, but you doesn't need a media player to capture it. You can make it from command line.We are going to use mtn to make screen capture of your videos. Why mtn? … Read more...