Lightweight Command Line Linux In The Gallery? #6600
Replies: 9 comments
-
There is already an Arch Linux machine in the gallery and a Debian 10.4 Custom i3. Which one fits you the best? All of them are command line and the Debian 10.4 Custom i3 has a console and VGA display. |
Beta Was this translation helpful? Give feedback.
-
Thank you. The one that successfully got me to a command line was Arch Linux. However, trying to run I would've preferred the Debian route but I can't get to a command line when it starts. |
Beta Was this translation helpful? Give feedback.
-
Actually fixed the pacman issue with |
Beta Was this translation helpful? Give feedback.
-
Thanks for the pointer to Debian 10.4, it helps but some programs are working in my existing workflows better with Ubuntu. Would a minimal Ubuntu Server version also be possible? |
Beta Was this translation helpful? Give feedback.
-
Yes. If the |
Beta Was this translation helpful? Give feedback.
-
I have read the documentation of Debian, the operating system prompts you to first choose whether you want to use Option or Command as the The virtual machine template has it set to Command or Option. Try pressing them to see which one is the modifier key. After the modifier key has been set you can press Modifier+D to open the application startup In the configuration file, you can add key binds to open applications with this format: bindsym $Mod+<key> <command> <arguments> So to open Firefox with the Debian site by pressing Modifier+F, you can do this: bindsym $Mod+F exec firefox www.debian.org Note Restarting the window system does not restart the system! It only closes the windows and stops the desktop from appearing (because it is rendered via i3)! You will have to restart the window system (i3) for the new configuration file to take changes: $ i3 restart Tip You can set the restart command to a key bind can save a lot of time during configuration: bindsym $Mod+<key> restart For more information about setting up i3, check their documentation. Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
I recently tried using antiX linux distro (I checked antiX-23.1-Base 32bit with lightweight gui but there is also core variant without gui on their website) on my ipad in UTM SE and while it was still very slow it definitely worked better than other linux distros from utm gallery (and also better than reactos) so perhaps you might want to try that. I also wanted to try freedos but I had problems with setting it up. Perhaps this antiX (or something similar with very lightweight gui) or maybe freedos (if anyone is able to set it up) could be added to offical utm gallery so we have there something that works faster on iOS with UTM SE? |
Beta Was this translation helpful? Give feedback.
-
This is a guide for macOS, but I hope you can figure it out. Create a new virtual machine and choose Emulation. It is gonna be slow because we chose emulation. Choose your Add a new drive. Set it to a floppy drive, and save all of the changes. Adjust the order of the drives so that the floppy is in the bottom, the CD-ROM is at the top, and the main hard drive is in the middle. When booted, press 1 or Enter. Then, choose the run Boot from the CD, and run |
Beta Was this translation helpful? Give feedback.
-
@MartinPacker If you can make a lightweight Linux virtual machine, you can then ask to submit it to the gallery. I found out that you can contribute to the gallery. It was explained in #3807 . |
Beta Was this translation helpful? Give feedback.
-
Could we have a lightweight Linux image that can run in UTM SE eg on an iPad?
There are lots of things I can't do on iPad OS this would enable.
I don't need a GUI so a command line build would do fine.
I do need a proper package installation capability.
Also this would need to be save-able.
Beta Was this translation helpful? Give feedback.
All reactions