Best of LinuxNovember 2020

  1. 1
    Article
    Avatar of jsPlainEnglishJavaScript in Plain English·5y

    My Top Dev Tools in 2020

    Developers always should understand the tools they use. With the right tools, you can achieve your job easily and efficiently. In this article, I’ve listed all the tools I use in my daily job. If you know the system well enough you can do things that…

  2. 2
    Article
    Avatar of freecodecampfreeCodeCamp·5y

    The Linux Commands Handbook

    CNN.com will feature iReporter photos in a weekly Travel Snapshots gallery. Please submit your best shots of the U.S. for next week. Visit CNN.com/Travel each week for a new gallery of snapshots. Visit http://www.dailymail.co.uk/travel/features/trending-trends-in-the-world-of-travelling-tourists for the next week.

  3. 3
    Article
    Avatar of devtoDEV·5y

    Useful Linux commands

    This is a list of useful Linux commands. Most of them are basic and they can be used as a reference for developers. The list is in long format (shows more info) The commands are: ls -a, ls -l, rm -rf, chmod -x, chown -x.

  4. 4
    Article
    Avatar of hashnodeHashnode·5y

    The Missing Linux Commands Cheatsheet for Noob DevOps

    This is not a tutorial. Treat the article as a reference. Most of the Linux OS have nano text editor by default. To search something inside nano press CRTL + W. If you feel something is wrong with the server hardware capabilities, then you can run this awesome dope command: htop.

  5. 5
    Article
    Avatar of devdojoDevDojo·5y

    Open-Source Introduction to Bash Scripting Ebook/Guide

    The guide is suitable for anyone working as a developer, system administrator, or a DevOps engineer and wants to learn the basics of Bash scripting. The first 13 chapters would be purely focused on getting some solid Bash scripting foundations then the rest of the chapters would give you some real-life examples and scripts.