Audit Linux privileges now to limit compromise, escalation, and system-wide damage. Review Linux Privileges×

Alerts This Week
Warning Icon 1 431
Alerts This Week
Warning Icon 1 431

Linux Learn Tips and Tricks - Page 2

Find the HOWTO or step-by-step guide that you need right here.

 

Securing the Linux Kernel in Embedded Devices from Threats

data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20100%20100%22%3E%3C/svg%3E

Securing the Linux kernel in embedded systems is critically important, as these systems are widely used in various industries, ranging from IoT devices and industrial control systems to automotive and medical devices. Neglecting the security of the Linux kernel can have severe consequences, leading to potential breaches and exploits.

Updating Signatures on Linux Endpoints Using Offline Security Intelligence

data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20100%20100%22%3E%3C/svg%3E

Microsoft has announced that Offline Security Intelligence Update is now in Public Preview. According to Microsoft, "Organizations can now update security intelligence (also referred to as “signatures”) on Linux endpoints with limited or no exposure to the internet using a local hosting server. Exercise better control over the download and deployment of signatures on their Linux servers running critical workloads."

Best Practices For Deploying Software On Linux IoT Devices

data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20100%20100%22%3E%3C/svg%3E

The Internet of Things (IoT) has changed the way people interact with the world. It connects a wide range of devices, from smart thermostats at home to industrial sensors used in manufacturing plants. Many IoT products use Linux due to its robustness, flexibility, and open-source nature.

Installing Sshpass: Secure Password Handling in Linux Shell Scripts

data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20100%20100%22%3E%3C/svg%3E

Shell scripts are an integral part of Linux but can often require passwords that shouldn't be hard-coded for security reasons. Instead, sshpass is a non-interactive tool specifically created for password automation in shell scripts. Here's how to install and use sshpass on Ubuntu-based and Fedora-based distributions to put a password in your Bash script.

Ensuring Safe Remote Access with SSH Key Authentication on UNIX Servers

data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20100%20100%22%3E%3C/svg%3E

You will most likely use a Secure Shell (SSH). to perform remote work with Linux servers or containers. Although the name of the software includes "secure," you shouldn't assume it is locked down by default. It's certainly more secure than telnet, but you still need to do extra to ensure your data and systems are safe.

Enhance SSH Security on Ubuntu Using Port Knocking with Knockd

data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20100%20100%22%3E%3C/svg%3E

You've probably read the usual things admins do with the Secure Shell (SSH), such as changing the port, preventing root logins, using fail2ban, using SSH key authentication, etc. But there's another technique you can employ that does a great job of protecting your servers from unwanted SSH logins.

Nginx Configuration as a Reverse Proxy on Debian for Traffic Management

data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20100%20100%22%3E%3C/svg%3E

In the bustling digital landscape, managing web traffic efficiently is akin to directing a riveting orchestra, with each request hitting the right note at the desired tempo. Central to this symphony is the conductor, the reverse proxy server, ensuring each request reaches its designated section, be it the strings, brass, or percussion, represented by the different servers in a network.

Essential Guide for Configuring a Linux Server for IoT Remote Access

data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20viewBox=%220%200%20100%20100%22%3E%3C/svg%3E

Setting up a Linux server for remote accessing IoT devices is essential for managing and controlling these devices efficiently. Whether you are a system administrator or an IoT enthusiast, having remote access to your devices allows you to monitor and control them from anywhere in the world. By utilizing a Linux server, you can establish secure connections and ensure seamless communication with your IoT devices.