Changes

Kubuntu and Ubuntu Linux Distribution Reference

1,221 bytes added, 16:18, 2 March 2014
The following lines were added (+) and removed (-):
sudo apt-get install openssh-server openssh-client'''[console]''' sudo apt-get install openssh-server openssh-client== @ DETERMINE VERSION AND ORIGIN OF PROPRIETARY DRIVERS =='''[console]''' To identify a driver being used by ubuntu on your system, find out what driver is in use.Use jockey-text to find the list of drivers and the packages: jockey-text -lNote that kmod is kernel module.  Sources for this information:* Ask Ubuntu: [http://askubuntu.com/questions/20531/how-to-determine-the-version-and-origin-of-proprietary-drivers-installed-by-addi How to determine the version and origin of proprietary drivers installed by Additional Drivers?]You can determine which video drive is in use by: lshw -c videoThe loaded driver is prefixed with "driver=".  If you want more information about the loaded driver, run modinfo. modinfo works on filenames and aliases, not on module names. The majority of the modules will have the same name for the module name and filename, but there are exceptions. One of them is nvidia. modinfo -F filename `lshw -c video | awk '/configuration: driver/{print $2}' | cut -d= -f2`Source for this information:* Ask Ubuntu: [http://askubuntu.com/questions/23238/how-can-i-find-what-video-driver-is-in-use-on-my-system How can I find what video driver is in use on my system?]
Bureaucrat, administrator
16,192
edits