Check Hardware Information On Linux via Command Line

There are many commands available to check hardware information of your Linux system. Some commands report only specific hardware components like CPU or memory while the rest cover multiple hardware units.

This tutorial takes a quick look at some of the most commonly used commands to check information and configuration details about various hardware devices.

Source: Check Hardware Information On Linux via Command Line (Make Tech Easier)

Secure Shell Access (SSH) – Linux Command Line | Code Snipcademy

Secure Shell Access (SSH) – Learn about Secure Shell Access (SSH), private and public keys, SCP, and all other topics related to the ssh command in our beginner’s tutorial.

Introduction – Introduction to SSH, how it’s better than telnet and basic ssh commands.

SSH Keys: RSA and DSA – Learn about SSH public and private keys, along with the most widely used key types – RSA and DSA. Also learn how to easily copy your public key to a host server with the ssh-copy-id command.

SSH Agent and SSH Add – Learn how to use the SSH agent daemon and the ssh-add command to manage your SSH keys and passphrases.

Secure Copying (SCP) – Learn how to use the scp command to upload and download files from remote hosts.

Source: Secure Shell Access (SSH) – Linux Command Line | Code Snipcademy

GalliumOS: The Linux Distro For Chromebook

The Google Chromebook is no stranger to modifications. Despite the fact that it’s a fairly locked platform, there are many projects dedicated to replacing the operating system that it ships with. All these projects are great, but they all have one thing in common – placing in a Linux distribution not designed from the ground up specifically for Chrome devices.

This is where GalliumOS comes in. It’s a specialized Linux distribution based on Ubuntu for Chromebooks only. Is it worth using? Let’s find out!

Source: GalliumOS: The Linux Distro For Chromebook (Make Tech Easier)

Protecting Apache Server From Denial-of-Service (Dos) Attack | Unixmen

Denial-of-Service (DoS) attack is an attempt to make a machine or network resource unavailable to its intended users, such as to temporarily or indefinitely interrupt or suspend services of a host connected to the Internet. A distributed denial-of-service (DDoS) is where the attack source is more than one–and often thousands of-unique IP addresses.

What is mod_evasive?

mod_evasive is an evasive maneuvers module for Apache to provide evasive action in the event of an HTTP DoS or DDoS attack or brute force attack. It is also designed to be a detection and network management tool, and can be easily configured to talk to ipchains, firewalls, routers, and etcetera. mod_evasive presently reports abuses via email and syslog facilities.

Source: Protecting Apache Server From Denial-of-Service (Dos) Attack | Unixmen

How to disable Ipv6 on Ubuntu, Linux Mint, Debian

So if ipv6 is not supported on your network infrastructure, it might be useful to disable it all together. Why ? It can cause issues like delayed domain lookups, un-necessary attempts to connect to ipv6 addresses causing delay in network connection etc.

Source: How to disable Ipv6 on Ubuntu, Linux Mint, Debian (BinaryTides)

(This is also applicable to a Raspberry Pi running Raspbian, or some other Debian derivative such as RasPBX)

How To Install Webmin with SSL on Ubuntu 14.04 | DigitalOcean

dashboard

Webmin is a web-based system administration tool for Unix-like systems. It provides an easy alternative to command line system administration and can be used to manage various aspects of a system, such as users and services, through the use of the pro

Source: How To Install Webmin with SSL on Ubuntu 14.04 | DigitalOcean