[email protected]Mon – Fri 9:00AM – 5:00PMLinkedInXFacebook
NexonHost
Netherlands Dedicated ServersAmsterdam · Equinix AM6Germany Dedicated ServersFrankfurt · Equinix FR4Romania Dedicated ServersBucharest · VoxilityAustria Dedicated ServersVienna · Interxion VIEBulgaria Dedicated ServersSofia · TelepointFrance Dedicated ServersParis · Interxion PAR — Marseille · Digital Realty MRS3Ireland Dedicated ServersDublin · Equinix DB2Italy Dedicated ServersMilan · Irideos AvalonPoland Dedicated ServersWarsawSpain Dedicated ServersMadrid · Equinix MD2United States Dedicated ServersAshburn · Equinix DC
Category

Knowledge Base

427 articles and guides on knowledge base from the NexonHost team — page 4 of 18.

All articles
How to use whatis command in Linux.
September 13, 2023

How to use whatis command in Linux.

How To Use Whatis Command. The whatis command is used to get brief information about Linux commands or functions. It displays the manual page description in a single line of the command that passes with the whatis command. It searches for the strings that have been passed with it from its index…

Read article
How to use shred command in Linux.
September 13, 2023

How to use shred command in Linux.

How To Use Shred Command. Deleting a file in Linux or any other operating system does not actually remove the file from the hard drive. The operating system deletes the pointers to the file and marks the occupied space as ready to be written to, while the actual data remains. A deleted file can be…

Read article
How to use passwd command in Linux.
September 13, 2023

How to use passwd command in Linux.

How To Use Passwd Command. On Unix-like operating systems, the passwd command is used to change the password of a user account. A normal user can run passwd to change their password, and a system administrator (the superuser) can use passwd to change another user’s password, or define how that…

Read article
How to use kill command in Linux.
September 13, 2023

How to use kill command in Linux.

How To Use Kill Command In Linux. On Linux, the “kill” command is used to send a signal to a process, which can be used to kill the process. The signal can be specified as a signal number or as a signal name, and the default signal is the TERM signal, which terminates the process.…

Read article
How to use htop command in Linux.
September 13, 2023

How to use htop command in Linux.

How To Use Htop Command. In this guide, we look at how you can make the most of the htop command utility to retrieve various system metrics. Htop works across all Linux distributions. As a Linux user, understanding and managing processes is essential for optimizing system performance and…

Read article
How to use man command in Linux.
September 13, 2023

How to use man command in Linux.

How To Use Man Command. The man command is a built-in manual for using Linux commands. It allows users to view the reference manuals of a command or utility run in the terminal. The man page (short for manual page) includes a command description, applicable options, flags, examples, and other…

Read article
How to use unalias command in Linux.
September 13, 2023

How to use unalias command in Linux.

How To Use Unalias Command. The unalias command is a Unix and Unix-like operating system command used to remove or unset aliases in a shell session. In Unix-based systems, aliases are shortcuts or user-defined commands that allow you to create shorter or more convenient names for longer or…

Read article
How to use alias command in Linux.
September 13, 2023

How to use alias command in Linux.

How To Use Alias Command. Depending on the type of work you do on your Linux system, you may need to enter the same long and complicated commands frequently. The alias command lets you create shortcuts for these commands, making them easier to remember and use. In Linux, an alias is a shortcut…

Read article
How to Show Asterisks While Typing Sudo Password.
September 12, 2023

How to Show Asterisks While Typing Sudo Password.

How To Show Asterisks While Typing Sudo Password. In this article, we are going to see how to display asterisks as feedback when you type the password in the terminal in Linux. Here the user has invoked the sudo command to install vim text editor, but the Asterisks are not shown here when the user…

Read article
How to Install ntopng.
September 12, 2023

How to Install ntopng.

How To Install Ntopng. ntopng is an Open Source Tool to monitor the network. It is a security network monitoring tool, also monitors web activities passively. It is also used for packet capturing, Traffic Recording, and Network Probing. A huge number of companies like Google, HP, Cisco, IBM, and…

Read article
How to Create a Password Protected ZIP File.
September 12, 2023

How to Create a Password Protected ZIP File.

How To Create A Password Protected ZIP File. Linux provides Zip command to work with a file like compressing the file and decompressing with a password. It’s not come with built-in you need to install from an external source. The Zip command has two different utility(zip and unzip). zip is used…

Read article
How to create multiple users using shell script.
September 12, 2023

How to create multiple users using shell script.

How To Create Multiple Users Using Shell Script. In Linux, we create users for multiple purposes, so in Linux, it’s very common to make new users depending on the tasks. So sometimes we need to create more than one user or multiple users. We can’t do it one by one as it would be very…

