Hello world
Hello There!
Hello There!
https://console.cloud.google.com/compute/instances
https://console.cloud.google.com/compute/metadata
export $GOPATH=/var/www export $GOROOT=/usr/local/go
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
gcloud compute firewall-rules create default-allow-http-8081 –allow tcp:8081 –source-ranges 0.0.0.0/0 –target-tags http-server –description “Allow port 8081 access to http-server”
[Unit] Description=my amazing service
[Service] Restart=always RestartSec=3 WorkingDirectory=/var/www/src/zuru.tech/jobs/ ExecStart=/var/www/src/zuru.tech/jobs/main
[Install] WantedBy=multi-user.target
systemctl enable myservice
sudo systemctl start myservice sudo systemctl stop myservice sudo systemctl status myservice sudo systemctl restart myservice
https://www.howtoforge.com/tutorial/how-to-install-openssl-from-source-on-linux/
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365 -subj ‘/CN=localhost’
openssl req -nodes -new -x509 -keyout server.key -out server.cert
/var/www/src/zuru.tech/jobs/cmd /etc/ld.so.conf.d/
LEAVE COMMENT ON: