Manipulate tmux with shell script
I used to open a few windows in terminal with tmux session,
and I did the same thing everyday when I start to to work.
Recently, I find a way to start up the tmux with standard working windows.
This is my technical blog about programming, server setup & configuration, technical learning experience.
I used to open a few windows in terminal with tmux session,
and I did the same thing everyday when I start to to work.
Recently, I find a way to start up the tmux with standard working windows.
I’m using vim-dadbod-ui as my MySQL client.
I was trying to connect to RDS via SSH tunnel, finally figure out how to do that.
1 |
|
To install PostgreSQL in Ubuntu (tested in 20.04)
1 | echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources .d/pgdg |
A sample file demo.txt contains the following content
1 | 1 Linux Operating System |
I believe most of AWS users will use Amazon Simple Email Service (SES)
for system email sending.
Before you can use in production, by default it’s in sandbox mode, which
I was wondering what’s wrong with my server (host Laravel web app),
it’s fine after reboot the instance, but after a while it become very
I heard about Docker few years ago, but wasn’t know about best practice how to use that.
I’ve tried Laradock, it’s way too many stuff in the config, should I use 1 docker for multiple
Sometime we don’t use mailable class, instead we want to send directly with send
method.