Monday, February 25, 2008

HowTo: Speed Up Linux in Two Easy Steps

You might want to read this first before you do this.
Open this file using a text editor in super user mode

#sudo [insert text editor name] /etc/sysctl.conf

Append or write at the end of the document this:

vm.swappiness=1
vm.vfs_cache_pressure=50

No comments:

Post a Comment

EventId's in Nostr - from CGPT4

The mathematical operation used to derive the event.id in your getSignedEvent function is the SHA-256 hash function, applied to a string rep...