background preloader

Ubuntu

Facebook Twitter

Toshiba TG01 Running Ubuntu! - January 4, 2011 By: egzthunder1. Problems with HDMI Audio & Video & NVIDIA drivers. Installing Nvidia Driver on Ubuntu 10.04 - GaanZa. I just upgraded to Ubuntu 10.04 Lucid Lynx. I liked 10.04 more than previous versions. Anyway here i’l guide how to install drivers manually for your nvidia card on Ubuntu 10.04. I have intel machine with Nvidia 9500 GT card. While installing Nvidia Driver for my card i faced two primary problems:1) I need To Stop/Kill X SERVER. (I didn’t know howto at the time)2) I need to uninstall Nouveau because it stopped my installation (I didn’t know howto at the time lol) ( Noveau is a new open-source driver with 3D acceleration for NVIDIA cards that ships with Ubuntu 10.04. ) So First Step of Installation: Download the Nvidia Driver for your card from Nvidia official site. i had downloaded the driver into /home/padam/Downloads (here padam is my username on ubuntu). Second, when i ran nvidia driver setup sh file after just killing X SERVER, then during the installation an error came saying Nouveau must be removed.

After killing X SERVER, you get a command prompt/terminal type Full screen. Gracias. Install Nvidia graphical driver in Ubuntu Lucid (10.04) Ubuntu - Sound over HDMI - ALSA Upgrade Script Redux. The Linux System Administrator's Guide. How To Set Up A Ubuntu/Debian LAMP Server | HowtoForge - Linux Howtos ... Build Your Own Debian/Ubuntu LAMP Server - Quick & Easy Do it Yourself Installation Apache 2 - Linux Web server MySQL 5 - MySQL Database Server PHP4/5 - PHP Scripting Language phpMyAdmin - Web-based database admin software.

Note: Linux + Apache + MySQL + PHP/Perl together commonly known as LAMP Server. First, let us prepare a system that has a minimum requirement of Debian/Ubuntu version of linux with atleast 256MB of RAM available. Anything less than this minimum ram will cause lot of problems since we are running a server along especially mysql and webmin requires lot of RAM to run properly. I love debian/ubuntu based linux because of my enormous affinity towards this command apt-get. First download PuTTy if you are accessing your server through SSH. Before proceeding to install, update the necessary packages with debian with this command. apt-get install update 1. Apache is one of the most famous web server which runs on most linux based servers. Nano /var/www/test.php # test.php <?

2. LAMP Installation On Ubuntu 6.06 For Linux Noobs | HowtoForge - Linux ... I, like many others, made the decision to attempt an install of Ubuntu 6.06 server with the preconfigured LAMP option without having ever attempted using Linux before. My goal was to build a setup that I could host my personal web site from. Embarking on this journey I had no idea how much knowledge I lacked and in turn would learn in my quest to host. I floundered around on forums and clung helplessly to Google for aid in all the places I fell short. I found that a really good resource for building a LAMP configuration for complete Linux noobs was either not available, or stuffed neatly in some Google Bermutan triangle which my browser was afraid to go.

Hence, I am writing this as a partial documentation of my trials and tribulations with hopes of aiding all Linux noobs on the steps necessary to create a basic Linux, Apache2, MySQL5 and PHP5 system with FTP. Installing Ubuntu 6.06 Server So, here you are staring at a command prompt. Sudo apt-get update Configuration cd Desktop Type . Installing LAMP On Ubuntu For Newbies | HowtoForge - Linux Howtos and ...

In this guide I will show you how to install a LAMP system. LAMP stands for Linux, Apache, MySQL, PHP. The guide is intended to help those who have very little knowlegde of using Linux. Install Apache To start off we will install Apache. 1. Open up the Terminal (Applications > Accessories > Terminal). 2. Sudo apt-get install apache2 3. Testing Apache To make sure everything installed correctly we will now test Apache to ensure it is working properly. 1. You should see a folder entitled apache2-default/.

Install PHP In this part we will install PHP 5. Step 1. Step 2. Sudo apt-get install php5 libapache2-mod-php5 Step 3. Sudo /etc/init.d/apache2 restart Test PHP To ensure there are no issues with PHP let's give it a quick test run. Step 1. Sudo gedit /var/www/testphp.php This will open up a file called phptest.php. Step 2. Step 3. Step 4. The page should look like this: Congrats you have now installed both Apache and PHP! Install MySQL Step 1. Change the line. André Gondim &quot; Ubuntu + Apache2 + Mysql + PHP5. $ sudo apt-get install apache2 mysql-server-5.1 php5 php5-mysql php5-cli -y $ sudo vi teste.php Dentro dele insira a linha Salve e saia, agora abra o seu navegador e digite se estiver tudo correto irás ver uma tela com várias informações sobre o seu servidor.

Importante: $ sudo vi /etc/apache2/apache2.conf E adicione ao final do arquivo o seguinte conteúdo: ### Para executar PHP AddType application/x-httpd-php .php Pronto, agora temos o Apache, o MySQL e o PHP rodando, pode melhorar? Claro que pode, um bom administrador de MySQL é o phpmysql, então faça o seguinte: $ sudo apt-get install phpmyadmin -y no-ip . Sudo apt-get install noip2 -y Agora vamos criar o host no seu apache assim: sudo vi /etc/apache2/httpd.conf Agora insira o seguinte: <VirtualHost *> DocumentRoot /var/www/ ServerName “aqui vc coloca o host que vc criou no site do no-ip,sem aspas” #allow from all #Options +Indexes </VirtualHost> agora vamos no hosts: Java Servlets,JSP,Jakarta-Tomcat,JDBC,PostgreSQL,MySQL ...

In order to write and compile a JAVA programs, applets or servlets one must download the JAVA Development Kit (JDK) which provides a compiler, class libraries and tools to compile and run JAVA code. In this tutorial we will use the Sun JDK but I'm sure any will do. See YoLinux JAVA for a list of available JDK's for Linux. Download the Sun JDK: JAVA Standard Edition (SE) - Main page download and info Note: The Java Runtime Environment (JRE) will be adequate to configure the server environment but the Software Development Kit (SDK) is required if one wants to write and compile JAVA programs.

The "Forte SDK" is a full blown interactive GUI driven development environment. SDK installed in /usr/java/latest/. Configuration: Set the environment variable PATH. PATH=/usr/java/j2sdk1.4.0/bin:$PATHexport PATHexport JAVA_HOME=/usr/java/j2sdk1.4.0export CLASSPATH=/usr/java/j2sdk1.4.0/lib/tools.jar:/usr/java/j2sdk1.4.0/jre/lib/rt.jar The shell script may be re-executed with the command: . .bashrc Test: How to install Ubuntu and Boxee on the Acer Aspire Revo.