Pinned Loading
-
sshconfgen
sshconfgen PublicGenerates config files for SSH, for cloud platforms such as AWS, Azure, GCP, Linode etc.
Python
-
-
A few useful Linux commands #quickref
A few useful Linux commands #quickref 1## Copy
2all files and folders from *Downloads* to *Archived*
3```
4cp -a ~/Downloads/. ~/Archived/
5```
-
Desktop (GUI) mode for Ubuntu 16.04 ...
Desktop (GUI) mode for Ubuntu 16.04 on AWS EC2 1# Ubuntu 16.04 on AWS EC2
23This guide enables desktop mode in Ubuntu 16.04 (Xenial Xerus) running off an AWS EC2.
45 -
aws-secgroup-helper
aws-secgroup-helper PublicCLI replacement to replace having to update ingress/egress rules in AWS security groups via the web console.
Shell 1
-
create-subdomain-on-aws-ec2.sh
create-subdomain-on-aws-ec2.sh 1# Create a subdomain on AWS EC2 (Apache2)
23sudo mkdir -vp /var/www/vhosts/myapp.io/httpdocs
4sudo chown -R ec2-user:apache /var/www/vhosts/myapp.io/httpdocs
5mkdir -vp /var/www/vhosts/myapp.io/logs
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.