Сравнить коммиты

...

4 Коммитов

Автор SHA1 Сообщение Дата
Ihar Hancharenka
ba270cf989 m 2025-02-26 18:20:53 +03:00
Ihar Hancharenka
197c63921f m 2025-02-26 18:16:12 +03:00
Ihar Hancharenka
e5897a5cb6 m 2025-02-26 15:24:10 +03:00
Ihar Hancharenka
8b7be0c320 m 2025-02-26 12:08:53 +03:00
13 изменённых файлов: 151 добавлений и 112 удалений

Просмотреть файл

@ -35,6 +35,9 @@ TheLinuxTV - What is Proxmox and Why Should You Use It? of 11:14
https://www.youtube.com/watch?v=yGQK0t_h46k
VirtualizationHowto - Proxmox vs ESXi in 2024 of 12:36
https://www.youtube.com/watch?v=E-CEonr2sAA
MoreThanNetworkSolutions - What is Proxmox? of 3:12
https://www.youtube.com/watch?v=0q5Kui2xF_I
! proxmox is type one (T1) hypervisor, communicate with phisical hw itself (T2 - via underlying OS)
2021
TechHunt - the BEST virtual solution with Proxmox! (Windows and Linux Install) of 16:56
https://www.youtube.com/watch?v=LuCXHHc2u18

Просмотреть файл

@ -3,3 +3,8 @@ https://z-library.sk/
https://libgen.onl/z-library/
https://zlibrary.st/
https://zlibrary.st/zlibrary-alternatives
https://go-to-zlibrary.com/
book req
https://discord.com/channels/1336077240907337739/1336077241595072526

Просмотреть файл

@ -1,5 +1,7 @@
https://www.youtube.com/@IPFSbot/videos
2024
Solenopsys - IPFS and its Defects of 14:00
https://www.youtube.com/watch?v=Tl0cJ70WtfE
SergeiUdalov - Runing IPFS And Simple Site Publishing ru 0:00 of 35:16
https://www.youtube.com/watch?v=O2bIdH2vPZw

Просмотреть файл

@ -15,6 +15,8 @@ HasanAliev - Key of 38 parts
C550C89667F8DF7981F76837BFA6253B
2025
INRPC - Gazenko - QA - Rob EU of 47:58
https://www.youtube.com/watch?v=rLR96p0tmDA
INRPC - Gazenko - QA - Trump Negotiations ... of 40:32
https://www.youtube.com/watch?v=mckeQN8JVU0
https://www.youtube.com/watch?v=0XVHxGnbV0I

Просмотреть файл

@ -10,6 +10,8 @@ Soros - Crisis of the World Capitalism (later renounciated it)
MichaelTellbot - Golographics Universe
2025
GennadyM - Ruev-Balashov - MoscowCity Legal Crypto Bank in RU of 1:17:50
https://www.youtube.com/watch?v=jdw4o36OK78
USLawAndOrder - Dudnik - GennadyM - Why Trump Decided to Destroy Ze of 54:01
https://www.youtube.com/watch?v=M9AXCKJn590
https://www.youtube.com/watch?v=H6laIjpvfGE

Просмотреть файл

