-
Clear cache memory on Linux Systems
Sometimes, you can see that memory is not correctly released once used and some caching can remain. You can see that by using theĀ free command: # free -m total used free shared buffers…
-
Change OVH linux kernel to a standard one
OVH servers come with a custom kernel provided by OVH. This kernel is compiled with a lots of functions deactivated like: Virtualization components Modules support … If you need those features, you will…