How to Check Volume Occupancy in Storage in your Computer (Ubuntu)
In your disk In your directory The main difference is that the first command displays the total size of each…
In your disk In your directory The main difference is that the first command displays the total size of each…
const axios = require('axios') const FormData = require('form-data') const crypto = require('crypto') // const fs = require('fs') const get_image(url) =>…
for f in ./*.jpg do echo $f echo ${#f} if [ ${#f} -gt 20] then rm $f fi done
Basic Authentication Basic authentication has been used for many web services like Nginx. In Basic authentication, the username/password pair is…
Firebase has a huge impact on web engineers in that development cost is surprisingly getting less to develop. We can…
zip -r <output_file> <folder_1> <folder_2> ... <folder_n>