Your Ad Here Your Ad Here
Arcade NZBs WTO Guides Forums Home
Welcome to FileSharing Talk.  ( Register | Log in )
SuperNews Special   SeedPlace Special

   

Reply
 
Thread Tools
tesco
  #1 Old 08-20-2006, 05:18 PM
 
tesco's Avatar
Site Programmer
 
Join Date: Aug 2003
Location: Canadia
Posts: 22,743
Help getting started in Linux
Since I know so much about windows its almost impossible for me to really use linux...i'm just so lost.
I have no idea about program names for good programs under linux, although I do know firefox...
I'll worry about finding programs later (google).

What I'm lost with is file types and how to intall stuff. What is RTM? What's a SO? (same as dll under windows?).
And how do you install things. I though this RTM file I got was an installer like .msi under windows but running it just opens an archive program which cant open the file.

Thanks for any help getting started. If I can start learning how to configure and use this I just might switch from windows to linux.

BTW using ubuntu 6.06 64bit.
Reply With Quote tesco is online now  
Click to Register Registering will remove these ads.
Click to Register
Sponsored Links

Your Ad Here Giganews Newsgroups Your Ad Here

Your Ad Here Unlimited Usenet
Your Ad Here

Your Ad Here RapidPeer.com Managed Seedbox Services Your Ad Here
tesco
  Linux Software   -   #2 Old 08-20-2006, 06:47 PM
 
tesco's Avatar
Site Programmer
 
Join Date: Aug 2003
Location: Canadia
Posts: 22,743
Also, I set up Samba to be able to network with my windows computers but i cant edit the samba config file... I don't have permission.
How do I give my account permission to edit files outside of the /home/{username}/ folder?
Reply With Quote tesco is online now  
erRor67
  Linux Software   -   #3 Old 08-20-2006, 07:12 PM
 
erRor67's Avatar
Lord Of Everything
 
Join Date: Mar 2003
Location: Everywhere
Posts: 836
Your best bet is to find some linux guide made for your distro (in your case, ubuntu). I personally installed linux (I chose SuSe) a few months ago and Im sooooo n00b at it. Im pretty good with Windows and stuff but linux is a whole new ball game. In Windows you can basically just point and click and learn on your own (trial and error). With linux, it seems way harder. Installing programs is hell (each distro needs its own compilied version of the software).

For Suse, you can use repositories where you check software you want and it installs everything for you (all dependences and everything just for Suse). Im assuming theres something similar on ubuntu (check their forums and wiki).

EDIT: here are some guides,
https://help.ubuntu.com/ubuntu/deskt...e/C/index.html
http://ubuntuguide.org
http://monkeyblog.org/ubuntu/installing/

And check this, Automatix: http://www.getautomatix.com/
Its basically GUI script for installing the most commonly requested applications.
__________________
blah blah blah... whatever...



Last edited by erRor67; 08-20-2006 at 07:23 PM..
Reply With Quote erRor67 is offline  
ObiWan
  Linux Software   -   #4 Old 08-21-2006, 10:57 AM
 
ObiWan's Avatar
Poster
 
Join Date: Apr 2003
Posts: 403
scotland
for installing software you can use apt (the package manager that ubuntu uses) this should download and install the software and any dependances. or use the synaptic package manager which is a front end for apt though you may want to enabe more repositorys first.

to get superuser access login as root or type "su -" at the terminal (this will only give root access for that terminal) it is not recommended to login as root and should only be used when nessesary

also check out www.easyubuntu.freecontrib.org for mp3 codecs
__________________
There are 10 types of people in the world those who understand binary and those who dont
Reply With Quote ObiWan is offline  
FXTGx
  Linux Software   -   #5 Old 09-18-2006, 09:14 PM
Member
 
Join Date: Sep 2006
Posts: 6
Ubuntu is built upon Debian (if you didn't know), so if you need a program and there's no "Ubuntu" version, try the Debian one. The files you should look for are .deb

Also, go through Synaptic. It's under your Administration menu. Make sure to add repositories to get access to more programs (link at bottom of post). All you do is check the ones you want, Apply, and tada!

Also, you can build programs from source. To do this, download the source file (usually a "tarball", which is .tar.gz or .tar.bz2), untar it (when you open it up, it will look kinda like WinZip under Windows...just extract it somewhere, like in /tmp or your Desktop).

Then...to actually compile a program from source, open up a Terminal. Use cd to get in the folder you extracted. Type ./configure (it may ask some things), then "make" and "sudo make install" Then you should be able to run it!

Oh yeah, and I assumed you have no Linux experience (I didn't a few months ago...this is all stuff I learned). If you knew a lot of this, I hope you aren't insulted or anything.

http://ubuntuguide.org/wiki/Dapper#H...a_repositories

P.S. Is there a particular program that you're looking for? What did you mainly use under Windows?

P.P.S. ObiWan is right - use EasyUbuntu to save the hassle of getting some codecs and basic stuff working right.
Reply With Quote FXTGx is offline  
dbk927
  Linux Software   -   #6 Old 02-16-2007, 05:18 PM
Member
 
Join Date: Feb 2007
Posts: 11
Quote:
Originally Posted by FXTGx View Post
Ubuntu is built upon Debian (if you didn't know), so if you need a program and there's no "Ubuntu" version, try the Debian one. The files you should look for are .deb

Also, go through Synaptic. It's under your Administration menu. Make sure to add repositories to get access to more programs (link at bottom of post). All you do is check the ones you want, Apply, and tada!

Also, you can build programs from source. To do this, download the source file (usually a "tarball", which is .tar.gz or .tar.bz2), untar it (when you open it up, it will look kinda like WinZip under Windows...just extract it somewhere, like in /tmp or your Desktop).

Then...to actually compile a program from source, open up a Terminal. Use cd to get in the folder you extracted. Type ./configure (it may ask some things), then "make" and "sudo make install" Then you should be able to run it!

Oh yeah, and I assumed you have no Linux experience (I didn't a few months ago...this is all stuff I learned). If you knew a lot of this, I hope you aren't insulted or anything.

http://ubuntuguide.org/wiki/Dapper#H...a_repositories

P.S. Is there a particular program that you're looking for? What did you mainly use under Windows?

P.P.S. ObiWan is right - use EasyUbuntu to save the hassle of getting some codecs and basic stuff working right.
Yes, that's how its done... Use synaptic package manager and search for any programs you need. Its actually easier than windows installations once you get used to it. Oh, and as far as installer extensions, there's two basic types .deb and .rpm

Using Ubuntu, you'll want installers with a .deb extension, because your distro is based on debian. The other type .rpm stands for "red hat package manager" and is used for Red Hat's distros and distros based on it. All of this, however, can be avoided and automated for you by just using synaptic package manager in your "administration" menu.
Reply With Quote dbk927 is offline  

Reply

Bookmarks

Thread Tools

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


Your Ad Here Great Deals At NewEgg.com Your Ad Here

The time now is 03:49 PM

Page Generation Time0.14sec    Query Count9 queries Talkgold - Sexy Pictures - Money E-Books - Onlive Forum - Wallpapers for Zunes
Contact Us - FileSharing Talk - Archive - Disclaimer - Top

Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
FileSharingTalk.com - All Rights Reserved