LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 03-07-2004, 11:38 AM   #1
Lgoat
LQ Newbie
 
Registered: Feb 2004
Location: somewhere incredible
Distribution: slackware!
Posts: 23

Rep: Reputation: 15
somekinda getting started


Hi! ive tried to install linux a few time but i just cant get started. I dont know what to do after ive installed linux. I cant use my normal proggies from windows and i dont know any proggies that is kinda like the ones i used with windows. anyone know what i can do with linux at that moment
 
Old 03-07-2004, 11:56 AM   #2
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Hi Lgoat!

Welcome to LinuxQuestions.org. Here is a table of equivalents programs Linux - Windows:

http://linuxshop.ru/linuxbegin/win-l...en/table.shtml

in short, programs made for Windows won't run under Linux. There are some ways around it, but the best is to find an equivalent and run them natively. Here you can find out how to install programs:

http://www.linuxquestions.org/questi...threadid=45094

When you post again, don't forget telling us which Linux you are running (Mandrake, Suse, Redhat... whatever). Each of them provides different tools for installing package as well as configuration tools... Be always very descriptive. Say what is not working, what you are trying to do and what error messages you are getting. Saying that you don't know what to do with Linux after installed is way to vague. If you've put like this:

"I've just installed Redhat and when I boot on it, I see a black screen with a command line. What should I do?"

Regards!
 
Old 03-07-2004, 12:08 PM   #3
Lgoat
LQ Newbie
 
Registered: Feb 2004
Location: somewhere incredible
Distribution: slackware!
Posts: 23

Original Poster
Rep: Reputation: 15
Thx for the info(i realy mean it!). but what i realy meant was what i should do when ive installed it because i want to do something cool. i want to feel the difference between linux and windows. for me the only difference is the programs. so anyone know some cool stuff to do

btw im starting out with red hat(9.1) and im planning to use slackware sooner or later

Last edited by Lgoat; 03-07-2004 at 12:14 PM.
 
Old 03-07-2004, 12:18 PM   #4
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
Cool Lgoat! My pleasure. Well, something cool with Linux... good question. Right off the box, you can:

1 - Program in C, C++, Python, Java, Perl...
2 - Run a super HTTP server with Apache and/or ProFTPD
3 - Try getting Windows games to run with Linux: www.transgaming.com and see the differences .
4 - Getting apt-get program and being able to install any program with a single command
5 - Try out a hole bunch different desktops enviroments as blackbox, fluxbox, kde, gnome, xfce... This is really cool to do

And the usual stuff, listen to internet radio, download movies, play online games . Basically everything you do with Windows can be done in Linux. indeed exceptions exist in all rules .
 
Old 03-07-2004, 12:51 PM   #5
Lgoat
LQ Newbie
 
Registered: Feb 2004
Location: somewhere incredible
Distribution: slackware!
Posts: 23

Original Poster
Rep: Reputation: 15
Thx alot! now i can begin im already learning c++ (on the 7th day in "teach yourself c++ in 21 days")
thx again... cya around

Last edited by Lgoat; 03-07-2004 at 12:54 PM.
 
Old 03-07-2004, 04:15 PM   #6
Mega Man X
LQ Guru
 
Registered: Apr 2003
Location: ~
Distribution: Ubuntu, FreeBSD, Solaris, DSL
Posts: 5,339

Rep: Reputation: 65
That's a great book. I've used that at school. Very well written and organized. You cannot go wrong with it . Just some tips... that book uses a lot the function getch(); from the header conio.h. That won't work with gcc/++ since it's a DOS only function (I believe) .

Try compiling a hello world there with g++ to get the hang of it. To compile, use:

g++ -o myprogram hello.cpp

"myprogram" is an executable. Run your program with:

./myprogram

gcc is my favorite toy under Linux
 
Old 03-07-2004, 06:32 PM   #7
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
Quote:
Originally posted by Lgoat
Thx for the info(i realy mean it!). but what i realy meant was what i should do when ive installed it because i want to do something cool. i want to feel the difference between linux and windows. for me the only difference is the programs. so anyone know some cool stuff to do

btw im starting out with red hat(9.1) and im planning to use slackware sooner or later
Set your screensaver to be your wallpaper? If other people see your machine, that tends to get their attention. "Cool wallpaper, man! Where d'you get it?"

The general "XScreensaver" files should be in /usr/X11R6/lib/xscreensaver (or something similar). If you've got a decent setup, you could try (from a console): /usr/X11R6/lib/xscreensaver/atlantis -root.

OK, these may sound rude, but believe me - I don't mean them to be so, I am just curious:
Why do people new to Linux think that they can/should be able to run their Windows applications? If you were presented with an Apple or a high-end Amiga, would you presume that your Windows apps would work on those? At best you may find an equivalent, and the same is true for Linux.

Also, why do people find the need to 'do something cool with Linux'? Sure, Linux can do some very cool stuff, but why not just use it for the same purposes as you used Windows? Even gaming works quite well if you're prepared to put a little effort in.

Cheers.
 
Old 03-08-2004, 08:15 AM   #8
Lgoat
LQ Newbie
 
Registered: Feb 2004
Location: somewhere incredible
Distribution: slackware!
Posts: 23

Original Poster
Rep: Reputation: 15
@Megaman X: thanks again!

@Thymox: ive never believed that windows apps could work on linux.

btw i only wanted to feel the difference between linux and windows not just do something cool. something you cant do in windows

bye
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting Started mattp Linux - Laptop and Netbook 6 01-08-2005 11:51 PM
Getting started k06878 Linux - Newbie 12 11-19-2004 08:42 AM
Getting Started burningtheory Linux - Distributions 2 09-07-2004 03:32 PM
Help Getting started reddog64 Linux - Newbie 9 04-18-2004 10:45 PM
Getting started.... noclue_menew Linux - Newbie 31 10-03-2003 01:44 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 11:26 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