Horje
linux change hostname Code Example
How to change hostname
hostnamectl set-hostname "new_hostname"

hostnamectl (or hostname) to check new settings
linux change hostname
sudo nano /etc/hostname
sudo nano /etc/hosts
sudo reboot
how to change hostname in kali linux
FIRST GIVE ROOT PERMISSION
	sudo su

gedit /etc/hosts
gedit /etc/hostname 
linux change username
# login as root and make sure that there are no active processes for user
usermod -l NEW_USERNAME OLD_USERNAME
# if user is running kill user w the following command
userUID=$(id -u OLD_USERNAME) && pkill -U $userUID




Shell

Related
npm i socket.io Code Example npm i socket.io Code Example
increase upload size apache Code Example increase upload size apache Code Example
npm list all installed packages Code Example npm list all installed packages Code Example
list node root packages installed Code Example list node root packages installed Code Example
node user installed packages Code Example node user installed packages Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10