linuxref.txt 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_MRG/2/html/Realtime
  2. _Tuning_Guide/index.html
  3. https://itsfoss.com/quantum-computing-cirq-framework/
  4. https://itsfoss.com/nanotechnology-open-science-ai/
  5. Quantum Open Source Foundation https://qosf.org/
  6. sudo hwinfo --short | less -N
  7. Unix ToolBox - http://cb.vu/unixtoolbox.xhtml
  8. Linux Audit - https://linux-audit.com/ #lynis
  9. h-node - https://h-node.org/
  10. OpenMP - https://www.openmp.org/
  11. Compunity - https://www.compunity.org
  12. https://www.msi.umn.edu/tutorialslist
  13. https://spreadprivacy.com/tag/device-privacy-tips/
  14. Parallel Programming in OpenMP Rohit Chandra
  15. setup qemu for kernel development:
  16. https://mudongliang.github.io/2017/09/21/set-up-qemu-for-kernel-development.html set up qemu for kernel development
  17. https://www.josehu.com/memo/2021/01/02/linux-kernel-build-debug.html Building a Custom Linux Kernel & Debugging via QEMU + GDB | Guanzhou Hu
  18. https://www.amosgross.com/articles/kenel_development_setup_with_qemu/ Developing Linux Kernel Modules in Qemu
  19. https://dalleau.re/post/qemu_vm_using_debootstrap/ Setting up Qemu-kvm for kernel development · Frédéric Dalleau
  20. https://vccolombo.github.io/cybersecurity/linux-kernel-qemu-setup/ Linux kernel QEMU setup - Víctor Colombo
  21. https://linux-kernel-labs.github.io/refs/heads/master/info/vm.html Virtual Machine Setup — The Linux Kernel documentation
  22. https://linux-kernel-labs.github.io/refs/heads/master/lectures/intro.html Introduction — The Linux Kernel documentation
  23. https://developer.ibm.com/tutorials/l-qemu-development/ Using QEMU for cross-platform development - IBM Developer
  24. https://docs.yoctoproject.org/kernel-dev/index.html Yocto Project Linux Kernel Development Manual — The Yocto Project ® 4.2.999 documentation
  25. https://www.linux-magazine.com/Online/Features/Qemu-and-the-Kernel Qemu and the Kernel » Linux Magazine
  26. https://training.linuxfoundation.org/training/a-beginners-guide-to-linux-kernel-development-lfd103/ A Beginner’s Guide to Linux Kernel Development (LFD103) - Linux Foundation - Training
  27. https://sjp38.github.io/post/qemu_setup_on_ubuntu/ Build, Install, and Use QEMU on Ubuntu | hacklog
  28. https://planeta.github.io/programming/kernel-development-setup-with-vagrant/ Kernel development setup with Vagrant - Planeta.FYI
  29. https://www.cs.rochester.edu/users/faculty/sandhya/csc256/assignments/qemu_linux.html Linux development using QEMU
  30. Installing and running Vagrant using qemu-kvm:
  31. https://fedoramagazine.org/vagrant-qemukvm-fedora-devops-sysadmin/
  32. Virtual machines: VirtualBox vs. libvirt, QEMU on M1, vagrant
  33. https://andreas-mausch.de/blog/2022-11-28-virtual-machines-virtualbox-libvirt-qemu-vagrant/
  34. From WampServer, to Vagrant, to QEMU
  35. https://andrewpillar.com/programming/2022/11/08/from-wampserver-to-vagrant-to-qemu/
  36. Deploy with Vagrant on kvm/libvirt
  37. https://softwaretester.info/deploy-with-vagrant-on-kvm-libvirt/
  38. Vagrant and libvirt(KVM/Qemu) settiing up boxes the easy way
  39. http://www.lucainvernizzi.net/blog/2014/12/03/vagrant-and-libvirt-kvm-qemu-setting-up-boxes-the-easy-way/
  40. Vagrant on Fedora with libvirt
  41. https://ttboj.wordpress.com/2013/12/09/vagrant-on-fedora-with-libvirt/
  42. Using Vargrant to set up a VM with KVM/qemu without VirtualBox
  43. https://stackoverflow.com/questions/42155213/using-vagrant-to-set-up-a-vm-with-kvm-qemu-without-virtualbox
  44. Running w windows VM with Vagrant on Linux
  45. https://jmp75.github.io/work-blog/posts/20221122-win-vagrant-qemu-kvm--virtualbox/