Curious why more people aren’t using Linux if it’s so awesome? This article breaks down what Linux is, why it's great and how it secretly powers most of your favorite devices, from smartphones to servers.
I will be showing you how to build a url shortener in go.
In this article I will show you how to deploy django to production. We will be using nginx, gunicorn and cloudflare tunnels
I recently deployed my django app to production. So I thought I'd write a guide on how to do that.
Hope this helps some django people out
Any feedback is greatly appreciated!
With ventoy, you don’t need to format the disk over and over, you just need to copy the ISO files to the USB drive and boot them directly. Whats ventoy? Ventoy is a free and open-source utility used for writing image files such as .iso, .wim, .img, .vhd(x), and .efi files onto storage media to creat...
With ventoy, you don’t need to format the disk over and over, you just need to copy the ISO files to the USB drive and boot them directly. Whats ventoy? Ventoy is a free and open-source utility used for writing image files such as .iso, .wim, .img, .vhd(x), and .efi files onto storage media to creat...
In this post I'll show you how I improved the performance of my go based cryptocurrency exchange aggregator. By making small changes, like using goroutines, switching JSON libraries and reusing HTTP handlers.
It's all about getting visitors to come back to a website. People consume so much content every single day, so it's extremely easy for your website to be forgotten in all of the madness.
By having a newsletter you get recurring visitors, not just fly by clicks.
Listmonk is an amazing feature packed selfhosted email newsletter manager. It offers loads of features like analytics (clicks, opens, bounces), templates, public subscription pages, importing subscribers and much more!
I have been trying to setup my own newsletter for ages.
All of the platforms that I researched asked for stupid amounts of money for the services they where offering.
20$/month for 500 subscribers is not fair pricing mailchimp.
So I looked around the web for selfhosted solutions. Finally I found Listmonk, it's a selfhosted newsletter and mailing list manager, written in go and is extremely performant.
So I wrote an article on how to set that up!
I hope this helps some fellow selfhosters!
If you have any feedback please feel free to comment it bellow.
Great question
I always found setting up a git server from scratch to be quite confusing and I also like the webui that gitea offers.
But recently I have also started moving some of my github projects there so having a link (with a readme and everything) that I can share with others is important.
Silly question but what is the problem with gitea being for profit?
In this article I’ll walk you through how you can run your own gitea instance. But first What is gitea? Gitea is a painless selfhosted Git service. It is written in Go and is extremely lightweight. I run a gitea instance on my Le Potato and it barely uses any resources. Why use gitea (vs GitHub, Git...
I've recently set up my own Gitea instance and I figured I'd share a simple guide on how to do it yourself. Hopefully this will be helpful to anyone looking to get started.
If you have any feedback please feel free to comment it bellow.
In this article i will show you how to setup a raspberry pi security camera using motion. In the end of this article you will have a fully functioning security camera with a live feed and motion detection. Requirements Raspberry pi or any other computer Web cam Any kind of debian based distro instal...
In this post I go through how I have setup my Obsidian and Hugo blogging workflow. I use a single vault and auto publish my articles with hotkeys.
I have been using Obsidian for a few months now and I love it! Recently, I started blogging again and I wanted to share how I've integrated Obsidian with Hugo to make the process as smooth as possible.
My setup includes the following:
- Using a single Obsidian vault for everything.
- A blog post template that automatically includes all the necessary Hugo frontmatter.
- Keeping my personal vault folders private.
- Auto-publishing articles directly from Obsidian with a single hotkey.
- Hosting all my markdown files in a public GitHub repository, allowing others to propose changes.
This is the link to the article: https://4rkal.com/posts/obsidianhugo/
I hope this helps some fellow obsidian users!
If you have any feedback please feel free to comment it bellow.