I hereby claim:
- I am uygary on github.
- I am malmoth (https://keybase.io/malmoth) on keybase.
- I have a public key ASC8Jbw_jJyylTS5E4EYIXxFJ9S2KXINQ_5U3qxMPkFxswo
To claim this, I am signing this object:
| # Hopefully this will become redundant once the shader support in the native Vulkan back-end is revamped post 3.8.5 | |
| sudo apt update \ | |
| && sudo apt dist-upgrade \ | |
| && sudo apt autoremove \ | |
| && sudo apt autoclean \ | |
| && sudo dpkg --add-architecture i386 \ | |
| && sudo apt install dotnet-sdk-10.0 dotnet-sdk-9.0 dotnet-sdk-8.0 \ | |
| dotnet-runtime-10.0 dotnet-runtime-9.0 dotnet-runtime-8.0 \ | |
| wine wine64 wine32:i386 winetricks | |
| # winetricks latest version check update disabled in the Debian package for privacy reasons. |
| sudo dpkg --add-architecture i386 | |
| sudo apt update | |
| sudo apt install libc6:i386 libstdc++6:i386 |
| # To Install: | |
| sudo pkg install gmake | |
| opnsense-code tools ports src | |
| cd /usr/ports/sysutils/btop | |
| sudo make install | |
| # To Check for Update | |
| pkg version -l "<" | |
| # To Update |
| # To Install: | |
| opnsense-code tools ports src | |
| cd /usr/ports/sysutils/duf | |
| make install | |
| # To Check for Update | |
| pkg version -l "<" | |
| # To Update | |
| opnsense-code tools ports src |
| # To Install: | |
| opnsense-code tools ports src | |
| cd /usr/ports/sysutils/htop | |
| make install | |
| # To Check for Update | |
| pkg version -l "<" | |
| # To Update | |
| opnsense-code tools ports src |
| # Assuming a dual port network adapter on Truenas Scale | |
| sudo midclt call system.advanced.update '{"kernel_extra_options": "ixgbe.allow_unsupported_sfp=1,1"}' |
I hereby claim:
To claim this, I am signing this object:
| use FooBar; | |
| go | |
| select sq.* from sys.service_queues as sq | |
| select tq.* from sys.transmission_queue as tq | |
| alter database FooBar set restricted_user with rollback immediate | |
| alter database FooBar set enable_broker |