Home
Filip BILJIC
Cancel

Fish shell and tmux config files

Fish shell config if status is-interactive # Commands to run in interactive sessions can go here zoxide init --cmd cd fish | source fzf_configure_bindings --directory=\ct eval "$(/...

Changing Prometheus TSDB directory

Changing Prometheus data directory Stop prometheus and take backup systemctl stop prometheus sudo cp -vr /var/lib/prometheus /opt/intersec/prometheus_backup Create new data direct...

RIPGREP Search and replace

RIPGREP Search and replace rg --passthru '/dev/mapper/vg_geosafe-sc-core' -r '/dev/mapper/vg_geosafe-sc--core' ansible/group_vars/node11 > tmp.txt && mv tmp.txt ansible/group_vars/node1...

Resizing disk in Proxmox and guest VM

Resizing disk Proxmox+Ubuntu VM After resizing disk in Proxmox GUI: Inside parted: root@plex:/mnt/media/docker-volumes/photoprism# parted GNU Parted 3.4 Using /dev/sda Welcome to GNU Parted! Type...

Building and installing my server

Created new dataset in TrueNas for docker-volumes only Created volumes in Portainer that use NFS mounts Had write issues with qBittorrent, ended up just chmod -R 773 for the download folder....

Building and installing my server

Couldn’t post after setting it up, turns out issue was RAM placement. Switched the places and it finally booted. BIOS Config –> Enable virtualization Badly flashed the USB I guess, retrie...