Search Results for:

[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 […]

[Ubuntu]Run C/C by Sublime text in Ubuntu

Vào Tools/ Build System/ New Build System… file contents are as follows: Then save it as you want namefile.sublime-build. For example myC ++ .sublime-build restart Sublime text. Go to Tools / Build System select MYC ++. Press Ctrl + Shift + B to run. However when the data entry command: scanf(), cin, shall not be imported, if you have a solution, you are welcome to share!

[Ubuntu] Fix locked folder – Decentralization in Ubuntu

Many times the directory, Your file has icons 1 the lock and you cannot open it. Khi đó hãy dùng lệnh chomd file hoặc thư mục đó, mình thường dùng chomd 777 cho dễ dùng, còn có nhiều lệnh khác dùng để phân quyền (bạn tự sreach 😀 ). sudo chmod 777 tên_file_hoặc_tên_thư_mục VD: sudo chmod 777 Adobe Nhưng lại có khi chomd xong thư mục mở ra thì bên trong […]

4 skills students “could not have”

Bài viết này mình đọc được từ http://thunhan.wordpress.comtrang cá nhân của thầy Nguyễn Vũ Thụ NhânGiảng viên bộ môn Toán cho Vật Lý, Khoa Vật LýTrường Đại học Sư Phạm Tp. Ho Chi Minh. 4 skills students “could not have” First day of school, The luggage the freshmen brought along beside the excitement, rejoices are worries, surprised before […]

JAVA

************************************** Java Cơ bản Lấy đường dẫn file trong Java – Get File Path in Java Creat file, directory in Java Inner Class Lấy thời gian trong Java – Time in Java Thay thế ký tự bằng phương thức String.replaceAll – Replace a plus character using Java’s String.replaceAll method Ngăn xếp trong Java – Stack in Java Thay đổi số phần tử mảng trong Java – Resize the array length in Java Hàm hoán […]