Monday, March 5, 2012

Change Ubuntu Server from DHCP to a Static IP Address

If the Ubuntu Server installer has set your server to use DHCP, you will want to change it to a static IP address so that people can actually use it. Changing this setting without a GUI will require some text editing, but that’s classic linux, right? Let’s open up the /etc/network/interfaces file. I’m going to use vi, but you can choose a different editor sudo vi...

The Vim commands-Linux

 < The list of Vim commands > Working with files Vim commandAction :e filenameOpen a new file. You can use the Tab key for automatic file name completion, just like at the shell command prompt. :w filenameSave changes to a file. If you don't specify a file name, Vim saves as the file name you were editing. For saving the file under a different name, specify the file name. :qQuit Vim. If you have unsaved changes, Vim refuses to exit. :q!Exit Vim without saving changes. :wqWrite the file and exit. :xAlmost the same as...

Cum sa iti faci propriul server Ubuntu

Cum sa îti faci propriul server Ubuntu 11.04 ( Natty Narwhal ) în VirtualBox Acest tutorial este menit să vă ajute să instalați rapid și simplu un server Apache + MySQL + PHP pe Linux (LAMP Server), fie el pe o mașină virtuală sau pe un calculator propriu-zis (server). Notă!: Acest tutorial poate fi folosit și pentru un server fizic, aflat în rețeaua din casă, conectat...