| bio | website | systemajik.com |
|---|---|---|
| location | Gatineau, Canada | |
| age | 58 | |
| visits | member for | 2 years, 3 months |
| seen | May 16 at 14:09 | |
| stats | profile views | 61 |
I have over 30 years experience in all phases of software development and delivery. I have administered a variety of midrange servers, and worked with systems from PCs to Mainframes.
|
Feb 6 |
awarded | Yearling |
|
Dec 2 |
comment |
OpenVPN uses wrong IP-Address @chris I've updated my response. |
|
Dec 2 |
revised |
OpenVPN uses wrong IP-Address Clarify response. |
|
Dec 1 |
answered | OpenVPN uses wrong IP-Address |
|
Dec 1 |
comment |
How to make sense of an iptables chain configuration @Lumi Shorewall is an tool to build rules for iptables. It uses the same model for rule sets as I see in your description above. I pointed to the documentation as it describes this sort of configuration. |
|
Dec 1 |
comment |
Allow IP packet forwarding from LAN to modem via router @Lumi As all your ports have the same MAC address, the WAN and LAN ports are would be on the same network. Normally, routes like this have two default VLANs configured. Try ifconfig | less to get a list of configured network devices. |
|
Nov 30 |
comment |
What is the best File system for NFS? @Karlson NFS is not a good platform for builds, especially the tempfiles that can be generated. I have had a single build cause problems on a production system. There are alternative mechanism to having developers to frequent clean builds on their environment. I've worked with a large team successfully using NFS for their home directories. |
|
Nov 30 |
answered | Allow IP packet forwarding from LAN to modem via router |
|
Nov 30 |
answered | How to make sense of an iptables chain configuration |
|
Nov 30 |
answered | What is the best File system for NFS? |
|
Nov 25 |
comment |
Is it better to archive/move mail based on mtime or ctime? @timoto Added a date verifier I use to check my archive directories. Matches date format rather than specific headers. |
|
Nov 25 |
revised |
Is it better to archive/move mail based on mtime or ctime? Correct code. |
|
Nov 24 |
answered | Is it better to archive/move mail based on mtime or ctime? |
|
Nov 20 |
answered | Connecting Debian webserver to network |
|
Nov 17 |
comment |
Use certain version of JRE / JDK for certain programs I've updated my response. However, in a case like yours, I have rarely need to keep programs using the default Java version. |
|
Nov 17 |
revised |
Use certain version of JRE / JDK for certain programs Respond to comment. |
|
Nov 17 |
answered | Use certain version of JRE / JDK for certain programs |
|
Nov 12 |
revised |
Is there a reason why 'owner' permissions exist? Aren't group permissions enough? Fix typo |
|
Nov 12 |
answered | Is there a reason why 'owner' permissions exist? Aren't group permissions enough? |
|
Nov 8 |
comment |
Best way to find out what Linux Version is used on a Webserver The URL doesn't tell you anything about the O/S you are connecting to. The response headers may tell you what O/S is in use, or they may provide a complete falsehood if the administrator chooses. |