Steven
Steven
Home
Posts
Git
Node
Unix
Contact
CV
Light
Dark
Automatic
Linux
What to do after installing Manjaro Qonos 21.2
This guide serves as a reminder for me when I go to install Manjaro again. I will describe what I did after install to get my workstation back up and running with what I need to do JavaScript / TypeScript development.
Dec 1, 2021
6 min read
How to Set Response Headers in Nginx on Debian
Add Header Using the Nginx add_header directive can lead to duplicate header entries. Consider the following configuration file: server { ... location = /ok { add_header Content-Type application/json; return 200 '{"result":"ok"}'; } } For me this resulted in the following response:
Oct 9, 2020
2 min read
How to Install the latest Firefox on Suse
Update Update the current system. $ sudo zypper refresh Repository 'MEGAsync' is up to date. Repository 'Packman Repository' is up to date. Repository 'openSUSE-Leap-15.1-1' is up to date. Repository 'Online updates for openSUSE Leap:15.
Jun 1, 2020
3 min read
What to do after installing openSUSE Leap 15.1
This guide serves as a reminder for me when I go to install SUSE again. I am not going to show how to install it, that is available all over the net.
Feb 8, 2020
5 min read
What to do after installing Ubuntu 19.10
This guide serves as a reminder for me when I go to install Ubuntu again. I am not going to show how to install Ubuntu, that is available all over the net.
Jan 23, 2020
4 min read
What to do after installing Ubuntu 19.04
This guide serves as a reminder for me when I go to install Ubuntu again. I am not going to show how to install Ubuntu, that is available all over the net.
May 7, 2019
6 min read
What to do after installing Ubuntu 18.10
This guide serves as a reminder for me when I go to install Ubuntu again. I am not going to show how to install Ubuntu, that is available all over the net.
Oct 24, 2018
5 min read
What to do after installing Ubuntu 17.10
This guide serves as a reminder for me when I go to install Ubuntu again. I am not going to show how to install Ubuntu, that is available all over the net.
Dec 5, 2017
7 min read
What to do after installing Ubuntu 17.04
This guide serves as a reminder for me when I go to install Ubuntu again. I am not going to show how to install Ubuntu, that is available all over the net.
Apr 16, 2017
4 min read
Lenovo Yoga Ultrabook SSD Tweaks
My Lenovo Yoga 2 Pro 13 is a wonderful machine and I want to take care of the solid state device a.k.a. “hard-drive”. Basically I want to reduce unnecessary writes, for example by configuring the tmp dir to reside in memory.
May 10, 2016
2 min read
»
Cite
×