phone

    • chevron_right

      Caddy in Production

      pubsub.slavino.sk / warlord0blog · Friday, 15 March, 2024 - 17:46 edit

    To use caddy in production, I needed to make sure it catered for the features I use with Nginx. I need to serve subdomain and handle putting sites into maintenance to show a visitor a custom 503 (service unavailable) page. When you install caddy as a package (mine is on Manjaro using pamac), you get &ellipsisRead the full post »

    Značky: #Linux, #Web, #caddy

    • chevron_right

      AWS SSH using SSM

      pubsub.slavino.sk / warlord0blog · Thursday, 14 March, 2024 - 15:36 edit

    You can access a closed off AWS EC2 instance using SSH by using SSM as a proxy. This means no ports need be exposed from your EC2 at all. Configure the AWS Client Specify your user access key, secret and region. Connect to the EC2 instance Connect to SSH through an SSM port forward References &ellipsisRead the full post »

    Značky: #ssh, #aws, #Linux, #amazon

    • chevron_right

      Audio Transcribing

      pubsub.slavino.sk / warlord0blog · Tuesday, 30 January, 2024 - 21:16 edit

    I found myself in a position of recording an audio conference and then wanting to get a transcription of the discussion. On my Android phone, there seems to be a plethora of apps in the store you can use, but my content was an hour and a half long. The best I could get was 5 minutes of transcript for free, or buy minutes.

    Značky: #Linux

    • chevron_right

      Network Diagrams and Shapes

      pubsub.slavino.sk / warlord0blog · Friday, 19 January, 2024 - 09:33 edit

    In the world of Office 365 I find myself using a crippled version of Visio. Any shapes I want are part of an upgrade package, so that’s not going to happen. Most of the shapes and Icons I want to use aren’t available to me, so Visio is worthless. Back to Open Source, LibreOffice Draw &ellipsisRead the full post »

    Značky: #Linux, #Uncategorized

    • chevron_right

      Cloudflare Tunnelling

      pubsub.slavino.sk / warlord0blog · Tuesday, 16 January, 2024 - 18:48 edit

    Using Cloudflare, it is possible to connect to a private internal service via a tunnel. This enables the interaction of a DNS name to get proxied through Cloudflare, and over a tunnel into your secure application – without exposing the application ports to the internet. This means none of our internal services need be published via &ellipsisRead the full post »

    Značky: #Networking, #Web, #Linux, #cloudflare

    • chevron_right

      PostgreSQL, repmgr and Barman

      pubsub.slavino.sk / warlord0blog · Monday, 15 January, 2024 - 18:27 edit

    Initially, I started work on a Docker container build, but using the docker build provided some challenges with editing configurations to satisfy barman streaming requirement. For this reason, I moved to carrying out a native installation using packages straight from the Debian repo – postgresql-15-repmgr and rsync. Once installed, followed the repmgr quick start guide to the point &ellipsisRead the full post »

    Značky: #Linux, #postgresql

    • chevron_right

      WD My Passport and LUKS

      pubsub.slavino.sk / warlord0blog · Monday, 8 January, 2024 - 09:04 edit

    I found a 4TB WD My Passport drive, and thought I’d see if I could put it to use on Linux. I’m not going to even try using the built-in AES256 encryption, and will be using LUKS. My initial finding were that it would not mount an encrypted partition. It complained about being unable to &ellipsisRead the full post »

    Značky: #Linux, #Security, #luks