Bashtop Is A Cool Linux Resource Monitor Written In Bash
Bashtop is a TUI Linux resource monitor written in... Bash. It shows the usage / stats for the CPU (including temperature), memo…
Bashtop is a TUI Linux resource monitor written in... Bash. It shows the usage / stats for the CPU (including temperature), memo…
Want to add a timestamp (date and time) next to each command from your Bash history ? This can be done by using the HISTTIMEFORMA…
Hello , You can use below shell script to extract only IP address from ip command. Command : ip addr show | grep -oP 'inet …
Hello, Today I am writing below article which can help you to upload files to SFTP/FTP by using CURL. Ok why we need that ? Let m…
Working with text 1. Read a CSV file line by line and extract specific filed, and store it in a variable. file_name="data.cs…
Hello , Today I was trying to take Threaddump for my Java process in single command with date and hostname like this $ jstack - …
I have tried so many ways but finally happy with this #!/bin/bash for i in localhost 127.0.01 do ssh raja@$i 'uptime | grep -…
Hi , with some research I have written these simple scripts which can extract only load average part from uptime command. these s…