1 2 3 4 5 6 7 $ /proc/PROCESS_ID/limits $ /proc/PROCESS_ID/fd $ /proc/PROCESS_ID/fd | wc -l
1 2 3 4 5 6 7
$ /proc/PROCESS_ID/limits $ /proc/PROCESS_ID/fd $ /proc/PROCESS_ID/fd | wc -l
Java static block thread safety
Java new line character
curl 1 $ curl --insecure --silent --output /dev/null --show-error https://url.bla.com:8443/api/bla Use –insecure only if you trust the endpoint as curl will ignore any ssl errors –sile...
Login as user for which you are setting .ssh 1 2 3 4 5 6 7 $ ls -lrta drwx------ 2 user user 29 Aug 01 06:20 .ssh $ #make sure the permisions are same as above else execute the below co...
I use Linux Mint as my default OS. I use jboss and apache for my development. But I don’t enjoy using default start up and shut down scripts since their process gets attached to the terminal I us...