LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 09-29-2020, 08:28 AM   #1
Mackyboy123
Member
 
Registered: Feb 2020
Distribution: Slackware
Posts: 92

Rep: Reputation: Disabled
What projects can I do to become a linux power user?


Hi,

Reccently, I read the thread about becoming a power user. I already know the basics of linux, so I wanted to dive deeper and understand the barebones. As the thread said, I installed Slackware. I made quite a few mistakes and learned a lot. Now, I have a fully working Slackware vm on my computer, but I'm not sure what to do with it. Does anyone have any ideas?
 
Old 09-29-2020, 08:56 AM   #2
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Configure a DNS server, an LDAP server, a web server. Create and use keys and certificates for TLS. Use keys and certificates to set up password-less SSH.

Perform complex text processing with tools like awk, sed, grep, cut, tr and so on. Use those tools to process log files under /var/log.

Learn about the content of /sys and /proc. Play with different filesystem types. Set up thinly provisioned and mirrored LVM volumes. Take LVM snapshots and use them to restore a file that you "accidentally" remove. Explore the effect of the many many mount options.

Explore Slackware startup and service management (it's not based on systemd, otherwise I would have told you to explore that). Learn how to configure system boot. Change kernel variables, for example changing the resolution of your console. Set up a serial console.

Create virtual networks, storage and machines on the command line (libvirt, VBox, VMware(?), doesn't matter). Yes, you can create a VM inside a VM, even one that is practically as fast as a physical machine. Depends on the "outer" VM technology you use.

Use the syllabus of fundamental and advanced certificates for more inspiration - Linux Profession Institute, Linux Foundation, Red Hat, SUSE, doesn't matter.

Last edited by berndbausch; 09-29-2020 at 08:59 AM.
 
Old 09-29-2020, 11:45 AM   #3
Mill J
Senior Member
 
Registered: Feb 2017
Location: @127.0.0.1
Distribution: Mint, Void, MX, Haiku, PMOS, Plasma Mobile, and many others
Posts: 1,258
Blog Entries: 2

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
What helped me more than anything was building LFS(Linux From Scratch). You'll be pretty comfortable with command-line and compiling source code when you get done. Not to mention knowing how the kernel, bootloader, init system, etc works.
 
2 members found this post helpful.
Old 09-29-2020, 01:42 PM   #4
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,842

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
who is a power user at all? Am I a power user? Or any other member here?
 
Old 09-29-2020, 05:51 PM   #5
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,599

Rep: Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546
Ok, this didn't come out anything like I originally envisioned, but it was a quick bit of fun anyway...






Quote:
I already know the basics of linux, so I wanted to dive deeper and understand the barebones.
As Mill J says, that definitely sounds like someone who wants to build Linux From Scratch.

Attached Thumbnails
Click image for larger version

Name:	feel-the-power.jpg
Views:	91
Size:	183.0 KB
ID:	34191  

Last edited by boughtonp; 09-29-2020 at 05:54 PM.
 
2 members found this post helpful.
Old 09-29-2020, 07:06 PM   #6
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Quote:
Originally Posted by pan64 View Post
who is a power user at all? Am I a power user? Or any other member here?
Let's settle on "Guru".
 
Old 09-29-2020, 07:50 PM   #7
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,323
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
You may find some of the posts in this LQ thread helpful: https://www.linuxquestions.org/quest...re-4175682536/
 
Old 09-30-2020, 12:59 AM   #8
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,842

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
Quote:
Originally Posted by berndbausch View Post
Let's settle on "Guru".
and that is still meaningless
 
Old 09-30-2020, 04:35 AM   #9
Mackyboy123
Member
 
Registered: Feb 2020
Distribution: Slackware
Posts: 92

Original Poster
Rep: Reputation: Disabled
https://www.linuxquestions.org/quest...ide%5D-704907/

Quote:
Okay, once you've learned the basics, you're ready to dive in. Distros good for really learning are Arch, Slackware, and Gentoo (I would avoid somewhat for this, though... they've had a lot of problems lately, and the documentation is a bit scattered right now. I think even the most hard-core Gentoo fan will agree.). Debian (minimal) and Sidux are also possibilities, but they tend to be less build-your-own and less standard than Arch and Slack. Linux from Scratch is not for users who have not somewhat mastered one of the above Not that it's hard - you'll just end up typing in commands like a monkey and not learn much. Hey, I did the same thing, with the same result.
 
Old 09-30-2020, 06:43 AM   #10
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,599

Rep: Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546Reputation: 2546
Quote:
Originally Posted by Mackyboy123 View Post
Quote:
Originally Posted by Ranguvar View Post
...inux from Scratch... you'll just end up typing in commands like a monkey and not learn much.
Sure, if all you do is parrot commands, you'll only be practicing reading and typing, and you seem capable of those already.

Learning requires active participation - you should understand each command/option you're typing, and if not then go consult relevant documentation first. (And if it's something you feel LFS should have explained but hasn't, there are various support channels you can raise that on.)

That "becoming a Linux power user" guide was written ten years ago, and is the opinion of someone who's profile has their occupation as "high school". That doesn't automatically make them wrong, but their experience is likely limited. If you want more qualified opinions, it's probably worth a thread in the Slackware forum asking whether LFS will help you to understand the barebones, or whether Slackware users recommend a different approach to learning.

 
  


Reply

Tags
linux, slackware



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



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Top open source projects in 2018, open source hardware, donation model for sustaining open source projects, and more news LXer Syndicated Linux News 0 10-27-2018 06:12 PM
LXer: Become an Arch Power User with Pacli and PacUI LXer Syndicated Linux News 0 04-01-2018 06:04 PM
LXer: How to Become a VLC Media Player Power User LXer Syndicated Linux News 0 03-20-2012 10:31 PM
Shouldn't "Slackware64" Become just "Slackware" and 32-bit Become "Slackware32"? foodown Slackware 6 06-23-2009 01:24 PM
LXer: How To: Become a Linux Netbook Power User LXer Syndicated Linux News 0 01-11-2009 10:00 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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