Setup LEMP stack on Ubuntu

Here is a short guide of how to setup the LEMP stack on Ubuntu

Read more here

Ubuntu-News – Your one stop for news about Ubuntu

[ubuntu] static ip setup problem?

The ubuntu 13.04 box is connected to the ADSL router, the netwrok manager is enable and the router dhcp assign ip address to the eth0 in every boot, i want to confgire the eth0 for the static ip, i desable the network manager and confgiure the /etc/network/interface:

Quote:

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.1.10
gateway 192.168.1.1
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 192.168.1.1
dns-search Router


But after boot there is no any network interface up and no any network connection avaliable:

Quote:

#ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:541 errors:0 dropped:0 overruns:0 frame:0
TX packets:541 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:119261 (119.2 KB) TX bytes:119261 (119.2 KB)


Ubuntu Forums

Setup Nagios in Ubuntu

This will show you how to get a working install of Nagios in Ubuntu.

Set-up PPTP virtual private network (VPN) server on Ubuntu Linux

This is short guide how to set-up VPN service on Ubuntu Linux server. VPN is intended to secure your internet traffic against local snooping by encrypting the traffic and tunneling it out from known good server. Read more here

Ubuntu-News – Your one stop for news about Ubuntu