Bhakta Basics
  • Home
  • Tags
  • Shopping List
Sign in Subscribe
Projects

Task Manager App

Bhakta

28 May 2026 — 5 min read
Share

This post is for subscribers only

Subscribe now

Already have an account? Sign in

Read more

CIFS Shares on Proxmox and LXC

This guide provides clear steps on how to mount a CIFS (Common Internet File System) share directly to a Proxmox host and then make that share accessible within an LXC (Linux Container) on the same host. 1. Mount the CIFS Share to the Proxmox Host Mount the network share to

03 Jun 2025

Linux Login Notification

The following steps will create a script that will run anytime a user profile is loaded/logged in. The script will send a notification to a webhook. Create the script file sudo nano /usr/local/bin/login_webhook.sh Save the following script #!/bin/bash # URL of the webhook WEBHOOK_

10 Jul 2024

Python Notes

Virtual Environments Create a Python virtual environment in the current directory on a Linux system python3 -m venv env To enter the environment from the directory source env/bin/activate To exit the environment deactivate

10 Jul 2024

Postfix Configuration - Custom Mail Route

If running Postfix in a container the commands below can be used to configure a custom mail route for a domain. This will allow the Postfix server to delivery emails for the configured domain to a specific MTA/mail server instead of using the domains MX record. 1. Access the

01 Jul 2024
Bhakta Basics
  • Community Guildlines
Powered by Ghost

Bhakta Basics

BhakTa Basics