Best of SSHDecember 2022

  1. 1
    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.

  2. 2
    Article
    Avatar of communityCommunity Picks·3y

    NGINX: Advanced Load Balancer, Web Server, & Reverse Proxy

    Nginx is a web server that is capable of handling ~10k concurrent users or network load per second. It became the fastest available web server followed by Apache. Nginx can be used as a mail proxy, reverse proxy, HTTP cache, etc. This is where Nginx comes into play.

  3. 3
    Article
    Avatar of changelogChangelog·3y

    SSH server hardening

    Some are trivial and should be set immediately, and some require some more work. For the upcoming changes of the config, I have to edit. It might differ from your setup. Please make sure that you test it on another machine first. There are options to lock you out if it is not set up correctly.

  4. 4
    Article
    Avatar of drDark Reading·3y

    Why Attackers Target GitHub, and How You Can Secure It

    Last week Okta announced a security breach that involved an attacker gaining access to its source code hosted in GitHub. GitHub is the most popular source code management tool for both open source and private enterprise code repositories. A single stolen repository can yield intellectual property, valid credentials, and a nice list of vulnerabilities in production software.