Showing headlines posted by bytexd

« Previous ( 1 2 ... 3 ) Next »

How to Use the Linux Screen Command

  • Bytexd.com; By EdXD (Posted by bytexd on Feb 24, 2022 8:37 AM EDT)
  • Story Type: Tutorial; Groups: Linux
Screen (GNU Screen) is a terminal multiplexer. It allows you to run multiple processes simultaneously from within a single SSH terminal. It means that you can multiplex the terminal into several sessions using this command. In this tutorial, we’ll learn about the screen command in Linux in detail.

How to Use the nmcli Command to Manage NetworkManager

  • Bytexd.com; By EdXD (Posted by bytexd on Feb 21, 2022 5:00 PM EDT)
  • Story Type: Tutorial; Groups: Linux
The nmcli command is a command-line tool for managing NetworkManager. Using nmcli, a Linux administrator can perform various tasks, such as managing network connections and displaying the network interface adapter’s status. In this tutorial, we will learn to use the nmcli command to manage NetworkManager.

How to Install iRedMail on RHEL

  • Bytexd.com; By EdXD (Posted by bytexd on Feb 20, 2022 11:31 PM EDT)
  • Story Type: Tutorial; Groups: Linux
iRedMail is an open-source email server that supports the latest IMAP, SMTP, and POP3 standards. It also supports modules such as Antispam and Antivirus to keep your inbox spam-free and virus-free. This post will give you a step-by-step guide on setting up iRedMail on RHEL.

Using SlickStack to Install WordPress Automatically on Ubuntu 20.04

  • Bytexd.com; By EdXD (Posted by bytexd on Feb 15, 2022 9:59 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
SlickStack is essentially a collection of scripts for quickly and easily installing WordPress, with Nginx as a web server, on Ubuntu LTS. In this article, we’ll go over how to use SlickStack to install WordPress on a server running Ubuntu 20.04 LTS, as well as give you a basic overview of some of its options.

How to Install Zsh on Linux

  • Bytexd.com; By EdXD (Posted by bytexd on Feb 13, 2022 11:23 AM EDT)
  • Story Type: Tutorial; Groups: Linux
zsh (Z Shell) is a very popular and highly customizable shell for Linux and Unix-like operating systems. In this tutorial we’ll explain how to install zsh on Debian-based and RHEL-based distros, set it as the default shell, and go through the initial configuration.

How To Use Thunderbolt 3/4 on Ubuntu

  • Bytexd.com; By EdXD (Posted by bytexd on Feb 11, 2022 3:17 PM EDT)
  • Story Type: Tutorial; Groups: Ubuntu
Even though Thunderbolt 3 and 4 have proven to work well with Windows and macOS, Linux users are still experiencing issues when using Thunderbolt on certain distributions. This post will give you a detailed guide on using both versions of Thunderbolt on Ubuntu and how to solve any arising errors.

How to Use Xpra to Run Linux Applications Remotely

  • Bytexd.com; By EdXD (Posted by bytexd on Feb 7, 2022 2:42 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Xpra (X Persistent Remote Applications) also referred to as "Screen for X", allows users to run X11 programs on remote hosts and direct their display on the local machine. In this article we setup Xpra and use it to remotely access X11 applications.

AWK Command Examples for Beginners - AWK Linux Tutorial

  • Bytexd.com; By EdXD (Posted by bytexd on Feb 2, 2022 11:32 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Learning to use the AWK utility in Linux is a skill that most Linux users yearn to have. It can save you time and energy, as well as help you better understand the inner workings of your computer. While it may seem hard at first, you will become well-versed with this command-line utility with the right guide and frequent practice.

How to Rename Files in Linux (mv and rename Commands)

  • Bytexd.com; By EdXD (Posted by bytexd on Oct 3, 2021 7:06 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this article, we will discuss how to rename single or multiple files using the mv and rename commands in various Linux distributions.

Rm Command in Linux

  • Bytexd.com; By EdXD (Posted by bytexd on Oct 2, 2021 4:29 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this article, we will discuss the rm command and the different options we can use when removing files and directories.

What Does chmod 777 Mean?

  • Bytexd.com; By EdXD (Posted by bytexd on Sep 30, 2021 9:48 PM EDT)
  • Story Type: Tutorial; Groups: Linux
In this tutorial, we’ll cover what chmod 777 means and what the command does. We will also quickly go over some of the basics you must understand before learning about the chmod 777 command.

How To Create and Manage Groups in Linux

  • Bytexd.com (Posted by bytexd on Sep 29, 2021 9:53 PM EDT)
  • Story Type: Tutorial; Groups: Linux
Linux allows its administrators to create different user groups very easily. This is convenient because you can create a user group and manage all of the user’s permissions at once, instead of individually assigning permissions to each user. In this tutorial, we will cover how to create groups in Linux and briefly explain how to manage them.

Introduction to Ngrok: A Tutorial for Beginners

Ngrok is a dev tool that allows you to expose a server running on your local machine to the internet. In this tutorial, we’ll go through how to use the Ngrok utility from installation to deploying an HTML or a React JS website, on a Linux machine.

How to Use SCP Command to Securely Transfer Files + Examples

In this article, we are going to explore how to use the scp command to securely transfer files and folders, using practical examples and beginner friendly explanations.

Working With the Pkill and Pgrep Commands in Linux

  • Bytexd.com; By EdXD (Posted by bytexd on Aug 30, 2021 11:10 PM EDT)
  • Story Type: Tutorial; Groups: Linux
In this tutorial, we will learn the basics of using two commands, pgkill and pgrep, and how they help us in process management.

How To Setup A Virtual Penetration Testing Lab

This post will give you a step-by-step guide on setting up your virtual penetration testing lab, along with how to install the various operating systems and vulnerable machines you want to test.

Connecting a Wireless Adapter to Kali Linux Virtual Machine

  • Bytexd.com; By EdXD (Posted by bytexd on Aug 28, 2021 9:47 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this article, we’ll cover the necessity of WiFi adapters for pentesting, the wireless adapters supported by Kali Linux (based on their chipset), and how to connect a WiFi adapter to a Kali Linux virtual machine (running VirtualBox or VMware).

How to Remove Files and Directories using the Linux Command Line

  • Bytexd.com (Posted by bytexd on Aug 25, 2021 8:39 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this tutorial we will go through how to remove files and directories in Linux using rm, unlink, and rmdir.

12 Popular Linux Networking Tools and How to Use Them

  • Bytexd.com (Posted by bytexd on Aug 23, 2021 5:56 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this article, we’ve created a list of some of the most popular Linux networking tools, and we’ll try to get you familiar with these tools and their basic usage.

Using Linux Process Monitoring Commands: ps, pstree, top

  • Bytexd.com; By EdXD (Posted by bytexd on Aug 20, 2021 9:40 AM EDT)
  • Story Type: Tutorial; Groups: Linux
In this tutorial we’ll learn the fundamentals of the ps, pstree, and top commands, to monitor processes in Linux.

« Previous ( 1 2 ... 3 ) Next »