#!/bin/bash if [[ $1 == ” ]]; then echo ‘missing directory’ exit fi du -a $1 | sort -n -r | head -n 20
![]()
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.
#!/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…
![]()
const postInfo = { name : “Freeze an object”, category : “javascript”, author : “nhan Nguyen” } Object.freeze(postInfo)
![]()
Tam Tự Kinh được sử dụng trước tiên cho việc giáo dục tại gia suốt triều Tống. Không ai biết chính xác ai là người…
![]()