Thứ Tư, 8 tháng 4, 2015

[CLI] MD5sum

What is md5sum?
thanhnguyen@thanhnguyen:~/Downloads$ whatis md5sum
md5sum (1)           - compute and check MD5 message digest
 SYNOPSIS
md5sum [OPTION]... [FILE]...

Why md5sum?

Tự động start service khi khởi động server.

Trong một số trường hợp, khi reboot server, một số service không tự động start (ví dụ như NFS server). Để khắc phục hiện tượng này, cần làm như sau:
Gõ command line sau trên terminal, dưới quyền root:
ntsysv
Sau đó, một bảng cài đặt sẽ hiện ra, bạn bật các service bạn muốn tự start khi start server là ok.

Thứ Ba, 7 tháng 4, 2015

[CLI] Locate _ just find files by name.

This tutorial is done on:
thanhnguyen@thanhnguyen:~$ lsb_release -ir
Distributor ID:    Ubuntu
Release:    12.04
What is locate.
NAME
locate - find files by name
So clearly, locate is the command line that can help you find files in your system base on the file name.