зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-31 13:46:08 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			192 строки
		
	
	
		
			5.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			192 строки
		
	
	
		
			5.9 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| apt
 | |
|     p7zip-full
 | |
|     gir1.2-xapp-1.0
 | |
| 
 | |
| https://www.tutorialspoint.com/fixing-the-too-many-open-files-error-in-linux
 | |
| https://winitpro.ru/index.php/2019/11/19/oshibka-too-many-open-files-v-linux/
 | |
|     cat /proc/sys/fs/file-max
 | |
|     ulimit -n
 | |
|     ulimit -Sn
 | |
|     ulimit -Hn
 | |
|     lsof | wc -l
 | |
|     sudo vi /etc/security/limits.conf
 | |
|     /etc/security/limits.d/*.conf
 | |
| 
 | |
| 
 | |
| Failed to load module appmenu-gtk-module
 | |
| apt/
 | |
|     libcanberra-gtk-module
 | |
|     libcanberra-gtk3-module
 | |
|     appmenu-gtk2-module
 | |
|     appmenu-gtk3-module
 | |
|     gnome-keyring
 | |
| 
 | |
| Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
 | |
|     systemctl status dbus.service
 | |
|     https://github.com/flatpak/flatpak/issues/4603
 | |
|         journalctl -b -p err
 | |
|     https://community.postman.com/t/could-not-get-any-response-socket-hang-up/11603/27
 | |
|     https://gitlab.com/freedesktop-sdk/freedesktop-sdk/-/issues/1358
 | |
|         $ flatpak run --command=gnutls-cli com.slack.Slack app.slack.com
 | |
|         https://github.com/p11-glue/p11-kit/issues/404
 | |
| 
 | |
| xdg-mime: command not found
 | |
| 
 | |
| vscode
 | |
| https://github.com/microsoft/vscode/issues/190062
 | |
|     https://github.com/NixOS/nixpkgs/pull/248167/files
 | |
|     libsecret
 | |
| https://github.com/microsoft/vscode/issues/187338
 | |
|     ???
 | |
|     code --password-store="gnome"
 | |
|     cat ~/.vscode/argv.json
 | |
|     {
 | |
|       "enable-crash-reporter": true,
 | |
|       "crash-reporter-id": "<snip>",
 | |
|       "password-store": "gnome"
 | |
|     }
 | |
|     https://wiki.archlinux.org/title/GNOME/Keyring
 | |
| https://learn.microsoft.com/en-us/azure/azure-sql/database/troubleshoot-common-errors-issues?view=azuresql
 | |
| https://github.com/Microsoft/vscode-mssql/wiki/manage-connection-profiles
 | |
| 
 | |
| fuse
 | |
| https://github.com/AppImage/AppImageKit/wiki/FUSE
 | |
|     libfuse2
 | |
| 
 | |
| 
 | |
| python
 | |
|     zlib1g zlib1g-dev libssl-dev libbz2-dev libsqlite3-dev
 | |
|     python3-tk tk-dev
 | |
|     libreadline-dev
 | |
|     # libedit-dev
 | |
| 
 | |
| lsb
 | |
|     https://en.wikipedia.org/wiki/Linux_Standard_Base
 | |
|     lsb-base
 | |
|     lsb-release - already installed
 | |
|     ???
 | |
|         lsb-core
 | |
| 
 | |
| temperature
 | |
| https://www.cyberciti.biz/faq/how-to-check-cpu-temperature-on-ubuntu-linux/
 | |
| apt
 | |
|     lm-sensors
 | |
| ryzen7
 | |
| Found `Nuvoton NCT6798D Super IO Sensors'
 | |
|     (address 0x290, driver `nct6775')
 | |
| Using driver `i2c-piix4' for device 0000:00:14.0: AMD KERNCZ SMBus
 | |
| 
 | |
| Probing for `National Semiconductor LM82/LM83'...           Success!
 | |
|     (confidence 6, driver `lm83')
 | |
| 
 | |
| Driver `nct6775':
 | |
|   * ISA bus, address 0x290
 | |
|     Chip `Nuvoton NCT6798D Super IO Sensors' (confidence: 9)
 | |
| 
 | |
| Driver `lm83':
 | |
|   * Bus `SMBus PIIX4 adapter port 1 at 0b20'
 | |
|     Busdriver `i2c_piix4', I2C address 0x2a
 | |
|     Chip `National Semiconductor LM82/LM83' (confidence: 6)
 | |
| 
 | |
| To load everything that is needed, add this to /etc/modules:
 | |
| #----cut here----
 | |
| # Chip drivers
 | |
| lm83
 | |
| nct6775
 | |
| #----cut here----
 | |
| If you have some drivers built into your kernel, the list above will
 | |
| contain too many modules. Skip the appropriate ones!
 | |
| 
 | |
| https://askubuntu.com/questions/15832/how-do-i-get-the-cpu-temperature
 | |
|     no thermal_zone at
 | |
|         /sys/class/thermal/
 | |
|         /sys/devices/virtual/thermal/
 | |
| 
 | |
| 
 | |
| apt/conky-all
 | |
| 
 | |
| https://www.baeldung.com/linux/cpu-temperature
 | |
| apt/acpi
 | |
| 
 | |
| https://github.com/polybar/polybar/issues/1949
 | |
| 
 | |
| https://ubuntuforums.org/archive/index.php/t-2464406.html
 | |
|     grep . /sys/devices/virtual/thermal/*/type
 | |
