1. Các file cấu hình:
Network interface
- Debian-based: /etc/network/interfaces- Red Hat-based:
/etc/sysconfig/network-scripts/- Ubuntu (>= 17.04):
/etc/netplan/
DNS server: /etc/resolv.conf
/etc/nsswitch.conf
Ví dụ:
Kiểm tra thông tin IP hiện tại với lệnh:
ip a
khanhvc@ubutu:~$ ip a
(...)
Juniper - Save And Transfer File Configuration With TFTP
Using Commands Cat, Head, Tail, Less & More In Linux/Ubuntu/CentOS
Mục Lục:
1. Lệnh Cat2. Lệnh Head3. Lệnh Tail4. Lệnh Less5. Lệnh
More
Nội Dung:
1. Lệnh Cat: Dùng để đọc, và xem nội dung của file
Command
Giải Thích
cat /etc/passwd
Hiển thị nội dung file passwd
(...)
Juniper - Clearing IDLE TTY Sessions in Junos
AWK Command In Linux/Ubuntu/CentOS
Command
Giải Thích
Kết Quả
echo "Linux commands" | awk '{$2="DONG LENH";print $0}'
Thay đổi nội dung của cột thứ 2 của chuỗi "Linux command" trong lệnh echo thành "DONG LENH"(...)
Sed Command in Linux/Ubuntu/CentOS - Tìm Kiếm & Thay Thế
Mục Lục1. Cài đặt Sed
2. Ví dụ
Nội Dung:
1. Cài đặt Sed
sudo apt-get install sed
Kiểm tra version sau khi cài đặt
sed --version
2. Ví dụ
Command
Giải Thích
sed 1s/thu/THU/g file.txt
Tìm chữ "thu" ở dòng thứ 1 của file có tên file.txt, thay(...)
Subscribe to:
Posts (Atom)