Overview for 'serversforhackers'
Written by Servers for Hackers
/ Original link
on May. 18, 2020
We start by creating a new user and authorizing SSH-based access for an SSH key pair. sudo adduser fideloper # Locally: # cd ~/.ssh # ssh-keygen -o -a 100 -t ed25519 -f id_ed # cat id_ed.pub | pbcopy # Back on server when logged in as user "fideloper": echo "your-public-key" >> ~/.ssh/authori…
Written by Servers for Hackers
/ Original link
on Mar. 5, 2020
This is a guest post from Jack Ellis, who has a lot of experience in AWS and, specifically, working with serverless. Here's how he used serverless technologies to stop having to worry about servers. Back in mid 2018, Fathom Analytics was deployed across a series of dedicated / virtual servers. The…
Written by Servers for Hackers
/ Original link
on Mar. 5, 2020
This is a guest post from Jack Ellis, who has a lot of experience in AWS and, specifically, working with serverless. Here's how he used serverless technologies to stop having to worry about servers. Back in mid 2018, Fathom Analytics was deployed across a series of dedicated / virtual servers. The…
Written by Servers for Hackers
/ Original link
on Mar. 5, 2020
This is a guest post from Jack Ellis, who has a lot of experience in AWS and, specifically, working with serverless. Here's how he used serverless technologies to stop having to worry about servers. Back in mid 2018, Fathom Analytics was deployed across a series of dedicated / virtual servers. The…
Written by Servers for Hackers
/ Original link
on Jun. 25, 2019
Hosting a WordPress site is no different from hosting any other PHP and MySQL based application. A traditional LEMP stack will get you most of the way, which is why services like Forge can host multiple applications from Laravel to WordPress on a single server. While a traditional LEMP stack will…
Written by Servers for Hackers
/ Original link
on Jun. 25, 2019
Hosting a WordPress site is no different from hosting any other PHP and MySQL based application. A traditional LEMP stack will get you most of the way, which is why services like Forge can host multiple applications from Laravel to WordPress on a single server. While a traditional LEMP stack will…