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

Encrypting Credentials Using a Key File

Bhakta

05 Jan 2022 — 2 min read
Share

This post is for subscribers on the Bhakta Basics tier only

Subscribe now

Already have an account? Sign in

Read more

Task Manager App

lock-1 28 May 2026

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

Bhakta Basics

BhakTa Basics

Bhakta Basics
  • Community Guildlines
Powered by Ghost