|
May 6 |
awarded | Popular Question |
|
Oct 8 |
awarded | Popular Question |
|
May 29 |
awarded | Yearling |
|
Apr 24 |
comment |
EMC PowerPath or MultiPath? @NiLs /sbin is not "for OS," whatever that means nowadays; RPM handles whatever files in whatever locations you throw at it. /usr/local is for stuff that's precisely not handled by RPM. |
|
Feb 17 |
comment |
Different idle times (screen locking) for local vs. remote logins Sorry, I meant that we currently have a screensaver policy pushed through GPO, but it applies identically to local and remote logons. This is annoying because when you have rdp sessions open and you go away for 5 minutes, you have to type the damn password not just once but several times. |
|
Feb 17 |
asked | Different idle times (screen locking) for local vs. remote logins |
|
Nov 2 |
awarded | Popular Question |
|
Oct 12 |
asked | Is there a way to dump an Oracle db as SQL statements, à la pg_dump? |
|
Sep 15 |
comment |
Oracle DB on drbd or SAN replication with Oracle Data Guard Thanks for the help, much appreciated. I'm shocked to see how expensive that stuff is compared to DRBD :/ |
|
Sep 15 |
comment |
Oracle DB on drbd or SAN replication with Oracle Data Guard I'm currently asking multiple providers in Europe, so I don't know exactly what equipment they have, only that one of them uses 3PAR. |
|
Sep 15 |
comment |
Can I use IPv6 today? @Olipro: that was a very useful comment. Thank you for your input. Have a nice day. |
|
Sep 15 |
asked | Oracle DB on drbd or SAN replication with Oracle Data Guard |
|
Jul 23 |
awarded | Enlightened |
|
Jul 23 |
awarded | Nice Answer |
|
Jun 8 |
comment |
How to download a file on a server you've already ssh'ed into? Yes, though it will ask for a passphrase if you set one up — which is optional. However you can use ssh-agent so that you only have to enter it once per session. |
|
May 30 |
awarded | Yearling |
|
May 4 |
comment |
How to copy a large number of files quickly between two servers The CPU is not going to be a bottleneck, unless you have 10G ethernet and a 10 year old CPU. |
|
May 4 |
comment |
How to copy a large number of files quickly between two servers I'm downvoting you because this is really, really terrible advice. There is one correct answer: rsync. I could list all the reasons why it's better but it wouldn't fit on this page, let alone this tiny comment box. |
|
May 4 |
comment |
How to copy a large number of files quickly between two servers "You're already seeing that HTTP is faster than SCP because SCP is encrypting everything" → WRONG. Unless he has 10 year old servers, he's not CPU bound on this task. |
|
Apr 12 |
comment |
Ultra Secure Linux Server SSH Only Use a distrib with good SELinux support instead of Ubuntu, and run in strict mode. Hard work, but it's actually secure. |