June 2016
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
27282930  

Categories

June 2016
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
27282930  

Linux | Emptying the buffers cache and Swap

Emptying the buffers cache If you ever want to empty it you can use this chain of commands.

$ free && sync && echo 3 > /proc/sys/vm/drop_caches && free

total used free shared buffers cached Mem: 1018916 980832 38084 0 46924 355764 -/+ buffers/cache: 578144 440772 Swap: 2064376 128 2064248 total used free shared […]

Configuring SSL and Gitlab through an Apache Reverse Proxy

Configuring SSL and Gitlab through an Apache Reverse Proxy

I’ve recently started to use Gitlab as an alternative to a Github paid account for projects I don’t wish to make public. I wanted to install Gitlab on a server which is used for a few other applications which all use Apache, while Gitlab […]