background preloader

Installation - How do I install Oracle Java JDK 7

Installation - How do I install Oracle Java JDK 7

Development Environment Setup Walkthrough - WG: Programmer's Cafe Information This is a walkthrough for setting up a Sakai development environment on a laptop or desktop. These instructions will also work for setting up a development server though I suggest slightly beefier settings for memory. Notes for windows users Icon change the "/" to "\" for all directory paths except those specified in the maven build.properties fileadd the drive letter (C:) to your pathsuse %VARIABLE% instead of $VARIABLE with environment variablesset your environment variables in Control Panel -> System -> Advanced -> Environment Variables All of sakai and related programs should be installed in an opt directory which you will need full write access to, put this directory anywhere you want, this document will assume you have placed it in your root directory

Java and Ubuntu Introduction Java is a technology originally developed by Sun Microsystems, and acquired by Oracle. The following are the prevalent implementations: OpenJDK: The OpenJDK project is an open-source implementation of the Java SE Platform. This is the default version of Java that is provided from a supported Ubuntu repository. OpenJDK Installation of Java Runtime Environment Install the openjdk-6-jre package using any installation method. Browser plugin Install the icedtea6-plugin package using any installation method. This plugin works with the browsers: Epiphany, Firefox and Opera. On Konqueror, go to Settings → Configure Konqueror... and from menu select Java & JavaScript, then tick Enable Java globally option. OpenJDK v6 & v7 SDK (Software Development Kit) In Java parlance the Java Development Kit (JDK) is sometimes used for SDK. Install the openjdk-6-jdk package using any installation method. Alternative Virtual Machines JamVM: This is the default VM for ARM in 11.10. Oracle Java 7 IBM Java

installation - Where to install programs Tweeting via Pidgin on Ubuntu Pidgin is a multi-featured instant messaging desktop client that is very popular among Linux users. It supports a wide range of chat networks like Yahoo!, AIM, Google Talk, ICQ, and IRC. You can even send and receive SMS (Text Messages) for free via Pidgin. --Yes it does. For Ubuntu users, here's a simple tutorial on installing this Twitter plugin on Pidgin: 1. deb hardy main deb-src hardy main or deb intrepid main deb-src intrepid main deb jaunty main deb-src jaunty main You can easily add software sources by opening Synaptic Package Manager, and then going to Settings --> Repositories --> Third-Party Software: After adding the above repositories, close the Synaptic Package Manager. 2. Then: sudo apt-get update 3. 4. 5. 6. 7.

How to Install and Configure DHCP Server in Ubuntu Server  If you're new here, you may want to subscribe to my RSS feed and if you have questions related to your ubuntu system post question to our forums. Thanks for visiting! Sponsored Link A DHCP Server assigns IP addresses to client computers. A DHCP server can provide configuration settings using two methods Address Pool This method entails defining a pool (sometimes also called a range or scope) of IP addresses from which DHCP clients are supplied their configuration properties dynamically and on a fist come first serve basis. MAC Address This method entails using DHCP to identify the unique hardware address of each network card connected to the network and then continually supplying a constant configuration each time the DHCP client makes a request to the DHCP server using that network device. Install DHCP server in ubuntu sudo apt-get install dhcp3-server This will complete the installation. Configuring DHCP server You can change this by editing /etc/default/dhcp3-server file Find this line or

Related: