Alerts This Week
Warning Icon 1 664
Alerts This Week
Warning Icon 1 664

Stay Ahead With Linux Security HOWTOs

Filter Icon Refine HOWTOs
X Clear Filters
X Clear Filters
View More

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Loading...

Explore Latest Linux Security HOWTOs

We found 6 articles for you...
166

Manage Multiple Servers Efficiently With SSH Command Execution

"You don't always need third-party software to control multiple Linux servers — not when a bit of scripting magic can get the job done." . Linux offers various ways to reach the same destination. This is part of its strength: You decide how you want to get from A to B. Imagine it as "Mad Libs," the operating system equivalent. Consider, for example, the ability of remote machines to execute commands. Many options exist, such as Red Hat, Ansible, and Puppet, which are amazing platforms but might be overkill for what you need. Imagine you have to manage a workstation and five or ten servers. You can use the workstation to Secure Shell each server and run the necessary commands. Then, you can exit the server and rinse and repeat. This can be time-consuming and lead to issues. Imagine running the wrong command on the wrong machine. You do not want to experience that. This handy SSH tip will make your life easier! Let's look at how to run a single command across multiple servers with SSH. . Optimize your server oversight by utilizing SSH to execute commands across various Linux servers at the same time.. Linux Automation, SSH Command Execution, Server Management Tips. . Brittany Day

Calendar 2 Mar 23, 2024 User Avatar Brittany Day How to Learn Tips and Tricks
166

Best Practices For Deploying Software On Linux IoT Devices

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. . "Deploying software to large fleets of Linux-based devices is a complex and critical process that requires careful planning and automated execution." This article explores best practices for deploying software on large fleets of Linux-based IoT devices. . Implementing updates across extensive Linux-oriented IoT networks requires detailed strategizing and automation to achieve desired outcomes.. Linux Device Management, IoT Software Automation, Large-Scale Deployment. . Brittany Day

Calendar 2 Mar 20, 2024 User Avatar Brittany Day How to Learn Tips and Tricks
160

How To Backup Files From Remote Linux VPS Using Rsync Script

Backups are the backbone of an organization. One of the efficient way to back up your files is to use the Rsync utility. Rsync is a powerful tool for efficiently transferring files between computers over a network. . In this tutorial, you will learn how to backup files from a remote Linux system (VPS) to a local system using a simple rsync script. You will also learn how to use the script with both SSH password-based authentication and SSH key-based authentication. I regularly use this script to back up files from a remote VPS to my local Debian desktop. If you're seeking a straightforward script to back up your remote Linux VPS with Rsync, you can choose from any of the following script variants. . In this guide, you will discover how to securely transfer data from a remote Linux server (VPS) to a local machine efficiently.. Rsync Backup, File Transfer Script, Linux VPS Backup, Remote Backup Solutions. . Brittany Day

Calendar 2 Oct 15, 2023 User Avatar Brittany Day How to Harden My Filesystem
166

Steps to Activate Unattended-Upgrades on Ubuntu and Debian Systems

Learn how easy it is to enable unattended upgrades for both Ubuntu and Debian Linux so you can be sure to keep ahead of software updates. . I run updates on my production machines every single day. Although there may not be updates for everything, it gives me a certain solace knowing I checked. I believe everyone who is serious about the privacy, security and behavior of their computers should do the same thing. However, I also understand that life and work get in the way. This might be especially true if you have many machines to administer. Or you might have hundreds of users to tend to, and we all know how that can be. . Effortlessly configure automatic upgrades in Ubuntu and Debian to guarantee prompt software updates across your systems.. Unattended Upgrades, Ubuntu Automation, Debian Updates. . Brittany Day

Calendar 2 Oct 30, 2022 User Avatar Brittany Day How to Learn Tips and Tricks
166

Efficiently Schedule Upgrades On Linux Servers With Webmin

See how easily you can schedule upgrades for your Linux servers with Webmin. . I’ve been a fan of Webmin for years. Although there are newer, easier web-based administration tools available, Webmin happens to be one of the more mature and robust on the market. With a modular system that makes it easy to install new capabilities, there’s very little Webmin can do. And given much of its capability is already baked in, you can quickly install the software and get to work. One very important task you can undertake with Webmin is upgrading the software installed on the server. Even better, you can schedule those upgrades for such a time when users won’t be logged in and crucial services are needed. That’s exactly what I’m going to show you how to do. . Conveniently discover how to plan updates for your Linux systems using Webmin to guarantee that interruptions are kept to a minimum.. Linux Upgrades, Webmin Scheduling, Server Automation. . Brittany Day

