Press ESC to close

Or check our Popular Categories...
1 Min Read
0 221630

Problem Description:When adding SMB/CIFS shares through the Proxmox GUI in versions 8 and above, users have reported issues with these shares disconnecting at irregular intervals. This can be frustrating and disruptive, especially in a production environment. Despite extensive online searches,…

Continue Reading
<

Rust VS Go in 2023

2 Min Read
0 100
2 Min Read
0 100

Overview of Rust and Go Rust is a systems programming language that was created by Mozilla in 2010. It was designed to provide low-level control over computer hardware while also being safe and fast. Rust has gained a lot of…

Continue Reading
<

Flash LED Using Raspberry Pi

1 Min Read
0 171
1 Min Read
0 171

To flash an LED on a Raspberry Pi, you will need to connect the LED to a GPIO (General Purpose Input/Output) pin on the Raspberry Pi and control the GPIO pin using a Python script. Here’s an example of how…

Continue Reading
<

OpenWRT on Raspberry pi 4

1 Min Read
0 170
1 Min Read
0 170

Installing OpenWRT on a Raspberry Pi 4 can be a great way to create a low-cost, customizable router or networking device. OpenWRT is a free, open-source operating system that can be installed on a variety of devices, including the Raspberry…

Continue Reading
<

Getting NordVPN nordlynx config file

1 Min Read
0 531
1 Min Read
0 531

NordVPN doesnt share the wireguard config files , using this guide you will be able to get the config files and use them with routers or other wireguard clients. First install a Ubuntu Desktop and then Install NordLynx using the…

Continue Reading
<

ProxMox with WiFi

1 Min Read
0 8368
1 Min Read
0 8368

First install Proxmox , you will need wired connection during the installation and for setting up. Once done go to /etc/network/interfaces using proxmox shell. Append the above code on the interfaces file , change wifi-ssid & wifi-password with one which…

Continue Reading
<

NVIDIA Transcoding for Plex on Unraid

1 Min Read
0 537
1 Min Read
0 537

You will need Plex Pass Subscription to enable transcoding! 1. First Install Nvidia Driver from Community Apps 2. Next Install GPU Stats plugin from Community Apps 3. Notedown locations for your Transcoding folder along with data folder where your media…

Continue Reading
<

5 Must have Docker Containers in 2023

2 Min Read
0 10220
2 Min Read
0 10220

Docker containers have been gaining popularity in the past few years as a way to package and deploy applications. A container is a self-contained, isolated environment that includes all the necessary files and dependencies to run an application. Docker containers…

Continue Reading