| bio | website | jeddaniels.com |
|---|---|---|
| location | California | |
| age | 34 | |
| visits | member for | 3 years, 2 months |
| seen | 7 hours ago | |
| stats | profile views | 142 |
"All right, guys, uh, listen. This is a blues riff in "B", watch me for the changes, and try and keep up?"
|
Apr 9 |
answered | New Dell PE R710 - Storage Question |
|
Apr 9 |
answered | Accessing MySQL server via VPN in python |
|
Apr 8 |
comment |
IPSec for LAN traffic: Basic considerations? @joeqwerty, The closest I've come to this is an office that I used to work at where the guest wifi connections in conference rooms only allowed VPN traffic on them. This forced visitors to tunnel all traffic back to wherever their home and prevented things like port scanning or infecting other devices on the network, as well as wasting our bandwidth surfing porn or whatever (they still could, but it would be tunneled back to their home office, which most people aren't willing to do). I haven't done this on my own networks, but I've considered it, and know other people that have too. |
|
Apr 8 |
comment |
IPSec for LAN traffic: Basic considerations? It isn't a crazy idea at all. Encrypting everything is something that many folks have considered, particularly those is secure environments. AFAIK, this is one of the driving reasons behind including IPsec in the IPv6 spec: so all endpoints can encrypt all traffic. @chris_l, I wish you luck and hope you decide to do it. Please share how it turns out. |
|
Apr 7 |
comment |
Does removing admin rights really mitigate 90% of Critical Windows 7 vulnerabilities found to date? as reported by beyondtrust.com +1 for raising this interesting question, and for pointing out that we shouldn't take reports like this for granted. |
|
Apr 7 |
awarded | Commentator |
|
Apr 7 |
comment |
How do I connect to MySQL when it's setting behind 2 layers of ssh? > I've tried plink -ssh -L 3306:my.sql.ip.address:3316 my.bastion.server ,but this is not working. Can you elaborate on what is not working? What error messages do you receive? |
|
Apr 6 |
comment |
Fully FOSS EMail solution @scott-lundberg Awesome. Thanks for sharing. |
|
Apr 6 |
answered | Will this crontab work right? |
|
Apr 6 |
comment |
Fully FOSS EMail solution Thanks @Warner. Yes, I know QMAIL itself isn't limited to FreeBSD, but I was specifically recommending Matt Simerson's toaster instructions which include a significant number of add-ons that address the things the original poster wanted. QMAIL isn't perfect, btw, for example I believe it still will open up a new connection for each recipient even if they are on the same domain (thus producing many more connections than necessary). |
|
Apr 6 |
answered | Fully FOSS EMail solution |
|
Apr 6 |
comment |
Is there a way to do something like LVM over NFS? Reading about this kind of hack makes me feel diiirty. But not necessarily in a bad way. I'll have to keep this in mind someday when I try to do something just as crazy. |
|
Apr 2 |
comment |
Forwarding port 3306 on Mac OS X in order to connect to a remote MySQL Database Is your remote host configured to allow forwarding to other hosts? Does it have a firewall? Is 3310 used on the local system (you can check with netstat -an |grep 3310)? |
|
Apr 2 |
awarded | Editor |
|
Apr 2 |
revised |
Forwarding port 3306 on Mac OS X in order to connect to a remote MySQL Database Added additional example using ~/.ssh/config |
|
Apr 2 |
answered | Forwarding port 3306 on Mac OS X in order to connect to a remote MySQL Database |
|
Apr 2 |
answered | Migrate IMAP account between providers - client access only |
|
Apr 1 |
answered | Assigning a home DNS to be secondary only? |
|
Apr 1 |
answered | unique .htaccess question about mod_rewrite and RewriteCond |
|
Mar 29 |
comment |
How do I install VMware tools on Ubuntu 9.10 Server 64 bits with no GUI? @kbyrd, Nah, yours was a good answer, and you got there first. I just happened to have access to a system that I've done this on recently and figured I'd record the steps here for posterity. Thanks though. |