No video

Linux Documentation In 2017

A list of Linux resources (and the context/info you need to use them) that will help you troubleshoot, learn new things, and find answers to questions you have while using Linux.
1:09 Man pages: man $COMMAND
4:09 Info pages: info $COMMAND
5:39 whatis $command
6:31 apropos $searchterm
whatis and apropos require 'sudo mandb' to be run before they work.
8:14 /usr/share/doc -- package-provided documentation
9:18 - Reddit
/ sysadmin
/ linux
/ freebsd
10:11 - The Arch Linux Wiki
wiki.archlinux...
wiki.archlinux...
12:03 Bash Docs: www.tldp.org/LD...
13:07 Serverfault (sysadmin): serverfault.com
13:51 Stack overflow (programming): stackoverflow.com/
14:22 Official Documentation!
15:13 Use a search engine: Google, Duckduckgo, etc.
15:42 IRC: webchat.freeno...
18:50 Tech News/Article Aggregators:
news.ycombinator.com
lobste.rs/
Full Linux Sysadmin Course: • The Linux Basics Cours...
Check out my project-based Linux System Administration course (free sample videos): www.udemy.com/...
Official Site & e-mail list: tutorialinux.com/
Twitter: / tutorialinux
Facebook: / tutorialinux
Patreon: / tutorialinux

