Install roseta
/usr/sbin/softwareupdate --install-rosetta --agree-to-license
Create following aliase in .zshrc
alias arm="env /usr/bin/arch -arm64 /bin/zsh --login"
// inches | |
const sheetSizes = { | |
A0: { width: 46.81, height: 33.11 }, | |
A1: { width: 33.11, height: 23.4 }, | |
A2: { width: 23.4, height: 16.5 }, | |
A3: { width: 16.5, height: 11.7 }, | |
A4: { width: 11.7, height: 8.3 }, | |
A5: { width: 8.3, height: 5.8 }, | |
A6: { width: 5.8, height: 4.1 }, | |
A7: { width: 4.1, height: 2.9 }, |
rm -rf ~/Library/Application\ Support/MobileSync/Backup | |
ln -s /Volumes/T7_1T_red/Backup ~/Library/Application\ Support/MobileSync/Backup | |
open finder select iphone and press backup now |
ssh -fND 127.0.0.1:3000 username@server | |
from https://blog.lasne.pro/posts/bypass_country_restrictions_with_ssh/ |
You need the rights to reopen pull requests on the repository. | |
The pull request hasn't been merged, just closed. | |
Go to Pull requests add filter `is:closed` choose PR you want to reopen. Select from checkbox and mark as Open. |
siren.memory.root.limit: 25769803776 | |
siren.memory.job.limit: 25769803776 | |
siren.memory.task.limit: 25769803776 |
https://www.elastic.co/guide/en/elasticsearch/reference/current/red-yellow-cluster-status.html |
git log -p -M --since="12 month ago" src/siren_core_plugins/NAME > plugin-changes.txt |
better | |
zip -0r A.zip A | |
copy A.zip ... | |
unzip A.zip |
Install roseta
/usr/sbin/softwareupdate --install-rosetta --agree-to-license
Create following aliase in .zshrc
alias arm="env /usr/bin/arch -arm64 /bin/zsh --login"
When packing a folder which has some hidden top level folders inside like | |
A+ | |
+.yarn | |
+.rc | |
zip -rqq A.zip A | |
will pack those hidden top level folders while |