Calendar 2 Oct 05, 2022 User Avatar Brittany Day How to Learn Tips and Tricks
162

Securely Protect Passwords In Linux Bash Scripts For Automation

Shell scripts can save you time and effort, but if you don't protect your passwords, they can be a liability. Here's how to stay safe. . Bash scripts are an important part of a system administrator's job. They allow you to automate both mundane and critical tasks. One of the best things with scripts is that they can run independently without human intervention, but sometimes it can be challenging to automate tasks that require user passwords. Let's look at how you can securely automate scripts that require passwords without compromising security. . Discover methods to streamline Linux shell scripting safely with the implementation of encrypted credentials, boosting both security and operational effectiveness.. encrypted passwords, secure scripting, password management. . Brittany Day

Calendar 2 Oct 05, 2022 User Avatar Brittany Day How to Strengthen My Privacy
166

Essential Backup Management Techniques for System Administrators

Most system administrators know the importance of backing up data - but what should you do with all the backups and archives you've created to ensure that they remain secure? Find out in this article. . Every sysadmin knows, or should know, that performing and managing backups is an essential part of being a system administrator. If you read 5 Linux backup and restore tips from the trenches , you know how to perform and manage backups. But managing the space required to perform those backups is a very different topic. This is part of Linux housekeeping that you need to consider in your daily workflow. In this article, I touch on critical pieces of backup management such as location, retention, disposal and disposition, and automation. Your environment and policies will dictate solutions that you implement for backup space management, but these guidelines and recommendations will help you if you're struggling to handle a growing amount of idle data stored on your network. . Develop essential strategies for managing backups, archiving, and ensuring data longevity in your system management workflow.. Backup Management, Data Retention, Archive Disposal, Sysadmin Techniques. . Brittany Day

Calendar 2 Apr 17, 2020 User Avatar Brittany Day How to Learn Tips and Tricks
166

Automate Your Python Code Testing With Tox for Improved Workflow

Python is one of the most popular programming languages in use today—and for good reasons: it's open source, it has a wide range of uses (such as web programming, business applications, games, scientific programming, and much more), and it has a vibrant and dedicated community supporting it. This community is the reason we have such a large, diverse range of software packages available in the Python Package Index (PyPI) to extend and improve Python and solve the inevitable glitches that crop up. . In this series, we'll look at seven PyPI libraries that can help you solve common Python problems. Today, we'll examine tox, a tool for automating tests on Python code. The link for this article located at Opensource.com is no longer available. . In this series, we'll look at seven PyPI libraries that can help you solve common Python problems. T. python, popular, programming, languages, today—and, reasons. . Brittany Day

Calendar 2 May 05, 2019 User Avatar Brittany Day How to Learn Tips and Tricks
News Add Esm H240

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.

Community Poll

What got you started with Linux?

No answer selected. Please try again.
Please select either existing option or enter your own, however not both.
Please select minimum {0} answer(s).
Please select maximum {0} answer(s).
/main-polls/150-what-got-you-started-with-linux?task=poll.vote&format=json
150
radio
0
[{"id":483,"title":"Self-taught through trial and error","votes":545,"type":"x","order":1,"pct":78.42,"resources":[]},{"id":484,"title":"Formal training or courses","votes":30,"type":"x","order":2,"pct":4.32,"resources":[]},{"id":485,"title":"A job that required it","votes":34,"type":"x","order":3,"pct":4.89,"resources":[]},{"id":486,"title":"Other","votes":86,"type":"x","order":4,"pct":12.37,"resources":[]}] ["#ff5b00","#4ac0f2","#b80028","#eef66c","#60bb22","#b96a9a","#62c2cc"] ["rgba(255,91,0,0.7)","rgba(74,192,242,0.7)","rgba(184,0,40,0.7)","rgba(238,246,108,0.7)","rgba(96,187,34,0.7)","rgba(185,106,154,0.7)","rgba(98,194,204,0.7)"] 350
bottom 200
Your message here