EZ Linux Admin random header image

Entries from April 2010

fsck

April 9th, 2010 by EZ linux · No Comments

fsck -a Will automatically fix errors.

Click to continue →

Tags: Cheat Sheets

Upgrading a realtech lan / nic driver

April 5th, 2010 by EZ linux · 1 Comment

The driver for the realtech lan / nic card seems to be faulty when rsync is running several files through it. There is a newer driver that resolves this issue available from the realtech website. Website Driver Download Here is direct link to the driver from our website: http://www.downloadspot.com/downloads/r8168-8.018.00.tar.bz2 Upload the driver to your root [...]

Click to continue →

Tags: Hardware

When asking about a networking issue, get these details from the server

April 5th, 2010 by EZ linux · No Comments

Kernal version uname -a Nic / Lan driver version dmesg | grep r8169 Internet controller lspci -nn | grep Ethernet Details on etho nic card sudo ethtool eth0 Module size lsmod | grep r8169 Module versions cat /proc/modules | grep r8169 Don’t worry all these commands are safe and just for reporting.

Click to continue →

Tags: Cheat Sheets · Hardware · Linux Commands · Linux Tricks