copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
How to force ssh client to use only password auth? This does not seem to work anymore, at least not in my case ssh client was blindly trying unrelated private keys to authenticate to a newly installed server and keep in being rejected due to the maximum amount of tries being reached without ever asking for the password In order to force password authentication for this first connection, I had to to use -o PreferredAuthentications=password
Strategy for forgetting to run a script with `source`? So my strategy is to source the script in the shell when I run the script But I often forget to source it and become confused for a while depending on how soon I realize it Yes, I wrote the script myself So is there some best practice for forgetful people like me? For examples, is any of the following a good idea?
How to Execute multiple command using nohup I need to execute multiple commands using nohup Each command should be executed after the previous command I used this command as an example: nohup wget $url
How to make netcat use an existing HTTP proxy Note: I'm using RHEL 5 3 version of netcat that has the following options: $ nc --help nc: invalid option -- - usage: nc [-46DdhklnrStUuvzC] [-i interval] [-p source_port] [-s source_ip_address] [-T ToS] [-w timeout] [-X proxy_version] [-x proxy_address[:port]] [hostname] [port[s]] Excerpt from the man page of nc: EXAMPLES <snip> Connect to port 42 of host example com via an HTTP proxy at 10 2
When does the system send a SIGTERM to a process? I can't think of any case when the kernel or a standard tool would send SIGTERM to a random process What can you tell us about what the program is doing and how it's started? How did you find out about the program's exit status? Can you reproduce the problem? Do you have logs you can check?
What is the local6 (and all other local#) facilities in syslog? General info The facilities local0 to local7 are "custom" unused facilities that syslog provides for the user If a developer create an application and wants to make it log to syslog, or if you want to redirect the output of anything to syslog (for example, Apache logs), you can choose to send it to any of the local# facilities Then, you can use etc syslog conf (or etc rsyslog conf) to save