[Ubuntu] Automatically mount the NTFS partition when booting Ubuntu

Update: 09/06/2014: Claim with ext4 partition When you install Ubuntu alongside Windows you must have your partitions to NTFS for both Ubuntu and Windows problems are easily accessible. However, Ubuntu does not automatically mount the NTFS partition. So here's how to make them easy Ubuntu automatically mount: Step 1: View the partition you run the command: […]

Origins Posts

Good things, interests specify the source 1 Posts: To recognize the origin gave useful information Putting additional information for the readers want to read more Making the skeptical reader to believe that the article is right to give other writers can check the article slightly faster, especially in the case of vandalism Avoid sneaky and decide on the table […]

[Ubuntu] Cause heater and battery power when installing Ubuntu, Linux or other operating systems.

His latest post casually read through friends from page picocafe.wordpress.com. Very interesting and useful to liberty author of this copy for easy reference. Thanks for the article author. Hello, Sure there are a lot of people using Ubuntu that your laptop when running hot and drain the battery faster than Windows, despite all effects turned off and not […]

[Ubuntu] Could not get lock /var/cache/apt/archives/lock – open

If you encounter errors on, apt-get you to kill the following: sudo killall apt-get

[Ubuntu] Cài font Time New Roman trong Ubuntu, LinuxMint

Font-vietnam.deb Download this file and install is ok (sudo dpkg -i file path). Or run: sudo apt-get install ttf-mscorefonts-installer addition we also can be installed on other distros LinuxMint and some of Linux with a command like this.

[Ubuntu] error: dpkg status database is locked by another process

Nếu bạn gặp lỗi này thì hãy thử chạy 2 lệnh sau và làm lại xem có còn lỗi không. Tôi nghĩ là không 😀

[Ubuntu] Not use the backspace key to return to the previous folder

In some versions of Ubuntu we can not use the backspace key to return to the previous folder and mouse should be a bit inconvenient. But do not worry, use Alt + <- (the arrow keys) is ok.

[C / C ] Gotoxy() in Linux – Gotoxy() in Linux

In linux no gotoxy available functions we need to rebuild it as follows: source: ccs1.hnue.edu.vn/son/forum

[C / C ] Gotoxy() in Dev-C – Gotoxy in Dev-C

In Dev-C default content gotoxy(x, and). We need to build it using the following libraries windows.h: CEO:

[Ubuntu] Create text snippets to sublime

Go to Tools / New snippet… In the file that opens you will see: Save it as filename.sublime-snippet Notice Hello, ${1:this} is a ${2:snippet} is the full code that you tab. Instead <!– hello –> equal to hello where hello is the shortcut keyword. After you write hello and press tab, Hello, this is a snippet The values ​​in $ including ${1:this} is a ${2:snippet} are the […]