May 23, 2012

Infomasi Social Media dan Tip Trik Online

How To : Install PHP MongoDB (mongo) Driver on Linux (Ubuntu)


Advertisement

MongoDB is nosql database engine that is widely used by major websites such as Foursquare, Bitly, Sourceforge, Github, and many more. I'm not gonna explain what it is nosql, I think you already know … [Read more...]

How To: Read File in ext4 File System from Windows 7


Many people are using dual boot of Windows 7 and Linux on one PC or laptop. Linux operating system uses file system ext2, ext3, and ext4. Windows 7 does not support the file system. In contrast, most … [Read more...]

How To : Split a Large File into Several Parts (7z)


Do you want to upload a large file to free file hosting? You will not be permitted to upload a 1 GB file. You have to split the file into several parts so you can upload the file. And, to split file … [Read more...]

How To : Fix MongoDB Problem on Ubuntu


In the previous post, I posted about how to install the MongoDB driver for PHP. Apparently, most problems occur when installing mongoDB. There are many ways to install mongoDB in Ubuntu, but I … [Read more...]

How To : Enable/Activate InnoDB Storage Engine Type on XAMPP


Most developers have this problem if they are using XAMPP, they want are Unable to create a table with InnoDB storage engine type. InnoDB is a storage engine type which is usually used for … [Read more...]

How To : Make Ubuntu Looks Like Mac OS X


How to make your Ubuntu looks like Mac OS X Leopard? There are a lot of tutorial in the internet that discussing this topic. Ok, I just want to share about my experience in customizing Ubuntu theme … [Read more...]

How To : Create Twitter Connect and Save Sessions to Database on Codeigniter


When you build a website for a community or forum, so it is better you provide a connection with social networking sites, like Twitter or Facebook. All social sejaring site always provides APIs … [Read more...]

10 Best Free File Hosting Services


You'll need a file hosting service for various purposes, sharing movies, music, documents, projects, and much more. But, you don't need to pay for it, use the free file hosting services. Here I share … [Read more...]

How To : Install Netbeans CollabNet Subversion Client on Ubuntu


I think, Netbeans is the most powerful IDE (Integrated Development Environment). It has an integrated subversion client, it uses CollabNet Subversion Client. But, you will get little problem if you … [Read more...]

How To : Format USB Drive With NTFS File System (Windows 7)


Usually, a USB drive can only be formatted with the FAT32 file system. FAT32 is only able to accommodate a 4GB file, according to Wikipedia: "The maximum possible size for a file on a FAT32 volume … [Read more...]

How To : Install Ubuntu From USB Drive


Ubuntu can be installed in several ways, install in Windows, install it via CD/DVD, install it using an FTP connection, and install Ubuntu from USB drives. Actually, installing Ubuntu from a USB … [Read more...]

How To : Copy/Cut/Rename/Delete/ a Locked File


Surely you ever find it annoying when you're going to copy, rename, edit, delete, move a file. There is always a warning that your file can't be processed because : Can … [Read more...]