Skill Suites
Code-first guides on AI, DevOps, and shipping software
Real proof-of-concepts you can run today. No fluff, no filler, just working examples.
Latest articles
-
CI/CD using Bitbucket Pipeline for Laravel Application
We need a yaml configuration file Credentials for the deployment target We will take the latest code Copy it on the target…
-
SCP – Secure Copy
scp source destination scp -i .ssh/key ./test.txt ubuntu@ip:~/ This will copy the file test.txt from the source machine where this scp command…
-
Generate SSH Key
To generate an SSH key we need open SSH installed on our machine. Let’s say we are working on a Ubuntu or…