You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Just Saying Hi from kb5zxm aka Darrell Derrick Magnolia Texas

Author (Read 6220 times)

0 Members and 1 Guest are viewing this topic.

Re: Just Saying Hi from kb5zxm, Darrell thank you all
« Reply #8 on: February 16, 2015, 09:34:06 PM »
 

darrell derrick

  • PayPal Supporter
  • New to Forums
  • *****
  • 29
    Posts
  • Reputation: 6
  • Linux Lite Member
    • View Profile
I hope this reply is going to all the folks who so kindly answered, I saved this page there is so much help here. I had polio at age 2 so my education was mainly from my sisters. The public educ. mill did not get a hold of me Until 5th Grade. As a result I was Interested in every thing, School was a total bore. I was able to watch so many things and people in the shop <drilling rig maint >where my dad was supervisor. I thot I knew DOS , We used it to program radios there was no "Net" there where a few BBS's that concerened radio. Untill the Internet I had no need of more. It may be a while before I am back here but I will be reading in the back ground .
THANK YOU ALL for your help. Darrell de kb5zxm
 

Re: Just Saying Hi from kb5zxm aka Darrell Derrick Magnolia Texas
« Reply #7 on: January 25, 2015, 10:46:09 AM »
 

rokytnji

  • Friganeer
  • Platinum Level Poster
  • **********
  • 1255
    Posts
  • Reputation: 139
    • View Profile

  • CPU: Intel Core2 Duo U9600

  • MEMORY: 4Gb

  • VIDEO CARD: Intel Mobile 4
Howdy and Welcome.
LL 3.6,2.8
Dell XT2 > Touchscreen Laptop
Dell 755 > Desktop
Acer 150 > Desktop
I am who I am. Your approval is not needed.
 

Re: Just Saying Hi from kb5zxm aka Darrell Derrick Magnolia Texas
« Reply #6 on: January 25, 2015, 07:54:45 AM »
 

altman

  • Gold Level Poster
  • *******
  • 739
    Posts
  • Reputation: 43
  • Linux Lite Member
    • View Profile
Welcome aboard .
HP DV7 i7 2670QM 500.1GB 8GB Ram Dual-Boot LL2.4 Beta / Extix 15.1.1 64-bit 
Dell Inspiron 1720 CrunchBang 11

Duckduckgo ( for now )
 

Re: Just Saying Hi from kb5zxm aka Darrell Derrick Magnolia Texas
« Reply #5 on: January 25, 2015, 06:09:44 AM »
 

bitsnpcs

  • Platinum Level Poster
  • **********
  • 3237
    Posts
  • Reputation: 305
    • View Profile
    • Try to Grow

  • Kernel: 4.x
Hello darrell derrick,

Welcome to Linux Lite and the forum  :)

When using the terminal cli these are a few of the first commands I have learned relating to navigating.

Code: [Select]
--help
type the command name a space and then --help will show a description of the command.
example
Code: [Select]
ls --help

Code: [Select]
man
man or manual pages display the manual about a command or program, you type man then a space and the command for example man ls will show the manual pages for the ls command.

Code: [Select]
info
then the command name, like man pages but it can have more detailed, if unavailable it will default to the man page usually it seems.
Try
Code: [Select]
man ls
then try
Code: [Select]
info ls
as an example comparison.

Code: [Select]
pwd
present working directory

Code: [Select]
ls
lists the contents of the current directory

Code: [Select]
ls -R
lists recursively , shows the contents of the directory and the contents of the folders in the directory.

Code: [Select]
ls -a
lists the directory contents and lists the hidden files in the directory.

Code: [Select]
ls -aR
lists the directory contents and the contents of all folders , and all the hidden files.

Code: [Select]
cd
cd a space and then the Directory name, (case sensitive directory names) will change to that directory as the pwd.
Example
Code: [Select]
cd Music

Code: [Select]
cd ~
cd and a tilde, used in any directory will change your pwd to your Home directory, for your username.
It's a really great command, and helped me/gave me a bit more confidence not to get lost whilst navigating.

Code: [Select]
cd ..
will move you up /back the directory structure by 1 level.

Code: [Select]
ls -l
will list the files and give more information about them, such as permissions, file size, dates. Long file format.

Code: [Select]
cal
was one of the first commands I used , and I like it, it displays a useful calendar with current date highlighted.

Code: [Select]
free
displays system stats, initially I used this and the above command to get used to cli.

