TermRecord is a simple terminal session recorder with easy-to-share self-contained HTML output!
TermRecord -o /tmp/session.html
TermRecord is a simple terminal session recorder with easy-to-share self-contained HTML output!
TermRecord -o /tmp/session.html
tmux - terminal multiplexer
ctrl + b prefix key
- prefix key followed by % will split pane vertically
- prefix key followed by " will split pane horizontally
- prefix key followed by arrow key will allow to move between panes
- prefix key followed by [ will allow to scroll with up/down & page up/down keys
- prefix key followed by x will kill the active pane
Resize pane using the resize-pane
command:
- Press your tmux prefix key (default is Ctrl + B
).
- D
to resize downwards.
- Press the colon key (:
). This opens a command prompt at the bottom of your screen.
- Type resize-pane
followed by a direction and an optional number of cells to resize by. - U
to resize upwards.
- L
to resize left. - R
to resize right.
Example: resize-pane -D 5
will resize the current pane downwards by 5 cells.
AWS_SHARED_CREDENTIALS_FILE=/home/user/aws_cli/.aws/credentials
export AWS_SHARED_CREDENTIALS_FILE
AWS_CONFIG_FILE=/home/user/aws_cli/.aws/config
export AWS_CONFIG_FILE
aws configure
aws configure list
aws s3 ls
# get size
aws s3 ls s3://bucketname/Photos/ --recursive --human-readable --summarize
# download file
aws s3 cp s3://bucketname/Photos/holidays_2025.7z /tmp
cat /home/user/aws_cli/.aws/credentials
[default]
aws_access_key_id = <key id>
aws_secret_access_key = <secret access key>
[S3_bucketname]
aws_access_key_id = <key id>
aws_secret_access_key = <secret access key>
cat /home/user/aws_cli/.aws/config
[default]
region = us-east-1
command-line "timer" tool which features a timer, a countdown and a stopwatch.
utimer --countdown=600s;play ~/Music/Gangsta\'s\ Paradise\ -\ Coolio.mp3
apache bench: Apache HTTP server benchmarking tool
xrandr
xrandr # current screen configuration
xrandr --output <output_name> --mode <resolution>
eg: xrandr --output HDMI-1 --mode 1920x1080
TermRecord is a simple terminal session recorder with easy-to-share self-contained HTML output! TermRecord -o /tmp/session.html