HOWTO: IDL Installation
location: ubuntuforums.com - date: October 31, 2006
I recently purchased the IDL Student Edition data analysis software for my graduate physics studies. The software is good for scientific image manipulation and analysis, and is commonly used by astronomers and medical physicists, among others.
The software is officially supported only for RedHat Linux, but I was able to get it to run on Ubuntu Edgy using the following procedure:
1. Install the Corn shell.
The default terminal shell in Ubuntu is called "Bash" (Bourne Again Shell). The installation script for IDL, however, is written for "Csh" (the Corn Shell). Install this using apt-get.
Code:
sudo apt-get install csh
2. Mount the installation media.
Just to be on the safe side, I unmounted the disk first, because Ubuntu typically automounts cdrom media, and you want to make sure the permissions are right.
Code:
sudo umount /media/cdrom0/
sudo mount -o ro -t iso9660 /dev/cdrom /media/cdrom0
(your devices and mount points might differ from mine. Nam
[HOWTO] FTP installation for example of GlFTPd
location: ubuntuforums.com - date: November 8, 2005
It's my first how-to in english so please don't be to severe...
go to :
http://glftpd.com/
download and unpack package.
Code:
cd /tmp
wget http://glftpd.com/files/glftpd-LNX_2.01.tgz
gunzip -c glftpd-LNX_2.01.tgz | tar -xvf -
change directory
Code:
$ cd glftpd-LNX_2.01
install required software:
Code:
sudo apt-get install xinetd zip unzip openssl tcpd
And run script as a root
Code:
# sudo sh installgl.sh
Thats is example how to answer the questions:
Use tcpd? [Y]es [N]o: y
Use a jailed environment? [Y]es [N]o: y
Please enter the private directory to install glftpd inside [/jail]: /jail
Use a private group? [Y]es [No]: y
What would you like your private group to be called? [glftpd]: glftpd
Who should have access to glftpd? (separate with ,): YOUR_USER(S)_NAME
Please enter the directory inside /jail to install glftpd to [/glftpd]: /glftpd
Press <enter> for the default (glftpd)> glftpd
Enter a service name for glftpd. [...]
[HOWTO] FTP installation for example of GlFTPd
location: ubuntuforums.com - date: November 8, 2005
It's my first how-to in english so please don't be to severe...
go to :
http://glftpd.com/
download and unpack package.
Code:
cd /tmp
wget http://glftpd.com/files/glftpd-LNX_2.01.tgz
gunzip -c glftpd-LNX_2.01.tgz | tar -xvf -
change directory
Code:
$ cd glftpd-LNX_2.01
install required software:
Code:
sudo apt-get install xinetd zip unzip openssl tcpd
And run script as a root
Code:
# sudo sh installgl.sh
Thats is example how to answer the questions:
Use tcpd? [Y]es [N]o: y
Use a jailed environment? [Y]es [N]o: y
Please enter the private directory to install glftpd inside [/jail]: /jail
Use a private group? [Y]es [No]: y
What would you like your private group to be called? [glftpd]: glftpd
Who should have access to glftpd? (separate with ,): YOUR_USER(S)_NAME
Please enter the directory inside /jail to install glftpd to [/glftpd]: /glftpd
Press <enter> for the default (glftpd)> glftpd
Enter a service name for glftpd. [...]
HOWTO: ADempiere Installation on Ubuntu 7.04 (with PostgreSQL 8.2 and PL/Java )
location: ubuntuforums.com - date: March 16, 2008
- Requirements Java JDK for Linux Adempiere <VERSION> Zip Archives PostgreSQL Pljava- Configuring your JAVA HOME and ADEMPIERE HOME Copy the Adempiere_<VERSION>.zip to your home directory for e.g. /home/user/ Right click on the zip file and do extract here It will create a folder Adempiere with all the its files and folders Go to your home directory /home/user/ on your file browser Go to View -->> Show Hidden Files on the menu bar ( or simply Ctrl + h ) Open .profile file and add the following lines at the bottomexport JAVA_HOME=/usr/lib/jvm/java-6-sun-1.6.0.00/
export ADEMPIERE_HOME=/home/user/Adempiere/
(change "user" with the name of your user directory and check the java directory to make sure the name is correct) You need to logout and relogin for it to take your JAVA HOME and ADEMPIERE HOME- Installing and Configuring PostgreSQL for Pljava Go to System --> Administration -->Synaptic Package Manager Search for JDK and PostgreSQL and pgAdmin3
HOWTO: Peerguardian Installation and automatic updates
location: ubuntuforums.com - date: November 27, 2005
PeerGuardian is a free and open source IP address blocking software programs capable of blocking incoming and outgoing addresses. The application uses a blocklist of IP addresses to filter the computers of several organisations, including the RIAA and MPAA while using filesharing networks such as FastTrack and BitTorrent. The system is also capable of blocking advertising, spyware, government and educational ranges, depending upon user preferences.
More at WikiPedia.
PeerGuardian is not a firewall. It filters your incoming/outgoing connections. It is usefull when on P2P networks because it blocks the RIAA, MPAA and other evile empires from seeing you. This helps because they can not collect evidence against you and will help in filtering the bogus seeded files they litter the P2P networks with.
Okey, lets get started. Download and install PeerGuardian. There is a .DEB package and source code posted on their SoureForge site. This HOWTO will use the DEB.
http://sourceforge.
HOWTO: Custom Installation of Sun Java
location: ubuntuforums.com - date: December 15, 2006
As a new forum member, I've seen quite a lot of threads asking how to install the latest Sun java JREs and JDKs. Sometimes instructions are given, other times not. The official help documentation doesn't really give instructions on installing Sun Java, without using the package from the package repositories.
So I am writing this to provide a one-stop shop for those wanting to install Sun's JRE or JDK on Ubuntu. This how-to works with both 6.06 and 6.10 versions of Ubuntu, and with JRE 1.5.0_x and 1.6.0, and JDK 1.6 SE. It also assumes that you run 32-bit x86 architecture systems. Following these steps will accomplish:
1. JRE installation into your /opt directory, and plugin installation for Firefox.
2. JDK installation into your /opt for Java programming.
3. Setting correct references in /usr/bin for command-line invocation of Java tools.
Step One - initial download
Download the linux binaries for Java from Sun's official Java website.
http://www.java.sun.com
Place the downlo
HOWTO: Peerguardian Installation and automatic updates
location: ubuntuforums.com - date: November 27, 2005
PeerGuardian is a free and open source IP address blocking software programs capable of blocking incoming and outgoing addresses. The application uses a blocklist of IP addresses to filter the computers of several organisations, including the RIAA and MPAA while using filesharing networks such as FastTrack and BitTorrent. The system is also capable of blocking advertising, spyware, government and educational ranges, depending upon user preferences.
More at WikiPedia.
PeerGuardian is not a firewall. It filters your incoming/outgoing connections. It is usefull when on P2P networks because it blocks the RIAA, MPAA and other evile empires from seeing you. This helps because they can not collect evidence against you and will help in filtering the bogus seeded files they litter the P2P networks with.
Okey, lets get started. Download and install PeerGuardian. There is a .DEB package and source code posted on their SoureForge site. This HOWTO will use the DEB.
http://sourceforge.
HOWTO: Custom Installation of Sun Java
location: ubuntuforums.com - date: December 15, 2006
As a new forum member, I've seen quite a lot of threads asking how to install the latest Sun java JREs and JDKs. Sometimes instructions are given, other times not. The official help documentation doesn't really give instructions on installing Sun Java, without using the package from the package repositories.
So I am writing this to provide a one-stop shop for those wanting to install Sun's JRE or JDK on Ubuntu. This how-to works with both 6.06 and 6.10 versions of Ubuntu, and with JRE 1.5.0_x and 1.6.0, and JDK 1.6 SE. It also assumes that you run 32-bit x86 architecture systems. Following these steps will accomplish:
1. JRE installation into your /opt directory, and plugin installation for Firefox.
2. JDK installation into your /opt for Java programming.
3. Setting correct references in /usr/bin for command-line invocation of Java tools.
Step One - initial download
Download the linux binaries for Java from Sun's official Java website.
http://www.java.sun.com
Place the downlo
HOWTO: NoCD FreeBSD/NetBSD Installation From Windows or Linux
location: ubuntuforums.com - date: February 1, 2008
Main Site
This guide is for anyone who wants to install FreeBSD or NetBSD without using any external media, such as a CD, Floppy, USB-Drive, or the like. It uses UNetbootin to chainload off the host OS's bootloader (via GRUB4DOS on Windows, and GRUB on Linux), and load the installer for FreeBSD/NetBSD, so that installation can continue via the standard FTP-install approach, or through predownloaded packages on a partition.
Supported *BSDs to be installed: FreeBSD 7.0, FreeBSD 6.3, NetBSD 4.0
Supported OS's to be installed from: Windows, Linux
Download Locations
1. Navigate here and pick the appropriate OS to install. Direct links are here: FreeBSD 7.0 FreeBSD 6.3 NetBSD 4.0
Instructions for Windows
If using Windows, download the .exe version for whatever OS you want to install, and reboot when prompted. Select the UNetbootin boot option on the next reboot, and it'll launch the FreeBSD/NetBSD installer. After that, just follow the standard installation instructions.
Instructions
HOWTO: Ubuntu All Brother Printer & Scanner Driver Installation for Newbies!
location: ubuntuforums.com - date: October 25, 2007
Please note this is my first How-To, if there is an error please let me know. I have comprised this simply from how I went about doing it which worked perfectly. Printing tested in Firefox, Gimp & OpenOffice. Scanning tested in Xsane.
FIRST MAKE SURE YOUR SYSTEM HAS ALL UPDATES INSTALLED IF YOU HAVE A FRESH INSTALLATION OF UBUNTU.
64bit printing:
Works fine but with a little more fine tuning. HERE'S REFERENCE TO ALL PRINTERS INSTALLED SUCCESSFULLY ON UBUNTU 64BIT IN THIS THREAD: HERE, HERE and HERE
Printer:
I'm quite a newbie to Linux and I found it really easy to install my Printer with the help of the official Brother Linux Driver WEBSITE. The site is a little outdated but the installation still remains simple thanks to Ubuntu & not to forget Debian.
Step 1:
Open Terminal by selecting Applications ---- Terminal from the task bar.
Step 2:
Type or Copy & Paste the following into Terminal and press enter:
Code:
sudo apt-get install tcsh
Step 3: (don't know if
please wait...
Page: 1 2 3 4 5 6 7 8 9 10