Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

change linux root max file descriptors

# Check current limits
ulimit -a

vim /etc/security/limits.conf

# <user|group> <limit> <type> <amount>
* soft nofile 40000
* hard nofile 40000

reboot
Comment

PREVIOUS NEXT
Code Example
Shell :: mount android device [using simple-mtpfs] in linux 
Shell :: install ponylang 
Shell :: bash complete 
Shell :: what is /bin/ash 
Shell :: Kubernetes: Remove taint from node 
Shell :: how to logout dockerhub 
Shell :: linux route though zerotier 
Shell :: xargs column cut linux 
Shell :: Install pkgsrc (FreeBSD) package manager 
Shell :: influxdb save time range to csv 
Shell :: ps create empty file 
Shell :: bash inline operator 
Shell :: download ubports-installer 
Shell :: updating package manager cause missing reference unity 
Shell :: html5 parser 
Shell :: how to create a file and multiple lines to it in unix 
Shell :: kubenetes repo 
Shell :: /snap/snap-store/518/usr/bin/snap-store: symbol lookup error: /snap/snap-store/518/gnome-platform/usr/lib/x86_64-linux-gnu/libgtk-3.so.0: undefined symbol: atk_plug_set_child 
Shell :: change gmt linux 
Shell :: PULSEUADIO to PIPEWIRE default.pa - pipewire.conf 
Shell :: Send email with Gitlab docker image 
Shell :: mac find path of executable 
Shell :: ERR_DEVICE_LOCKED: Device still locked after 1 minute. 
Shell :: kali linuz 
Shell :: how to undo a commit sent that was pushed and keep local changes 
Shell :: backup software move file from certain time 
Shell :: cm4 usb not working 
Shell :: remote download wordpress command .zip 
Shell :: azure powershell runbook to start a virtual machine 
Shell :: awk split a csv file based on column value 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =