Is computing your hobby and have you always wanted to try an Apple Mac? A tip / recommendation is OpenCore Legacy Patcher.
See the official website: https://github.com/dortania/OpenCore-Legacy-Patcher/releases
And the YouTube channel: https://www.youtube.com/@Mr.Macintosh
With this tool you can still use older / second-hand and now cheaper hardware with the latest software. Truly worth trying at least once.
Right-click on the Desktop Choose: New -> Folder Name the folder: GodMode.{ED7BA470-8E54-465E-825C-99712043E01C} Open the folder for a huge number of advanced settings The shortcuts in this folder can be copied to, for example, the Desktop for even faster access
You can automatically log in to a Linux server on Windows using PuTTY by making use of a key file. Below I explain step by step how to do this.
Create a key: start: puttygen.exe Click on: Generate Click on: Save private key Go to PuTTY Configuration -> Session Load a previously created session or create a new one Go to: Connection -> SSH -> Auth -> Private key file for authentication -> Browse Select your file with the private key: *.
Change your Windows password by using a shortcut on your desktop. (CTRL+ALT+DEL key combination by clicking a shortcut)
Right-click on your desktop, choose New and then Shortcut
Enter the following command for the item location:
C:\Windows\explorer.exe shell:::{2559a1f2-21d7-11d4-bdaf-00c04f60b9f0}
Click: Next
Give the shortcut a name, for example: Reset password
Click: Finish
Try Oracle VirtualBox version 6.1.40 the older version. In my home lab the newest version of VirtualBox 7.0.4 did not work due to the error: hv_vm_create() failed: 0xfae94001 (VERR_NEM_INIT_FAILED)
In the older version this was not an issue.
Step 1: Open Settings in Windows 11
Step 2: Go to Apps
Step 3: Go to Advanced app settings
Step 4: Go to App execution aliases
Step 5: Disable the option for python.exe and python3.exe
Step 1: install Python
Step 2: add both the scripts folder and its parent folder to the path
Step 3: CMD> pip install pywin32
Install Windows on your iMac and use the software utility spacedesk.
Such a simple solution to turn any iMac into a second (or even a third or more) display to extended your desktop.
/home/martijn/Downloads/concourse $ curl -LO https://concourse-ci.org/docker-compose.yml $ cat /etc/systemd/system/docker-compose-concourse.service [Unit] Description=Docker Compose Application Service for Concourse Requires=docker.service After=docker.service [Service] Type=oneshot RemainAfterExit=yes WorkingDirectory=/home/martijn/Downloads/concourse ExecStart=/usr/bin/docker-compose up -d ExecStop=/usr/bin/docker-compose down TimeoutStartSec=0 [Install] WantedBy=multi-user.target
$ sudo docker-compose stop concourse-db $ sudo docker ps $ sudo docker cp -a <docker postgresql database id>:/database .\ $ vim docker-compose.yml image: postgres volumes: \["./database:/database"] environment: $ sudo docker-compose up -d --no-deps concourse-db