List of Useful commands for starters in Linux (constantly updated 13/8/16) lspci –> Lists all controllers connected to PCI lspci | grep VGA –> Lists all available graphic controllers connected to PCI lspci | grep Audio –> Lists all available audio controllers connected to PCI lsusb –> Lists all connected USB controllers
Arduino Wifi Shield When you first bought an arduino wifi shield you might face some problems in making wifi webserver. This is due to the firmware on the wifi shield not supporting the webserver. A latest firmware upgrade should make this work. But upgrading the firmware is quite a process for a begineer. Let me […]