@ -1,4 +1,9 @@
https://github.com/JaKooLit/Hyprland-Dots
https://github.com/JaKooLit/Hyprland-Dots/wiki/Changelogs
chmod +x upgrade.sh
./upgrade.sh
https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update
https://github.com/JaKooLit/Hyprland-Dots/tree/main/config/hypr
https://github.com/JaKooLit/Hyprland-Dots/blob/main/config/hypr/hyprland.conf
! just soure= ... other stuff
@ -10,19 +15,8 @@ https://github.com/JaKooLit/Hyprland-Dots/blob/main/config/hypr/configs/Keybinds
https://github.com/JaKooLit/Hyprland-Dots/blob/main/config/hypr/UserConfigs/UserSettings.conf
https://github.com/JaKooLit/Hyprland-Dots/blob/main/config/hypr/UserConfigs/WindowRules.conf
https://github.com/JaKooLit/Hyprland-Dots/wiki/Changelogs
https://github.com/JaKooLit/Hyprland-Dots/wiki/Install_&_Update
https://github.com/JaKooLit/screenshots
https://github.com/JaKooLit/Fedora-Hyprland
https://github.com/JaKooLit/Ubuntu-Hyprland/tree/24.04
Latest Hyprland version that is compatible with Ubuntu 24.04 is Hyprland v0.39.1.
Reason is that some dependencies are old so newer Hyprland wont build on it.
git clone -b 24.04 --depth 1 https://github.com/JaKooLit/Ubuntu-Hyprland.git ~/Ubuntu-Hyprland-24.04
cd ~/Ubuntu-Hyprland-24.04
chmod +x install.sh
./install.sh
update
https://github.com/JaKooLit/Hyprland-Dots/blob/main/config/hypr/scripts/KooLsDotsUpdate.sh
@ -61,6 +55,109 @@ xwayland {
force_zero_scaling = true
}
https://github.com/JaKooLit/Hyprland-Dots
copy.sh
wallpaper=$HOME/.config/hypr/wallpaper_effects/.wallpaper_modified
waybar_style="$HOME/.config/waybar/style/[Dark] Latte-Wallust combined.css"
waybar_config="$HOME/.config/waybar/configs/[TOP] Default_v4"
waybar_config_laptop="$HOME/.config/waybar/configs/[TOP] Default Laptop_v4"
key-bindings
~/.config/hypr/scripts/KeyHints.sh
Super-H key-bindings help
Super-Ctrl-F fake fullscreen
~/.config/hypr/UserConfigs/UserKeybinds.conf
bind = $mainMod CTRL, F, fullscreen, 1 # fake full screen
bindn = ALT_L, SHIFT_L, exec, $scriptsDir/SwitchKeyboardLayout.sh # Change keyboard layout
~/.config/hypr/UserConfigs/UserSettings.conf
input {
# ??? xkb_layout
kb_layout = us
...
}
~/.config/hypr/scripts/SwitchKeyboardLayout.sh
~/.config/qt5ct/qt5ct.conf
[Fonts]
!!!
~/.config/qt6ct/qt6ct.conf
kvantummanager --set "$kvantum_theme"
https://alphacoders.com/
https://github.com/JaKooLit/Wallpaper-Bank.git
https://github.com/JaKooLit/GTK-themes-icons
https://github.com/JaKooLit/GTK-themes-icons/blob/main/auto-extract.sh
~/.icons/
Flat-Remix-Blue-Light/
Flat-Remix-Blue-Dark/
Bibata-Modern-Ice/
~/.themes/
Kali-Dark/
Kali-Light/
~/Pictures/wallpapers/
packages
hyprland
pyprland
https://hyprland-community.github.io/pyprland/
https://hyprland-community.github.io/pyprland/Plugins.html
gtk-murrine-engine
for gtk2
nwg-panel
wofi
wlpaste
hypridle
hyprcursor
hyprpaper
thunarvolman
ffmpegthumbnailer
thumbler
xarchiver
swaync
wallust
wlogout
ags
/usr/local/share/com.github.Aylur.ags
user add into input group
assets/
gtk-3.0
settings.ini:
[Settings]
gtk-theme-name=Andromeda-dark
gtk-icon-theme-name=Flat-Remix-Blue-Dark
gtk-font-name=Fira Code Semi-Bold 14
gtk-cursor-theme-name=Bibata-Modern-Ice
gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=0
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintslight
gtk-xft-rgba=rgb
gtk-application-prefer-dark-theme=1
my waybar style
style.css -> ~/.config/waybar/style/...
[Catppuccin] Mocha.css
[Colored] Translucent.css
...
[Extra] EverForest.css
[Extra] Simple Pink.css
[Retro] Simple Style.css
[Wallust Bordered] Chroma Simple.css
[Wallust] Chroma Tally.css
2025
Ja.KooLit - KooL Hyprland v2.3.11 Update feat various ROFI Themes, update notification & more of 21:31
https://www.youtube.com/watch?v=Vft48floYyM

Просмотреть файл

