Can upload an file via FTP by curl tool with handy script :
curl -T file_need_to_upload ftp://hostname --user user:passwd
Can upload an file via FTP by curl tool with handy script :
curl -T file_need_to_upload ftp://hostname --user user:passwd
#TIL : The safest way to reset root password of MySQL Server
#TIL : The safest way to reset root password of MySQL Server
I learned on 2018-08-25 about database, mysql, security, sysadmin
#TIL : Curl override Name Resolution with specific IP address
#TIL : Curl override Name Resolution with specific IP address
I learned on 2018-08-18 about curl, dns, sysadmin
#TIL : Curl extract info from verbose mode
#TIL : Curl extract info from verbose mode
I learned on 2018-08-07 about bash, curl
#TIL : Reuse cookies between multi requests in Curl tool
#TIL : Reuse cookies between multi requests in Curl tool
I learned on 2018-05-22 about cookie, curl, http
#TIL : View DNS history of a domain
#TIL : View DNS history of a domain
I learned on 2018-05-08 about dns, sysadmin
Weighted Round Robin : Scheduling Algorithm
#TIL : Becareful on using port mapping of Docker in Development
#TIL : Becareful on using port mapping of Docker in Development
I learned on 2022-03-17 about docker, security
#TIL : Using extra hosts to add custom ip of hostnames to Docker container
#TIL : Using extra hosts to add custom ip of hostnames to Docker container
I learned on 2022-03-16 about docker, networking
#TIL : Laravel run scheduled command within parent environment
#TIL : Laravel run scheduled command within parent environment
I learned on 2022-03-15 about cronjob, laravel, php