I tried several different Linux distributions (Gentoo, Debian, OpenSuse...) on my laptop, but every distribution suffered from the same problem - the maximal LAN throughput was around 5-7 kb/s... The laptop use a Realtek LAN NIC: Ethernet controller: Realtek Semiconductor Co., ...Read More

some usefull linux commands rpm -ivh packages(s).rpm install rpm file(s) rpm -Uvh packages(s).rpm upgrade system with rpms rpm -e package remove package rpm -q package show version of package installed rpm -q -i package show all package metadata rpm -q -f /path/file what package does file belong find -name "*.[ch]" | xargs grep ...Read More