Git command for pulling source code of all git projects in a folder (parent) ls | xargs -P10 -I{} git -C {} pull ls: liệt…
![]()
Viết trong lúc rảnh rỗi – chia sẻ vài điều thú vị về nghề, cuộc sống và trải nghiệm.
Git command for pulling source code of all git projects in a folder (parent) ls | xargs -P10 -I{} git -C {} pull ls: liệt…
![]()
> for pid in $(ps -aux | grep ‘java’ | awk {‘print $2’}); do sudo kill -9 $pid; done
![]()
#1. list all current cron jobs > sudo crontab -l #2. edit crontab > sudo crontab -e #3. cronjob format * * * * *…
![]()
#!/bin/bash if [[ $1 == ” ]]; then echo ‘missing directory’ exit fi du -a $1 | sort -n -r | head -n 20
![]()
INSTALL DOCKER AND GRANT EC2-USER sudo yum update -y sudo yum install docker -y sudo service docker start sudo usermod -a -G docker ec2-user Restart…
![]()
Change default outgoing IP sudo ip route change default via 115.79.24.89 List all network interfaces ip a s ip link show ip addr Open route…
![]()
NGINX configuration Apache HTTPD configuration
![]()
MongoDB is a leading NoSQL database commonly used in modern web applications. This tutorial will walk you through setting up MongoDB on Red Hat Enterprise…
![]()
This post arms to introduce how to configure the VisualVM
![]()