Wednesday, August 19, 2009
Linux Command Line
System information - Shutdown, Restart and Logout of a system - Files and Directory - File search - Mounting a Filesystem - Disk Space - Users and Groups - Permits on Files - Special Attributes on files - Archives and compressed files - RPM Packages ( Fedora, Red Hat and like) - YUM packages tool (Fedora, RedHat and alike) - DEB packages (Debian, Ubuntu and like) - APT packages tool (Debian, Ubuntu and alike) - View file content - Text Manipulation - Character set and Format file conversion - Filesystem Analysis - Format a Filesystem - Filesystem SWAP - Backup - CDROM - Networking (LAN / WiFi) - Microsoft Windows networks (samba) - IPTABLES (firewall) - Monitoring and debugging - Others useful commands - Pacman packages tool (Arch, Frugalware and alike)
Labels:
LINUX-UNIX
NÉN, GIẢI NÉN FILE
1. Nén và giải nén file có đuôi .gz
1.1 Nén
#gzip [tên file]
1.2 Giải nén
#gunzip [tên file]
2. Gom và bung tập tin hoặc thư mục đuôi .tar
2.1 Gom
#tar -cvf [tênfile.tar] [file1] [file2] ...
2.2 Bung
#tar -xvf [file.tar]
2.3 Nén và Gom
#tar -zcvf [file.tar.gz] file1 file2 ...
2.4 Giải nén và bung
#tar -zxvf [file.tar.gz]
3. Giải nén file có đuôi .bz2
#tar xjvf [file.tar.bz2]
1.1 Nén
#gzip [tên file]
1.2 Giải nén
#gunzip [tên file]
2. Gom và bung tập tin hoặc thư mục đuôi .tar
2.1 Gom
#tar -cvf [tênfile.tar] [file1] [file2] ...
2.2 Bung
#tar -xvf [file.tar]
2.3 Nén và Gom
#tar -zcvf [file.tar.gz] file1 file2 ...
2.4 Giải nén và bung
#tar -zxvf [file.tar.gz]
3. Giải nén file có đuôi .bz2
#tar xjvf [file.tar.bz2]
Labels:
LINUX-UNIX
Tuesday, August 18, 2009
Install va Remove Acronis True Image Server Linux 9.1 English
Acronis True Image Server Linux 9.1 English:
A9F84-NR6HP-QH8V8-AS2JG-QSEK4
-------------------------------------------------------------
How to setup
yum update
yum install Kernel*
chmod +x TrueImageServer9.1en.i686
------------------------------------------------------------
Removing Acronis True Image Echo Server
To remove Acronis True Image Echo Server, do the following:
1. Execute the following commands:
# cd /usr/lib/Acronis/TrueImageServer/uninstall/
# ./uninstall
2. Remove the sources of the SnapAPI module:
# rm -rf /usr/src/snapapi*
A9F84-NR6HP-QH8V8-AS2JG-QSEK4
-------------------------------------------------------------
How to setup
yum update
yum install Kernel*
chmod +x TrueImageServer9.1en.i686
------------------------------------------------------------
Removing Acronis True Image Echo Server
To remove Acronis True Image Echo Server, do the following:
1. Execute the following commands:
# cd /usr/lib/Acronis/TrueImageServer/uninstall/
# ./uninstall
2. Remove the sources of the SnapAPI module:
# rm -rf /usr/src/snapapi*
Labels:
LINUX-UNIX
Cài đặt font chữ tiếng Việt trong Linux
CÀI ĐẶT (text mode)
-------------------
1. download VNI.zip từ trang fontchu.com
Download vao thu muc /tmp
cd /tmp
wget http://fontchu.com/font/categories/allfont/VNI.zip
2. tạo thư mục vni:
mkdir /usr/share/fonts/vni
3. move VNI.zip vào thư mục trên.
mv /tmp/VNI.zip /vni/share/fonts/vni
4. cd vào thư mục trên(cd /usr/share/fonts/vni) và chạy lệnh giải nén:
unzip VNI.zip
5. cập nhật font:
fc-cache
6. login vào giao diện graphic và mở openoffice để kiểm tra:
startx
-------------------
1. download VNI.zip từ trang fontchu.com
Download vao thu muc /tmp
cd /tmp
wget http://fontchu.com/font/categories/allfont/VNI.zip
2. tạo thư mục vni:
mkdir /usr/share/fonts/vni
3. move VNI.zip vào thư mục trên.
mv /tmp/VNI.zip /vni/share/fonts/vni
4. cd vào thư mục trên(cd /usr/share/fonts/vni) và chạy lệnh giải nén:
unzip VNI.zip
5. cập nhật font:
fc-cache
6. login vào giao diện graphic và mở openoffice để kiểm tra:
startx
Labels:
LINUX-UNIX
Subscribe to:
Posts (Atom)