Skip to content

Category: Linux

Install Ubuntu 9.10 Alpha 4 from Pendrive

Hello, Just to report how I installed Ubuntu 9.10 Alpha 4 using my Pendrive. First I download it from http://cdimage.ubuntu.com/releases/karmic/alpha-4/ After this I used the…

Continue reading Install Ubuntu 9.10 Alpha 4 from Pendrive

Install NVIDIA Graphic Card in Ubuntu

Good Night, If you want to install NVIDIA proprietary driver. First of all see if you don't have any other version installed. Using Ubuntu go…

Continue reading Install NVIDIA Graphic Card in Ubuntu

Serial Mouse with Scroll on Ubuntu 9.04

Hello, Just changed my mouse to a Serial one, and the Scroll don't work. So what to do? Edit /etc/X11/xorg.conf and add this lines: Section…

Continue reading Serial Mouse with Scroll on Ubuntu 9.04

Install Apache2, PHP5, PHPmyAdmin, MySQL

Hello, I will just show how to quickly install Apache 2, PHP5, MYSQL and PHPmyAdmin in Ubuntu. Install apache2 with: $ sudo apt-get install apache2…

Continue reading Install Apache2, PHP5, PHPmyAdmin, MySQL

Update End Point, TunnelBroker

Hello, If you want to UPDATE your tunnelbroker end point, you can use this: http://ipv4.tunnelbroker.net/ipv4_end.php There are the format that you have to use. In…

Continue reading Update End Point, TunnelBroker

Open ping in server from one IP

Good Night, If you want to enable PING in your SERVER just from ONE IP use this IPtables rule: $ sudo iptables -A INPUT -p…

Continue reading Open ping in server from one IP

Install and Configure DHCP server in Ubuntu

Good night, If you want to install DHCP server in Ubuntu, use $ sudo apt-get install dhcp3-server And then edit /etc/dhcp3/dhcpd.conf I commented all lines…

Continue reading Install and Configure DHCP server in Ubuntu

Share internet in a SERVER connected to WAN port.

Hello, The last days I keep trying to configure my server. I know how to configure the network to this: MODEM -> (eth0) Servidor (eth1)…

Continue reading Share internet in a SERVER connected to WAN port.

Install Ubuntu from Pendrive

Hello, Today I will just recomment to you the post of Juliano Martins about how o install Ubuntu from pendrive. UPDATE: In the last days…

Continue reading Install Ubuntu from Pendrive

Install and configure SSH server to be safer.

Good night, To install ssh server in Ubuntu use: $ sudo apt-get install openssh-server To let it safer edit /etc/ssh/sshd_config $ sudo vi /etc/ssh/sshd_config Than…

Continue reading Install and configure SSH server to be safer.