Пікірлер: 20

  • @ankitaaarya
    @ankitaaarya7 жыл бұрын

    today I played your bash programming tutorial, I fall asleep at end of first video and woke up on seventh one....now, I gotta watch them again.

  • @tutoriaLinux

    @tutoriaLinux

    7 жыл бұрын

    Yeah, that's bad news for my bash tutorials. I wish they were a bit more exciting :-). But sometimes, you just gotta learn some stuff.

  • @xrafter

    @xrafter

    2 жыл бұрын

    @@tutoriaLinux It's ok man. Some people voice make sleep too . Like DarkViperAU.

  • @davidchen9850
    @davidchen98507 жыл бұрын

    You are awesome, dude! I hope I get good enough one day to be able to post helpful vids like this. :D Quick question about Ubuntu Desktop... oh, nvm, I'll just utilize some of tips you shared in this vid to find the answer my own damn self ;)

  • @nevoyu
    @nevoyu4 жыл бұрын

    Dude tldp's bash guide is amazing and exactly what I was looking for!

  • @rr64519
    @rr645197 жыл бұрын

    Thx. from a future sysadmin :)

  • @ahmadharb9969
    @ahmadharb99697 жыл бұрын

    Hey Dave, I have been watching your videos a lot recently as I really enjoy them and appreciate what you are doing .. keep it up :) I have a request which may sound silly or kinda "stupid", but I was wondering if you can create a video simulating the day-to-day activities of a system admin (Linux CLI of course cause I do not believe it is real administration otherwise :) ) .... I have basic system admin experience and passed the LFCS recently, and I had installed and handled several servers in the past 5 years (mainly a few Cacti NMSs) and I never felt like I did any admin work...like in the whole 5 years only last year one server showed some performance issues and I used top to notice the average load and then ended up having IT ( I am an RF engineer but I handle this stuff as our IT only know "Monopolisoft" lol) add more vCPUs as they were needed in addition to adjusting the poller threads/proccesses. so I want to become a system admin but in all honesty I have no idea what to expect...is it just basic stuff like user creation and partitioning...etc ...what LFCS or RHCSA covers? I appreciate if you can answer this request or actually make a video as I failed to find one ( perhaps you have one which I didnt find?). Also, anyone you know needs an excited linuxer willing to do work in exchange for the most expensive rate possible...not money..but mentoring :) ? I am more than willing to work (on my free time) for free for the right mentor. Regards, Ahmad

  • @notes_at_dusk
    @notes_at_dusk7 жыл бұрын

    I have visions of you sat in your corner at work giggling away just typing 'man man' on the command line :P

  • @aidenrhama9147
    @aidenrhama91477 жыл бұрын

    Can you upload a video about xinetd for socket server and chroot ? and how to make a secure linux sandbox

  • @kirangurung596
    @kirangurung5964 жыл бұрын

    Grea resources

  • @tomeubank3625
    @tomeubank36256 жыл бұрын

    MISSIL?: An excellent survey of the authoritative (and free) information for Linux users, administrators, and developers: Everything from man and info pages, to ServerVault and StackOverflow, then IRC and Lobsters. (M.I.S.S.I.L.) Plus: The description section provides a useful summary of the content.

  • @jvsnyc

    @jvsnyc

    5 жыл бұрын

    Whoa. Holy Acronymphobia, Batman! I keep seeing MISSIL or M.I.S.S.I.L. lately, and I am not sure what it means. I think it doesn't mean "Management Information System Symbolic Interpretive Language " the way people are using it. What does it stand for?

  • @xrafter

    @xrafter

    2 жыл бұрын

    @@jvsnyc He told you 👆. Man info slackvalve stackoverflow IRC limbo

  • @xrafter

    @xrafter

    2 жыл бұрын

    ServerVault* Lobster*

  • @jvsnyc
    @jvsnyc5 жыл бұрын

    awk/mawk/gawk/nawk: awk certainly is a great little language, altho back in the 90's we really thought Perl 5 obsoleted it by bringing together sed, awk, egrep, shell functionality and a lot more together in one neat package. It is weird to see how much it has stayed around whereas a lot of people treat Perl 5 as dead despite new versions coming with all distros constantly...I guess people either dislike the syntax or...something. On the very recent Ubuntu distro I'm looking at, (admittedly thru WSL as I am on my Win 10 box right now, but I don't think that changes things at all) it looks like you'd only get mawk by calling it explictly: MyPrompt $ ls -l /usr/bin/*awk* lrwxrwxrwx 1 root root 21 Jul 25 11:50 /usr/bin/awk -> /etc/alternatives/awk -rwxr-xr-x 1 root root 658072 Feb 11 2018 /usr/bin/gawk -rwxr-xr-x 1 root root 3189 Feb 11 2018 /usr/bin/igawk -rwxr-xr-x 1 root root 125416 Apr 3 2018 /usr/bin/mawk lrwxrwxrwx 1 root root 22 Jul 25 11:50 /usr/bin/nawk -> /etc/alternatives/nawk MyPrompt $ ls -l /etc/alternatives/*awk* lrwxrwxrwx 1 root root 13 Jul 25 11:53 /etc/alternatives/awk -> /usr/bin/gawk lrwxrwxrwx 1 root root 29 Jul 25 11:53 /etc/alternatives/awk.1.gz -> /usr/share/man/man1/gawk.1.gz lrwxrwxrwx 1 root root 13 Jul 25 11:53 /etc/alternatives/nawk -> /usr/bin/gawk Confirmed by --version: MyPrompt $ awk --version GNU Awk 4.1.4, API: 1.1 (GNU MPFR 4.0.1, GNU MP 6.1.2) Copyright (C) 1989, 1991-2016 Free Software Foundation. So either awk or gawk, it is gawk turtles all the way down, unless one explicitly calls mawk. A minor point compared to whether one prefers perl or bash/gawk, but apropos to the video, you want to make sure the man page, info, etc. you are reading corresponds to the version you are actually calling, right?

  • @markcoscos
    @markcoscos7 жыл бұрын

    Very useful :)

  • @alimahir2756
    @alimahir27567 жыл бұрын

    hello tutorialLinux i have one question if u can help me im using linux fedora i dono much about linux just simple stuff and commands and how to run it, but couple of days back i wanted to open my system but it gave me "Minimal Bash-like line editing is supported. For the first word, TAB lists the possible command completions. anywhere else TAB lists possible device or file completions." im running dual linux and win 10 i started win 10 using f12 it works fine but Fedore doesn't. got any ideas? Thanks

  • @NickMcCathyTX

    @NickMcCathyTX

    7 жыл бұрын

    You're seeing the Grub bootloader console, as Grub was unsuccessful booting into your Linux kernel. Dave may have a video on this at a later date, since it can come up in the RHCSA objectives.

  • @alimahir2756

    @alimahir2756

    7 жыл бұрын

    thank you nick, looking forward for that!

  • @rr64519

    @rr64519

    7 жыл бұрын

    checkout this link unix.stackexchange.com/questions/254758/minimal-bash-like-line-editing-is-supported-boot-error-on-fedora