Similar Posts
Checking Your Mac’s Temperature Like a Pro
Ever noticed your Intel-based MacBook running warmer than usual and feeling just a bit sluggish? Temperature changes can affect performance, so it’s helpful to know how to check what’s going on under the hood. Here’s a quick and easy command to check your MacBook’s CPU temperature: This command gives you the CPU die temperature in…
Jasypt Encrypt/Decrypt in command line
It’s needed to encrypt passwords of PROD or even NON-PROD when they’re in configuration files. Jasypt is used as a tools to encrypt/decrypt password in our application. And it can be done from command line. Here we go Encrypt Then you’ll see Decrypt Then, you got the password back Links https://github.com/jasypt/jasypt
Cron Expression online tools
https://crontab.cronhub.io/ This is a web that I’d like to recommend when you need to deal with cron expression. It can describe the cron expression even as in second format. For example
เจอ error warning ไม่สามารถ git pull ได้อย่างที่เคย
บางครั้งอาจจะเคยเจอว่าเครื่องของเราไม่สามารถ git pull อะไรได้ ขึ้น warning บอกว่า .ssh/known_hosts อยู่แก้ เราสามารถดู line ที่ขึ้น error ได้ ดู host แล้วใช้คำสั่ง ssh-keygen -R <host> เพื่อลบสะ
How to pull all git repo in subfolders
คือเดี่ยวนี้มีโปรเจคย่อยเยอะแยะ เกือบๆสิบโปรเจคอยู่ใน folder เดียว เราอยากจะ run command เดียวแล้ว git pull โปรเจคทั้งหมดภายในคำสั่งเดียว ทำยังไง ก็ทำไงแบบนี้ไง จะรันผ่าน command line หรือใส่ sh file ก็ได้นะ