I am totally new to the whole Java programming bit so point me in the correct direction if my question does not fit this forum. I wish to create a java applet (I think) on our primary server which I want to access through a browser on my desktop system several miles away and look at the...
Hello,
We are running bind 9.3.4 and I have anything dns going to it's own log file. When opening the log file though, I have no timestamps of when things happened.
How do I put the timestamps for every line in the dns.log file?
SLES 10
Hello,
I need to obtain free disk space information from other HPUX machines and report to the boss. I was hoping to write a script to do this but I was hoping I did not need to use rexec among other type of unsecure commands.
Is there a way, a script, can login into another system, do a bdf...
Hello,
Is there a script, book, genius, that can tell me how to take various command output from linux (For example "cat /proc/cpuinfo") and create a HTML web page??
I want to do many commands, pipe it to another script and format the information in HTML?
I have an interactive perl script. The script Adds, Finds or Deletes a user from a Unix system.
print "Add, Find, Delete, or Exit (AFDE)? ";
$answer = <STDIN>;
chomp $answer;
while ($answer ne /^E\b/i) {
find_user();
}elsif ($answer =~...
Hello,
when I try to wipe out the contents of a harddrive holding Dell fs and utilities, with a rm -rf command I am told that the files are read-only. So I change the permissions, as root, and try again, only to receive the same message.
I then tried fdisk but that also did not wipe out this...
Hello,
I am trying to create a bash shell script that is interactive.
A question is asked and an answer (Y or N) is required from the user.
How can I make it so the answer given can either be a Y or N
or a y or n?
Here is the snippet I am having difficulties on:
echo "Do you want to add users...
If you have 3 columns of numbers on one spread sheet
and two columns of numbers on the second spread sheet
What, if any, formula, could you have, to add all the numbers up on both sheets and put the answer on the third spread sheet?
I have a script to start apache when my opensuse 10.2 boots up
But after the booting is complete I log in as root, do a
ps -ef | grep httpd and nothing shows
Here is the script:
#!/bin/bash
#
# apache
#
# chkconfig:
# description: Start up the Apache web server.
# Source function library...
Hello,
I am going through a large web file. Separating files from
directories. Then I wish to check the permissions and ownership on each file/directory.
I have started this script:
#!/usr/bin/perl -w
use File::Copy;
$dirs="";
$files="";
@array=qx(ls -R /web/);
foreach $files(@array) {...
Does anyone know how to sftp files/directories from a Windows box to a Linux box keeping the permissions of the files/directories to: files 660 directories 770?
That is, without, having to write a script changing permissions seperately?
Is there a way to configure sendmail emails to only send
to those listed in aliases.db and anything else that comes to the site will simply be dropped?
I have two bind servers. One is the primary and the other is the slave. I am running bind 9.2.3. When named is restarted on the secondary it looks for updates from the primary. But when I look at the main domain zone my.site.com.zone, the first line in the file show $ORIGIN . (note the dot)...
On suse linux 10.0 I open a document which has a link to a web site. Clicking on that link gives me the message:
There was an error launching the default action command associated with this location
We have opened this text doc. by using cat <document name>
from a terminal window on the linux...
Under yast in SLES9 can you install software under a different
location. Example: I want to install apache under /opt
instead of where is by default would go
Can this be done??
I have SLES9 and wish to insert the disk and install apache on this server. The question I have is:
Under SLES9 can you tell yast to install an application under
/opt instead of it's default location?
If so how??
Thanks
Hello,
I am having problems with updating the slave dns server
the serial on the master server is 2006011000
the serial on the slave server(same zone) is 2005121400
I have set the refresh on the slave server to 5 minutes
The options on the slave server is:
Options {
forwarders {...
Hello,
I am trying to redirect information in an array to a file which looks like this:
open(FINAL_USER, "print @Final_user | > /tmp/Deleted_Users ");
I keep receiving "Unsuccessful open on filename containing newline at ./delete.pl line 107, <STDIN> line 5.
Deleted_Users: No such file or...
I am running redhat 9.0
Everytime I reboot the server the nic card
defaults back to autoneg and 10HD
Where do I make the settings I want stay even after a reboot?
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.