I have two files that I would like to join. Here are samples of the two files:
file1:
99998 543
99999 333
100000 215
100003 345
file2:
99998 2009-05
100000 2009-04
100000 2009-04
100001 2009-03
I issue this command:
join -t " " file1 file2 | sort -un > file3
This is the result:
99998...
I am setting up Virtual Hosts on an Apache server on Redhat Linux. I know how to create Virtual Hosts and the difference between name-based and ip-based hosts. However, before I decide which to use, I have a question. One of the virtual hosts is from a different domain. So, if I use an ip-based...
I am running Apache 2.0.46 and it doesn't appear that it was compiled with mod_ssl. This first became evident when I opened port 443 in my iptables firewall and all tests (nmap, telnet, netstat, etc) show that the port is closed.
So, in my reading, I came across this:
"Make sure that you have...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.