yazanmonshed
Follow
🔝
top
DevOps. GNU/Linux User. FOSS Contributor
Pinned Loading
-
backup_dbs.sh
backup_dbs.sh 1#!/bin/bash
23#Date Dump Database
45#DBDATE=$(date "+%b-%d-%Y-%H-%M-%S")
-
Display top processes in system
Display top processes in system 1#!/bin/bash
23# Display the top 10 processes by memory usage
4ps aux --sort=-%mem | head -n 11
-
Remove Docker Containers Logs
Remove Docker Containers Logs 1#!/bin/bash
23# dir logs files
4PATHLOGS=/var/lib/docker/containers/
5 -
monitor_resources.sh
monitor_resources.sh 1#!/bin/bash
23while true; do
4clear
5echo "System Resource Monitoring"
-
-
Building and publishing a Docker ima...
Building and publishing a Docker image to ECR using GitHub Actions 1on:
2push:
3branches: [ main ]
4pull_request:
5branches: [ main ]
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.