Blog

tmux

To attach to a specific session, run tmux a -t SESSION_ID CTRL+B % Split window vertically CTRL+B “ Split window horizontally CTRL+B…

add-apt-repository

add-apt-repository command can be used to add repository in ubuntu. To install, run apt-get install software-properties-common python-software-properties Example apt-key adv –recv-keys –keyserver…

rsync

rsync command with exclude option, full server backup to a remote server. Transfer a file I normally use scp to do single…

serverless

Serverless is your toolkit for deploying and operating serverless architectures. Focus on your application, not your infrastructure. https://www.serverless.com https://openwhisk.apache.org/

Kubernetes

Easy Kubernetes setup on Ubuntu with microk8s Kubeapps https://kubernetes.io/docs/tutorials/hello-minikube/ Install Minikube in Ubuntu kubectl kubectl Kubernetes scale a deployment Google Kubernetes Engine…

smartctl

To check hard disk for errors, run /usr/sbin/smartctl -q errorsonly -H -l selftest -l error /dev/sda Here is an example of HDD…

aws

Amazon EC2 Amazon RDS Amazon S3 AWS Price calculator Free AWS Credit To backup a folder to the Amazon S3 bucket, run…