Search Results

Search: Posts Made By: coolatt
2,294
Posted By Peasant
Tools like iostat, vmstat and alike offer to run...
Tools like iostat, vmstat and alike offer to run in intervals.

iostat [options] 15 240 > /mypath/iostat_$(date "+%Y%m%d%H%M") will run iostat every 15 seconds 240 times, total of one hour, and...
2,294
Posted By Peasant
Consider putting iostat, vmstat, mpstat in short...
Consider putting iostat, vmstat, mpstat in short intervals in file (like 15 seconds, every hour new file [15 240]). Be sure to take notice of disk space required.

Also, you might want to consider...
Forum: Linux 11-09-2015
8,195
Posted By cjcox
Yes... in the early days folk's DNS servers were...
Yes... in the early days folk's DNS servers were almost always recursive which meant you could use them as your general purpose DNS. But obviously, that could cause problems so usually your server...
Forum: Linux 11-08-2015
8,195
Posted By cjcox
The act of domain registration and authoritative...
The act of domain registration and authoritative holder of DNS for that domain are separate things. When you have registered a domain normally some DNS is given authority or some means by which you...
Forum: Linux 11-04-2015
8,195
Posted By cjcox
Think of nameservers as something different (but...
Think of nameservers as something different (but not necessarily) from your domain.

It's the DNS that holds the zone data for your somedomain.com. To make that official as far as the Internet...
Forum: Linux 11-04-2015
2,460
Posted By hergp
The request is processed by a virtual host with a...
The request is processed by a virtual host with a matching ServerName or ServerAlias. If no one matches the url, the first virtual host defined will process the request.

You can dump some...
3,064
Posted By MadeInGermany
I have seen rpm's that rename a conflicting...
I have seen rpm's that rename a conflicting config file to .rpmsave or rename the new file to .rpmnew.
But not every rpm is nice like that.
3,064
Posted By fpmurphy
Before you run yum update, you need to protect...
Before you run yum update, you need to protect yourself by saving a copy of your custom configuration files.
14,913
Posted By RudiC
Did you consider trying setfont...
Did you consider trying setfont Uni2-TerminusBold20x10.psf.gz or similar?
Forum: Red Hat 09-14-2015
9,216
Posted By Aia
Persistent static routes for Centos can be...
Persistent static routes for Centos can be configured in any of the following files, look on them:
/etc/sysconfig/network-scripts/route-*
/etc/sysconfig/network...
Forum: Linux 10-21-2014
3,682
Posted By Peasant
Can you check with mount command then if exit...
Can you check with mount command then if exit code is 0 do the rsync, else don't rsync ?
Touching a file will work on both directory and mountpoint so that check is not good.

Something like
...
Forum: Linux 10-17-2014
3,682
Posted By Don Cragun
While the backup filesystem is unmounted, can't...
While the backup filesystem is unmounted, can't you do a chmod 0 /mnt/mybackup? That should prevent accidental syncing when the backup filesystem is unmounted.

When you mount a filesystem on that...
Forum: Linux 10-17-2014
3,682
Posted By gull04
Hi, I used to use this type of check when I...
Hi,

I used to use this type of check when I used external devices.

PARCHK=`df -k | grep mybackup | wc -l`

if [ ${PARCHK} -ne 1 ]
then
echo "The portable hard drive...
Forum: Linux 10-17-2014
3,682
Posted By rbatte1
Could you create a subdirectory on the external...
Could you create a subdirectory on the external drive and write to that? In this case, a write with the filesystem not mounted would get a "target not found" or equivalent message. It would mean...
Forum: Debian 10-15-2014
7,697
Posted By sea
Also, since you passed --directory=/, the dot...
Also, since you passed --directory=/, the dot refers to all subdirs within that directory, except those you excluded.

hth
Forum: Debian 10-13-2014
7,697
Posted By rbatte1
The tar output file also stores the file names...
The tar output file also stores the file names (and permissions) you give it so it knows how to restore them, just as Winzip and other tools do. If you give it a name starting with /, then that...
2,195
Posted By Corona688
Nobody except graphics card manufacturers has...
Nobody except graphics card manufacturers has programmed graphics cards at the bare metal for over 20 years. If you want the best performance, you use the drivers they make. For UNIX, that mostly...
2,805
Posted By Corona688
You can easily post code here by using code tags,...
You can easily post code here by using code tags, stuff[/code].

If you wanted to compile unmodified UNIX code under Windows you could use cygwin.
2,195
Posted By jim mcnamara
Xwindows is usually based on the ncurses library....
Xwindows is usually based on the ncurses library. See what your manual page for ncurses shows you.

This is a good how-to document:

NCURSES Programming HOWTO...
6,468
Posted By Yoda
Use absolute path for hpacucli. Replace...
Use absolute path for hpacucli. Replace highlighted with actual path:
/path_to_hpacucli/hpacucli ctrl slot=3 show config | mail -s "ARRAY STATUS-$(date)" me@mycompanyemail.com
6,339
Posted By Praveen_218
When you edit grub.conf to add another boot...
When you edit grub.conf to add another boot option, you will have to re-build the stage-2 GRUB loader; which is why is a necessary step.

The GRUB stage-1 is just a 512 bytes system boot loader...
Showing results 1 to 21 of 21

 
All times are GMT -4. The time now is 03:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy