To use your NAS and make it accessible over your entire network, you will have to configure it properly so it can be added and mounted in various systems around your home network. We’re not going to talk about NAS configurations but we are going to go through how to mount your NAS to a…
My Tech Blog
Debian: Installing Nvidia Drivers
Now, if you’re like me, and you embarked on a self-hosting journey where you’d want to deploy and host everything in your own environment, then you’ve/you’ll probably have this issue – NVIDIA DRIVERS. Oh gosh! I’ve been through countless forum posts and tutorials and nothing worked properly… Now to give you a little insight on…
Simple measures for better network security v2 – VLANs, VPN & Password Manager.
As I promised in my last post about network security, I am now back with a follow-up blog post about more steps you could take in securing your home network. You can check my last post on this subject @ https://mariusserbanica.co.uk/2023/02/03/simple-measures-for-better-network-security-ssh/ In today’s connected world, having a secure home network is essential to keep your…
Deploying and Self-hosting my own Cloud Service
Today I wanted to share with you my experience setting up my own cloud server using Nextcloud, as an alternative to Google Drive and OneDrive. As someone who values privacy and control over my data, I decided to take matters into my own hands and create my own cloud storage solution. Since I already own…
Retro Gaming on a Raspberry PI 2
Howdy hardware enthusiasts! I’m excited to share with you my latest project: transforming a Raspberry Pi into a retro gaming console using RetroPie as the emulating operating system. The last time I wrote about a Raspberry was when I converted a Raspberry PI 1 into a local DNS Server and Self Hosted AdBlocker via Pi-Hole…
Simple measures for better network security – SSH
Since I’ve been planning on securing my SSH connections I figured I should post here as well, showing you all how you could improve your network security by simply doing the next things I’m going to list down below. I do have a fair amount of boxes and VMs running on my home lab, so…
Using a Raspberry PI as a Local DNS server & an Ad-Blocker
Raspberry Pi 1 is a small and affordable computer that can be used for a variety of projects. In this blog post, we will be discussing how we used a Raspberry Pi 1 with Pi OS to install and configure Pi-hole as a local DNS server and an ad blocker. The first step in this…
Docker, Docker-Compose, and Portainer
Docker is a powerful platform that allows you to easily create and manage containers. Docker-Compose is a tool that makes it easy to configure and run multiple containers. Portainer is a web-based management tool that makes it easy to manage your Docker containers. Together, these tools provide a powerful and flexible platform for creating and…
Installing PHP: A Comprehensive Tutorial
PHP is a popular programming language that is widely used for web development. It is a server-side scripting language that allows you to create dynamic web pages and applications. In this tutorial, we will go through the process of installing PHP and discuss how different versions of PHP work with different applications. Before we begin,…
Deploying a Web Server: Featuring Apache2, SQL, PHP and phpMyAdmin
Setting up a web server has always been a goal of mine, I wanted to be able to host my own websites, as well as create a platform for others to host their own websites. After multiple failed attempts at using different combinations of web servers and databases, I decided to go with Apache2 and…