|         ...type:Processor
 | |
| 
 | |
| https://www.reddit.com/r/archlinux/comments/68m82j/no_sysclassthermalthermal_zone/
 | |
|     modinfo nct6775
 | |
| filename:       /lib/modules/6.5.5-060505-generic/kernel/drivers/hwmon/nct6775.ko.zst
 | |
| import_ns:      HWMON_NCT6775
 | |
| license:        GPL
 | |
| description:    Platform driver for NCT6775F and compatible chips
 | |
| author:         Guenter Roeck <linux@roeck-us.net>
 | |
| srcversion:     04BD326A11E76AF879C0BFC
 | |
| depends:        hwmon-vid,nct6775-core
 | |
| retpoline:      Y
 | |
| intree:         Y
 | |
| name:           nct6775
 | |
| vermagic:       6.5.5-060505-generic SMP preempt mod_unload modversions 
 | |
| sig_id:         PKCS#7
 | |
| signer:         Build time autogenerated kernel key
 | |
| sig_key:        63:3A:1A:41:66:F1:0B:DB:A4:B3:99:5E:85:0E:E5:11:EB:FA:A6:18
 | |
| 
 | |
| https://github.com/torvalds/linux/tree/v6.5/drivers/hwmon
 | |
| https://github.com/torvalds/linux/blob/v6.5/drivers/hwmon/nct6775-core.c
 | |
| https://github.com/torvalds/linux/blob/v6.5/drivers/hwmon/nct6775-i2c.c
 | |
|     ? nuvoton
 | |
|     
 | |
| apt/thermald
 | |
| Oct 12 22:09:12 EPBYGOMW0024T2 thermald[12000]: Unsupported cpu model or platform
 | |
| 
 | |
| 6798D
 | |
| https://github.com/torvalds/linux/blob/master/Documentation/hwmon/nct6775.rst
 | |
| https://github.com/torvalds/linux/blob/master/drivers/hwmon/nct6775-platform.c
 | |
| https://github.com/torvalds/linux/blob/master/drivers/hwmon/nct6775-core.c
 | |
|  * nct6798d    14      7       7       2+6    0xd428 0xc1    0x5ca3
 | |
|  *                                           (0xd429)
 | |
| 
 | |
| https://github.com/torvalds/linux/blob/v6.5/drivers/hwmon/nct6775-core.c
 | |
|  * nct6798d    14      7       7       2+6    0xd428 0xc1    0x5ca3
 | |
|  *                                           (0xd429)
 | |
| 
 | |
| 
 | |
| https://github.com/torvalds/linux/blob/master/Documentation/hwmon/coretemp.rst
 | |
| 
 | |
| apt/lshw
 | |
|     lshw-gtk
 | |
| 
 | |
| sudo lshw --short
 | |
| /0                                          bus            B550M Pro4
 | |
| /0/15                                       processor      AMD Ryzen 7 5700G with Radeon Graphics
 | |
| 
 | |
| https://www.linux.org.ru/forum/linux-hardware/16925009
 | |
| ??? k10temp !!!
 | |
| !!! zenpower3 need to read !!!
 | |
| 
 | |
| https://aur.archlinux.org/packages/zenpower3-dkms
 | |
| https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=zenpower3-dkms
 | |
| 
 | |
| gitea
 | |
| https://git.exozy.me/a/zenpower3
 | |
| https://git.exozy.me/a/zenpower3/src/branch/master/zenpower.c
 | |
| https://github.com/ocerman/zenpower
 | |
| 
 | |
| https://github.com/ocerman/zenpower#installation-commands-for-ubuntu
 | |
| https://github.com/ocerman/zenpower/issues/23
 | |
| 
 | |
| https://nicolargo.github.io/glances/
 | |
| https://github.com/nicolargo/glances
 | |
| 
 | |
| ???
 | |
| https://bbs.archlinux.org/viewtopic.php?id=247309
 | |
| 
 | |
| https://bbs.archlinux.org/viewtopic.php?id=281222
 | |
|     lsmod | grep coretemp
 | |
|     modprobe coretemp
 | |
|     ls /sys/devices/platform/coretemp.0
 | |
| 
 | |
| firefox
 | |
| cat /lib/firefox/defaults/pref/syspref.js
 | |
| pref("browser.startup.homepage", "https://rhinolinux.org/landing/", locked);
 | 
