зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
65 строки
1.9 KiB
Plaintext
65 строки
1.9 KiB
Plaintext
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
|