One thing I do when fucking around with things like this is run a VM via Proxmox and pass thru the GPU. Then you can take snapshots of the VM along the way, and just roll back when you break it. Really easy to test and optimize things without having to sit there an install a fresh OS each time. Teradici works fine within that environment too.
So how do you implement the system you tested and perfected on a VM in proxmox to a standalone box somewhere as your flame? How do you save that VM and install it as is on a separate box?
you can try much more exotic commands to log your commands, your prompts and stdout and stderr.
these days you can pipe the results all of that into a large language model and request shell or python scripts to recreate your steps with logs and confirmations.
when you’re happy with that you can convert everything to ansible.
Woah. ok that is totally above my head rn until i actually do it and find out how that works. The next time i need to test things out on a new build ill look into that. thanks phil
@theoman - if you are running rocky linux right now you can open a terminal, and as long as you have not changed your default shell, then you can type history and it will list the commands that you have used.
the command in the above post will add a date/timestamp to your history so you can isolate when you made that command, and it changes the default history size to the last 10,000 commands.
search the internet for bash history and there are plenty of guides, or better yet, start a conversation with a large language model:
> "explain bash shell history to a novice"
you can also ask a large language model:
> "explain macOS zsh shell history to a novice"
> "help me design a program and a shell command that will record my commands and the stdout and stderr into a log file
oh awesome. so its saving them all the time and then you can copy and paste weed out the ones you dont want and create scripts to automate them on another machine. When i get some time ill look into this. Im deep into IT hell figuring out why my 25Gbe NIC is not playing nicely on my proxmox. Simply crazy how one issue leads to another leads to another. The NIC wont come up but its visible, the drivers seem to be latest but might need to be wound back, getting an ISO or a tar on the local proxmox is easy but then im getting cant open block dev errors when trying to mount said ISO. i mean its endless sometimes! i will persevere!
if you work out logging then you can just feed all the gibberish to a machine and it will help you work out how to not fuck things up in the future, hilariously enough, most likely with a virtual machine.
we no longer live in a world where engineers or it administrators tell you what you can and cannot do based on their ignorance of flame.
it’s time to remind them of the fact that that the picture makers make the money, not the folder makers…
mkdir -p -m 777 My_special_projekt is not something that clients want to pay for…