Create a new file named ${app-name}.desktop inside /home/$USER/.local/share/applications.
Modify the Desktop Entry according to your application and copy it inside ${app-name}.desktop.
[Desktop Entry]
Version=version-number
Name=program-name
usbXXXXXX.zip or on the CD onto an usb drive, directly on the drive, not inside any directory/folder.X:syslinux.exe -ma X:
X with the drive letter of the USB drive (DO NOT USE C:)ldlinux.sys may appear on the USB drive, that is normal.Mount the external drive and take note of its hints_string and uuid (change MEDIA_LABEL value with the name of the external drive):
MEDIA_MOUNTPOINT="/media/$USER/"
MEDIA_LABEL=ESD-ISO
WINDOWS_BOOT=/EFI/Microsoft/Boot/bootmgfw.efi
sudo grub-probe --target=hints_string ${MEDIA_MOUNTPOINT}${MEDIA_LABEL}${WINDOWS_BOOT}VM="windows64" # name of the virtual machine
USER=user # username used to login in the virtual machine
PSW=password # password used to login in the virtual machine
CMD="C:\\absolute\\path\\to\\command"
VBoxManage guestcontrol "$VM" --username "$USER" --password "$PSW" run --exe "$CMD"Under "$HOME/.local/share/Steam/steamapps/common", locate the game folder of your interest.
Usually it has a file named steam_appid.txt, which stores the identifier used by steam to create the game save folder.
If steam_appid.txt is not present in the game folder, you can still identify the game id by searching it into "$HOME/.local/share/Steam/userdata/XXXXXXXXX" directory.
XXXXXXXXX is your steam ID. There you will find one folder for each game, the folder names are the game ids.
# Install the repository RPM:
sudo dnf install -y https://download.postgresql.org/pub/repos/yum/reporpms/F-36-x86_64/pgdg-fedora-repo-latest.noarch.rpm
# Install PostgreSQL:
version=13
sudo dnf install -y postgresql$version-server
# installation folder
ls /usr/pgsql-$version/bin