Step #1: Find out the MAC address of the Ethernet device
Type the following command:
# ifconfig -a | grep -i --color hwaddr
Sample outputs:
eth0 Link encap:Ethernet HWaddr b8:ac:6f:65:31:e5
pan0...
Showing posts with label Ubuntu. Show all posts
Showing posts with label Ubuntu. Show all posts
July 20, 2015
Config A Static IP On Ubuntu Server
Step 1: Configure the network interface
In this step you will manually configure your network interface by editing the following files using your preferred text editor(nano gedit vi). For the purpose of this example I am using the "nano" editor. You can edit the appropriate file by entering the...
July 17, 2015
[Solved] No modifications can be made to the partition #5 of device SCSI2 (0,0,0) (sdb) for the following reasons: In use by LVM volume group Varus
when erorr: No modifications can be made to the partition #5 of device SCSI2 (0,0,0) (sdb) for the following reasons: In use by LVM volume group Varus....
I had to go into the "Configure the Logical Volume Manager" option and delete the logical volumes.
best rega...
July 10, 2015
Một số thủ thuật tối ưu LEMP server trên Ubuntu
Tiếp theo bài viết hướng dẫn cài đặt LEMP server trên Ubuntu vừa rồi, mình xin giới thiệu với các bạn một số thủ thuật để tối ưu LEMP server cho nó hoạt động ổn định, hiệu quả hơn. Không phải tất cả...
Hướng dẫn tạo file swap trên Ubuntu 12.04
Linux phân chia bộ nhớ truy cập ngẫu nhiên (RAM) thành các ngăn nhớ gọi là các trang (pages). Để giải phóng RAM, Linux có thể sử dụng swap để copy các page này xuống ổ cứng. Linux swap giúp cho hệ thống có thêm được nhiều bộ nhớ hơn.
Để đảm bảo tối ưu server thì không nên sử dụng swap với những...
June 25, 2015
[Howto Fix] Table './eximstats/sends' is marked as crashed and should be repaired
I've tryed to dump my whole databases with mysqldump
mysqldump --all-databases > all_databases.sql
got the error 'Table './eximstats/sends' is marked as crashed and should be repaired when using LOCK TABLES'
'eximstats' is my databasename und 'sends' my tablename.
I've tryed to repair the table...
June 23, 2015
Update Grub2 on Ubuntu Server 14.04
It's really very easy. Use a text editor to open
/etc/default/grub like so:
sudo nano /etc/default/grub
Then find the line that says GRUB_CMDLINE_LINUX_DEFAULT="" and
add nomodeset inside the quotation marks.
If you do use nano then you can press Ctrl-o and Ctrl-x at...
random nonblocking pool is initialized Ubuntu server 14.04
[ 3.490158] firewire_core 0000:06:02.0: created device fw0: GUID 001e8c000042dc3f, S400[ 3.616414] random: lvm urandom read with 30 bits of entropy available[ 3.671945] bio: create slab <bio-1> at 1[ 3.843667] EXT4-fs (dm-0): mounted filesystem...
June 18, 2015
Khắc phục lỗi read from socket failed connection reset by peer
Khắc phục lỗi read from socket failed connection reset by peer
Posted by: Quân Vũ Duy in Hệ Điều Hành, Linux November 9, 2013 0 1,410 Views
Hướng dẫn cách khắc phục lỗi read from socket failed connection reset by peer ở Ubuntu cấu hình SSH
Đầu tiên:
Chạy lại quá...
Hướng dẫn cấu hình mạng cho Ubuntu
Ubuntu cũng nhưcác hệ điều hành linux khác coi card mạng là
một devicce và lưu cấu hình trong file text, sau đó tải lên mỗi khi khởi động
máy. Bài viết này giới thiệu một số công cụ để kiểm tra và cấu hình
card mạng cho ubuntu.
Mỗi máy tính cần có một card mạng Ethernet có dây hoặc không dây,...