- Reboot the machine.
- During the boot-up press e at the screen below.
- Look for the line with linux and add iomem=relaxed
https://forums.opensuse.org/showthread.php/514436-X-server-not-starting-after-update
#: apt install gdm3 xserver-xorg-legacy
C:\>pip install pypiwin32
>>> import win32gui
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: DLL load failed: The specified module could not be found.
#: apt-get install lxde-core lightdm
Saving changes is not permitted. The changes you have made require the following tables to be dropped and re-created. You have either made changes to a table that can't be re-created or enabled the option Prevent saving changes that require the table to be re-created.
Key
|
Type
|
Value
|
ForceLog
|
DWORD
|
1
|
LogFailures
|
DWORD
|
1
|
LogResourceBinds
|
DWORD
|
1
|
LogPath
|
String
|
C:\FusionLog\
|
$: cd ~/Downloads $: unzip Squeak-5.0-All-in-One.zip -d ~/apps/
$: cd ~/apps/Squeak-5.0-All-in-One $: Squeak-5.0-All-in-One.app/Contents/LinuxAndWindows/install-libs32
Fail with the following error message:
E: Unable to locate package lib32bz2-1.0
E: Couldn't find any package by regex 'lib32bz2-1.0'
E: Unable to locate package libgl1-mesa-dri-lts-utopic
E: Unable to locate package libgl1-mesa-glx-lts-utopic
$: sudo dpkg --add-architecture i386 $: sudo apt-get update $: sudo apt install lib32z1 $: sudo apt install libuuid1:i386 $: sudo apt install libgl1-mesa-glx:i386 $: sudo apt install libsm6:i386
/home/timus/Downloads/Squeak-5.0-All-in-One/Squeak-5.0-All-in-One.app/Contents/LinuxAndWindows/Linux-i686/bin/squeak
could not find display driver vm-display-X11; either:
- check that /home/timus/Downloads/Squeak-5.0-All-in-One/Squeak-5.0-All-in-One.app/Contents/LinuxAndWindows/Linux-i686/lib/squeak/5.0-3397//vm-display-X11.so exists, or
- use the '-plugins <path>' option to tell me where it is, or
- remove DISPLAY from your environment.
./squeak.sh: line 1: 8289 Aborted (core dumped) ./Squeak-5.0-All-in-One.app/Contents/LinuxAndWindows/squeak.sh
$: ldd Squeak-5.0-All-in-One.app/Contents/LinuxAndWindows/Linux-i686/lib/squeak/5.0-3397/vm-display-X11
PS A:\> $wc = New-Object System.Net.WebClient PS A:\> $url = "https://eternallybored.org/misc/netcat/netcat-win32-1.12.zip" PS A:\> $output = "a:\netcat-win32-1.12.zip" PS A:\> $wc.DownloadFile($url, $output)
Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...