Showing posts with label configuration. Show all posts
Showing posts with label configuration. Show all posts
Thursday, 5 April 2018
Wednesday, 22 July 2015
htop: save configuration
To exit htop and save config in file:
To find the config file just after you exit:
F10
To find the config file just after you exit:
find -name '*htoprc*' -mmin -10
Tuesday, 2 October 2012
No http on port 2812 for monit
FAIL!
set httpd port 2812 and use the address localhost
allow localhost
- Problem
- monit doesn't listen on port 2812
- even though it is clearly in the config file
- Possible issues
- Is there a "delay" set in your config?
- monit won't listen until this delay has passed
- Solution
- Wait, usually a minute by default, and check the port again
- Get rid of the delay in the config and restart monit
Labels:
2812,
configuration,
http,
httpd,
linux,
monit,
monitoring
Monday, 3 September 2012
Cleaning up configuration files of removed Debian packages
If you want to rid yourself of those annoying packages showing up with a "rc" in the first field of "dpkg -l", do this as root, with prejudice:
dpkg -l | egrep '^rc ' | awk '{print $2}' | xargs dpkg -PLet the good times roll!
Labels:
cleaning,
configuration,
debian,
packages,
removing
Subscribe to:
Posts (Atom)
Interview questions: 2020-12
Terraform provider vs provisioner Load balancing Network Load Balancer vs Application Load Balancer Networking Layer 1 vs Layer 4 haproxy u...
-
CRITICAL: AWS now offers internal VPC DNS! Below is no longer necessary AFAIK. Woo hoo! http://aws.amazon.com/about-aws/whats-new/2014/...
-
build sudo apt-get install git gcc sudo apt-get install automake autoconf git clone git://github.com/rriley/tsunami-udp.git cd tsunam...
-
From: https://bugs.eclipse.org/bugs/show_bug.cgi?id=382972#c4 Assumptions: jEdit was installed into /Applications directory. Close any...

