Linux Learn Tips and Tricks - Page 6
Find the HOWTO or step-by-step guide that you need right here.
Find the HOWTO or step-by-step guide that you need right here.
Nextcloud is a powerful productivity platform that gives you access to some amazing features, such as collaborative editing, cloud file sync, private audio/video chat, email, calendar, and more! Best of all, Nextcloud is under your control and is completely customizable. In this article, we're going to be setting up our very own Nextcloud server on Linode.
Here are five tips for securing Linux that you can take care of in 5 minutes or less.
Dear nixCraft, I carry my Linux powered laptop just about everywhere. How do I protect my private data stored on partition or removable storage media against bare-metal attacks where anyone can get their hands on my laptop or usb pen drive while traveling?
SSH is a globally-used protocol used to access remote servers. Here's how you can strengthen your SSH connections on Linux for maximum security.
If you ever need to securely connect to a remote machine and reach a command-line interface, SSH is the tool for the job. The Secure Shell Protocol (SSH) has been used for decades as a means to remotely interface with Unix / Linux / BSD machines over insecure connections.
Whether you are a Sysadmin, Developer, DevOps, Security, or Ops … effectively using Linux and its tooling is the most fundamental skill you can learn. Linux is the backbone of the majority of servers and applications around the world.
This article is a complete guide on using the DNF command in Linux to manage and maintain the software package base.
Learn how to use ssh-keygen to create new key pairs, copy host keys, use a single login key pair for multiple hosts, retrieve key fingerprints and more in this tutorial.
NFS is one of the easiest and most transparent ways to handle shared storage within an organization. Learn how to configure it on Red Hat Enterprise Linux.
Interrupting the boot process is useful for troubleshooting and maintenance, but make sure you enable full disk encryption first.
Swap your old Linux commands for new and improved alternatives that provide the same functionality, if not more.
Linux kernel 5.18 is here and users of Ubuntu and Ubuntu-based distributions can now install it if they need support for their hardware or just want to use some of its new features and enhancements.
The scp command makes copying files between Linux computers easy and secure. It uses SSH security, but best of all, it is simple. If you can use cp, you can use scp.
Setting up a system snapshot utility like Timeshift will make restoring your Linux system to any previous state a lot easier for you. Here's how this can be done.
Sudo has made Linux not only more secure but also more user-friendly. If you're new to Linux, this article will explain what sudo is and how it's used.
Learn how to configure and connect to a Microsoft SQL Server Database on a Linux machine using Docker containers.
System and network troubleshooting often involves checking and obtaining information about ports to ensure functionality and determine the source of problems. Learn some handy tips to help keep systems running smoothly.
To make sure no one can recover the data on your USB drive or SD card, learn how to securely erase data on Linux.
At some point, you might find yourself needing to remote into a Linux machine. When that eventuality occurs, you'll need SSH. This article introduces you to this handy Linux command.
Ghidra is one of the most popular reverse engineering frameworks for security professionals. Here's how to install it on Linux.