Displaying 3 results from an estimated 3 matches for "klow".
Did you mean:
know
2008 Dec 31
1
Proxy password questions
...d contains any exclamation points, it will not
authenticate properly. E.g., a password such as "TheyKilledKenny!!"
will fail, but "TheyKilledKenny??" will work fine.
I've tried exporting http_proxy from the command line and escaping the
exclamation points:
http_proxy=http://klowe:TheyKilledKenny\!\!@somentlmproxy.xxx.com:80
but no success.
Any workarounds to get this going? Unfortunately, I do not have any
control over the password.
2015 Jul 13
2
Wrapper script for shutdown, passwd, etc. commands
...w
*** WARNING ***
You are attempting to shutdown a production server:
vm-helios-019.digitalhermit.com
Please enter the Change Log Ticket for shutdown CHG-FL-102122
Please confirm by entering your login password: xxxxxxxxxxxxxxxxxx
Ticket number CHG-GL-102122 for user Kwan Lowe (klowe) has been logged
at
Sun Feb 4, 2001 at 14:23 (2:23PM).
Ideally this would only kick in if the request is coming from an
interactive session.
Thinking about it, just replacing the command with a wrapper could cause
other problems.
Has anyone done anything similar?
Thanks,
Kwan
2009 May 08
9
Bash Script help...
Hi All,
I need to write a script that I will manually start (or a cron job in
future) but I need it to do a number of things in order one after
another. How do i do that so everything gets dont as the steps depend
on each other.
Example:
cd /system_backups/
tar cvf apache-conf.tar /etc/httpd/conf/*
gzip -v9 apache-conf.tar
tar cvf apache-data.tar /var/www/*
gzip -v9 apache-data.tar