Results for: "hostname"
Contents (14)
How to Connect to a Remote Server via SSH from a Linux Shell
Introduction Secure Shell (SSH) is a UNIX-based command interface and protocol for securely getting access to a remote computer. SSH is…
read more
How to Create a .ONION Website and Domain With Tor Network
Not a lot of people know about .onion websites, not many people actually use it. .ONION websites are…
read more
How to import and export a large database using SSH
The following code snippets will allow you to import and export a database Command Line. To get SSH access to your hosts…
read more
How to Parse URLs with JavaScript: the The Easiest Way
Our favorite JavaScript trick is a technique for parsing URLs into parts (host, path, query string etc) that doesn’t require…
read more
Setting the Hostname (FQDN) in Linux Servers
Here we will show how to set your system's hostname and fully qualified domain name (FQDN). Your hostname …
read more