зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 04:44:18 +02:00
m
Этот коммит содержится в:
родитель
3b29db33b4
Коммит
6b398d1730
@ -1,3 +1,7 @@
|
||||
16
|
||||
https://www.postgresql.org/about/news/postgresql-16-released-2715/
|
||||
https://www.opennet.ru/opennews/art.shtml?num=59758
|
||||
|
||||
15
|
||||
https://www.postgresql.org/about/news/postgresql-15-released-2526/
|
||||
https://www.opennet.ru/opennews/art.shtml?num=57914
|
||||
|
||||
@ -1 +1,2 @@
|
||||
https://www.crunchydata.com/blog/active-active-postgres-16
|
||||
https://www.unixmen.com/database-system-postgresql-replication-ubuntu-16-04/
|
||||
|
||||
@ -9,6 +9,7 @@ https://www.weave.works/technologies/what-is-flux-cd/
|
||||
|
||||
2023
|
||||
https://tech.aufomm.com/how-to-use-flux-to-manage-kubernetes-declaratively/
|
||||
https://github.com/liyangau/flux-demo
|
||||
https://learn.microsoft.com/ru-ru/azure/azure-arc/kubernetes/conceptual-gitops-flux2
|
||||
!!!
|
||||
https://itnext.io/simplify-kubernetes-resource-management-with-sveltos-carvel-ytt-and-flux-da960298c321
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
lists
|
||||
ArturKryukov of 14 parts
|
||||
https://www.youtube.com/playlist?list=PLmxqUDFl0XM6wDtlCkwdjU55z_WeBgBsZ
|
||||
|
||||
2021
|
||||
https://www.kryukov.biz/kubernetes/set-kubernetes-teoriya/
|
||||
https://www.youtube.com/playlist?list=PLmxqUDFl0XM6wDtlCkwdjU55z_WeBgBsZ
|
||||
|
||||
@ -1,3 +1,8 @@
|
||||
lists
|
||||
ArturKryukov - of 3 parts
|
||||
https://www.youtube.com/playlist?list=PLmxqUDFl0XM5ROoVYIsuoBe6oKYkgLzzO
|
||||
https://github.com/BigKAA/youtube/tree/master/k3s/01-dev
|
||||
|
||||
2021
|
||||
https://www.youtube.com/playlist?list=PL34sAs7_26wPnQeGnFNfeYB1uV54AaTRX
|
||||
JustMeAndOpensource - Set up Rancher K3S cluster with external etcd datastore of 19:19
|
||||
|
||||
@ -1,2 +1,4 @@
|
||||
2022
|
||||
https://habr.com/ru/company/flant/blog/693858/
|
||||
2021
|
||||
https://tech.aufomm.com/how-to-use-cert-manager-on-kubernetes/
|
||||
|
||||
3
devops/k8s/tools/storage/localpath-provisioner.txt
Обычный файл
3
devops/k8s/tools/storage/localpath-provisioner.txt
Обычный файл
@ -0,0 +1,3 @@
|
||||
2023
|
||||
ArturKryukov - Local Path Provisioner of 37:42
|
||||
https://www.youtube.com/watch?v=9H0Wp1Xnbf4
|
||||
@ -1,2 +1,18 @@
|
||||
https://usebottles.com/
|
||||
|
||||
https://github.com/bottlesdevs/Bottles
|
||||
https://github.com/bottlesdevs/programs
|
||||
https://github.com/bottlesdevs/documentation
|
||||
https://github.com/bottlesdevs/runtime
|
||||
https://github.com/bottlesdevs/build-tools
|
||||
https://github.com/bottlesdevs/tools
|
||||
|
||||
https://docs.usebottles.com/getting-started/installation
|
||||
https://docs.usebottles.com/components/runners
|
||||
|
||||
https://usebottles.com/database/dependencies/
|
||||
|
||||
2022
|
||||
Distrotube - Easily Run Windows Apps On Linux With Bottles 0:00 of 14:24
|
||||
https://www.youtube.com/watch?v=ttsGxu1o6pQ
|
||||
https://ostechnix.com/run-windows-software-on-linux-with-bottles/
|
||||
|
||||
@ -1,12 +1,81 @@
|
||||
https://github.com/quickemu-project/quickemu
|
||||
|
||||
sudo apt install qemu bash coreutils ovmf grep jq lsb-base procps python3 genisoimage usbutils util-linux sed spice-client-gtk libtss2-tcti-swtpm0 wget xdg-user-dirs zsync unzip
|
||||
sudo apt-add-repository ppa:flexiondotorg/quickemu
|
||||
sudo apt update
|
||||
sudo apt install quickemu
|
||||
|
||||
sudo apt install genisoimage
|
||||
which mkisofs
|
||||
|
||||
https://github.com/quickgui/quickgui
|
||||
https://github.com/quickemu-project/quickgui
|
||||
https://aur.archlinux.org/packages/quickgui/
|
||||
https://aur.archlinux.org/packages/quickgui-bin/
|
||||
|
||||
https://github.com/quickemu-project/quickemu#windows-10--11-guests
|
||||
https://github.com/quickemu-project/quickemu/blob/master/quickget
|
||||
https://github.com/quickemu-project/quickemu/blob/master/quickget#L2149
|
||||
quickget windows 11
|
||||
quickemu --vm windows-11-22H2.conf
|
||||
!!!
|
||||
https://github.com/quickemu-project/quickemu/issues/646
|
||||
https://github.com/quickemu-project/quickemu/blob/master/quickget#L2136
|
||||
https://github.com/aria2/aria2/issues/1739
|
||||
https://github.com/quickemu-project/quickemu/issues/646
|
||||
The issue can be circumvented by adding--check-certificate--check-certificate
|
||||
--check-certificate=falseto
|
||||
to aria2c on line 706 of /usr/bin/quickget but this obviously comes with risks.
|
||||
aria2c --check-certificate=false 'https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso'
|
||||
!!!
|
||||
https://docs.fedoraproject.org/en-US/quick-docs/creating-windows-virtual-machines-using-virtio-drivers/index.html
|
||||
https://github.com/virtio-win/virtio-win-pkg-scripts/tree/master
|
||||
https://www.linux-kvm.org/page/WindowsGuestDrivers/Download_Drivers
|
||||
|
||||
To start your Windows virtual machine run:
|
||||
quickemu --vm windows-11-22H2.conf
|
||||
|
||||
#! --vm
|
||||
guest_os="windows"
|
||||
disk_img="windows-11/disk.qcow2"
|
||||
iso="windows-11/Win11_22H2_English_x64v1.iso"
|
||||
fixed_iso="windows-11/virtio-win.iso"
|
||||
tpm="on"
|
||||
secureboot="off"
|
||||
|
||||
|
||||
https://pve.proxmox.com/wiki/Qemu/KVM_Virtual_Machines
|
||||
https://www.heiko-sieger.info/running-windows-10-on-linux-using-kvm-with-vga-passthrough/
|
||||
https://leduccc.medium.com/improving-the-performance-of-a-windows-10-guest-on-qemu-a5b3f54d9cf5
|
||||
https://frontpagelinux.com/tutorials/how-to-use-linux-kvm-to-optimize-your-windows-10-virtual-machine/
|
||||
https://www.kraxel.org/blog/2019/06/macos-qemu-guest/
|
||||
|
||||
tpm
|
||||
https://qemu-project.gitlab.io/qemu/specs/tpm.html
|
||||
|
||||
virtiofs
|
||||
https://virtio-fs.gitlab.io/
|
||||
|
||||
drivers
|
||||
https://github.com/virtio-win/virtio-win-pkg-scripts/tree/master
|
||||
|
||||
windows-11
|
||||
https://www.microsoft.com/en-in/software-download/
|
||||
https://www.microsoft.com/en-in/software-download/windows11
|
||||
|
||||
2022
|
||||
Mayunix - How to Install Windows 11 in KVM on Ubuntu 22.04 0:00 of 16:04
|
||||
https://www.youtube.com/watch?v=0RiUrsljD_E
|
||||
Trafotin - Using Windows 11 in KVM | Secure Boot, Simulated TPM, & VirtIO Guest Tools 0:00 of 18:57
|
||||
https://www.youtube.com/watch?v=i-OHcENVMG0
|
||||
Trafotin - Using Windows 11 in KVM | Secure Boot, Simulated TPM, & VirtIO Guest Tools 0:00 of 18:57
|
||||
https://www.youtube.com/watch?v=i-OHcENVMG0
|
||||
ChrisTitusTech - Quickemu 0:00 of 10:16
|
||||
https://www.youtube.com/watch?v=87MCT3Ekjlo
|
||||
https://christitus.com/quickemu/
|
||||
2021
|
||||
https://www.linuxuprising.com/2021/12/quickly-create-and-run-optimized-linux.html
|
||||
https://www.fossmint.com/quickemu-run-windows-macos-linux-virtual-machines/
|
||||
2020
|
||||
Replace VirtualBox with Bash & QEMU of 1:20:27
|
||||
WimpyWorld - Replace VirtualBox with Bash & QEMU 0:00 of 1:20:27
|
||||
https://www.youtube.com/watch?v=AOTYWEgw0hI
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
lists
|
||||
https://www.youtube.com/playlist?list=PLeDR6lYFEHWFzPdty8P7Kj49ckcEtP5nk
|
||||
need to look
|
||||
|
||||
LibreTrack - Free Communication Services ru
|
||||
https://www.youtube.com/playlist?list=PLeXIZ4CMifP0wVlQnabAeaGmHRtbaRwfx
|
||||
! need to look
|
||||
|
||||
2
messanger/matrix/clients/element/docs/presentations.txt
Обычный файл
2
messanger/matrix/clients/element/docs/presentations.txt
Обычный файл
@ -0,0 +1,2 @@
|
||||
2023
|
||||
https://www.youtube.com/playlist?list=PLeDR6lYFEHWG_trdDtfY8A9JiNRpmUDd7
|
||||
5
net/proxy/reverse/ngrok/docs/presentations.txt
Обычный файл
5
net/proxy/reverse/ngrok/docs/presentations.txt
Обычный файл
@ -0,0 +1,5 @@
|
||||
2023
|
||||
LiYang - How to use Ngrok with docker, multiple tunnels, ssh to local VMs of 14:12
|
||||
https://www.youtube.com/watch?v=zEhdMrYVN1c
|
||||
https://tech.aufomm.com/how-to-use-ngrok-with-docker/
|
||||
ngrok/ngrok:alpine
|
||||
@ -7,6 +7,8 @@ books
|
||||
Networking for Razvedchikov
|
||||
|
||||
2023
|
||||
PMYF - New Global Landshaft of 1:36:04
|
||||
https://www.youtube.com/watch?v=nPeNHRQo3hQ
|
||||
SoloviyovLive - Evstafiev - Bezrukov - 03:21 - Why US Press Trump of 23:55
|
||||
https://www.youtube.com/watch?v=oxw-cPGjgY4
|
||||
Bezrukov - Vavilova - 02.27 - BiblioGlobus Interview of 1:18:11
|
||||
|
||||
@ -1,4 +1,7 @@
|
||||
2023
|
||||
LiYang - NixOS Introduction - Nix Flakes 0:00 of 8:21
|
||||
https://www.youtube.com/watch?v=DXz3FJszfo0
|
||||
https://tech.aufomm.com/my-nixos-journey-flakes/
|
||||
NixCon - Dolstra - Flake Schemas of 19:22
|
||||
https://www.youtube.com/watch?v=iQdB8dTG8aM
|
||||
2022
|
||||
|
||||
@ -1,3 +1,7 @@
|
||||
2023
|
||||
LiYang - NixOS Introduction - Home manager of 16:14
|
||||
https://www.youtube.com/watch?v=C5eAecVeO_c
|
||||
https://tech.aufomm.com/my-nixos-journey-home-manager/
|
||||
2020
|
||||
BurkeLibbey - From nix-env to home-manager
|
||||
https://www.youtube.com/watch?v=PmD8Qe8z2sY
|
||||
|
||||
18
os/linux/ubuntu/flavor/rolling/rhinolinux.txt
Обычный файл
18
os/linux/ubuntu/flavor/rolling/rhinolinux.txt
Обычный файл
@ -0,0 +1,18 @@
|
||||
https://rhinolinux.org/
|
||||
|
||||
https://github.com/rhino-linux
|
||||
https://github.com/rhino-linux/rhino-setup
|
||||
https://github.com/rhino-linux/rhino-pkg
|
||||
|
||||
https://rhinolinux.org/wiki.html
|
||||
https://rhinolinux.org/wiki-install.html
|
||||
https://rhinolinux.org/wiki-rpk.html
|
||||
|
||||
https://rhinolinux.org/news.html
|
||||
https://hosted.weblate.org/projects/rhino-linux/rhino-setup/
|
||||
|
||||
2023
|
||||
DistroTube - First Look At Rhino Linux With The Unicorn Desktop of 23:29
|
||||
https://www.youtube.com/watch?v=SAiCA6CeiIQ
|
||||
https://habr.com/ru/news/753394/
|
||||
https://www.opennet.ru/opennews/art.shtml?num=57925
|
||||
5
os/x-ui/wm/tiling/newm.txt
Обычный файл
5
os/x-ui/wm/tiling/newm.txt
Обычный файл
@ -0,0 +1,5 @@
|
||||
single-desktop, wailand
|
||||
|
||||
2023
|
||||
proLinux - NeWM review of 4:36
|
||||
https://www.youtube.com/watch?v=7emFFIZTSS4
|
||||
@ -1,4 +1,6 @@
|
||||
2023
|
||||
proLinux - Qtile at XOrg of 6:14
|
||||
https://www.youtube.com/watch?v=-7a0FtdYXGc
|
||||
Ampersand - Qtile Review of 9:23
|
||||
https://www.youtube.com/watch?v=TJlMhMGlA1k
|
||||
https://github.com/Andrey0189/qtile-rice
|
||||
|
||||
4
pl/go/tools/gum.txt
Обычный файл
4
pl/go/tools/gum.txt
Обычный файл
@ -0,0 +1,4 @@
|
||||
https://github.com/charmbracelet/gum
|
||||
|
||||
2022
|
||||
https://tech.aufomm.com/how-do-i-use-charmbracelet-gum-to-improve-my-scripts/
|
||||
@ -1,3 +1,4 @@
|
||||
2023
|
||||
https://blog.rockthejvm.com/ultimate-guide-to-java-virtual-threads/
|
||||
Java 21 new feature: Virtual Thread 0:00 of 33:34
|
||||
https://www.youtube.com/watch?v=5E0LU85EnTI
|
||||
|
||||
@ -1 +0,0 @@
|
||||
https://marksheet.io/
|
||||
@ -1,4 +1,5 @@
|
||||
https://marksheet.io/
|
||||
https://devdocs.io/
|
||||
https://hostingfacts.com/html-cheat-sheet/
|
||||
https://websitesetup.org/html5-cheat-sheet/
|
||||
http://www.simplehtmlguide.com/cheatsheet.php
|
||||
|
||||
30
pl/web/js/engines/gjs.txt
Обычный файл
30
pl/web/js/engines/gjs.txt
Обычный файл
@ -0,0 +1,30 @@
|
||||
https://gitlab.gnome.org/GNOME/gjs
|
||||
|
||||
https://gjs.guide/
|
||||
https://gjs.guide/guides/
|
||||
https://gjs.guide/extensions/
|
||||
https://gitlab.gnome.org/ewlsh/gjs-guide
|
||||
|
||||
https://github.com/Aylur/ags/wiki/widgets
|
||||
https://github.com/Aylur/ags/wiki/app
|
||||
https://github.com/Aylur/ags/wiki/service
|
||||
https://www.youtube.com/watch?v=gDPCRZ0SbNY
|
||||
|
||||
samples
|
||||
https://github.com/thyeun/dotfiles/tree/master/V2/.config/eww/scripts/myshell
|
||||
https://github.com/thyeun/dotfiles/blob/master/V2/.config/eww/scripts/myshell/myshell
|
||||
|
||||
https://github.com/Aylur/ags
|
||||
https://github.com/Aylur/dotfiles
|
||||
https://github.com/Aylur/ags/wiki/configuration
|
||||
https://github.com/Aylur/ags/wiki/theming
|
||||
https://www.gtk.org/docs/language-bindings/javascript
|
||||
https://docs.gtk.org/gtk3/css-overview.html
|
||||
https://docs.gtk.org/gtk3/css-properties.html
|
||||
https://wiki.gnome.org/Projects/GTK/Inspector
|
||||
|
||||
apt
|
||||
gjs/jammy-updates 1.72.4-0ubuntu0.22.04.1 amd64
|
||||
Mozilla-based javascript bindings for the GNOME platform (cli tool)
|
||||
https://gitlab.gnome.org/GNOME/gjs/-/tags
|
||||
1.77.90
|
||||
@ -1,7 +1,6 @@
|
||||
https://reactresources.com/
|
||||
|
||||
https://github.com/kudos-dude/react-best-practices
|
||||
https://vasanthk.gitbooks.io/react-bits/
|
||||
https://github.com/vasanthk/react-bits
|
||||
https://github.com/markerikson/react-redux-links
|
||||
https://github.com/markerikson/react-redux-links/blob/master/react-redux-architecture.md
|
||||
https://proglib.io/p/react-digest/
|
||||
|
||||
3
pl/web/js/libfws/ui/react/docs/resources/react-bits.txt
Обычный файл
3
pl/web/js/libfws/ui/react/docs/resources/react-bits.txt
Обычный файл
@ -0,0 +1,3 @@
|
||||
https://github.com/kudos-dude/react-best-practices
|
||||
https://vasanthk.gitbooks.io/react-bits/
|
||||
https://github.com/vasanthk/react-bits
|
||||
6
science/ai/chatgpt/clients/tgpt.txt
Обычный файл
6
science/ai/chatgpt/clients/tgpt.txt
Обычный файл
@ -0,0 +1,6 @@
|
||||
https://github.com/aandrew-me/tgpt
|
||||
curl -sSL https://raw.githubusercontent.com/aandrew-me/tgpt/main/install | bash -s /usr/local/bin
|
||||
go install github.com/aandrew-me/tgpt@latest
|
||||
|
||||
2023
|
||||
https://www.youtube.com/watch?v=yrj8Pa1JHf
|
||||
25
science/ai/codeium/codeium.txt
Обычный файл
25
science/ai/codeium/codeium.txt
Обычный файл
@ -0,0 +1,25 @@
|
||||
https://codeium.com/
|
||||
https://codeium.com/chat
|
||||
|
||||
https://github.com/Exafunction/codeium.vim
|
||||
|
||||
https://codeium.com/faq
|
||||
https://codeium.com/download
|
||||
|
||||
https://www.youtube.com/@codeiumdev
|
||||
https://www.youtube.com/watch?v=99_UBBAfk0c
|
||||
|
||||
https://codeium.com/blog
|
||||
https://codeium.com/blog/how-is-codeium-free
|
||||
https://codeium.com/pricing
|
||||
https://codeium.com/blog/code-assistant-comparison-copilot-tabnine-ghostwriter-codeium
|
||||
|
||||
https://codeium.com/compare
|
||||
|
||||
https://codeium.com/about_codeium_search
|
||||
|
||||
https://codeium.com/vscode_tutorial
|
||||
https://codeium.com/jetbrains_tutorial
|
||||
|
||||
2023
|
||||
https://habr.com/ru/articles/758910/
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user