It is for fun !!! and a utility!!!
First find out the vendorId and productId of your USB stick:
SES, SEO, SEM, Linux and Microcontroller Help, News and Experience sharing Blog
"My PIC Microcontroller Articles are moved to http://picmicrochip.blogspot.com
Debian and Ubuntu Linux Package Management
| Update package list | apt-get update |
| Update Full System | Apt-get upgrade |
| Install new software from package repository | Apt-get install pkg |
| Install new software from package file | dpkg -i pkg |
| Update existing software | apt-get install pkg |
| Remove unwanted software | apt-get remove pkg |
| Search by package name | apt-cache search pkg |
| Search by string | apt-cache search string |
| List installed packages | dpkg -l |
| List repositories | cat /etc/apt/sources.list |
| Add /Remove repository | edit /etc/apt/sources.list |
wget http://prdownloads.sourceforge.net/webadmin/webmin_1.350_all.deb
wget http://prdownloads.sourceforge.net/webadmin/usermin_1.280_all.debapt-get install libnet-ssleay-perl libauthen-pam-perl libio-pty-perl libmd5-perldpkg -i webmin_1.350_all.deb usermin_1.280_all.debrm -rvf /etc/rc*d/S*webmin*
rm -rvf /etc/rc*d/K*webmin*
rm -rvf /etc/rc*d/S*usermin*
rm -rvf /etc/rc*d/K*usermin*
update-rc.d -f webmin defaults 99 01
update-rc.d -f usermin defaults 99 01go to "Webmin -> Webmin Configuration -> Authentication", active "Auto-logout after..." and set to 15min (case of webmin), or "Webmin -> Usermin Configuration -> Authentication", active "Auto-logout after..." and set to 15min (case of usermin)
go to "Webmin -> Webmin Configuration -> IP Access Control", click "Only allow from listed addresses", set to 127.0.0.1 and 192.168.0.0/16 (optional, you should fill in your LAN network) (case of webmin), or "Webmin -> Usermin Configuration -> IP Access Control", click "Only allow from listed addresses", set to 127.0.0.1 and 192.168.0.0/16 (case of usermin)