first find pid ps aux | grep “/usr/bin/kvm -id ID” and den kill it kill -9 PID
Category: linux
Proxmox Virtual Environment
https://192.168.2.24:8006/ Windows 10 Windows 11 (Not working yet) Ubuntu 20.04 Kali Linux MacOS Loading.. https://i12bretro.github.io/tutorials/0551.html https://i12bretro.github.io/tutorials/0628.html
Web Containerised linux desktop – Webtop
Thanks you Techno Tim. https://docs.linuxserver.io/images/docker-webtop https://techno-tim.github.io/posts/webtop-container/ https://github.com/techno-tim/techno-tim.github.io/tree/master/reference_files/webtop-container/ http://192.168.2.7:3000/ TADA!!! Success!!!
Hackintosh is Dead – This is the Future!
This is Marganaut, she just published a video and now I cannot wait for the next one. And for sure, the next video, will keep “busy” for many hours. Forget about Hackintosh built using OpenCore or Clover, it’s dead. There’s READ MORE
How to restart Jenkins manually?
To restart Jenkins manually, you can use either of the following commands (by entering their URL in a browser): (jenkins_url)/safeRestart – Allows all running jobs to complete. New jobs will remain in the queue to run after the restart is complete. READ MORE
line 3: fastlane: command not found
https://stackoverflow.com/a/57700789
Install Fastlane
On Mac On Ubuntu You need to install the build tools needed: If you have an error during installation, try the following https://dev.to/subbramanil/fastlane-setup-in-ubuntu-2dfb https://stackoverflow.com/a/54425613 success
Add macOS agent to Jenkins
Allow ssh at your mac like so https://osxdaily.com/2011/09/30/remote-login-ssh-server-mac-os-x/ Install java at your mac Thes add a new node at Jenkins And configure a job to use a specific agent
Jenkins change language
Manage Jenkins -> Manage Plugins select Available, and filter Locale and then install without a restart. Once success installation. Go to Manage Jenkins -> Configure system and search for Locale. Add your preferred language and whether to override for all READ MORE
Install Jenkins on Debian/Ubuntu
Debian/Ubuntu https://www.jenkins.io/doc/book/installing/#debianubuntu On Debian and Debian-based distributions like Ubuntu you can install Jenkins through apt. 6 java -version 297 systemctl status jenkins 298 systemctl enable jenkins 299 sudo systemctl enable jenkins 300 systemctl status jenkins 301 systemctl restart jenkins 302 sudo READ MORE