LinuxQuestions.org
Visit Jeremy's Blog.
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 05-04-2014, 08:43 AM   #1
Rodger1012
LQ Newbie
 
Registered: May 2014
Posts: 1

Rep: Reputation: Disabled
does and donts off linux downloads


Hi I am Rodger,
First post.
I was just wondering what to avoid when down loading onto linux operation system and whats a big NO? NO?
thanks
 
Old 05-04-2014, 09:59 AM   #2
Shadow_7
Senior Member
 
Registered: Feb 2003
Distribution: debian
Posts: 4,137
Blog Entries: 1

Rep: Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874Reputation: 874
I'm not following you. Are you asking for legal advice? Or administrative help?

From a technical perspective you can download "anything" that is available on the internet. If you SHOULD or not depends on your beliefs and the laws of where you live. From an administrative standpoint WHERE you download the content on your storage mediums, and what you do with them is dependent on WHAT you download and HOW you download it.


As far as don't:

- don't break the law (although using linux can be against the law in some regions)
(recalling something about curse word comments in the linux sources and australia back in the day)

- don't run anything as root that you do not trust, or have audited to deem if it is trust-able. The same goes for any user account with admin-like priviledges.

- do not start any services that you have not configured. Unfortunately the default for many linux distros is to start services like apache, bind, ssh immediately after installing. Before you have configured them with YOUR preferences. And they're also setup to auto start at boot. And re-setup to do that after every update.

But I'm not a lawyer and don't want to be one.
 
1 members found this post helpful.
Old 05-04-2014, 10:53 AM   #3
jdkaye
LQ Guru
 
Registered: Dec 2008
Location: Westgate-on-Sea, Kent, UK
Distribution: Debian Testing Amd64
Posts: 5,465

Rep: Reputation: Disabled
The bulk of your software will be provided by your package manager. Assuming you are using a normal distro (there are 600+ to choose from) there should be no problem. If you're getting some 3rd party software and have doubts then ask about other people's experience. You can do that here if you like. Mostly getting software is not a big problem. If it runs on linux it's usually ok.
jdk
 
1 members found this post helpful.
Old 05-04-2014, 11:01 AM   #4
AlexBB
Member
 
Registered: Mar 2014
Posts: 464

Rep: Reputation: Disabled
Yep, this is the mantra they all repeat. You first check if the package in question is already in your system (Ubuntu, etc) and then use

$ sudo apt-get install gfortran (as an example, if you are interested in gfortran)

So, it seems gfortran is already in your machine or whatnot. You don't have to download it from a distant website. All you have to do is to install it. It is a different mentality from what we all acquired working with Windows.

There are also other than apt-get commands many people prefer but I never used them, myself a newbie.

Last edited by AlexBB; 05-04-2014 at 11:09 AM.
 
Old 05-04-2014, 12:12 PM   #5
maples
Member
 
Registered: Oct 2013
Location: IN, USA
Distribution: Arch, Debian Jessie
Posts: 814

Rep: Reputation: 265Reputation: 265Reputation: 265
Quote:
Originally Posted by AlexBB View Post
There are also other than apt-get commands many people prefer but I never used them, myself a newbie.
Different distros use different package managers. Ubuntu and other Debian-based distros usually use apt-get. Arch uses pacman. I think Fedora uses yum.

So it depends on which distro you prefer, not the package manager you prefer. So I don't think it would be possible to install pacman on Debian, or yum on Arch.
 
1 members found this post helpful.
Old 05-04-2014, 12:15 PM   #6
TroN-0074
Senior Member
 
Registered: Dec 2011
Location: Michigan USA
Distribution: OpenSUSE 13.2 64bit-Gnome on ASUS U52F
Posts: 1,444

Rep: Reputation: 340Reputation: 340Reputation: 340Reputation: 340
I think the few things you should know before downloading a Linux distribution are:

a) Always download the ISO image from the site of the distribution you are intended to install. If you want to install Ubuntu download the image from the Ubuntu website, if you want Fedora download their image from the Fedora website, and so on.

b)Download the image for the right architecture. That involves doing a little investigating on your part to find out if your computer supports 32 bits or 64 bits. Most 64 bits systems run 32 bits just fine but 32 bits wont be capable to use all the memory ram installed in a 64 bit machine. So there is going to be some wasted ram. 64 bit software wont run in a 32 bit machine.

c)Make sure the Linux distro you are downloading has all the support for your hardware. This also gives you a little bit of homework to find out what you have in your computer. Wireless cards, video cards, sounds card are sometimes a problem and you would want to install a distro that has support for the one you have in your computer. If you have a broadcom wireless card you will have to do some digging to get it working. at little bit easier in a distro like Ubuntu than in a distro like Slackware. but the driver exist you just need to look for it.

d) Once you have the distro of your choice installed up and running in your machine, and you want to install some of the apps that you really love. The first place to look for these apps will be your distro's apps store (In Linux terms that is called the package manager, or software manager) in some distros that is a graphical tool in some other is just a text base tool (by text base I mean command line). But most of the software will be there.

That is pretty much all I have for does. For donts the only advice I have is don’t go around the internet downloading software from random websites, Open Source software is different that Freeware software. If something is being offered to you as Freeware just get away from it. Dont get it close to your computer.

Good luck to you and hopefully you enjoy your downloading experience
 
1 members found this post helpful.
Old 05-04-2014, 04:48 PM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
big "do not"
if you find the code on "4Chan"
do not install it .....
 
1 members found this post helpful.
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
netinst downloads and apt-get downloads stalling then restarting Frustin Debian 2 03-08-2012 02:36 AM
new to Linux downloads russiangary Linux - Software 23 03-20-2011 03:18 PM
XP Downloads Fast ... Ubuntu Downloads Slow :( Dinerty Ubuntu 2 07-23-2006 02:31 PM
No more linux downloads? bolinux Linux - General 9 10-08-2003 06:43 PM
Downloads.com Down On Linux!!! Dan_Solo Linux - General 9 07-20-2003 10:18 AM

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

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