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 08-31-2016, 11:07 AM   #1
oskar14
LQ Newbie
 
Registered: Aug 2016
Location: Montreal, Canada
Posts: 10

Rep: Reputation: Disabled
Useful User’s Guide


Looking to replace my Windows OS to run my CNC, I was told that Ubuntu Linuxcnc3 10.04 LTS would be a good alternative. So I downloaded and installed this OS but since now I’m lost I’m looking for a good user’s guide.

Searching I found a lot of links but I find them all kind of frustrating. Means in the manual I click on a heading and then I’m taken to another sub heading and so on. In addition they all are in PDF format which wastes a lot of printing space

Is there a user’s guide somewhere preferably in Word / Write format which I can print?

Or any other similar recommended guide? (I did search this forum and found nothing

Nicolas
 
Old 08-31-2016, 11:41 AM   #2
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
They have home page ... and documentation.
 
Old 08-31-2016, 12:35 PM   #3
oskar14
LQ Newbie
 
Registered: Aug 2016
Location: Montreal, Canada
Posts: 10

Original Poster
Rep: Reputation: Disabled
Pretty good link, although for Linux 2.7 but at least is in HTML format

BTW, what is the equivalent extension for .EXE in Linux? In other words how to you lunch a program when you are in the File Explorer?
 
Old 08-31-2016, 12:48 PM   #4
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Linux/Unix has no file extensions, that is there is no need for them. The OS recognizes the files by header. See below how file utility works.

Code:
~ $ file conkyrc 
conkyrc: ASCII text
~ $ file /bin/awk 
/bin/awk: symbolic link to ../usr/bin/gawk
~ $ file /bin/attr 
/bin/attr: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, stripped
 
Old 08-31-2016, 02:01 PM   #5
offgridguy
Senior Member
 
Registered: Nov 2015
Location: Alberta Canada
Distribution: Windows10, Debian
Posts: 1,109

Rep: Reputation: 147Reputation: 147
Welcome to the forum.
If you don't mind spending a bit of money, there is this ebook. I have it myself and
would recommend it to any beginner.
https://www.amazon.ca/Ubuntu-Beginne...eginners+guide

There is also this.
https://help.ubuntu.com/community/CommunityHelpWiki

Last edited by offgridguy; 08-31-2016 at 02:04 PM.
 
Old 08-31-2016, 03:03 PM   #6
rhubarbdog
Member
 
Registered: Apr 2015
Location: Yorkshire, England
Distribution: Linux Mint
Posts: 145

Rep: Reputation: Disabled
Quote:
Originally Posted by oskar14 View Post
Pretty good link, although for Linux 2.7 but at least is in HTML format

BTW, what is the equivalent extension for .EXE in Linux? In other words how to you lunch a program when you are in the File Explorer?
Linux handles execution via file security attribute bits
Try
Code:
chmod a+x myfile
script files can be fully executable by using the executable bits and starting the script with the #! directive
Code:
#!/bin/bash
for a bash shell script or
Code:
#!/bin/awk
for an awk script
to find the path to an executable use command whereis for example
Code:
whereis sed
 
Old 08-31-2016, 04:05 PM   #7
oskar14
LQ Newbie
 
Registered: Aug 2016
Location: Montreal, Canada
Posts: 10

Original Poster
Rep: Reputation: Disabled
Thank you all for the help
 
Old 08-31-2016, 04:18 PM   #8
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
Where from did you get Linuxcnc3? I cant find any references to this version.
 
Old 08-31-2016, 04:27 PM   #9
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
http://rlworkman.net/howtos/rute/
 
Old 08-31-2016, 06:46 PM   #10
oskar14
LQ Newbie
 
Registered: Aug 2016
Location: Montreal, Canada
Posts: 10

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Emerson View Post
Where from did you get Linuxcnc3? I cant find any references to this version.
I searched for Ubuntu Linuxcnc3 and they were a few .org links. I just pick one but dont remember which one
 
Old 09-01-2016, 01:10 PM   #11
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by oskar14 View Post
I was told that Ubuntu Linuxcnc3 10.04 LTS would be a good alternative.
i see no indication here that this is based on ubuntu.
maybe it used to be?
in any case, the 10.04 lts indicates a ubuntu version number...
Quote:
Originally Posted by oskar14 View Post
Pretty good link, although for Linux 2.7
this is clearly linuxcnc's own version number.
it's the newest and current version, just 2 months old, based on debian wheezy.
 
  


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
LQ user travel guide Arcane General 15 07-18-2019 01:11 PM
Hello,I'm a new user for Ubuntu Linux,I'm looking for a guide who willing guide me. IceSeven Linux - Newbie 9 12-05-2013 02:09 PM
Fedora 7 user guide DeadPenguin Fedora 3 08-07-2007 02:49 PM
gDesklets user guide???? tuxrules Slackware 2 08-13-2005 07:11 PM
Is there an MPlayer User Guide?? dauphinfay Linux - Software 5 03-14-2004 09:00 PM

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

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