LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-27-2010, 11:41 AM   #1
secondchanti
LQ Newbie
 
Registered: Jul 2010
Posts: 24

Rep: Reputation: 15
Need a linux terminal for practising linux online.


Friends,

I am using windows XP. But i want to practice the linux commands online, as everything in my office is RHEL-4 .
Iam rightnow, practising through www.linuxzoo.net, but its time seems to be expired. Any other sites, which provides online terminal ?

Please suggest such sites.

Rao
 
Old 07-27-2010, 12:04 PM   #2
rich_c
Member
 
Registered: Apr 2008
Location: UK
Distribution: PeppermintOS
Posts: 387
Blog Entries: 74

Rep: Reputation: 81
I'm afraid I can't help directly, but what is your overriding reason for not using a solution on your own hardware. I'm thinking Live CD/USB, Virtualbox, dual boot or even WUBI?

I recently posted on my blog here about DIY UNIX fundamentals courses. Suggesting something like linuxzoo.net would never have occured to me.
 
Old 07-27-2010, 12:24 PM   #3
MensaWater
LQ Guru
 
Registered: May 2005
Location: Atlanta Georgia USA
Distribution: Redhat (RHEL), CentOS, Fedora, CoreOS, Debian, FreeBSD, HP-UX, Solaris, SCO
Posts: 7,831
Blog Entries: 15

Rep: Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669Reputation: 1669
Do you have VPN access to your office? If so you should be able to run PuTTY on your XP laptop to access the RHEL4 systems in the office. (Although you might need to have Security folks in your office open up access to specific systems depending on how they do VPN.)

You can also setup your laptop to be a dual-boot machine with XP in primary partition and Linux in secondary. There is (or at least was) a good write up on how to do this with Gparted. You'd want to load RHEL4 (if authorized) or CentOS 4 (which has no restrictions) as it is binarily compatible with RHEL4.

Alternatively if you just want to do Linux style commmands you could install Cygwin on your XP laptop - it runs Linux under XP.

Finally - not having used Linuxzoo.net before I can't say how reliable it is but I will make these observations from looking at it:
1) After you register they send you an email from "g.russell@napier.ac.uk" to complete the registration. It appears that if you don't click on the link in that email they expire your account in about 14 days. If you do click on it they don't expire it.
2) The OS they are providing says "Fedora 2" which is really old. It has a 2.6 kernel so I don't think it is really that old or at least they are adding stuff to it but it might not be exactly the same as your RHEL4 (/etc/redhat-release says it's RHEL 3 - go figure).

Freeshell.org also provides free shell accounts but those are on BSD not Linux. Depending on what you want to do it may be close enough.
The Linuxzoo.net looks interesting as they're actually giving you a virtual machine with root so don't have the restrictions you'd find on Freeshell.org.
 
Old 07-27-2010, 03:26 PM   #4
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626Reputation: 3626
There is a java virtual machine that should work on almost all systems. Takes me forever to find it.

http://jpc.sourceforge.net/home_home.html and you can run linux from a browser. http://jpc.sourceforge.net/tty.html

There may be other NX based systems that you could access too. I forget where they might be.

Plenty of small OS's that can run on qemu. Some are fully setup and easy to run from a flash drive.

Another way may be to use a live cd or floppy to practice. Boot computer to the OS and learn.

Another way is to use a dos based clone of linux/unix. MKT tools used to offer a neat way to run linux commands in dos.

Might install services for unix as it has almost all of the common commands.

Might move up to a live usb flash install and boot to it. See pendrivelinux.com.

There is also a cd that has cygwin from I think Indiana University. Put the cd in and you can run linux command line stuff.

As you are trying to learn I'd suggest you do not attempt to access your RH systems until you are fully trained.

Last edited by jefro; 07-27-2010 at 03:41 PM.
 
Old 07-27-2010, 03:26 PM   #5
j1alu
Member
 
Registered: Apr 2009
Distribution: debian gnu/linux
Posts: 798

Rep: Reputation: Disabled
Click on test-drive to check if it might offer what you are looking for:
http://www.nomachine.com/products.php
It's rather an environment than a terminal (i only tested once if it works at all, not for general usage)
I would go for cygwin.
 
Old 04-20-2015, 07:30 AM   #6
gbulldog8
LQ Newbie
 
Registered: Nov 2014
Posts: 3

Rep: Reputation: Disabled
Free Terminal program

Hello,

I downloaded and installed the CentOS (very similar to redhat) .iso image file to a local directory and then installed it in VirtualBox. You can run the terminal program from their.

gbulldog8
 
Old 04-20-2015, 07:40 AM   #7
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,850

Rep: Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309Reputation: 7309
you may try to install cygwin (and check it offline), that runs on windows and looks like a usual linux terminal.
 
Old 04-20-2015, 08:56 AM   #8
veerain
Senior Member
 
Registered: Mar 2005
Location: Earth bound to Helios
Distribution: Custom
Posts: 2,524

Rep: Reputation: 319Reputation: 319Reputation: 319Reputation: 319
Check this site jslinux.
 
Old 04-20-2015, 03:40 PM   #9
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by gbulldog8 View Post
Hello,

I downloaded and installed the CentOS (very similar to redhat) .iso image file to a local directory and then installed it in VirtualBox. You can run the terminal program from their.

gbulldog8
do this.
if your hardware is old, install a non-graphical version.

randomly picking a server:
http://mirror.hh.se/centos/6.6/isos/i386/
download a minimal or netinstall from here and install it through virtualbox:
http://download.virtualbox.org/virtu...-98988-Win.exe
 
Old 04-20-2015, 04:50 PM   #10
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,508

Rep: Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490Reputation: 2490
The OP posted almost 5 years ago and never came back. Necro-thread but nowhere close to the record.
 
Old 04-22-2015, 10:43 AM   #11
maples
Member
 
Registered: Oct 2013
Location: IN, USA
Distribution: Arch, Debian Jessie
Posts: 814

Rep: Reputation: 265Reputation: 265Reputation: 265
Quote:
Originally Posted by yancek View Post
The OP posted almost 5 years ago and never came back. Necro-thread but nowhere close to the record.
What's the record?
 
Old 04-22-2015, 11:21 AM   #12
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,264
Blog Entries: 24

Rep: Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194
Quote:
Originally Posted by maples View Post
What's the record?
Not sure, but I saw one just yesterday from 14 years ago... LQ is not much older than that!
 
Old 04-22-2015, 11:31 AM   #13
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by yancek View Post
The OP posted almost 5 years ago and never came back.
Clever username, though!

Regards...
 
Old 04-22-2015, 11:57 AM   #14
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,112
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Just using my google foo to answer the question asked in this thread

http://www.tutorialspoint.com/codingground.htm

One I use and keep bookmarked is

http://www.giis.co.in/linux_help.html
 
Old 04-22-2015, 01:33 PM   #15
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
seeing as this is 5 years old
the op was talking about using rhel4 a OLD version even 5 years ago
and that rhel4 is basically unsupported

that the op never cam bask

that really there could be no new things ( that are useful ) that can be added


we might want to ask one of the mods to close this thread
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] practising RAID sycamorex Linux - General 6 02-16-2010 06:50 AM
Online Banking / Online Shopping in Linux? JROCK1980 Linux - General 14 02-27-2004 02:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 11:43 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration