for running AppImage you need:
chmod +x example.AppImage
./example.AppImage
but prerequisite is FUSE more about it is at https://github.com/AppImage/AppImageKit/wiki/FUSE
but simply for example, on Ubuntu (>= 22.04):
sudo add-apt-repository universe
sudo apt install libfuse2
You can find default sources.list here
Or download it from this web here
read more on debian wiki wiki.debian.org/SourcesList
I wrote this because after you install debian from netinst with no gui, your sources.list contains cdrom only.
and because ssh is not installed by default you cannot download it because it is not on cdrom, I had 2 options only:
1. manually write sources into the /etc/apt/sources.list or
2. put it here and download it using wget
so following command will does the trick but Backing up is good habit!
wget http://www.johnoo.com/sources.list -O /etc/apt/sources.list
If you want to ssh to your virtualbox vm you need to have nic on Bridged mode.
This solution works for me and has been found on unix.stackexchange.com/questions/98340/.
And I have backed it up as page001
The resolution of virtual consoles can be set by adding the following lines to /etc/default/grub and then running update-grub (maybe as root):
GRUB_GFXMODE=1024x768x32
GRUB_GFXPAYLOAD_LINUX=keep
Disclaimer!
Following information are my notes from enterprise level learning platform course.
Different information may be found on the internet.
1969 - 1971 - Bell Labs - Mainframe operating system MULTICS.
1972 - UNIX rewritten from Assembly to C - portability
1975 - First public release of UNIX referred to as System Five
1977 - The most famous branch BSD - Berkeley Software Distribution.
Many branches started to appear (Sun Oracle - Solaris, IBM - AIX, Hewlett-Packard - HP UX, ...)