NHR Blog

Time Is Money

#NHRUbuntuThoughts

1 year ago

Command Line Window

Get terminal - Ctrl Alt T

Admin 1 year ago

Virtual host ubuntu 18.04

VHOST Shortcuts

Steps:
1. Create directory (/var/www/html/projectone.rob/public_html)
2. Folder permission
3. Create demo web pages for each host
4. Create configuration file for each host
5. Enable virtual host configuration files
6. Test Virtual hosts (Open /etc/hosts file in any editor:)

V1804
Issue :
Permission issue (read only file)
Cant create new folder

Solution:
mount -o remount,rw /media/user /drive

Vim

How to Save a File in...

Admin 1 year ago

unzip folder in ubuntu

- unzip filename.zip

if unzip command isn't installed then
- sudo apt-get install unzip

Admin 1 year ago

Screenshot location - ubuntu 18.04

home/pictures

Admin 1 year ago

Language switch

windows key + space

- ubuntu 18.04

Admin 1 year ago

whoami

Linux command to get username
- whoami

Admin 1 year ago