Category : Tips & Tricks
How to have the Best Stargazing Experience from a Backyard Observatory
by Melyria
Passion is a driving force. It can make you crazy about things that are important to you. When you are passionate about something, you get...
How to set a white background in Windows and Windows server
I was creating a tutorial and to make some snippets I did want my background to be white.Unfortunately it seems that in the newer versions...
AWS Cli Commands to remember
Just some commands to remember so we can look it up easily. Upload Certificate:aws iam upload-server-certificate --server-certificate-name ulyaoth --certificate-body file://2_ulyaoth.crt --private-key file://3_ulyaoth.key --certificate-chain file://1_Intermediate.crt --path...
Courses I did to become a cloud ninja
A lot of people have been asking me how did you study for your cloud certifications? So I decided to make a small post and...
Rack::OnePiece
A while back I found this funny piece of code for ruby applications that adds an “X-Chuck-Norris” header to all your site requests. I changed...
How to create a SELinux policy module file
We had to create a selinux rpm for our ulyaoth-nginx-pagespeed rpm and the steps below is how we generated the policy. First install the required...
How to install a graphical desktop on Fedora Server
[et_pb_section fb_built=”1″ _builder_version=”4.9.11″ _module_preset=”default” custom_padding=”||0px|||” global_colors_info=”{}”][et_pb_row _builder_version=”4.9.11″ _module_preset=”default” global_colors_info=”{}”][et_pb_column type=”4_4″ _builder_version=”4.9.11″ _module_preset=”default” global_colors_info=”{}”][et_pb_text _builder_version=”4.9.11″ _module_preset=”default” global_colors_info=”{}”] Did you install Fedora Server and you are now...
Output to Elasticsearch with Rsyslog in Logstash format
This post is just a reminder of how to ship logs directly from rsyslog to Elasticsearch so we have to go trough Logstash. We got...
How to make Nginx log in JSON format
To get Nginx to log in JSON format you have to add the following to “nginx.conf” under the http bit: and then in your vhost...