Then added
Code: [Select]
clear
which clears the cli window other than the prompt.

Code: [Select]
exit
to close the cli for the session/day

I think these are the only ones I know so far that I've practiced.
Most important I found is to just relax and have fun with learning.
« Last Edit: January 25, 2015, 06:31:16 AM by bitsnpcs »
 

Re: Just Saying Hi from kb5zxm aka Darrell Derrick Magnolia Texas
« Reply #4 on: January 25, 2015, 03:22:38 AM »
 

N4RPS

  • Donator
  • Platinum Level Poster
  • **********
  • 1149
    Posts
  • Reputation: 155
  • Knows JUST ENOUGH Linux to be DANGEROUS
    • View Profile
    • Orphans for Christ, Self Advocates of Mecklenburg

  • CPU: Several Different 32-bit & 64-bit CPUs, 2-8 GB RAM

  • MEMORY: 8Gb

  • VIDEO CARD: Several Different AMD and Intel GPUs
Hello, Darrell!

Welcome to Linux Lite.

For the uninitiated, GROL stands for 'General Radiotelephone Operator License'. In the USA, a GROL gives one authority to repair all sorts of commercial radio transmitters. To have earned that privilege at 17 is nothing short of amazing!

I just happen to also be on a D620 myself right now, with LL 2.0 and Windows 7 as a dual-booter. One of the local universities here still uses D620/D630 for their students, and why not? They're bloody workhorses, and replacement parts - even whole units - are dirt cheap. With 4 GB RAM on board, they run Windows 7 x64 AND LL amd64 with the best of 'em...

73 DE N4RPS
Rob



A gun in your hand is worth more than a whole police force on the phone.
 

Re: Just Saying Hi from kb5zxm aka Darrell Derrick Magnolia Texas
« Reply #3 on: January 25, 2015, 12:14:26 AM »
 

gold_finger

  • Documentation Writer
  • Platinum Level Poster
  • *****
  • 1094
    Posts
  • Reputation: 325
  • Linux Lite Member
    • View Profile

  • CPU: Intel Core2 Duo E7500 3.0GHz

  • MEMORY: 4Gb

  • VIDEO CARD: Intel 4 Series Integrated Graphics
Welcome to forum Darrell.

In addition to checking out the Help Manual, have a look through some of the links on this thread:  Linux Basics: Useful Beginner Information.

Don't worry about being "lost".  We were all lost when first starting out.
Try Linux Beginner Search Engine for answers to Linux questions.
 

Re: Just Saying Hi from kb5zxm aka Darrell Derrick Magnolia Texas
« Reply #2 on: January 24, 2015, 11:48:54 PM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8777
    Posts
  • Reputation: 801
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
Hello and welcome darrell derrick. Have a read of the Help Manual on the Menu. This will give you a great head-start.
For any questions you may have, please post in the 'Support' sections of these Forums, theres one for Software and one for Hardware.

Quote from: darrell derrick
How do I ask the terminal page to tell me what packages are installed in my LL2.2 at this time.

Open a terminal and do:

Code: [Select]
dpkg --get-selections
 

Just Saying Hi from kb5zxm aka Darrell Derrick Magnolia Texas
« Reply #1 on: January 24, 2015, 09:29:55 PM »
 

darrell derrick

  • PayPal Supporter
  • New to Forums
  • *****
  • 29
    Posts
  • Reputation: 6
  • Linux Lite Member
    • View Profile
I am as lost as a goose, not sure even if I posted here before, not sure how the web site navigation works . I have limited  NIX < linux> experience . I am using LL2.2 , on a dell d620,
this is the first time I have been able to get a dell broadcom 14xx nic to work on any Linux with out an after market wifi card..  I wanted to be able to run a computer as a tool from the command line, like I once did from DOS 5 and 6 with Dosshell, if I could have a 32 bit dos I would be doing that. I have a lot of radio experience I have had a GROL since I was 17 yrs old and owned a repair service. Among other careers, mostly electro mechanical /electronic.
When It comes to this Linux, I am not really sure how to frame my questions, Learning the vocabulary among other things.
This site is all I have as far as a source or club for answers . I want among other things to learn to use GNU radio , but I have not found a straight "do this" help page that does not require more skills than I posses, like compiling in Python or C++ 
More silly questions to come , How do I ask the terminal page to tell me what packages are installed in my LL2.2 at this time. I expect a long slog to get there but I am disabled and retired and broke , so slogging is ok.    Cheers
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section