Read article
How to use Paste Command (Merge Lines)
September 12, 2023

How to use Paste Command (Merge Lines)

How To Use Paste Command (Merge Lines) In this tutorial, we will explain how to use the paste command. paste is a command that allows you to merge lines of files horizontally. It outputs lines consisting of the sequentially corresponding lines of each file specified as an argument, separated by…

Read article
How to use slect in bash.
September 12, 2023

How to use slect in bash.

How To Use Slect In Bash. In this tutorial, we will cover the basics of the select construct in Bash. The select construct allows you to generate menus. Bash select Construct The select construct generates a menu from a list of items. It has almost the same syntax as the for loop: select ITEM…

Read article
How to create an order on nexonhost.com.
September 11, 2023

How to create an order on nexonhost.com.

How To Create An Order On Nexonhost.Com From Client Area. Acces our website: https://nexonhost.com Click on “Client area” After that click on login. Select dedicated servers: Chose your product from our list: Configure your server and pres continue: Press checkout: Complete your order: You will…

Read article
How to Install and Use Curl on Ubuntu 20.04.
September 11, 2023

How to Install and Use Curl on Ubuntu 20.04.

How To Install And Use Curl On Ubuntu 20.04. This article explains how to install Curl on Ubuntu 20.04. curl is a command-line utility for transferring data from or to a remote server. With curl, you can download or upload data using one of the supported protocols, including HTTP, HTTPS, SCP ,…

Read article
How to make a POST request with cURL.
September 11, 2023

How to make a POST request with cURL.

How To Make A POST Request With CURL. In this article, we’re going to explain how to use cURL to make POST requests. The HTTP POST method is used to send data to the remote server. cURL is a command-line utility for transferring data from or to a remote server using one of the supported…

Read article
How to Setup Automatic Kernel.
September 11, 2023

How to Setup Automatic Kernel.

How To Setup Automatic Kernel. This article explains how to set up automatic rebootless kernel updates using the live patching solutions from Canonical and CloudLinux. Canonical Livepatch Canonical Livepatch is a service that patches the running kernel without having to reboot your Ubuntu system.…

Read article
How to Change Hostname on CentOS 8.
September 11, 2023

How to Change Hostname on CentOS 8.

How To Change Hostname On CentOS 8. This guide explains how to set or change the hostname on CentOS 8 without needing to restart the system. There are a number of reasons why you may need to change the hostname. The most common is when the hostname is automatically set upon the instance creation.…

Read article
Install WordPress with Apache on CentOS 7.
September 11, 2023

Install WordPress with Apache on CentOS 7.

How To Install WordPress With Apache On CentOS 7. In this tutorial, we will explain how to install WordPress on CentOS 7. At the time of writing this article, the latest version of WordPress is version 5.0.3. WordPress is the most popular open-source blogging and CMS platform worldwide, powering a…

Read article
How to install odoo 11 in CentOS7.
September 11, 2023

How to install odoo 11 in CentOS7.

How To Install Odoo 11 In CentOS7. In this tutorial, we’ll walk you through how to install Odoo 11 using Git source and Python virtual environment on a CentOS 7 machine. Before you begin Log in to you CentOS machine as a sudo user and update the system to the latest packages: sudo yum…

Read article
How to Setup Passwordless SSH Login.
September 11, 2023

How to Setup Passwordless SSH Login.

How To Setup Passwordless SSH Login. In this tutorial, we will show you how to setup an SSH key-based authentication as well how to connect to your Linux server without entering a password. Setup SSH Passwordless Login To set up a passwordless SSH login in Linux all you need to do is to generate…

Read article
How to use shutdown command in Linux.
September 11, 2023

How to use shutdown command in Linux.

How To Use Shutdown Command. In this tutorial, we will show you how to use the shutdown command through practical examples and detailed explanations of the most common shutdown options. Shutdown Command Syntax Before going into how to use the shutdown command, let’s start by reviewing the basic…

Read article
How to Install Go on CentOS 7.
September 11, 2023

How to Install Go on CentOS 7.

How To Install Go On CentOS 7. In this tutorial, we will show you how to download and install Go on a CentOS 7 system. Go, often referred to as golang is a modern open-source programming language created by Google. Many popular applications, including Kubernetes, Docker, Hugo, and Caddy are…

Read article
Get in Touch

Together, Let’s Build a Faster, Safer Internet.

Build scalable infrastructure with NexonHost — high-performance dedicated servers, VPS hosting, colocation, and DDoS protection across Europe.

Get Started →Contact Us
[email protected]Mon – Fri 9:00AM – 5:00PM