» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with change + Ubuntu

How to Change MTU (Maximum Transmission Unit) of network interface in Ubuntu Linux

Maximum Transmission Unit(MTU), the largest physical packet size, measured in bytes, that a network can transmit. Any messages larger than the MTU are divided into smaller packets before being sent.By optimizing the MTU setting you can gain substantial network performance increases, especially when using dial-up modem connections.

(...)
Read the rest of How to Change MTU (Maximum Transmission Unit) of network interface in Ubuntu Linux (129 words)


© admin for Ubuntu Geek, 2008. | Permalink | 4 comments | Add to del.icio.us digg
Who's linking ? Technorati BlogPulse Google
Want more on these topics ? Browse the archive of posts filed under Networking.

Related Articles

Ubuntu: Ubuntu Geek - Ubuntu Tutorials,Howto's,Tips and Tricks

Need Help cleaning OS Boot Screen

Hey Guys, i am excited because i am writing this post using Linux w/ configured WIFI!!! Thats a big thing for me @ this time.

What i did was i have installed 7.04 and deleted 6.10. 7.04 was easy to configure and ndisgtk was there too. However when i turn on my pc it still gives me a choise between 6.10, 7.04 and Windows. I know that i have deleted 6.10 and i dont want it to be on the boot screen.

How do i clean it up?

THanks.

Tags: , , , , addthis_url = 'http%3A%2F%2Fwww.debianadmin.com%2Fneed-help-cleaning-os-boot-screen.html'; addthis_title = 'Need+Help+cleaning+OS+Boot+Screen'; addthis_pub = 'david23';

Debian: Debian Admin Step By Step Tutorials and articles with screenshots

How to Install Webmin in Ubuntu

Webmin is a web-based interface for system administration for Unix. Using any browser that supports tables and forms (and Java for the File Manager module), you can setup user accounts, Apache, DNS, file sharing and so on.



Webmin consists of a simple web server, and a number of CGI programs which directly update system files like /etc/inetd.conf and /etc/passwd. The web server and all CGI programs are written in Perl version 5, and use no non-standard Perl modules.

Preparing Your System

You need to install the following packages

sudo apt-get install perl libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl libmd5-perl

Install Webmin in Ubuntu

You can use the above procedure but if you want to install latest version of .deb package you can download from webmin site under Download Section

Download latest webmin using the following command

wget http://prdownloads.sourceforge.net/webadmin/webmin_1.340_all.deb

Now we have webmin_1.340_all.deb package you need to install using the following command

sudo dpkg -i webmin_1.340_all.deb

If your server complains that there is some library things does not find. Just run the following command

sudo apt- get install -f

You should now be able to login to Webmin at the URL https://localhost:10000/

Webmin User Password Change

If you want to change root password in webmin use this included Perl script:

sudo /usr/share/webmin/changepass.pl /etc/webmin root

Ubuntu: Only Ubuntu

Show and hide the GRUB Menu on Ubuntu

When  your Ubuntu Machine boots, you can see GRUB loading. please wait… Press Esc to enter the menu… Edit the /boot/grub/menu.lst file using the following command sudo vi /boot/grub/menu.lst Hide GRUB Menu By default GRUB Hides the menu . Now search the section that looks like this ## hiddenmenu # Hides the menu by default (press ESC to see the menu) hiddenmenu Show [...]

Debian: Debian Admin Step By Step Tutorials and articles with screenshots

Change your Network card MAC ( Media Access Control) address

Media Access Control address, a hardware address that uniquely identifies each node of a network. In IEEE 802 networks, the Data Link Control (DLC) layer of the OSI Reference Model is divided into two sublayers: the Logical Link Control (LLC) layer and the Media Access Control (MAC) layer. The MAC layer interfaces directly with [...]

Debian: Debian Admin Step By Step Tutorials and articles with screenshots

Change MTU (Maximum Transmission Unit) of network interface

Maximum Transmission Unit(MTU), the largest physical packet size, measured in bytes, that a network can transmit. Any messages larger than the MTU are divided into smaller packets before being sent.By optimizing the MTU setting you can gain substantial network performance increases, especially when using dial-up modem connections. Default MTU Size for Different Network Topology Network MTU(Bytes) 16 [...]

Debian: Debian Admin Step By Step Tutorials and articles with screenshots

Change hostname or Server name of a Linux Machine

Checking your Linux host name First, see if your host name is set correclty using the following commands: #uname -n #hostname -a #hostname -s #hostname -d #hostname -f #hostname If the above commands return correctly with no errors then all may be well; however, you may want to read on to verify that all settings are correct. Normally we will set the hostname of [...]

Debian: Debian Admin Step By Step Tutorials and articles with screenshots

Debian and Ubuntu Linux Run Levels

Linux run levels are numbered 0 through 6. Run levels stop at six for practical and historical reasons, but it is entirely possible to have more if desired. The following table summarizes the User Linux run levels: * 0 System Halt * 1 Single user * 2 Full multi-user mode (Default) * 3-5 Same as 2 * 6 System Reboot Special Run [...]

Debian: Debian Admin Step By Step Tutorials and articles with screenshots

Webmin Installation and Configuration in Debian and Ubuntu Linux

Webmin is a web-based interface for system administration for Unix. Using any browser that supports tables and forms (and Java for the File Manager module), you can setup user accounts, Apache, DNS, file sharing and so on. Webmin consists of a simple web server, and a number of CGI programs which directly update system files like [...]

Debian: Debian Admin Step By Step Tutorials and articles with screenshots