Skip to content
djismgaming's tech home
add directory to PATH environment variable
Initializing search
djismgaming/djismgaming.github.io
Home
Blog
Documentation
djismgaming's tech home
djismgaming/djismgaming.github.io
Home
Blog
Blog
Archive
Archive
2025
2024
2023
Categories
Categories
Gaming
Linux
Selfhosting
Windows
Documentation
Documentation
Commands
Commands
Create a logon task in task scheduler to a specific directory
add container to additional network on unRAID
add directory to PATH environment variable
Add storage to a Turnkey VM like Nextcloud
Caching on nginx
Clear Nextcloud Turnkey VM logs
create sudo user with access to docker in ubuntu lxc container
Delete the local-lvm directory from proxmox and resize the local to get the complete disk space
Extend the root volume in TurnKey Linux Nextcloud appliance VM
Grow the boot volume of an oracle VM Ubuntu instance
linux mitigation disable (debian)
no sudo password prompt for current user
pi-hole one line install
specifying a static container IP on the same subnet of an UNRAID host
stop gdm3 in ubuntu desktop install
Store remote credentials for a local repository
ubuntu kernel upgrade
yt-dlp command to transcode video to h264 after download
yt-dlp command to record in a different file each time
SAP Scripts
SAP Scripts
new entries into a table using vbs on Excel spreadsheet to SM30 on SAP
Docker
Docker
docker container backup with ntfy notifications
docker container restore with ntfy notifications
docker container startup with ntfy notifications
Markdown
Markdown
Notes
add directory to PATH environment variable
¶
echo
'export PATH="$HOME/.local/bin:$PATH"'
>>
.bashrc
Back to top