| by Arround The Web

How to Install GUI on Ubuntu Server

Sometimes, it is recommended to use a GUI to manage system resources and enhance performance. This guide covers how to get GUI on Ubuntu Server.

Read More
| by Arround The Web

How to Install and Configure rsnapshot in Linux

The rsnapshot is a rsync-based, incremental backup utility that helps with local and remote filesystem backups. The guide shows rsnapshot complete configuration.

Read More
| by Arround The Web

This Linux distro has a smart feature that vastly improved my workflow

If you’re looking for a fresh take on the Xfce desktop, Rhino Linux is a robust distribution with updates on an automatic rolling release.

Read More
| by Arround The Web

How to use the “describe-subnets” Command in AWS CLI?

To list subnets in AWS CLI, use the “describe-subnets” command. It describes all or specific subnets in a VPC and accepts multiple options for distinct actions.

Read More
| by Arround The Web

Using GDM Settings to Customize Login Screen in GNOME

Yes, even the GNOME login screen can be customized. Here’s a handy utility that makes things easier.

Read More
| by Arround The Web

How to Install Scribus 1.6.0 in Ubuntu 22.04 & 23.10

Scribus, the popular free open-source desktop publishing software, announced the new stable 1.6.0 release series on the first day of 2024! It’s been more than 4 years since the last stable 1.4.8, while 1.5.x release series is available as development branch. The new Scribus 1.6.0 includes many new features! If you have the default 1.5.8 […]

Read More
| by Arround The Web

How to Create and Preview Vim Markdown Files

Vim can be used to easily create and edit markdown files. To preview the markdown file, install the plugin using the Vim plugin manager.

Read More
| by Arround The Web

How to Create and Manage Tasks Using Windows Task Scheduler

To create a task, open the Task Scheduler, right-click on the Task Scheduler Library, select Create Basic Task, and follow the steps to create a simple task.

Read More
| by Arround The Web

How to Use the Ipconfig Commands on Windows

The ipconfig command outputs TCP/IP network configurations. It lists down network adapters, gateways, IPv4, and IPv6 protocol configurations.

Read More
| by Arround The Web

How to Wrap Lines and Words in Vim

To wrap lines and words in Vim use :set wrap, :set linebreak command, or :set textwidth=N, where N is an integer.

Read More
| by Arround The Web

Potential Difference Across the Capacitor

The difference of energies stored in two capacitors in a circuit is the potential difference across the capacitor. Read more in this guide.

Read More
| by Arround The Web

What are the Get Property Commands in PowerShell

PowerShell Get Property commands get the properties of an item or an object. These commands include Get-Member, Get-Item, and Select-Object.

Read More
| by Arround The Web

Install kubectl Using “choco install”

To install kubectl, first, install the Chocolatey package manager on the system. After that, run the “choco install kubernetes-cli” command to install kubectl.

Read More
| by Arround The Web

How to use the “describe-load-balancers” command in AWS CLI?

The describe-load-balancers command in AWS CLI returns details of a specific or all the load balancers for a given account. Read more in this guide.

Read More
| by Arround The Web

How to use the “delete-stack” command in AWS CLI?

The delete-stack command removes a specific stack in a particular region via AWS CLI. It accepts various optional parameters as shown in this guide.

Read More
| by Arround The Web

How to use the “describe-regions” command in AWS CLI?

The describe-regions command in AWS CLI lists all or enabled regions for a given account. To list EC2 regions, use the “aws ec2 describe-regions” command.

Read More
| by Arround The Web

How to Setup Wine on Debian 12

You can install Wine on Debian 12 by downloading the GPG key, adding the source repository, updating the Debian repository and installing it via apt command.

Read More
| by Arround The Web

How to Set Static IP Address on Debian 12

You can set static IP address on Debian 12 from terminal or GUI. For terminal, use interfaces file or nmcli utility, while for GUI, use Network settings.

Read More
| by Arround The Web

How to Remove Duplicate Lines in Vim

To remove the duplicate lines in Vim use the sort -u command unless you want to modify the file. To remove duplicate lines without modifying the file use the awk command.

Read More
| by Arround The Web

How to List Installed Packages on Debian 12

You can list installed packages on Debian 12 from apt list, dpkg-query commands and snap package manager. For more details, follow this guide.

Read More