This is how to stop Ubuntu for asking for sudo password everytimes.
# sudo visudo
Then add this line at the bottom of the file
username ALL=NOPASSWD: ALL
On Ubuntu, Use this command for getting MAC address on eth0 ...
# ethtool -P eth0
Make debian build directory with ...
#alien -p Package.rpm
#cd Package-directory
Make .deb for debian
#debian/rules binary
use this command to determine file type.
$ file "filename"
example :
$ file u-boot
u-boot: ELF 32-bit LSB shared object, ARM, version 1 (SYSV), statically linked, not stripped
Run this on the terminal
# apt-get install --only-upgrade "packagename"