@ -44,107 +44,6 @@ 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
copy.sh
wallpaper=$HOME/.config/hypr/wallpaper_effects/.wallpaper_modified
waybar_style="$HOME/.config/waybar/style/[Dark] Latte-Wallust combined.css"
waybar_config="$HOME/.config/waybar/configs/[TOP] Default_v4"
waybar_config_laptop="$HOME/.config/waybar/configs/[TOP] Default Laptop_v4"
~/.config/hypr/
hyprland.conf
key-bindings
~/.config/hypr/scripts/KeyHints.sh
Super-H key-bindings help
Super-Ctrl-F fake fullscreen
~/.config/hypr/UserConfigs/UserKeybinds.conf
bind = $mainMod CTRL, F, fullscreen, 1 # fake full screen
bindn = ALT_L, SHIFT_L, exec, $scriptsDir/SwitchKeyboardLayout.sh # Change keyboard layout
~/.config/hypr/UserConfigs/UserSettings.conf
input {
# ??? xkb_layout
kb_layout = us
...
}
~/.config/hypr/scripts/SwitchKeyboardLayout.sh
~/.config/qt5ct/qt5ct.conf
[Fonts]
!!!
~/.config/qt6ct/qt6ct.conf
kvantummanager --set "$kvantum_theme"
https://alphacoders.com/
https://github.com/JaKooLit/Wallpaper-Bank.git
https://github.com/JaKooLit/GTK-themes-icons
https://github.com/JaKooLit/GTK-themes-icons/blob/main/auto-extract.sh
~/.icons/
Flat-Remix-Blue-Light/
Flat-Remix-Blue-Dark/
Bibata-Modern-Ice/
~/.themes/
Kali-Dark/
Kali-Light/
~/Pictures/wallpapers/
packages
hyprland
pyprland
https://hyprland-community.github.io/pyprland/
https://hyprland-community.github.io/pyprland/Plugins.html
gtk-murrine-engine
for gtk2
nwg-panel
wofi
wlpaste
hypridle
hyprcursor
hyprpaper
thunarvolman
ffmpegthumbnailer
thumbler
xarchiver
swaync
wallust
wlogout
ags
/usr/local/share/com.github.Aylur.ags
user add into input group
assets/
gtk-3.0
settings.ini:
[Settings]
gtk-theme-name=Andromeda-dark
gtk-icon-theme-name=Flat-Remix-Blue-Dark
gtk-font-name=Fira Code Semi-Bold 14
gtk-cursor-theme-name=Bibata-Modern-Ice
gtk-cursor-theme-size=24
gtk-toolbar-style=GTK_TOOLBAR_ICONS
gtk-toolbar-icon-size=GTK_ICON_SIZE_LARGE_TOOLBAR
gtk-button-images=1
gtk-menu-images=1
gtk-enable-event-sounds=1
gtk-enable-input-feedback-sounds=0
gtk-xft-antialias=1
gtk-xft-hinting=1
gtk-xft-hintstyle=hintslight
gtk-xft-rgba=rgb
gtk-application-prefer-dark-theme=1
my waybar style
style.css -> ~/.config/waybar/style/...
[Catppuccin] Mocha.css
[Colored] Translucent.css
...
[Extra] EverForest.css
[Extra] Simple Pink.css
[Retro] Simple Style.css
[Wallust Bordered] Chroma Simple.css
[Wallust] Chroma Tally.css
2025
https://github.com/JaKooLit/Hyprland-Dots/wiki/Changelogs#v2312

Просмотреть файл

@ -2,6 +2,11 @@ Cpp Notes for Professionals
http://goalkicker.com/CPlusPlusBook/
2024
Hanson - Learning Modern Cpp for Finance
https://libgen.gs/edition.php?id=146877976
https://libgen.gs/edition.php?id=149939230
https://libgen.gs/edition.php?id=149963534
https://libgen.gs/edition.php?id=149938116
https://www.manning.com/liveproject/hands-on-with-cplusplus20-ranges-coroutines-concepts-modules
Farrier - Data Structures and Algorithms with the Cpp STL
E8AD69638E543E3B7891330CC5E61881

Просмотреть файл

@ -1,4 +1,7 @@
2025
JPoint - Sidorov - Stream Perf 0:00 of 45:00
https://www.youtube.com/watch?v=8pnfYU6w6Kg
https://jokerconf.com/archive/2024/talks/aba52960a9a1451388e0fedc55d448b3/
FPMI - Kalinin - 10 Streams 0:00 of 1:32:44
https://www.youtube.com/watch?v=5Ha5z6rp7Ls
https://atp-java.gitlab.io/lectures/lecture-10/#/

Просмотреть файл

@ -1,3 +1,8 @@
2024
Vitale - Cloud Native Spring in Action
https://libgen.gs/edition.php?id=146593242
https://libgen.gs/edition.php?id=146593243
https://libgen.gs/edition.php?id=146593244
2022
CarnellIllarySanchez - Spring Microservices in Action ru
2021

Просмотреть файл

@ -96,6 +96,8 @@ Bos - Rust Atomics and Locks
B79EA2BEF2D8BCF5870E0927FB61254E
Anderson - Rust for Network Programming and Automation
?, ugly typography
Khan - Rust for Cpp Programmers
? indian ?
2022
Youens-Clark - Command-Line Rust
magnet:?xt=urn:btih:8a159f5328927740c47e9e08f0ab613ed9cb450e

Просмотреть файл

@ -16,6 +16,15 @@ https://docs.mermaidchart.com/mermaid/intro
https://docs.mermaidchart.com/blog/posts/mermaid-chart-unveils-visual-editor-for-sequence-diagrams
https://docs.mermaidchart.com/blog/posts/mermaid-chart-releases-new-visual-editor-for-flowcharts
samples
https://gist.github.com/martinwoodward/8ad6296118c975510766d80310db71fd
books
2021
SveidqvistJain - The Official Guide to Mermaid.js
https://github.com/PacktPublishing/The-Official-Guide-to-Mermaid.js/
https://libgen.gs/edition.php?id=138899789
https://libgen.gs/edition.php?id=146589061
2024
MermaidChart - Demo of Sequence Diagrams in the Visual Editor 0:00 of 4:32
https://www.youtube.com/watch?v=imc2u5_N6Dc

Просмотреть файл

@ -1,3 +1,8 @@
2024
Sarrion - Master Vue in 6 Days
https://libgen.gs/edition.php?id=148652629
https://libgen.gs/edition.php?id=148655432
https://libgen.gs/edition.php?id=148655433
2023
Shavin - Learning Vue
A618CD9E018633718C816F16E5386420