• 0 Posts
  • 54 Comments
Joined 2 years ago
cake
Cake day: June 15th, 2023

help-circle
  • If you have room in the Optiplex for another drive I would definitely get a second spinning drive for storing your media. Truenas will complain about you only having 1 drive for your media. The nice thing about having a pair of drives in a mirror is that is makes it very easy to upgrade in the future. I was running a pair of 6tb drives, until my brother gave me the 10tb ones. I just shut the system down and swapped one of the 6tb for a 10tb and booted it back up. It detected that the mirror was broken and I just told it to use the 10tb drive to fix it. A few hours later after it was done, I did it again with the other drive and then told it to expand the storage to 10tb.

    If you want to get a 4tb, you could mirror that to the 1tb, (and you would be limited to 1tb) but you would have redundancy and it would be easy to swap the 1tb for a 4 in the future.

    If I were you I would do what I did with proxmox. Install it on the ssd. Create a virtual machine for the Nas with a smaller vitrual disk from the 512gb ssd, 60Gb should be fine, and pass it your graphics card for the media server and the sata drives for your Nas storage and media storage. Then you have your Nas that you can use as a media server and you can also easily spin up new virtual machines to play with or test with.

    I have another vm that I use just for docker containers.


  • I would install truenas scale on the optiplex and run plex or jellyfin as a app from truenas.

    Adding a second large drive for redundancy would be good, also a smallish ssd for the truenas os to run from.

    My personal setup takes this level deeper. I have a desktop computer running proxmox. proxmox is installed on a nvme drive. I have a VM running truenas that I have passed my sata controller to. So my 2 10TB sata drives and my 500Gb sata ssd show up as native drives in truenas. The 10tb mirror holds my media library and long term backups. The 500gb ssd is for running apps on trunas like plex, syncthing.





  • Mine shows the full path and a new line for commands.

    It will also print the exit code of the last command in red above the prompt, if the exit code is not 0.

    PS1='$(ec=“$?”; if [ $ec -gt 0 ]; then echo -e “\n”[\e[91m]“exit code: $ec”[\e[0m]; fi)\n[\e[92m]\u[\e[38;5;213m]@[\e[38;5;39m]\h[\e[0m]:$PWD\n$ ’








  • I really like and use fastmail.

    Although I have just started to try to completely de-google. Its a bit frustrating that they don’t offer an apk download. I put in a ticket today saying as much.

    They seemed to understand,but basically just said that all I can do is to use the browser version.

    I’m using aurora store to download their official google play version for now but it feels icky.

    They are obviously now the only ones that I am having trouble with but I thought that they might be more willing to help people distance themselves from Gmail and Google, as Gmail is their obvious competition.







  • If you are going to dual boot and your computer has room for 2 drives. The way I would recommend doing it is to add a second drive for Linux, and disconnect to windows drive from the computer. Do a normal linux install. And then add the windows drive back in. Then you can set one of the drives as the default boot device and if you want to boot to the other just open the Boot options on boot.

    This keeps things totally separated and you can even remove one of the drives later if you want to single boot.