LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 10-22-2011, 02:16 AM   #1
BuckNekkid
Member
 
Registered: Jun 2007
Location: Bayou, Louisiana
Posts: 121
Blog Entries: 1

Rep: Reputation: Disabled
Question Basic Linux "code", etc.


Hi!

A lot of folks have talked about the linux operating system having a code which starts it running and it's given away FREE.

Is this basic program like a series of DOS batch files? I did a lot of that in DOS 6.22 and plan to use it on my in-house system, along with THIN CLIENTS.

Using the Thin Client should help block the rf egress
out of my ham shack, and not bother my recievers and scanners. It should be easy to hook up with just Cat 5 cable or should I use RG-59, 72Ω, copper-sheild coax and some BNC connectors, LOL!

Well, I woke up from some good sleep. Think I'll go back to bed and try to get some additional sleep.

GOD BLESS,
Best Regard,

Buck/KA5LQJ
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 10-22-2011, 03:59 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
code which starts it?? A boot loader? No idea what you mean there., there is no "basic program". As for "free", yes most distros are freely available start to finish.

The Linux kernel itself is written in c, and many additional scripting and programming languages are also involved in the running of it and it's applications. there is no obvious reason to associate it with DOS in any way over other operating systems.

And your god can keep his blessing, thanks anyway.

Last edited by acid_kewpie; 10-22-2011 at 04:12 AM.
 
0 members found this post helpful.
Old 10-22-2011, 08:16 AM   #3
MTK358
LQ 5k Club
 
Registered: Sep 2009
Posts: 6,443
Blog Entries: 3

Rep: Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723Reputation: 723
Quote:
Originally Posted by BuckNekkid View Post
A lot of folks have talked about the linux operating system having a code which starts it running and it's given away FREE.
I'm also not sure what you mean. Do you understand anything about open source and/or computer programming?
 
2 members found this post helpful.
Old 10-22-2011, 09:31 AM   #4
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by BuckNekkid View Post
Using the Thin Client should help block the rf egress
out of my ham shack, and not bother my recievers and scanners.
It would if the primary source of RF was the HDD because AFAIK a thin client is pretty much a computer without the HDD so there's still a PSU etc.

How much RF is coming out of your computer? AFAIK computer cases are either metal or plastic internally coated with a conductor, intended to stop electromagnetic radiation including RF ... ?
 
1 members found this post helpful.
Old 10-22-2011, 07:21 PM   #5
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
The source code should be freely available from the makers of the individual programs.

Some Linux distros distribute the source code with the distribution; if they do, it's often placed in /usr/src. Others include it on the installation media but do not install it to the computer by default; others make it available for download from the repositories.

