Best of Linux — 2022

  1. 1
    Article
    Avatar of communityCommunity PicksĀ·4y

    LINUX Commands

    List your jobs. & Run a job in the background. Suspend the current (foreground) job. Unsuspend a job: bring it into the foreground. bg Make a suspended job run in thebackground. ls List files in a directory. mv Rename (ā€œmoveā€) a file. rmdir Delete (remove) an empty directory and its contents. shred Completely erase a file when the file is deleted.

  2. 2
    Article
    Avatar of devtoDEVĀ·4y

    From Zero to DevOps Engineer - DevOps Roadmap for YOUR specific background šŸ”„

    A part of DevOps skillset is to create a process of handling discovered issues in production instead of having a panic mode.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCampĀ·4y

    5 Linux Utilities to Improve Your Programming Workflow in 2022

    This article contains some Linux utilities that have recently replaced my overused and under-productive daily programming workflow. You will learn about those utilities and how they are a better alternative to their counterparts. Do you use any of the ones mentioned in this article?

  4. 4
    Article
    Avatar of communityCommunity PicksĀ·4y

    Docker For Frontend Developers

    Docker For Frontend Developers is a short and simple guide of docker, useful for frontend developers. It ensures that the working environment is same for all developers and all servers i.e, production, staging and testing. Anyone can setup the project in seconds, no need to mess with config, install libraries, setup dependencies and set up dependencies. The command creates a hello-world image.

  5. 5
    Article
    Avatar of dzDZoneĀ·4y

    Your Old Laptop Is Your New Database Server

    In times of Docker containers, configuring a machine to run server software is extremely easy. In this article, I’ll show you how to take advantage of that old laptop by installing Ubuntu Server, Docker, and a MariaDB database with all the configurations needed to have it always available.

  6. 6
    Article
    Avatar of devtoDEVĀ·3y

    The Difference Between the Shell and the Terminal

    The shell and the terminal are different from each other but are often used interchangeably. When using a command line interface, we use text commands to make our programs work instead of a Graphical User Interface. The shell is a program that takes commands from the keyboard and gives them to the kernel to perform.

  7. 7
    Article
    Avatar of systemweaknessSystem WeaknessĀ·4y

    Hydra Tool For Brute- force attack

    Hydra is a pre-installed tool in Kali Linux used to brute-force username and password to different services. Brute-force can be used to try different usernames and passwords against a target to identify correct credentials. Below is the list of all protocols supported by hydra.

  8. 8
    Article
    Avatar of communityCommunity PicksĀ·4y

    My developer workflow using WSL, tmux and Neovim

    Microsoft made Windows Subsystem for Linux also known as WSL. I use Oh My Zsh to manage my zsh configuration, which makes it trivial to install and use plugins. To install Starship, Starship is a minimal, highly customizable and super fast prompt. Neovim is the best code editor for me because of its speed and ease of customization. All the configuration is written in Lua.

  9. 9
    Article
    Avatar of hnHacker NewsĀ·4y

    How long since Google said a Google Drive Linux client is coming?

  10. 10
    Article
    Avatar of omgubomg! ubuntu!Ā·4y

    Ubuntu 22.04 Just Got a BIG Design Update (Spoiler: Looks Awesome)

    With feature freeze now in effect and UI freeze creeping up, a huge drop of changes just hit the daily builds of Ubuntu 22.04 LTS. New versions of the default Yaru GTK, Shell and icon themes are included. Nautilus is now a full-width ā€˜cabinet’ drawer rather than an inset folder.

  11. 11
    Article
    Avatar of changelogChangelogĀ·4y

    extrawurst/gitui: Blazing šŸ’„ fast terminal-ui for git written in rust šŸ¦€

    GitUI provides you with the user experience and comfort of a git GUI but right in your terminal while being portable, fast, free and opensource. The priorities for gitui are on features that are making me mad when done on the git shell, like stashing, staging lines or hunks.

  12. 12
    Article
    Avatar of omgubomg! ubuntu!Ā·4y

    Ubuntu is Finally Taking Linux Gaming Seriously

    Canonical is recruiting a ā€˜Linux Desktop Gaming Product Manager’ The job will be to ā€˜ā€¦make Ubuntu the best Linux desktop for gaming’ When Steam for Linux debuted in 2012 Ubuntu was Valve’s recommended Linux distro for gamers wanting to thumb-flex with Tux.

  13. 13
    Article
    Avatar of devtoDEVĀ·3y

    50 Linux Commands every developer NEED to know with example

    50 Linux commands every developer should know, along with a brief description and an example of each command. Listing the contents of a directory is one of 50 commands that every developer needs to know. Changes the ownership of a file or directory changes the current working directory.

  14. 14
    Article
    Avatar of ossOpen Source WayĀ·4y

    How I use Bash to automate tasks on Linux

    The Bash command line is a great way to automate tasks. The for command makes it easy to perform one or more actions on a set of files. The if command allows you to perform many different tests, such as if a file is really a file or if it's empty.

  15. 15
    Article
    Avatar of ossOpen Source WayĀ·4y

    4 cheat sheets I can't live without

    Cheat sheets help you work smarter. As a technical writer working on OpenShift documentation, I use a number of tools in the documentation workflow. I love cheat sheets, as they are handy references that make my life easier and workflow more efficient. Here is my compilation of four cheat sheets that I find useful.

  16. 16
    Article
    Avatar of itsfossIt's FossĀ·4y

    Advantages and Disadvantages of Using Linux

    Linux is totally open-source, meaning anyone can inspect the source code for transparency. There are specialized lightweight Linux distributions that are tailored to run on older hardware. If you don’t need Adobe for your work, Linux is a pretty good choice.

  17. 17
    Article
    Avatar of hnHacker NewsĀ·4y

    Deno raises $21M

    Deno is JavaScript for the serverless era. The open source Deno runtime shows how clean and productive a modern, batteries-included, programming environment can be. Tens of thousands of users utilize the runtime every week. The Deno software stack was built for more than simply improving local development and system APIs. We also use it to build the most modern, user-friendly, serverless-at-edge system.

  18. 18
    Article
    Avatar of pointerPointerĀ·3y

    chubin/cheat.sh: the only cheat sheet you need

    Chubin/cheat.sh is the only cheat sheet you need Unified access to the best community driven cheat sheets repositories of the world. What should it look like? What features should it have?

  19. 19
    Article
    Avatar of pointerPointerĀ·4y

    bregman-arie/devops-exercises: Linux, Jenkins, AWS, SRE, Prometheus, Docker, Python, Ansible, Git, Kubernetes, Terraform, OpenStack, SQL, NoSQL, Azure, GCP, DNS, Elastic, Network, Virtualization. DevO

    This repo contains questions and exercises on various technical topics, sometimes related to DevOps and SRE. There are currently 2292 exercises and questions. You can use these for preparing for an interview but most of the questions don't represent an actual interview. Join our DevOps community where we have discussions and share resources.

  20. 20
    Article
    Avatar of do_communityDigitalOcean CommunityĀ·4y

    Learning to Love Your Terminal

    This tutorial is designed for users who are new to the command line. The goal is to feel just as comfortable in a terminal environment as you are with using a computer in any other way. The first section of this tutorial will cover Windows terminal environments. If you are using macOS or Linux, you can skip to the following section.

  21. 21
    Article
    Avatar of itsfossIt's FossĀ·4y

    Padloc: An Intuitive Open-Source Password Manager

    Padloc is an open-source password manager with a pleasing user interface, available cross-platform. It aims to provide a clean and simple interface to work with. Free to start with, but offers paid subscriptions to unlock most features. As per your requirements, you can choose to upgrade with a paid subscription.

  22. 22
    Article
    Avatar of itsfossIt's FossĀ·4y

    AppFlowy: An Open-Source Alternative to Notion

    AppFlowy aims to be an open-source replacement to Notion, providing you with better privacy. Built with Rust and Flutter, AppFlowy follows a minimal approach to simplify things yet with enough room for tweaks. Notion can directly access your private data in the cloud as closed-source software.

  23. 23
    Article
    Avatar of dzDZoneĀ·4y

    7 Great Terminal/CLI Tools Not Everyone Knows

    Exa is a modern replacement for the venerable file-listing command-line program ls that ships with Unix and Linux operating systems. It uses colors to distinguish file types and metadata. It knows about symlinks, extended attributes, and Git. The video gives a short overview of how to use the tools mentioned above work.

  24. 24
    Article
    Avatar of freecodecampfreeCodeCampĀ·3y

    Linux Networking Commands You Should Know as a Beginner

    A basic understanding of the Linux terminal is enough to learn networking in Linux. How to find the IP Address of your machine is the most basic question in networking. What's an IP Address? IP stands for "Internet Protocol," which is the protocol governing how data are sent via the internet or a local network.

  25. 25
    Article
    Avatar of communityCommunity PicksĀ·3y

    Setup Kali Linux Like A Pro

    In today's era, many folks are trying to get some basic knowledge of Hacking, and for that Kali Linux is a must OS to learn. Today, I will show you how to install and set up Kali on your machine (Windows 10 / 11) We will be using WSL2 to get it done.