LinuxQuestions.org
Visit Jeremy's Blog.
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 06-20-2012, 09:18 AM   #1
mchstream
LQ Newbie
 
Registered: Jun 2012
Posts: 2

Rep: Reputation: Disabled
lost


look this is just how it is. i am straight from windows. i know windows and even dos like the back of my hand. i wan to learn linux/unbutu. i want to learn. but right off the bat i amn lost. i wanted to install cisco packet tracer and it turned out to be the most difficult thing i could ever imagine. but i did learn it. but in general i am lost. "terminal" what like telnet? i am lost. is there any good general direction out there?
 
Old 06-20-2012, 09:21 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
A Terminal is jsut a command prompt window. It's in your menus if you look. the icon is a screen with >_ on it.

Packet Tracer is going to be a weird thing to install compared to everything else certainly. Note though that as it's Cisco software you should really be following their own installation guides.
 
Old 06-20-2012, 09:27 AM   #3
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
If you installed a relatively uncommon app on Linux, and made it work, then you are definitely not "lost".

"general direction"?----sure, there's plenty, but the best thing is to ask specific questions.

Quote:
"terminal" what like telnet?
No...telnet is a protocol for connecting to other computers. Windows has a terminal (you know Windows-R, then "cmd") and Linux has a terminal. The difference of course is the that the Linux terminal gives you access to a plethora of useful stuff...

Give us some idea as to how you plan to use Linux, and what specific things are not working for you
 
Old 06-20-2012, 09:30 AM   #4
cultavix
Member
 
Registered: Feb 2004
Location: England
Distribution: RedHat
Posts: 39

Rep: Reputation: 15
To be fair to him and Windows, there is a "powershell" which would be semi-comparable to to the Linux Shell.

@mchstream, you should check out some intro videos on youtube or read up some tutorials, google is your friend.
 
Old 06-20-2012, 09:35 AM   #5
mchstream
LQ Newbie
 
Registered: Jun 2012
Posts: 2

Original Poster
Rep: Reputation: Disabled
ty

ty for the info. it was so funny though. never thought about linux in the past; but just tried ubuntu and realized how lost i have really been. so glad ur hear.
 
Old 06-20-2012, 09:50 AM   #6
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by cultavix View Post
To be fair to him and Windows, there is a "powershell" which would be semi-comparable to to the Linux Shell.
Why would I want to be fair with Windows??....
Seriously, I'd be amazed if there's any CLI in Windows that even **approaches** the power of BASH and all the other "Unix" utilities. Why would there be--------where's the market?
 
Old 06-20-2012, 10:27 AM   #7
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by pixellany View Post
Why would I want to be fair with Windows??....
Because being unfair makes you look like a zealot.

Quote:
Seriously, I'd be amazed if there's any CLI in Windows that even **approaches** the power of BASH and all the other "Unix" utilities. Why would there be--------where's the market?
There is, it is called PowerShell. It's major advantage besides having features a real shell should have is that you can make use of the complete .Net evironment.
Its use is of course the server market and the administration of large amounts of Windows systems in the corporate environment.
 
Old 06-20-2012, 11:02 AM   #8
skipper123
LQ Newbie
 
Registered: Jun 2012
Posts: 10

Rep: Reputation: Disabled
First try using tcpdump on linux and once you master it than try the cisco packet tracer. There are many tutorials you can find on google for tcpdump.
Hope this helps
 
Old 06-20-2012, 11:34 AM   #9
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by TobiSGD View Post
Because being unfair makes you look like a zealot.
Relax--I was joking.
Quote:
There is, it is called PowerShell. It's major advantage besides having features a real shell should have is that you can make use of the complete .Net evironment.
Its use is of course the server market and the administration of large amounts of Windows systems in the corporate environment.
OK---I will accept that I did not know this---is it really as good as the traditional Unix environment?
 
Old 06-20-2012, 12:02 PM   #10
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by pixellany View Post
OK---I will accept that I did not know this---is it really as good as the traditional Unix environment?
To answer that one needs your definition of "Shell". Is it the pure shell (Bash/Zsh/whatever) or does it include the environment (like the GNU or BSD toolset)?
 
Old 06-20-2012, 12:18 PM   #11
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
When I speak of the CLI environment I mean BASH + the range of utilities that typically [comes with | is readily available for] a Linux distro. I'm aware of the huge ambiguity in this.

Another way to get at this: What kinds of things are available in Powershell that one would not expect to find in a Linux or Unix environment?

Here's one that I keep running into: In Windows, to unzip things, they want you to BUY Winzip. In Linux, you just use gunzip or the "z" flag in tar. I can tar, untar, zip and unzip, and bzip and bunzip faster than I can even try to remember what the windows equivalents are....
 
Old 06-20-2012, 12:30 PM   #12
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Quote:
Originally Posted by pixellany View Post
In Windows, to unzip things, they want you to BUY Winzip.
Zip functionality is built in since Windows XP, also there are many freeware tools to deal with that functionality, like 7zip.

As stated above, you can do anything that can be done with the .Net framework, from networking over database and system diagnostics to the IO-functions of the framework and even the accessibility and UI functions. Too much to describe, a complete overview of the .Net framework can be found here: http://msdn.microsoft.com/en-us/libr...v=VS.100).aspx

Now let's stop to derail this thread.
 
Old 06-20-2012, 12:32 PM   #13
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by TobiSGD View Post
Now let's stop to derail this thread.
OK

waiting for more questions from the OP.......
 
  


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
Lost bookmarks & lost email accounts in Evolution IdahoSilverSage Ubuntu 1 07-12-2009 04:07 AM
newbie lost... kinda like paradise lost but less demon kharnevil Programming 2 04-16-2008 06:51 PM
HDD partition lost. xandros DVD + me = lost data lein Linux - General 18 05-22-2007 05:47 AM
Bind have lost some zone in named.conf & lost db file achilles Linux - Enterprise 0 04-19-2007 06:22 AM
Howto recover lost and formatted data on lost partitions. Sören Schneider LinuxQuestions.org Member Success Stories 2 04-05-2006 06:38 AM

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

All times are GMT -5. The time now is 03:19 PM.

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