You can get a free virtual ticket for a price of 0.
Datatime and Location: NOVEMBER 8—9 LIVE & VIRTUAL YERBA BUENA CENTER FOR THE ARTS, SAN FRANCISCO.
tutorials, tips, tricks, commands, programming, linux, windows, database, sql, python, programming language, Fedora, drawing, painting, tutorial, tutorials
# dnf group install sway-desktop-environment
# dnf install sway-config-fedora
$ git clone https://github.com/danakj/openbox.git
$ cd openbox
$ ./bootstrap
$ ./configure
$ make
$ cd openbox
$ ls -lFGC
Failed to open the display from the DISPLAY environment variable.
Openbox-Message: A window manager is already running on screen 0.
$ ./xinit
$ wget -c https://github.com/GitSquared/edex-ui/releases/download/v2.2.8/eDEX-UI-Linux-x86_64.AppImage
$ chmod +x eDEX-UI-Linux-x86_64.AppImage
$ ./eDEX-UI-Linux-x86_64.AppImage --appimage-extract
$ cd squashfs-root
$ ./AppRun
VBoxManage modifyhd "C:\Fedora\Fedora.vdi" --resize 81920
0%...VBOX_E_NOT_SUPPORTED
VBoxManage.exe: error: Failed to resize medium
VBoxManage.exe: error: Resizing to new size 190756945920 is not yet supported for medium 'C:\Fedora\Fedora.vdi'
VBoxManage.exe: error: Details: code VBOX_E_NOT_SUPPORTED (0x80bb0009), component MediumWrap, interface IMedium
VBoxManage.exe: error: Context: "enum RTEXITCODE __cdecl handleModifyMedium(struct HandlerArg *)" at line 937 of
file VBoxManageDisk.cpp
VBoxManage showhdinfo "C:\Fedora\Fedora.vdi"
VBoxManage clonehd "C:\Fedora\Fedora.vdi" "C:\Fedora\Fedoracloned.vdi"
...
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
Clone medium created in format 'VDI'. UUID: ...
VBoxManage modifyhd "C:\Users\catafest\VirtualBox VMs\Fedora\Fedoracloned.vdi" --resize 30000
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...100%
# dnf-3 install @deepin-desktop
$ dotnet new --install Terminal.Gui.templates
$ dotnet new tui -n test001
$ cd test001
$ dotnet run
# dnf copr enable @dotnet-sig/dotnet
# dnf5 install copr
# dnf5 install copr
$ sudo dnf copr enable @dotnet-sig/dotnet fedora-38-x86_64
Enabling a Copr repository. Please note that this repository is not part
of the main distribution, and quality may vary ...
# dnf5 install dotnet
$ dotnet new console -o mythcat_console
$ cd mythcat_console
$ dotnet run
Hello, World!