Linux and Microcontroller Tips |
|
| Listed in | Linux_unix on position 45 and overall rank is 18165 |
| Country | India |
| Language | English |
| Owner | panayara |
| Member Since | September 7, 2008 |
| URL | http://shibuvarkala.blogspot.com |
| Pagerank | 0 |
| Tags | debian | howto | linux | microchip | seo | ubuntu | |
|
|
|
Latest Posts on: Linux and Microcontroller Tips
Retrieved latest 5 posts at: http://shibuvarkala.blogspot.com/feeds/posts/default
HOW TO ADD DNS IN UBUNTU / DEBIAN LINUX
How to set up DNS in Ubuntu You can add hostname and IP addresses to the file /etc/hosts for static lookups. You can add your DNS Server Ip address for name lookups to /etc/resolv.conf. For example If you want to add the DNS server at IP address 8.8.8.8 sudo vi /etc/resolv.conf If you have GUI..
Posted on 27 February 2012 | 5:23 am
How to Find HardDisk Partitian UUID, Label , Type and Device node Identifier in Ubuntu / Debian Linux
Some times you need to know the device node identifier. e.g. /dev/sda1, a partition UUID, a partition label or partition type (ntfs,fat32 etc). By using the following command you can see all the relevant information about your partitions. Open a Terminal $ sudo blkid -c /dev/null sample output /dev/sda1: UUID="D8..
Posted on 13 December 2011 | 3:53 pm
How to Monitor Realtime Network Traffic in Ubuntu / Debian Linux
Here you can see How to Monitor Realtime Incoming Network Traffic in Ubuntu / Debian Linux with simple Utility IFSTAT How to Install ifstat Open a terminal $ sudo apt-get install ifstat How to run $ ifstat output eth0 eth1 &nbs..
Posted on 12 December 2011 | 5:06 pm
sudo with out asking password in Ubuntu / Debian Linux
How to sudo with out asking password in Ubuntu / Debian Linuxopen a terminal $ sudo visudo Now Add this line at the end (change “panayara” to your username): panayara ALL=(ALL) NOPASSWD: ALL Ctrl-X to leave, save your changes, and you're done! ..
Posted on 8 December 2011 | 6:28 pm
What are seven fields in the Ubuntu Linux Password file
What are seven fields in the /etc/passwd file (Ubuntu Linux Password file) 1 2 3 4 5 ..
Posted on 7 December 2011 | 4:47 pm