To get youtube summary, its wholetranscript, relevant mindmap, relevant AI chat.
https://notegpt.io/youtube-video-summarizer
To get youtube summary, its wholetranscript, relevant mindmap, relevant AI chat.
https://notegpt.io/youtube-video-summarizer
==
// To check whether wayland / X11
$ echo $XDG_SESSION_TYPE
x11
==
// To update wayland / x11
$ sudo gvim /etc/gdm3/custom.conf
// edit the line
// this means x11
WaylandEnable=false
// and this means wayland
WaylandEnable=true
==
// To check after update - after reboot
$ echo $XDG_SESSION_TYPE
Both /var/log/syslog
and dmesg
play crucial roles in logging system activity on Linux-based systems, but they have distinct purposes and relationships. Here's a breakdown:
What is /var/log/syslog
?
/var/log
directory based on predefined rules.What is dmesg?
Relationship between /var/log/syslog and dmesg:
/var/log/syslog
by default./var/log/syslog
provides a more comprehensive historical record of various system events, including kernel messages.Key differences:
Feature | /var/log/syslog | dmesg |
---|---|---|
Scope | Diverse system logs | Kernel messages |
Persistence | Persistent across reboots | Volatile, resets on reboot |
Real-time view | Not directly | Yes |
Specific file | Yes (individual files for categories) | No (command-line tool) |
Note: I got the above from google gemini while looking about syslog and dmesg.
To setup default kernel in Linux(Fedora):
$ sudo grubby --info=ALL | grep -E "^kernel|^index"
index=0
kernel="/boot/vmlinuz-6.5.5-200.fc38.x86_64"
index=1
kernel="/boot/vmlinuz-6.2.15-100.fc36.x86_64"
index=2
kernel="/boot/vmlinuz-5.17.12-100.fc34.x86_64"
index=3
kernel="/boot/vmlinuz-0-rescue-eeca1c676989405b94bedc847e363048"
index=4
kernel="/boot/memtest86+x64.bin"
$ sudo grubby --default-kernel
// this displays the default kernel in your system.
==
$ sudo grubby --set-default-index=2
The default is /boot/loader/entries/eeca1c676989405b94bedc847e363048-5.17.12-100.fc34.x86_64.conf with index 2 and kernel /boot/vmlinuz-5.17.12-100.fc34.x86_64
$ sudo grubby --default-title
Fedora (5.17.12-100.fc34.x86_64) 34 (Workstation Edition)
Software version information
"End-of-life (EOL) and support information is often hard to track, or very badly presented.
endoflife.date documents EOL dates and support lifecycles for various products."
For eg, kubernetes related info. here :
https://endoflife.date/kubernetes