зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-30 21:26:09 +02:00 
			
		
		
		
	m
Этот коммит содержится в:
		
							родитель
							
								
									af893384ff
								
							
						
					
					
						Коммит
						d4022942d2
					
				
							
								
								
									
										2
									
								
								devops/virt/proxmox/features/migration.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										2
									
								
								devops/virt/proxmox/features/migration.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1,2 @@ | ||||
| 2023 | ||||
| https://habr.com/ru/articles/741114/ | ||||
							
								
								
									
										16
									
								
								hw/comp/laptop/modular/framework.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										16
									
								
								hw/comp/laptop/modular/framework.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1,16 @@ | ||||
| https://frame.work/products/laptop16-diy-amd-7040 | ||||
| https://www.amd.com/en/gaming/laptops/advantage/framework-16.html | ||||
| 
 | ||||
| https://megaobzor.com/Modulnii-noutbuk-Framework-Laptop-16-stal-hitom-prodazh.html | ||||
| 
 | ||||
| 2023 | ||||
| https://www.ixbt.com/news/2023/07/28/18-framework-laptop-16-1400-2024.html | ||||
| https://news.1k.by/pc/Modylnyiii_igrovoii_noytbyk_Framework_Laptop_16_yje_dostypen_dlya_zakaza-86786.html | ||||
| https://habr.com/ru/companies/selectel/articles/748284/ | ||||
| https://club.dns-shop.ru/digest/100634-modulnyii-noutbuk-framework-16-s-chipami-ryzen-7040-stal-dostupen/ | ||||
| https://overclockers.ru/blog/Scorpion81/show/89242/modulnyj-noutbuk-framework-laptop-16-smozhet-ostavatsya-aktualnym-godami | ||||
| https://3dnews.ru/1090253/framework-laptop-16-amd-advantage-preorder | ||||
| Dave2D | ||||
|     https://www.youtube.com/watch?v=FuWTWedjHXs | ||||
| 2022 | ||||
| https://www.youtube.com/watch?v=bdXMLuiFJUk | ||||
| @ -8,10 +8,12 @@ https://www.777555.by/product/499057-lg-27up650-w/ | ||||
| https://www.lg.com/ru/monitors/lg-27up850n-w | ||||
|     better than 27up650-w ... | ||||
| my! | ||||
| https://www.lg.com/ru/monitors/lg-27up850n-w | ||||
| https://www.777555.by/product/991851-lg-27up850n-w/ | ||||
|     1267 bin, home, 3840x2160 4K, 400 kd/m2 | ||||
| https://5element.by/products/787583-monitor-lg-27up850n-w/characteristics | ||||
|     1318 bin | ||||
|     https://www.youtube.com/watch?v=YTOvv1tK67E | ||||
| 2021 | ||||
| https://www.777555.by/product/460614-lg-27up850-w/ | ||||
|     ! 1732 bin, pro, 3840x2160 4K, 400 kd/m2 | ||||
|  | ||||
							
								
								
									
										7
									
								
								nontech/movies/ru/9-unknowns.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										7
									
								
								nontech/movies/ru/9-unknowns.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1,7 @@ | ||||
| Vladimir Bragin | ||||
| https://ru.wikipedia.org/wiki/%D0%91%D1%80%D0%B0%D0%B3%D0%B8%D0%BD,_%D0%92%D0%BB%D0%B0%D0%B4%D0%B8%D0%BC%D0%B8%D1%80_%D0%95%D0%B2%D0%B3%D0%B5%D0%BD%D1%8C%D0%B5%D0%B2%D0%B8%D1%87 | ||||
|     Spetsnaz | ||||
| 
 | ||||