I know that current Slackware comes on six CDs. Two of them are devoted to source code (or "sources" as it's commonly referred to).

I think I read somewhere that most of it is in C++, but I can't find a cite for that right now.
 
1 members found this post helpful.
Old 10-22-2011, 09:05 PM   #6
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
the code which you are referring to is the 'source code', which is the human readable version of the software that makes up the Linux operating system (by human, I mean programmer), most of the time when you are running software you are dealing with 'object code', which is the 'source code' translated (compiled) into machine language instructions for the computer to execute.

The Linux kernel is written in a mix of C and some architecture specific assembly (which you would find in the 'arch' directory of the kernel source tree) for specific parts of an operating system that can't be handled in C.

other programs in Linux are written in a variety of languages from C to C++ to python and ruby being the most common, though other languages do exist as well.

The difference between Linux and say, dos or windows is that for Linux, the source code is freely available, whereas with Windows/Dos , only Micro$oft has access to the source code.

as for dos batch scripts, Linux has shell scripting which is far more capable than dos batch files.
 
1 members found this post helpful.
Old 10-23-2011, 04:37 AM   #7
cascade9
Senior Member
 
Registered: Mar 2011
Location: Brisneyland
Distribution: Debian, aptosid
Posts: 3,753

Rep: Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935Reputation: 935
As far as I know, youare more likely to get RFI/EMI from the HDD cables than from the HDD itself.

You might some some useful info/tips on this page-

http://www.repairfaq.org/REPAIR/F_CompRFI.html
 
1 members found this post helpful.
Old 10-23-2011, 09:01 AM   #8
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: Slackware®
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,
Quote:
Originally Posted by BuckNekkid View Post
Hi!
A lot of folks have talked about the linux operating system having a code which starts it running and it's given away FREE.
(Linux is Not Windows) refers to the GNU/Linux OS and various Free & Open-Source Software (FOSS) projects under the catch-all name of "Linux". It scans better plus a Great Article.

Quote:
Originally Posted by BuckNekkid View Post
Is this basic program like a series of DOS batch files? I did a lot of that in DOS 6.22 and plan to use it on my in-house system, along with THIN CLIENTS.
Comparison of Windows and Linux is comparisons between the Microsoft Windows and Linux computer operating systems are a long-running discussion topic within the personal computer industry.
Quote:
Originally Posted by BuckNekkid View Post
Using the Thin Client should help block the rf egress
out of my ham shack, and not bother my recievers and scanners. It should be easy to hook up with just Cat 5 cable or should I use RG-59, 72Ω, copper-sheild coax and some BNC connectors, LOL!
CAT5E Shielded is doable but do not forget the plug.
Quote:
excerpt from Shielding Cat 5 Cable
There are a variety of different methods used for shielding Cat 5 cable. The reason for adding a shielded layer to network cable is to minimize the interference with network signals. Adding a foul shielding consists of wrapping to plain aluminum mylar layer around conductor pairs. This shielded layer provides protection from EMI/RFI interfering. This method doesn’t, however, provide the most sound protection for all the frequencies , despite the fact that 100% of the cable pairs are covered by foil:
Another method of shielding Cat 5 cable is by using a braided shield. When your cat 5 cable demands more flexibility with this technique, a smaller percentage of the network cable is covered. The braided shield has a crosshatch design which offers stronger protection from interfering elements. The braided shield is extremely durable and can withstand the cable being flexed constantly.
Your LAN devices can emit allowable interference(FCC), check the specs for each. Unless you place your equipment within a Faraday Cage there is going to be emissions. Plus remember the CAT5 cable is twisted pairs, then adding the shield will aid in limiting the interference between pairs and localized. You can get commercial shielded cases for your computer system but remember the external devices are the culprits. A shielded Laptop would be the best but at the cost $$$.

Quote:
Originally Posted by BuckNekkid View Post
Well, I woke up from some good sleep. Think I'll go back to bed and try to get some additional sleep.

GOD BLESS,
Best Regard,

Buck/KA5LQJ
Nite! Nite!

For when you wake up, a few links to aid you to gaining some understanding;



1
Linux Documentation Project
2
Rute Tutorial & Exposition
3
Linux Command Guide
4
Bash Beginners Guide
5
Bash Reference Manual
6
Advanced Bash-Scripting Guide
7
Linux Newbie Admin Guide
8
LinuxSelfHelp
9
Utimate Linux Newbie Guide
10
Linux Home Networking
11
Virtualiation- Top 10

The above links and others can be found at '
Slackware-Links'. More than just Slackware® links!
 
3 members found this post helpful.
Old 10-23-2011, 02:06 PM   #9
BuckNekkid
Member
 
Registered: Jun 2007
Location: Bayou, Louisiana
Posts: 121

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Quote:
And your god can keep his blessing, thanks anyway.
__________________
Chris
I'm sorry if I offended anyone with my "blessing". I merely wish everyone to have the best LIFE has to offer. I'm not on of those grab-you-by-the-collar, shake you, and scream in your face 'Do YOU know JESUS as personal LORD and Saviour?

I have a very deep, personal and private walk with THE CREATOR. I won't tell you how this is, unless you ask and then I let YOU decide if that's what YOU want. Each relationship with HIM is different, according to your needs.

I'm going to continue to use GOD BLESS because I simply want the best for everyone, no matter where they are, what color their skin is, what 'religion' they profess or don't at all. I respect everyone and their opinion.

GOD BLESS,
Warmest Regard,

[I]Buck/[I]/KA5LQJ

Last edited by BuckNekkid; 10-23-2011 at 02:07 PM.
 
0 members found this post helpful.
Old 10-23-2011, 02:11 PM   #10
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
Quote:
Originally Posted by BuckNekkid View Post
I'm sorry if I offended anyone with my "blessing". I merely wish everyone to have the best LIFE has to offer. I'm not on of those grab-you-by-the-collar, shake you, and scream in your face 'Do YOU know JESUS as personal LORD and Saviour?

I have a very deep, personal and private walk with THE CREATOR. I won't tell you how this is, unless you ask and then I let YOU decide if that's what YOU want. Each relationship with HIM is different, according to your needs.

I'm going to continue to use GOD BLESS because I simply want the best for everyone, no matter where they are, what color their skin is, what 'religion' they profess or don't at all. I respect everyone and their opinion.

GOD BLESS,
Warmest Regard,

[I]Buck/[I]/KA5LQJ
If you respect me then please don't associate me with your beliefs then. I personally find it offensive.
 
2 members found this post helpful.
Old 10-23-2011, 02:52 PM   #11
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by BuckNekkid View Post
I'm going to continue to use GOD BLESS because I simply want the best for everyone, no matter where they are, what color their skin is, what 'religion' they profess or don't at all. I respect everyone and their opinion.
So, let's recap: You 'respect' everyone...then promptly ignore everyone, and do as you wish, no matter if it offends them or not?

Yeah...makes perfect sense. I'm with acid_kewpie on this...this is LINUXquestions. Has zero to do with religion of ANY sort, and leaving it out of ANY discussion here would be best for any concerned, no matter the context or intent. There are PLENTY of other websites where you can discuss your 'deep, personal relationships with THE CREATOR'.

Exactly how would you feel if any of the MANY other religions offer you THEIR blessings?
 
0 members found this post helpful.
Old 10-24-2011, 07:51 AM   #12
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: Slackware®
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Mod hat on!

Nor more discussion or debate by anyone on the matter of personal beliefs. If not associated with the Topic "Basic Linux "Code" then do it via PM.

To be clear, if you wish to continue this 'beliefs' discussion in this manner then do it via Personal Mail.
This forum is not the place for discussions of this type!

Back on Topic!
 
4 members found this post helpful.
Old 10-24-2011, 02:36 PM   #13
BuckNekkid
Member
 
Registered: Jun 2007
Location: Bayou, Louisiana
Posts: 121

Original Poster
Blog Entries: 1

Rep: Reputation: Disabled
Angry Linux "code".....

Quote:
Originally Posted by onebuck View Post
Mod hat on!

Nor more discussion or debate by anyone on the matter of personal beliefs. If not associated with the Topic "Basic Linux "Code" then do it via PM.

To be clear, if you wish to continue this 'beliefs' discussion in this manner then do it via Personal Mail.
This forum is not the place for discussions of this type!

Back on Topic!
First, I'm not the brightest crayola in the box. I have medical issues that affect my brain and memory.

I appreciate the answers I got about Linux written in "C" or
"C++" and other languages. I learned what I thought could be
accomplished, can't. I HATE WINDOW$ because it's suseptible
to security glitches which means my computer can be hacked by
some low-life scum who doesn't know me to ruin my data that
worked very hard to get.

# 2. IF is could have been worked out, it would make someone,
not me, very rich, as folks who use Windows, would certainly
buy it. It maybe even constructed to secure *Nix computers.

#3. In my inital post, I ended it, as I always do. I did
not discuss any of my 'religion', it was a general statement.

So, as not to offend anyone else, who might take offense
at my political leanings, heritage, color of skin, hair, eye
color, or the way my nose sits on my face, I'll leave this
FORUM and wish you good luck.
 
  


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
Most basic possible beginner guide needed to "speak" Linux. joyhill Linux - Newbie 15 01-01-2011 04:15 PM
Facing error while running "g++ 3.4.4" code in "g++ 4.3.3" Suranjit Ubuntu 2 10-08-2009 11:22 PM
Seeking for "Synchronise" and "patients" projects/scripts of Visual Basic LAN-Dominator.nl Programming 2 07-05-2008 07:21 PM
LXer: Google "Summer of Code" includes embedded Linux projects LXer Syndicated Linux News 0 05-09-2006 04:21 AM
A source close to SCO: "linux code has been copied in to system V" qanopus General 4 06-12-2003 01:02 AM

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

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