defaults write com.apple.finder CreateDesktop true && killall Finder
defaults write com.apple.finder CreateDesktop false && killall Finder
- daily disk
- grand perspective
- finder -> cmd+shift+g -> type'~/Library/Caches' -> delete em'
- preference->disk->first aid
- Freeing up all the RAM before using heavy software:
sudo purge
- clean my mac (paid)
- app cleaner
- rectangle
- IINA
- fanny
- battery health
- tick reduce motion
- tick reduce transparrency
- better to unmark all of em'
- you might want to max the
key repeat
&Delay until repeat
in the keyboard section.
- Insert
~/Library/Group Containers
, press Enter. This directory will open. - Then find the directory
*.keepcoder.Telegram
, go into it, next toaccount-*
, next to postbox
- fn + f
ulimit -n
(to view your current limit)ulimit -n 1024
(to expand the limit, it will be temproary, restarting your session will restore the default value)- Adding the
ulimit -n 10240
statement to your bash profile usingsudo nano .bash_profile
makes it permanent.