| 2006 | ||||
| https://ru.wikipedia.org/wiki/%D0%94%D0%B5%D0%B2%D1%8F%D1%82%D1%8C_%D0%BD%D0%B5%D0%B8%D0%B7%D0%B2%D0%B5%D1%81%D1%82%D0%BD%D1%8B%D1%85_(%D1%82%D0%B5%D0%BB%D0%B5%D1%81%D0%B5%D1%80%D0%B8%D0%B0%D0%BB) | ||||
|     Vladimir Arkadievich Eremin | ||||
							
								
								
									
										18
									
								
								os/linux/nixos/flakes/cool/patched-nixpkg/librephoenix.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										18
									
								
								os/linux/nixos/flakes/cool/patched-nixpkg/librephoenix.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1,18 @@ | ||||
| https://gitlab.com/librephoenix/nixos-config | ||||
| https://gitlab.com/librephoenix/nixos-config/-/blob/main/flake.nix?ref_type=heads | ||||
| 
 | ||||
|    nixpkgs-patched = (import nixpkgs { inherit system; }).applyPatches { | ||||
|       name = "nixpkgs-patched"; | ||||
|       src = nixpkgs; | ||||
|       patches = [ ./patches/emacs-no-version-check.patch ]; | ||||
|     }; | ||||
|     # configure pkgs | ||||
|     pkgs = import nixpkgs-patched { | ||||
|       inherit system; | ||||
|       config = { allowUnfree = true; }; | ||||
|       overlays = [ rust-overlay.overlays.default ]; | ||||
|     }; | ||||
| 
 | ||||
|     # configure lib | ||||
|     lib = nixpkgs.lib; | ||||
| 
 | ||||
| @ -1,8 +0,0 @@ | ||||
| https://assassinate-you.net/tags/appimagelauncher/ | ||||
| https://github.com/TheAssassin/AppImageLauncher | ||||
| 
 | ||||
| 2021 | ||||
| https://toadmin.ru/%d0%ba%d0%b0%d0%ba-%d0%bb%d0%b5%d0%b3%d0%ba%d0%be-%d1%83%d1%81%d1%82%d0%b0%d0%bd%d0%be%d0%b2%d0%b8%d1%82%d1%8c-appimages-%d0%b2-linux/ | ||||
| 2020 | ||||
| EricAdams - Integrate and Manage AppImages with AppImageLauncher of 9:19 | ||||
|     https://www.youtube.com/watch?v=D2WA2zdLvVk | ||||
| @ -1,4 +1,6 @@ | ||||
| https://appimage.org/ | ||||
| 
 | ||||
| https://github.com/AppImage | ||||
| https://github.com/AppImage/AppImageKit | ||||
| 
 | ||||
| https://www.opendesktop.org/p/1228228 | ||||
|  | ||||
							
								
								
									
										2
									
								
								os/linux/packaging/appimage/tools/hub/appimage.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										2
									
								
								os/linux/packaging/appimage/tools/hub/appimage.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1,2 @@ | ||||
| https://appimage.github.io/ | ||||
| https://github.com/AppImage/appimage.github.io | ||||
							
								
								
									
										1
									
								
								os/linux/packaging/appimage/tools/hub/appimagehub.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										1
									
								
								os/linux/packaging/appimage/tools/hub/appimagehub.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1 @@ | ||||
| https://www.appimagehub.com/ | ||||
							
								
								
									
										6
									
								
								os/linux/packaging/appimage/tools/manager/am-appman.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										6
									
								
								os/linux/packaging/appimage/tools/manager/am-appman.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1,6 @@ | ||||
| https://portable-linux-apps.github.io/apps.html | ||||
| https://github.com/ivan-hc/AM-Application-Manager | ||||
| 
 | ||||
| 2023 | ||||
| DistroTube - Managing AppImages Is Easy With "AM" Application Manager 0:00 of 12:30 | ||||
|     https://www.youtube.com/watch?v=7SfDlR3vU3I | ||||
| @ -4,8 +4,8 @@ https://github.com/TheAssassin/AppImageLauncher | ||||
|     ail-cli | ||||
| https://github.com/TheAssassin/AppImageLauncher/releases | ||||
|     2.2.0 | ||||
| 
 | ||||
| appimagelauncher-git | ||||
| https://www.appimagehub.com/p/1228228 | ||||
| 
 | ||||
| aur | ||||
| https://aur.archlinux.org/packages/appimagelauncher-git | ||||
| @ -24,3 +24,8 @@ maintainer="Zahrun <Zahrun@github.com>" | ||||
| 
 | ||||
| 2023 | ||||
| https://ostechnix.com/integrate-appimages-to-application-menu-using-appimagelauncher/ | ||||
| 2021 | ||||
| https://toadmin.ru/%d0%ba%d0%b0%d0%ba-%d0%bb%d0%b5%d0%b3%d0%ba%d0%be-%d1%83%d1%81%d1%82%d0%b0%d0%bd%d0%be%d0%b2%d0%b8%d1%82%d1%8c-appimages-%d0%b2-linux/ | ||||
| 2020 | ||||
| EricAdams - Integrate and Manage AppImages with AppImageLauncher of 9:19 | ||||
|     https://www.youtube.com/watch?v=D2WA2zdLvVk | ||||
							
								
								
									
										2
									
								
								os/linux/rh/fedora/terra.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										2
									
								
								os/linux/rh/fedora/terra.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1,2 @@ | ||||
| https://terra.fyralabs.com/ | ||||
| https://github.com/terrapkg/packages | ||||
| @ -5,6 +5,7 @@ https://linuxways.net/ubuntu/how-to-upgrade-from-ubuntu-22-04-to-ubuntu-23-04/ | ||||
| https://www.omgubuntu.co.uk/2023/04/upgrade-to-ubuntu-23-04 | ||||
| 
 | ||||
| 2023 | ||||
| https://9to5linux.com/you-can-now-upgrade-from-ubuntu-23-04-to-ubuntu-23-10-heres-how | ||||
| https://sypalo.com/how-to-upgrade-ubuntu | ||||
|     to 23.10 | ||||
| SergeySypalo - How to upgrade Ubuntu to 23.10 using GUI or command line 0:00 of 28:43 | ||||
|  | ||||
							
								
								
									
										2
									
								
								os/x-ui/themes/icons/candy.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										2
									
								
								os/x-ui/themes/icons/candy.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1,2 @@ | ||||
| https://github.com/EliverLara/candy-icons | ||||
| https://www.opendesktop.org/p/1305251/ | ||||
							
								
								
									
										13
									
								
								os/x-ui/wm/tiling/wayland/hyprland/pyprland.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										13
									
								
								os/x-ui/wm/tiling/wayland/hyprland/pyprland.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1,13 @@ | ||||
| https://github.com/hyprland-community/pyprland | ||||
| 
 | ||||
| https://github.com/hyprland-community/pyprland/wiki | ||||
| https://github.com/hyprland-community/pyprland/wiki/Development | ||||
| https://github.com/hyprland-community/pyprland/wiki/Getting-started | ||||
| https://github.com/hyprland-community/pyprland/wiki/Plugins | ||||
| https://github.com/hyprland-community/pyprland/wiki/Troubleshooting | ||||
| 
 | ||||
| 2023 | ||||
| LibrePhoenix - You NEED This in your Hyprland Config! 0:00 of 7:46 | ||||
|     https://www.youtube.com/watch?v=CwGlm-rpok4 | ||||
|     https://gitlab.com/librephoenix/nixos-config/-/tree/main/user/wm/hyprland?ref_type=heads | ||||
|     https://gitlab.com/librephoenix/nixos-config/-/blob/main/user/wm/hyprland/hyprland.nix?ref_type=heads | ||||
| @ -2,11 +2,10 @@ https://www.linux.org.ru/gallery/ | ||||
| https://www.linux.org.ru/tag/nixos | ||||
| 
 | ||||
| unixp | ||||
| 2021-jan-1 | ||||
| 2021-feb-1 | ||||
| https://t.me/reddit_unixporn/559 | ||||
| 
 | ||||
| https://unixporn-dots.github.io/ | ||||
| https://www.reddit.com/r/unixporn/wiki/info/postofthemonth | ||||
| https://unixporn-dots.github.io/ | ||||
| 
 | ||||
| awesome | ||||
| https://github.com/awesomeWM/awesome/discussions/3813 | ||||
| @ -40,6 +39,10 @@ https://github.com/jazz-g/shining-plum | ||||
|     !!! | ||||
|     https://github.com/jazz-g/shining-plum/tree/master/.config/awesome/scripts | ||||
| https://github.com/figsoda/cfg | ||||
| https://github.com/drahenprofi/dotfiles | ||||
| https://github.com/mut-ex/awesome-wm-nice/ | ||||
|     macos-like | ||||
| https://github.com/mpourismaiel/dotfiles | ||||
| 
 | ||||
| hyprland | ||||
| https://wiki.hyprland.org/Getting-Started/Master-Tutorial/#vm | ||||
| @ -61,6 +64,16 @@ https://github.com/Ehllay/hyprland-dotfiles | ||||
| https://www.reddit.com/r/unixporn/comments/17d2q6o/hyprland_because_linux/ | ||||
|     https://www.youtube.com/watch?v=utbs1cO8VnI | ||||
| https://github.com/enchanted-coder/nix-config | ||||
| https://github.com/phant80m/dotfiles | ||||
|     https://www.youtube.com/watch?v=qVUdr7KDl-4 | ||||
| https://github.com/TesterTech/hyprland-config | ||||
|     https://www.youtube.com/watch?v=89aYpPMlqFs | ||||
|     https://www.youtube.com/watch?v=CeOfycrY5JI | ||||
| 
 | ||||
| eww | ||||
| https://www.youtube.com/watch?v=AmVqENmVu8w | ||||
| https://www.youtube.com/watch?v=SBPZNjDiggE | ||||
|     dashboard | ||||
| 
 | ||||
| sway | ||||
| https://codeberg.org/zvava/config | ||||
| @ -110,3 +123,8 @@ https://github.com/fredmny/dotfiles | ||||
| 
 | ||||
| nixos | ||||
| https://github.com/sherubthakur/dotfiles/tree/master | ||||
| https://github.com/JavaCafe01/dotfiles | ||||
| https://github.com/moni-dz/nix-config | ||||
| stylix | ||||
| https://danth.github.io/stylix/ | ||||
|     https://github.com/danth/stylix | ||||
|  | ||||
							
								
								
									
										5
									
								
								pl/clojure/tools/ide/clerk.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										5
									
								
								pl/clojure/tools/ide/clerk.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1,5 @@ | ||||
| https://clerk.vision/ | ||||
| https://github.com/nextjournal/clerk | ||||
| 
 | ||||
| https://book.clerk.vision/ | ||||
| https://px23.clerk.vision/ | ||||
| @ -1,6 +1,7 @@ | ||||
| https://github.com/gradle/gradle/releases | ||||
| 
 | ||||
| 8.x | ||||
| https://docs.gradle.org/8.4/release-notes.html | ||||
| https://docs.gradle.org/8.3/release-notes.html | ||||
| https://docs.gradle.org/8.2/release-notes.html | ||||
| https://docs.gradle.org/8.1/release-notes.html | ||||
|  | ||||
| @ -3,11 +3,14 @@ https://www.sourcetrail.com/blog/discontinue_sourcetrail/ | ||||
| 
 | ||||
| https://www.sourcetrail.com/ | ||||
| https://www.sourcetrail.com/downloads | ||||
| 
 | ||||
| aur/sourcetrail | ||||
|     https://aur.archlinux.org/packages/sourcetrail/ | ||||
|     https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=sourcetrail | ||||
| https://www.appimagehub.com/p/1371159 | ||||
| 
 | ||||
| https://github.com/CoatiSoftware/Sourcetrail | ||||
|     ! discontinued from 2021 | ||||
| https://github.com/CoatiSoftware/SourcetrailDB | ||||
| https://github.com/CoatiSoftware/vim-sourcetrail | ||||
| https://github.com/CoatiSoftware/vs-sourcetrail | ||||
| @ -23,7 +26,7 @@ template specialization | ||||
| https://www.youtube.com/watch?v=9ISEuga7ZuU | ||||
| 
 | ||||
| 2021 | ||||
| 
 | ||||
| https://web.archive.org/web/20211115131149/https://www.sourcetrail.com/blog/discontinue_sourcetrail/ | ||||
| 2020 | ||||
| https://www.sourcetrail.com/blog/release_2020_1/ | ||||
| 2019 | ||||
|  | ||||
							
								
								
									
										2
									
								
								pl/java/tools/notebook/jnotebook.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										2
									
								
								pl/java/tools/notebook/jnotebook.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1,2 @@ | ||||
| https://jnotebook.catheu.tech/ | ||||
| https://github.com/cyrilou242/jnotebook | ||||
							
								
								
									
										20
									
								
								pl/web/js/libfws/ui/visual/observable.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										20
									
								
								pl/web/js/libfws/ui/visual/observable.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1,20 @@ | ||||
| https://observablehq.com | ||||
| https://observablehq.com/pricing | ||||
| https://observablehq.com/explore | ||||
| https://observablehq.com/data-integrations | ||||
| https://observablehq.com/product | ||||
| https://observablehq.com/why-observable | ||||
| https://observablehq.com/solutions/developers | ||||
| https://observablehq.com/solutions/sql-users | ||||
| https://observablehq.com/solutions/data-analysts | ||||
| https://observablehq.com/education | ||||
| 
 | ||||
| https://observablehq.com/@observablehq/documentation | ||||
| 
 | ||||
| https://github.com/orgs/observablehq/repositories | ||||
| 
 | ||||
| https://observablehq.com/plot/ | ||||
| https://github.com/observablehq/plot | ||||
| 
 | ||||
| https://observablehq.com/blog | ||||
| https://talk.observablehq.com/ | ||||
							
								
								
									
										5
									
								
								science/ai/chatgpt/clients/nofwl.txt
									
									
									
									
									
										Обычный файл
									
								
							
							
						
						
									
										5
									
								
								science/ai/chatgpt/clients/nofwl.txt
									
									
									
									
									
										Обычный файл
									
								
							| @ -0,0 +1,5 @@ | ||||
| https://github.com/lencx/nofwl | ||||
| https://github.com/lencx/ChatGPT | ||||
| https://app.nofwl.com/ | ||||
| 
 | ||||
| https://www.appimagehub.com/p/1982008 | ||||
| @ -8,3 +8,6 @@ https://github.com/DopplerHQ/awesome-interview-questions | ||||
| https://github.com/arialdomartini/Back-End-Developer-Interview-Questions | ||||
| https://ru.hexlet.io/blog/posts/grokaem-algoritmy-gayd-po-algoritmam-dlya-teh-komu-slozhno-reshat-zadachi | ||||
|     https://github.com/Hexlet/ru-test-assignments | ||||
| 
 | ||||
| 2023 | ||||
| https://proglib.io/p/6-servisov-dlya-podgotovki-k-tehnicheskim-sobesedovaniyam-2023-10-02 | ||||
|  | ||||
| @ -2,3 +2,8 @@ | ||||
| FuncProgSweden - "Super Haskell": an introduction to Agda by André Muricy of 1:10:06 | ||||
|     https://www.youtube.com/watch?v=OSDgVxdP20g | ||||
|     https://gist.github.com/amuricys/5710e9a45705765ec11d1e3879e9ed4e | ||||
| 
 | ||||
| books | ||||
| https://leanpub.com/certainty-by-construction | ||||
|     https://reasonablypolymorphic.com/blog/certainty-by-construction/index.html | ||||
|     https://github.com/isovector/certainty-by-construction | ||||
|  | ||||
		Загрузка…
	
	
			
			x
			
			
		
	
		Ссылка в новой задаче
	
	Block a user
	 Ihar Hancharenka
						Ihar Hancharenka