Showing headlines posted by linuxize

( 1 2 3 4 5 6 ... 39 ) Next »

How to Add and Delete Users on Debian 12

This article describes how to add and remove users on Debian 12. If you’re a Linux user, it’s crucial to have basic skills like adding and removing users. This makes your system more secure by ensuring only authorized users can access protected resources and perform specific actions.

How to Add Swap Space on Ubuntu 22.04

Swap is a space on a disk drive that is used when the amount of physical RAM memory is full. When a Linux system runs out of RAM, it moves the inactive pages from the RAM to the swap space. Swap space can take the form of either a dedicated swap partition, a swap file, or a combinaton of partitions and files. Generally, when running Ubuntu on a virtual machine, a swap partition is not present, and the only option is to create a swap file.

How to Install MongoDB on Ubuntu 22.04

  • Linuxize; By Linuxize (Posted by linuxize on Nov 19, 2023 10:31 PM EDT)
  • Groups: Ubuntu
This guide covers the step-by-step process of installing MongoDB on Ubuntu.

How to Upgrade Debian 11 to Debian 12 Bookworm

Learn how to upgrade Debian 11 to Debian 12 “bookworm” via the command line.

How to Install Java on Ubuntu 22.04

This guide describes how to install various versions of Java on Ubuntu 22.04.

How to Install Python on Ubuntu 22.04

This article will explain how to build Python from the source code on Ubuntu 22.04.

How to Install Tomcat 10 on Ubuntu 22.04

This article explains how to install and configure Tomcat 10 on Ubuntu 22.04. Apache Tomcat is an open-source web server and Java servlet container. It is one of the most popular choices for building Java-based websites and applications.

How to Install Python Pip on Ubuntu 22.04

Pip is a package manager for Python used to install, upgrade, configure and manage project dependencies.

How to Install Node.js and npm on Ubuntu 22.04

  • Linuxize.com; By linuxize (Posted by linuxize on May 31, 2022 10:16 PM EDT)
  • Groups: Ubuntu
In this post, we will explore three different ways of installing Node.js and npm on Ubuntu 22.04.

How to Upgrade Debian 10 Buster to Debian 11 Bullseye

  • Linuxize.com; By linuxize (Posted by linuxize on Jan 17, 2022 10:25 AM EDT)
  • Groups: Debian
This article shows how to upgrade your Debian 10 Buster system to Debian 11, Bullseye via command line.

IPv4 vs IPv6

The Internet Protocol (IP) is a set of rules that specifies addressing and routing the data between computers. This article explains the Internet Protocol and how IPv6 differs from IPv4.

How to Fix the WordPress White Screen of Death

  • Linuxize.com; By linuxize (Posted by linuxize on Aug 12, 2021 4:14 PM EDT)
  • Story Type: Tutorial
Are you worried about the WordPress White Screen of Death? Then here are some practical ways to solve such errors and best practices to avoid WSOD.

How to Reverse a String in Python

  • Linuxize.com; By Sriram Ramanujam (Posted by linuxize on Aug 1, 2021 11:44 PM EDT)
  • Story Type: Tutorial; Groups: Python
String reversal is not a common operation in programming and is generally used is in coding interviews. This article goes through several different ways to reverse a string in Python.

How to Exclude in Grep

grep is a powerful command-line tool that is used to search one or more input files for lines that match a regular expression and writes each matching line to standard output. In this article, we’re going to show you how to exclude one or multiple words, patterns, or directories when searching with grep.

How to Install Gitea on Ubuntu 20.04

Gitea is a fast and easy-to-use self-hosted git server written in Go. It includes a repository file editor, project issue tracking, user management, notifications, built-in wiki, and much more. This article explains how to install and configure Gitea on Ubuntu 20.04.

Understanding Linux File Permissions

  • Linuxize.com; By linuxize (Posted by linuxize on Apr 30, 2021 3:11 PM EDT)
  • Groups: Linux
In Linux, file permissions, attributes, and ownership control the access level that the system processes and users have to files. This ensures that only authorized users and processes can access specific files and directories.

How to Install and Configure an NFS Server on Ubuntu 20.04

NFS or Network File System is a distributed file system protocol that allows you to share directories over a network. With NFS, you can mount remote directories on your system and work with the files on the remote machine as if they were local files.

How to Install and Configure VNC on Ubuntu 20.04

Virtual Network Computing (VNC) is a graphical desktop sharing system that allows you to use your keyboard and mouse to control another computer remotely. It is an open-source alternative to the Microsoft remote desktop protocol (RDP). This article explains how to install and configure a VNC server on Ubuntu 20.04. We’ll also show you how to securely connect to the VNC server through an SSH tunnel.

How to Install Asterisk on Ubuntu 20.04

  • Linuxize.com; By linuxize (Posted by linuxize on Mar 15, 2021 5:34 PM EDT)
  • Groups: Ubuntu
Asterisk is a popular open-source PBX platform for developing communications applications such as conference servers and VoIP gateways. It is used by individuals, small businesses, large enterprises, and governments worldwide.

How to Setup FTP Server with VSFTPD on Ubuntu 20.04

This article describes how to install and configure an FTP server on Ubuntu 20.04 that you use to share files between your devices.

( 1 2 3 4 5 6 ... 39 ) Next »