Web Hosting Forum | Lunarpages


*
Welcome, Guest. Please login or register.
Did you miss your activation email?



Login with username, password and session length
February 09, 2012, 08:35:42 PM

Pages: [1]   Go Down
  Print  
Author Topic: Installing Pico and Nano Editors  (Read 1607 times)
Danielle
Guest
« on: June 13, 2005, 09:46:04 AM »

If your control panel does not bring Pico or Nano with it, here is how to install these text editors:


PINE (pico):
===================
1) Log into SSH and issue the following commands:

Code:
cd /home/temp/ [mkdir /home/temp if the directory still does not exist]
wget ftp.redhat.com/pub/redhat/linux/9/en/os/i386/RedHat/RPMS/pine-4.44-18.i386.rpm
rpm -i pine-4.44-18.i386.rpm


Usage:
Code:
pico myfile.txt



Nano Editor:
===================
1) Log into SSH and issue the following commands:

Code:
cd /home/temp/ [mkdir /home/temp if the directory still does not exist]

wget http://www.nano-editor.org/dist/v1.2/RPMS/nano-1.2.4-1.i386.rpm
rpm -i nano-1.2.4-1.i386.rpm


Usage:
Code:
nano myfile.txt
Logged
Pages: [1]   Go Up
  Print  
 
Jump to: