зеркало из
https://github.com/iharh/notes.git
synced 2025-11-01 06:06:08 +02:00
m
Этот коммит содержится в:
родитель
ad857d1452
Коммит
1a87c23f45
@ -10,3 +10,7 @@ Otus - Kafka and ClickHouse of 1:41:20
|
||||
2023
|
||||
ListenIT - What ClickHouse is and Columnt DBs ru of 14:46
|
||||
https://www.youtube.com/watch?v=2b4heaO3U8k
|
||||
2018
|
||||
YandexForDevelopers - Milovidov - SHAD - 005 - How ClickHouse Works ru 38:00 of 1:56:30
|
||||
https://www.youtube.com/watch?v=vbhSrZxm66E
|
||||
https://habr.com/ru/companies/yandex/articles/273305/
|
||||
|
||||
@ -35,6 +35,9 @@ https://www.youtube.com/channel/UCuuTtB4Dzbsr7VEYffTvhLA
|
||||
https://www.youtube.com/playlist?list=PLkTpcxa4iBNzKgVGMdtkkQOzyy8SLNnq5
|
||||
https://www.youtube.com/channel/UCcWb4eV93-jSlrfJqg7lDRA/videos
|
||||
|
||||
2025
|
||||
LawAnOrder - 01.13 - Dudnik - Hazin 31:00 of 45:35
|
||||
https://www.youtube.com/watch?v=AjHJAKpyFho
|
||||
2024
|
||||
LawAnOrder - 09.22 - Dudnik - Hazin of 54:24
|
||||
https://www.youtube.com/watch?v=J30si2oAfko
|
||||
|
||||
@ -23,6 +23,9 @@ https://www.youtube.com/c/DmitryPerednya667
|
||||
https://vk.com/muzejkonstruirovaniyabudushchego
|
||||
https://vk.com/video/@muzejkonstruirovaniyabudushchego
|
||||
|
||||
2025
|
||||
Metametrics - Devyatov of 59:58
|
||||
https://www.youtube.com/watch?v=ZKPGxyQ1FQc
|
||||
2024
|
||||
AlexeyNovitskiyChannel - Novitskiy - Veduta - Devyatov - Durov with Duras of 51:54
|
||||
https://www.youtube.com/watch?v=HygRLmj7gxQ
|
||||
|
||||
@ -31,7 +31,7 @@ Michael Mann
|
||||
books: Fashism, Dark Side of Democracy
|
||||
|
||||
2024
|
||||
RUPoliticalCultureInstitute - 10.18 - Rode - Hazin - All witll go Down 2:00 of 1:24:52
|
||||
RUPoliticalCultureInstitute - 10.18 - Rode - Hazin - All witll go Down 33:00 of 1:24:52
|
||||
https://www.youtube.com/watch?v=Cp4B7UXCxsI
|
||||
InRPCElite - Maria Fiveyskaya QA of of 41:42
|
||||
https://www.youtube.com/watch?v=Jkk669nEAgw
|
||||
|
||||
@ -13,7 +13,7 @@ MichaelTellbot - Golographics Universe
|
||||
USLawAndOrder - Dudnik - GennadyM - Trump and RomanClub of 1:03:50
|
||||
https://www.youtube.com/watch?v=d-OYfN8HXu0
|
||||
2024
|
||||
GennadyM - The Economist - 2025 - Hidden Plans of Saturnists 42:00 of 57:48
|
||||
GennadyM - The Economist - 2025 - Hidden Plans of Saturnists of 57:48
|
||||
https://www.youtube.com/watch?v=znIh6rzWrr4
|
||||
! Book of Robert Svoboda - Velichie Saturna
|
||||
Conspirolog - GennadyM - OON Ultimatum of 1:11:51
|
||||
|
||||
@ -1,99 +0,0 @@
|
||||
https://wiki.hyprland.org/Getting-Started/Installation/
|
||||
On Fedora 39+, run:
|
||||
sudo dnf install hyprland
|
||||
sudo dnf install hyprland-devel # If you want to build plugins (use hyprpm)
|
||||
Faster updates and additional packages are available in the solopasha/hyprland Copr repository.
|
||||
https://copr.fedorainfracloud.org/coprs/solopasha/hyprland/
|
||||
https://github.com/solopasha/hyprlandRPM
|
||||
sudo dnf copr enable solopasha/hyprland -y # once again to enable the runtime dependency repo solopasha/libdrm
|
||||
sudo dnf up --refresh
|
||||
|
||||
https://wiki.hyprland.org/Getting-Started/Installation/#manual-releases
|
||||
https://copr.fedorainfracloud.org/coprs/solopasha/hyprland
|
||||
|
||||
https://github.com/JaKooLit/Fedora-Hyprland
|
||||
git clone --depth=1 https://github.com/JaKooLit/Fedora-Hyprland.git ~/Fedora-Hyprland
|
||||
cd ~/Fedora-Hyprland
|
||||
chmod +x install.sh
|
||||
./install.sh
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install.sh
|
||||
-mako
|
||||
-dunst
|
||||
-rofi
|
||||
+swaync
|
||||
https://github.com/ErikReider/SwayNotificationCenter
|
||||
https://man.archlinux.org/man/swaync.5.en
|
||||
~/.config/swaync/
|
||||
config.json
|
||||
/etc/xdg/swaync/configSchema.json
|
||||
Hot-reload config through swaync-client -R, -rs
|
||||
swaync-client -t
|
||||
style.css
|
||||
* {
|
||||
...
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
+rofi-wayland
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/tree/main/install-scripts
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/Global_functions.sh
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/copr.sh
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/InputGroup.sh
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/fonts.sh
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/00-hypr-pkgs.sh
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/hyprland.sh
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/hyprland-eco.sh
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/xdph.sh
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/zsh.sh
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/02-Final-Check.sh
|
||||
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/ags.sh
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/thunar.sh
|
||||
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/dotfiles.sh
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/dotfiles-main.sh
|
||||
https://github.com/JaKooLit/Hyprland-Dots
|
||||
|
||||
from src
|
||||
https://github.com/hyprwm/Hyprland/discussions/284
|
||||
|
||||
2024
|
||||
MichaelHorn - An Introduction To Hyprland ... 0:00 of 8:37
|
||||
https://www.youtube.com/watch?v=mmRKWgiPulg
|
||||
MLFW - Install HYPRLAND on Fedora and Arch with the ML4W Hyprland Starter. Easy to install, ready to use 0:00 of 14:04
|
||||
https://www.youtube.com/watch?v=jc-vFSXpZF4
|
||||
https://github.com/mylinuxforwork/hyprland-starter
|
||||
https://github.com/mylinuxforwork/hyprland-starter/wiki
|
||||
https://github.com/mylinuxforwork/hyprland-starter/wiki/Installation
|
||||
bash <(curl -s https://raw.githubusercontent.com/mylinuxforwork/hyprland-starter/main/setup.sh)
|
||||
https://github.com/mylinuxforwork/hyprland-starter/blob/main/setup.sh
|
||||
https://github.com/mylinuxforwork/hyprland-starter/blob/main/install.sh
|
||||
https://github.com/mylinuxforwork/hyprland-starter/tree/main/install
|
||||
https://github.com/mylinuxforwork/hyprland-starter/tree/main/install/includes
|
||||
!!!
|
||||
https://github.com/mylinuxforwork/hyprland-starter/blob/main/install/includes/backup.sh
|
||||
https://github.com/mylinuxforwork/hyprland-starter/tree/main/install/fedora
|
||||
https://github.com/mylinuxforwork/hyprland-starter/blob/main/install/fedora/install_packages.sh
|
||||
https://github.com/mylinuxforwork/hyprland-starter/blob/main/install/fedora/install_required.sh
|
||||
https://github.com/mylinuxforwork/hyprland-starter/tree/main/dotfiles
|
||||
https://github.com/mylinuxforwork/hyprland-starter/blob/main/dotfiles/.bashrc
|
||||
https://github.com/mylinuxforwork/hyprland-starter/tree/main/dotfiles/.config
|
||||
https://github.com/mylinuxforwork/hyprland-starter/tree/main/dotfiles/.config/ml4w
|
||||
https://github.com/mylinuxforwork/hyprland-starter/tree/main/dotfiles/.config/ml4w/apps
|
||||
ML4W_Hyprland_Settings-x86_64.AppImage
|
||||
https://github.com/mylinuxforwork/hyprland-starter/tree/main/dotfiles/.config/ml4w/settings
|
||||
https://github.com/mylinuxforwork/hyprland-starter/tree/main/dotfiles/.config/ml4w/scripts
|
||||
https://github.com/mylinuxforwork/hyprland-starter/tree/main/dotfiles/.config/hypr
|
||||
https://github.com/mylinuxforwork/hyprland-starter/blob/main/dotfiles/.config/hypr/hyprland.conf
|
||||
source = ~/.config/hypr/conf/<...>.conf
|
||||
https://github.com/mylinuxforwork/hyprland-starter/tree/main/dotfiles/.config/hypr/conf
|
||||
|
||||
2023
|
||||
Ja.KooLit - Hyprland on Fedora Workstation and Nobara - nvidia, amd and intel gpu support of 10:03
|
||||
https://www.youtube.com/watch?v=w2dt4GlHjV0
|
||||
! git clone https://github.com/JaKooLit/Fedora-Hyprland
|
||||
! chmod +x install.sh
|
||||
! customize install-scripts/
|
||||
! corp.sh
|
||||
! ./install.sh
|
||||
! M-e - key-bindings help
|
||||
52
os/x-ui/wm/wayland/hyprland/inst/fedora/fedora-jakolit.txt
Обычный файл
52
os/x-ui/wm/wayland/hyprland/inst/fedora/fedora-jakolit.txt
Обычный файл
@ -0,0 +1,52 @@
|
||||
https://github.com/JaKooLit/Fedora-Hyprland
|
||||
git clone --depth=1 https://github.com/JaKooLit/Fedora-Hyprland.git ~/Fedora-Hyprland
|
||||
cd ~/Fedora-Hyprland
|
||||
chmod +x install.sh
|
||||
./install.sh
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install.sh
|
||||
-mako
|
||||
-dunst
|
||||
-rofi
|
||||
+swaync
|
||||
https://github.com/ErikReider/SwayNotificationCenter
|
||||
https://man.archlinux.org/man/swaync.5.en
|
||||
~/.config/swaync/
|
||||
config.json
|
||||
/etc/xdg/swaync/configSchema.json
|
||||
Hot-reload config through swaync-client -R, -rs
|
||||
swaync-client -t
|
||||
style.css
|
||||
* {
|
||||
...
|
||||
font-size: 2rem;
|
||||
}
|
||||
|
||||
+rofi-wayland
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/tree/main/install-scripts
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/Global_functions.sh
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/copr.sh
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/InputGroup.sh
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/fonts.sh
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/00-hypr-pkgs.sh
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/hyprland.sh
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/hyprland-eco.sh
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/xdph.sh
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/zsh.sh
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/02-Final-Check.sh
|
||||
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/ags.sh
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/thunar.sh
|
||||
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/dotfiles.sh
|
||||
https://github.com/JaKooLit/Fedora-Hyprland/blob/main/install-scripts/dotfiles-main.sh
|
||||
https://github.com/JaKooLit/Hyprland-Dots
|
||||
|
||||
2023
|
||||
Ja.KooLit - Hyprland on Fedora Workstation and Nobara - nvidia, amd and intel gpu support of 10:03
|
||||
https://www.youtube.com/watch?v=w2dt4GlHjV0
|
||||
! git clone https://github.com/JaKooLit/Fedora-Hyprland
|
||||
! chmod +x install.sh
|
||||
! customize install-scripts/
|
||||
! corp.sh
|
||||
! ./install.sh
|
||||
! M-e - key-bindings help
|
||||
22
os/x-ui/wm/wayland/hyprland/inst/fedora/fedora-ml4w.txt
Обычный файл
22
os/x-ui/wm/wayland/hyprland/inst/fedora/fedora-ml4w.txt
Обычный файл
@ -0,0 +1,22 @@
|
||||
https://www.ml4w.com/
|
||||
|
||||
https://github.com/mylinuxforwork/hyprland-starter
|
||||
https://github.com/mylinuxforwork/hyprland-starter/wiki
|
||||
https://github.com/mylinuxforwork/hyprland-starter/wiki/Installation
|
||||
bash <(curl -s https://raw.githubusercontent.com/mylinuxforwork/hyprland-starter/main/setup.sh)
|
||||
???
|
||||
https://github.com/mylinuxforwork/hyprland-starter/blob/main/install/includes/backup.sh
|
||||
|
||||
https://github.com/mylinuxforwork/hyprland-starter/tree/main/dotfiles
|
||||
|
||||
https://github.com/mylinuxforwork/dotfiles
|
||||
https://github.com/mylinuxforwork/dotfiles/blob/main/setup-fedora.sh
|
||||
https://github.com/mylinuxforwork/dotfiles/tree/main/share/dotfiles/.config
|
||||
|
||||
2024
|
||||
ML4W - ML4W Dotfiles for Hyprland 2.9.7.1 for Arch and Fedora. NEW rofi and waybar theme, dock and wlogout of 12:53
|
||||
https://www.youtube.com/watch?v=siy2vL94yd0
|
||||
ML4W - Install Hyprland on FEDORA and ARCH Linux with the ML4W Dotfiles 2.9.7. Fully equipped Hyprland DE. of 11:49
|
||||
https://www.youtube.com/watch?v=dxiX3E5B8bU
|
||||
MLFW - Install HYPRLAND on Fedora and Arch with the ML4W Hyprland Starter. Easy to install, ready to use 0:00 of 14:04
|
||||
https://www.youtube.com/watch?v=jc-vFSXpZF4
|
||||
23
os/x-ui/wm/wayland/hyprland/inst/fedora/fedora.txt
Обычный файл
23
os/x-ui/wm/wayland/hyprland/inst/fedora/fedora.txt
Обычный файл
@ -0,0 +1,23 @@
|
||||
https://wiki.hyprland.org/Getting-Started/Installation/
|
||||
On Fedora 39+, run:
|
||||
sudo dnf install hyprland
|
||||
sudo dnf install hyprland-devel # If you want to build plugins (use hyprpm)
|
||||
Faster updates and additional packages are available in the solopasha/hyprland Copr repository.
|
||||
https://copr.fedorainfracloud.org/coprs/solopasha/hyprland/
|
||||
https://github.com/solopasha/hyprlandRPM
|
||||
sudo dnf copr enable solopasha/hyprland -y # once again to enable the runtime dependency repo solopasha/libdrm
|
||||
sudo dnf up --refresh
|
||||
|
||||
https://wiki.hyprland.org/Getting-Started/Installation/#manual-releases
|
||||
https://copr.fedorainfracloud.org/coprs/solopasha/hyprland
|
||||
|
||||
from src
|
||||
https://github.com/hyprwm/Hyprland/discussions/284
|
||||
|
||||
2024
|
||||
MichaelHorn - An Introduction To Hyprland ... 0:00 of 8:37
|
||||
https://www.youtube.com/watch?v=mmRKWgiPulg
|
||||
|
||||
dotfiles
|
||||
https://github.com/prasanthrangan/hyprdots
|
||||
https://github.com/sudoharun/dotfiles
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user