Search
Search Linx
Search Linx by entering your search text above.
Paul Butler – What does it mean to listen on a port?

This story explores some concepts in computer networking, inspired by Michael Nielsen’s idea of discovery fiction[1]. Code samples can also be found in this repo[2]. Excerpts use openbsd-flavoured n..

11:49 am, February 15, 2022

How To Set up OpenVPN Server In 5 Minutes on Ubuntu Linux - nixCraft

I am a new Ubuntu Linux server user. How do I setup an OpenVPN Server on Ubuntu Linux version 14.04, or 16.04/18.04 LTS server to shield my browsing activity from bad guys on public Wi-Fi, and more? ..

3:44 am, May 22, 2020

new.css

new.css Home[1] / GitHub[2] / Discord[3] This site is made from vanilla HTML and the default new.css theme. View Source[4] A classless CSS framework to write mo..

11:01 pm, May 18, 2020

Getting Started with WireGuard » Miguel Mota | Software Developer

WireGuard[1] is a relatively new VPN tunnel protocol that aims to be very fast and easy to setup. It follows the Unix Philosophy[2] closely in that it only does one thing (creating secured VPN tunnels..

5:29 am, April 8, 2020

Daniel Sada Caraveo – How to sleep at night having a cloud service: common Architecture Do's – Software, Notes & Quantum

Over my work in different scales of services, I’ve noticed that there is a common pattern in some of these services that makes them easier to approach and cause less headaches to the engineers that ..

10:09 pm, November 12, 2019

How To Create Your Own Internet Radio Station Using Icecast And Mixxx Running On Ubuntu/Debian Or Fedora - Linux Uprising Blog

This article explains how to create your own Internet radio station. To achieve this we'll use Icecast and Mixxx open source programs running on Fedora or Debian, Ubuntu, Linux Mint, Pop!_OS and othe..

2:26 am, November 11, 2019

GitHub - Nyr/openvpn-install: OpenVPN road warrior installer for Debian, Ubuntu and CentOS

3:23 am, May 24, 2018

How To Set Up an OpenVPN Server on Ubuntu 16.04 | DigitalOcean

11:46 pm, May 23, 2018

How To Install Linux, Nginx, MySQL, PHP (LEMP stack) in Ubuntu 16.04 | DigitalOcean

1:11 pm, May 7, 2018

How To Install Nginx on Ubuntu 18.04 | DigitalOcean

12:39 am, May 6, 2018

Initial Server Setup with Ubuntu 18.04 | DigitalOcean

12:35 am, May 6, 2018

How To Secure Nginx with Let's Encrypt on Ubuntu 18.04 | DigitalOcean

12:34 am, May 6, 2018

Initial Server Setup with Ubuntu 16.04 | DigitalOcean

12:11 am, May 6, 2018

How To Secure Nginx with Let's Encrypt on Ubuntu 16.04 | DigitalOcean

12:08 am, May 6, 2018

Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
“We ought to take outdoor walks in order that the mind may be strengthened and refreshed by the open air and much breathing.".
Seneca
Random CSS Property

:valid

The :valid CSS pseudo-class represents any <input> or other <form> element whose contents validate successfully. This allows to easily make valid fields adopt an appearance that helps the user confirm that their data is formatted properly.
:valid css reference