I have a few ZFS ZPOOLs configured: NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT backup 1.81T 1.41M 1.81T - - 0% 0% 1.00x ONLINE - storage 21.8T 7.47T 14.3T - - 0% 34% 1.00x ONLINE - tank 87.3T 19.2T 68.1T - - 0% 22% 1.00x ONLINE […]
Daily Archives: November 18, 2023
12 posts
I have a virtual machine installed with the output: ifconfig | grep -A1 enp enp0s3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 inet 192.168.1.3 netmask 255.255.255.0 broadcast 192.168.1.255 I run the command: ssh -fND 8080 username@host on this virtual machine. I need to route all virtual machine traffic through 127.0.0.1:8080 using iptables . How […]
I would like to edit the permissions of specific commands which are available through BASH. I’ve tried using chmod to limit permissions on the C++ file in the directory but it didn’t seem to work. I have the specific file in the directory narrowed down, though I don’t know if […]