Can I have a DNS server with a domain of system.internal; have a website on a server with a name of example.com; another website on a seperate server with a name of mysite.com.
The DNS and web servers will be on a private network 192.168.10 and will have external internet access. The web...
My script has a number of separate functions and each function needs to be ran from another script. I don't want to put each function into another standalone script which would give me something like eight scripts.
example code:
#!/usr/bin/perl
sub x {
print "hello\n";
}
sub z {
print...
I'm using OpenSolaris as the host operating system with Crossbow bits.
Dynamic IP.
The router is a non-global zone with dhcp on the external nic.
The firewall is pfSense in VirtualBox.
The web, mail, and dns servers are running FreeBSD in VirtualBoxes.
internet -------> virtual router...
How would you do a match and replace for multiples in a variable?
Example:
PATH=$PATH:/home/userx:/usr/X11:.:/usr/sbin:..:/usr::/var:.
I need to remove any . and .. and :: in the path and also if any of those 3 characters are at the end of the line they need to be removed.
My code works to...
This probably isn't the right forum and I posted in the linksys forum, however, if anyone can shed any light...
My website can be viewed internally but not externally. The setup is as follows:
cable modem -> linksys router -> ipf firewall -> nginx reverse proxy -> apache web server
ISP...
My website can be viewed internally but not externally. The setup is as follows:
cable modem -> linksys router -> ipf firewall -> nginx reverse proxy -> apache web server
ISP assigned address (62.x.x.x) is on WAN of linksys with LAN of 192.168.1.1
The firewall external is 192.168.1.101 and...
My website can be viewed internally but not externally. The setup is as follows:
cable modem -> linksys router -> ipf firewall -> nginx reverse proxy -> apache web server
ISP assigned address (62.x.x.x) is on WAN of linksys with LAN of 192.168.1.1
The firewall external is 192.168.1.101 and...
open (FS, "/etc/vfstab") or die "Can't open /etc/vfstab: $!\n";
while ($line=<FS>) {
($devmnt, $devfsck, $mntpt, $fstype, $fsckpass, $mntboot, $mntopt) = split(/\s+/,$line,7);
if ($devmnt =~ /datadg/) {
$chardev = substr($devmnt, 0...
I have a server and client program roughly written that will connect on a socket and return output, etc.
What I cannot figure out is to execute the server program and have it execute the client program, for example:
server-side# ./server.pl
client-side# (starts running client.pl when...
Out of curiosity what are the Perl equivalents to ksh:
$ var=abc/123/def
$ echo ${var##*/}
def
$ echo ${var#*/}
123/def
$ echo ${var%%/*}
abc
$ echo ${var%/*}
abc/123
I've written this in ksh but due to the large number of files (millions) it should be faster in C but unsure how to do things like year=${file:$yearStart:4} though I know I need to use strlen but do I need strcomp for the ${file:$yearStart:4} syntax? And how do you strip off a path like I'm...
I've used Unix for 14 years and have Windows XP home edition with a recovery cd but I need to create an iso image.
Is there a Windows person that can tell me how to create a Windows XP iso from a recovery cd?
type1:host5:2.6.5-7.282-smp:4:xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx VERITAS Storage Foundation Enterprise HA : xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx VERITAS File System
type1:host1:2.6.5-7.282-smp:4:xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx VERITAS Storage Foundation Enterprise HA...
host1:Type: Intel
host1:Hostname: host1
host1:OS: Linux
host2:Type: Intel
host2:Hostname: host2
host2:OS: Linux
host3:Type: Power
host3:Hostname: host3
host3:OS: AIX
Partial file looks like above and I want the hostname before the host section and the hostN: gone.
Thanks!!
For example...
123
xyz
abc
ade
2324
lmn
689
vms
hmn
321
tgh
I need to format the output as the second line:first line - for exampe:
xyz:123
abc:
ade:
lmn:2324
vms:689
hmn:
tgh:321
Thanks!
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.