This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="wrapper"> | |
<div id="left"> | |
<div id="signin"> | |
<div class="logo"> | |
<img src="https://image.ibb.co/hW1YHq/login-logo.png" alt="Sluralpright" /> | |
</div> | |
<form> | |
<div> | |
<label>Email or username</label> | |
<input type="text" class="text-input" /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Viewing your Posgtres Clusters | |
sudo pg_lsclusters | |
# create a second postgres cluster | |
sudo pg_createcluster 10 replica1 | |
#checking the status of the cluster | |
sudo pg_ctlcluster 10 replica1 status | |
sudo systemctl status postgresql@10-main |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SSH(Entails to when a client is communicating to a server) | |
SECURE SHELL | |
PROROCOL TO COMMUNINCATE WITH OTHER COMPUTERS AND SIMILAR TO (https,http,ftp) | |
Used to do just about anything in a remote computer and mostly used via the terminal/commandLine | |
Traffic is Enccrypted | |
Can also be used via GUI eg in WINSCP | |
Can also be used in ftp..file zilla |
NewerOlder