Quantcast
Channel: Spencer's Blog
Browsing latest articles
Browse All 24 View Live

Truenas 12 – Access Based Share Enumeration – Hide folders from users without...

I took me forever to figure this out working the way I wanted. What I basically wanted was User A to not see User B’s folders. A more detailed explanation can be found...

View Article


Add Youtube-dl to Termux in Android

Install Termux from the Play store. In termux: Give termux access to your phone’s filesystem via ~/storage/shared : Install python: Install youtube-dl Create a folder to store your downloaded videos:...

View Article


Media Stack – Jackett, Radarr, Sonarr, Plex, TransmissionVPN.

Going to break down my current media stack, as well as list what these tools are and what they do. As well as how you can use these tools together to have a great media automation setup. I’ll...

View Article

Continuously updated zpool iostat

 cmdwatch -n 1 zpool iostat -vy 1 1 For example, cmdwatch -n 1 zpool iostat -vy 1 1 will give us the detailed output from the last section, in an updated in-place format on the screen rather than...

View Article

Proxmox RAID1 with BTRFS

Just making a note. That if you are using BTRFS as the root volume on proxmox. You should (Ahead of time) set the following in /etc/default/grub “rootflags=degraded“ This will allow your Proxmox host...

View Article


Monitoring Systemd Services / Automatic Cron Restart

I got a raspberry pi acting as a NUT SERVER, and it keeps flaking out. I keep having to restart nut-server all the time. Lets automate checking if the service is running and restart it if its not. The...

View Article

NUT Email Notifications / Proxmox

1. Configure Email Settings: a. Install an Email Transfer Agent (MTA): To configure NUT (Network UPS Tools) to send email alerts, you need to set up the email notification feature in the NUT...

View Article

Proxmox Windows VM looses UUID

I’ve encountered an issue a few times when Proxmox updates Machine types with updates.My Windows machines sometimes present errors as after updates no UUID is present. Some software’s don’t like this....

View Article


Minio Bucket Policy Notes

Minio is a really cool opensource project which democratizes cloud storage. The feature that I love most about it is S3 compatibility which means that you can use it with the AWS CLI or any other AWS...

View Article


Connect to SSH with Guacamole

You can edit the following on the host you want to connect to open /etc/ssh/sshd.config and add

View Article
Browsing latest articles
Browse All 24 View Live