Category: Linux

deleting Linux directories

[Linux basic] Creating and deleting Linux directories

mkdir command The mkdir used to create one or more directories Example: Create directory: mkdir ddos The above command will create the directory ‘ddos’. Create a directory and set access permissions: mkdir -m 777...

use vi editor Linux

How to use the vi editor in Linux

The vi editor is a standard editor for all Unix and Linux systems. Its power is not inferior to any latest text editor. Here is a brief introduction to its usage and a small...

Linux kernel removing support x32

Linux kernel 5.3 ended support

Last week, Linux kernel developer Greg Kroah-Hartman announced the 18th maintenance update, Linux kernel 5.3.18 for the Linux 5.3 kernel series. This version changed a total of 59 files, inserting 369 items/removing 329 items....

WireGuard Linux kernel

WireGuard 1.0 is comming in Linux kernel 5.6

Earlier, we reported that WireGuard has been merged into net-next tree and is about to enter Linux 5.6. Recently, Jason Donenfeld released wireguard-linux-compat v0.0.20191226. It is the latest version of the WireGuard kernel module....

Calculate Linux

Calculate Linux 22 Releases, Gentoo-based distribution

Calculate Linux is an optimized distribution designed for rapid deployment in the corporate environment. It is based on Gentoo but provides a number of pre-configured features. Calculate Linux comes in four main flavors: Calculate Linux Desktop for personal...

manage CentOS server

How to manage CentOS server using Putty

SSH is the abbreviation of Secure Shell. SSH is a security protocol based on the application layer and the transport layer. SSH is currently a more reliable protocol designed to provide security for remote...

Feren OS

Feren OS 2021.10 releases: free and open-source operating system

Feren OS is a desktop Linux distribution based on Linux Mint and its custom-developed Cinnamon desktop environment makes it the most visually appealing Linux distribution. In addition, it offers a similar experience to macOS...

manage network Linux

How to manage network in Linux with nmcli command

nmcli – command-line tool for controlling NetworkManager. nmcli is a command-line tool for controlling NetworkManager and reporting network status. It can be utilized as a replacement for nm-applet or other graphical clients. nmcli is...

list directory contents Linux

How to list directory contents in Linux

ls – list directory contents. List information about the FILEs (the current directory by default). Sort entries alphabetically if none of -cftuvSUX nor –sort is specified. How to list directory contents in Linux Use...

LinuxConsole

LinuxConsole 2019 releases, modern Linux distribution

LinuxConsole is a GNU/Linux operating system, users only need a minimum configuration can make it work. With its customized for children and teens, it supports many Linux versions of the game, “Beta”, preloaded with TORCS...

SWAP partition CentOS

How to create SWAP partition in CentOS

Unix systems, and other Unix-like operating systems, use the term “swap” to describe both the act of moving memory pages between RAM and disk,[citation needed] and the region of a disk the pages are stored on. In some...