General :: CPU Comparison - Trusted Source That Compares Performance?

Dec 5, 2010

How to compare CPUs? Is there a trusted source that compares cpu performance?

View 4 Replies


ADVERTISEMENT

General :: Open Source Performance Analysis Tools?

Mar 21, 2011

recommend some really good performance analysis tools? Top is not good because it has problems.I am looking for some products like collectD, collectl, or something else comparable.I need something that will look at tasks, cpu, memory, disk usage, interrupts, priorities.If I am missing a tool listed then let me know.I am looking for something that can display the results graphically.

View 3 Replies View Related

General :: Software Which Compares File On Specified Directory Each Day

Jun 30, 2011

Is there application for linux which would run everyday, and if that app suspect changed files, warn me via email with list of changed files?

View 3 Replies View Related

General :: Writing A Script That Compares Two Different Files?

Jul 26, 2011

how to match to find matches in two different files when comparing timestamps. The fields I'm wanting to match up are in the format:

Jul 26 09:33:02

I have tried reading the file line by line and using awk '{print $1,$2,$3}' which only gets and stores the timestamp in one of the files. I've been looking around and saw this example:

awk 'FNR==NR{!a[$3]++;next }{ b[$3]++ }
END{
for(i in a){
for(k in b){
if (a[i]==1 && i ~ k ) { print i }
}
}
}' $FILE $FILE2

Which sorta works but its way over my head at the moment. The two files can be found in your /var/log/syslog and /var/log/auth.log (using Ubuntu 11.04)

View 9 Replies View Related

Ubuntu :: Performance With Open Source Radeon Driver With X1650

May 28, 2010

I have a performance issue using the open source radeon driver. I normally would just attribute this to the driver still not ready, but it was working fine on the Mandriva install I just wiped out. I replaced madriva in order to have Qimo sessions for my daughter to use. When I try to run glxgears the gears basically don't move.

View 4 Replies View Related

General :: Add PHP User As Trusted Sender In Sendmail?

Jul 7, 2010

I have a mail script that has been running on my website for several years. One problem I had with the script was when a bad address was put in, the mail was rejected to the server rather than to the sender. I have now recently added a fifth parameter to the mail script using the -f sendmail option to set the return path.

PHP Code:

$mailsend=mail("$email","$subject","$emess","$ehead","-f$adminEmail");

The PHP manual says this:

Quote:

The user that the webserver runs as should be added as a trusted user to the sendmail configuration to prevent a 'X-Warning' header from being added to the message when the envelope sender (-f) is set using this method. For sendmail users, this file is /etc/mail/trusted-users. I do have the 'X-Warning' header on e-mails sent with this script and have asked my server administrator for some help in adding "the user that the Web server runs as" as a trusted user.

View 2 Replies View Related

General :: Tool Or Set Of Scripts To Capture Information And Do System Level Comparison?

Jun 12, 2011

If I have three (3) servers that are suppoed to be configured exactly alike, is there a tool or set of scripts that I can use to capture the information and do a system level comparison?

View 1 Replies View Related

Ubuntu :: Ondemand Vs Performance - Increases The Clock Speed To Performance When The CPU Is Under Load

Jul 31, 2010

I just wanted to know if having my laptop set to ondemand, will this affect performance in any way? I realize it increases the clock speed to performance when the CPU is under load, but does the time it take to go from ondemand to performance affect speed? Will there be any noticeable difference between the two setups? I have a dual core intel at 2.2GHz when in performance. When ondemand is set with no load it downclocks to 800Mhz.

View 7 Replies View Related

General :: Kate Plugin That Enables File Comparison In Kate?

Jul 16, 2010

Is there a Kate plugin that enables file comparison in Kate?, something like the plugin available for Notepad++

View 1 Replies View Related

Debian :: Add A Key To Apt's List Of Trusted Keys?

Jun 16, 2011

how to add a key to apt's list of trusted keys, there might be something I've missed but I don't think so.

View 7 Replies View Related

General :: String Comparison Error "user@host:~/scripts> ./check_BRK1E.sh BIP1284I: Broker 'BRK1E' On Queue"

Jan 31, 2011

Here's my code on SLES v11.

#! /usr/bin/ksh
MQSILIST=$(mqsilist)
RUNNING="BIP1284I: Broker 'BRK1E' on queue manager 'BRK1QME' is running. BIP8071I: Successful command completion."
echo $MQSILIST
if ["$MQSILIST" == "$RUNNING"]; then
echo "Running."
fi

Here's the error I receive. user@host:~/scripts> ./check_BRK1E.sh BIP1284I: Broker 'BRK1E' on queue manager 'BRK1QME' is running. BIP8071I: Successful command completion. ./check_BRK1E.sh[8]: [BIP1284I: Broker 'BRK1E' on queue manager 'BRK1QME' is running. BIP8071I: Successful command completion.: not found [No such file or directory]

View 1 Replies View Related

Debian :: Having A Mixture Of Trusted And Untrusted Repositories?

May 29, 2011

I have a repository that isn't signed (and would be a pain to get the administrator to sign)need to use APT::Get::AllowUnauthenticated to install anything from this. However, packages from this repository may have dependencies that I want to download from the main Debian repository and I don't want to install these if can't be authenticated.Is there any way to configure apt-get to allow packages to be unauthenticated from one repository, but forces authentication for all others or am I forced to manually download the dependencies and install myself in this scenario?

View 4 Replies View Related

Fedora Security :: Login Webpage Is Not Trusted (ISP)?

Nov 29, 2009

got this message during my login to my ISP webpage broadband , this first time i got thisQuote:

You have asked Firefox to connect
securely to ******, but we can't confirm that your connection is secure.
Normally, when you try to connect securely,

[code]....

View 3 Replies View Related

Ubuntu Security :: Removing 'trusted' Keys Ssh?

Feb 19, 2010

I've installed the ssh server on my Ubuntu desktop and the very first time I accessed the server from my laptop, it got a message asking me whether to permanently add the key of the server. After I added this, it gave me a message saying that the key had been permanently added. My question is how do I remove this key? I just want to know how to do this because I'm going to disable password based logins and I want to start anew.

View 6 Replies View Related

Ubuntu Security :: Verisign Cert Not Trusted?

Jan 28, 2011

I'm trying to access a Verisign signed site [URL] and getting a certificate not known error when I do. Do I really need to import Verisign? If so, how?

View 6 Replies View Related

Server :: Add A Certificate To Trusted List / Keypool?

Jun 8, 2011

I am trying to implement a payment gateway, I have got a crt files from them, i have to add them into our trusted list so that we can establish a SSL handshake.i.e "Importing an SSL certificate into keystore" I dont have any idea on this one, can any one help me on this, my server is a ubuntu and runs apache as webserver.I am trying to use this in a soap request..An error occurred during a connection to ws.payconnexion.com:1401.

SoapFault exception: [HTTP] Could not connect to host in /var/domains/mywebroot/file/testpaymentmine.php:71
Stack trace:

[code]...

View 1 Replies View Related

Server :: Sendmail - Trusted-users Or Aliases ?

Jul 27, 2011

For a project that I have been assigned to, I need to send emails to a business partner(business_partner.com) from one production server. However, my emails neither reach their destination nor bounce back to me.

Working with our business partner's IT support, the following error was discovered in their maillogs:

Quote:

Further analysis by my IT support shows that emails are successfully sent out ("Message accepted for delivery"):

Quote:

The app I coded is not using a public internet email address (e.g. me@hidden_domain_name.com) to send these notifications.

Instead, it uses an intranet email address (the server's where my code resides: user_name@servername.hidden_domain_name.com).

We created an alias but it made no change. Would adding my public internet email address to "trusted-users" file (we use sendmail)

View 3 Replies View Related

Software :: No Ultimately GPG Trusted Keys Found

Oct 16, 2010

I am unable to get a key from keys.gnupg.net using:
Code:
gpg --keyserver keys.gnupg.net --recv 886DDD89
the above command returns

Code:
gpg: requesting key 886DDD89 from hkp server keys.gnupg.net
gpgkeys: HTTP fetch error 7: couldn't connect to host
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0

EDIT: Correction: was able to get "A" key; however, its shows as
Code:
requesting key 886DDD89 from hkp server keys.gnupg.net
gpg: /home/mrmunkey/.gnupg/trustdb.gpg: trustdb created
gpg: key 886DDD89: public key "deb.torproject.org archive signing key" imported
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: imported: 1 (RSA: 1)
and a search shows:

Code:
W: GPG error: [URL] lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 74A941BA219EC810
I would rather make sure and get it right. I can see some keys located here at the tor project site. Another issues, I have been having issues with gpg keys for at least a month now.

View 2 Replies View Related

Fedora Networking :: Add Custom Trusted Services To Firewall?

Jan 20, 2010

I'd like to have an easy way to configure firewall, e.g. eable/disable what mythtv needs, or enable/disable what mediatomb needs. Basically open/close a few tcp and/or udp ports for all interfaces (I have two), or just one of them.

Is there a way to add my own trusted services for the firewall?

Other recommended ways to do that? Or just write a simple shell script?

View 1 Replies View Related

Ubuntu :: Sabayon User Manager Launchers Not Trusted?

Jan 30, 2010

I'm working on setting up a computer lab for my kids' school, and am planning to use Ubuntu LTSP and Sabayon User Manager to lock things down.

When I edit a profile in Sabayon, and create the default desktop icons I'd like them to have (Firefox for example), when the user logs in the icon is generic and when clicked says:

"The application launcher Firefox.desktop is not marked as trusted. If this application launchers source is unknown to you then it may be unsafe to launch."

If I click "Mark as Trusted", the Firefox icon pops up and all is well. However whenever a new user logs in, they have to go through this process and I'm worried it may confuse them.

Why are application launchers created by Sabayon not trusted by my LTSP users?

Ubuntu 9.10 by the way.

View 2 Replies View Related

Server :: Junk Email - How To Make Address As Trusted

Nov 12, 2010

I have a domain address and I keep my website in the server at my home. I use bind for DNS. I opened an email address for myself, but when I send an email to for example hotmail, gmail, it signs that as junk or spam. How can I make this address as trusted?

View 7 Replies View Related

OpenSUSE :: Import Root CA Into System Wide Trusted Store?

Aug 27, 2010

I have my company's CA root.crt certificate and I would like to import into openSUSE 11.2 so every application could trust this authority. Is there any instruction for this procedure?

You know, something like you can do in Windows: just click certificate and there is a button "Install certificate"

Where is system certificate store in openSUSE?

View 1 Replies View Related

Ubuntu Security :: Default Trusted Root Certificates In Java 1.4

Feb 20, 2011

Which are the default trusted root certificates in Java 1.4? How can a 4096bit certificate be installed in Java 1.4? (as it seems to produce an error).

View 2 Replies View Related

Red Hat / Fedora :: Creating Trusted Connection Between Machines For Shared Accou

Jan 20, 2011

I tried to create trusted connection between two machines (named "master" and "node1") for shared account, but no luck. what I had done are as follows:

1.create user account "tester" in "master"
2.set NFS server configuration to have RW for /home/tester for "node1"
3.create user account "tester" without creating home dir in "node1" with same userID and groupID as the one in "master"
4.create dir "homester" in "node1" and mount to "master" (mount -t nfs master:/home/tester /home/tester).in master node: ssh-keygen -t rsa
5.generate authorized_keys in "node1" (details not shown)

but it is not working, if I don't use home/tester as shared dir, and two machines have their own /home/tester , the trusted connection gets created and scp works fine. can we create trusted connection for shared account, if yes, how and did I do miss anything.

View 1 Replies View Related

Hardware :: DDR2 800/667 RAM On A 667 FSB - Comparison

Feb 9, 2010

I'm looking at a new board that supports both DDR2 800 and DDR2 667. But, the FSB is only 667MHz. My question is: is there a benefit of using the DDR2 800 on the 667 FSB? That is, can the DDR2 800 be fully utilized on this system? What are pros and cons of such? Does the added benefit outweigh the additional cost of the RAM?

Note: I'm not looking to overclock at all, and this is not going to be used for 3D apps (games or video editing).

View 5 Replies View Related

Software :: Awk From End Of String - 3 Position Comparison

Oct 3, 2010

I would like to check if the 3rd character from the end of a string is a d or p using awk and the field seperator would not help for this problem, i.e.

Code:

View 4 Replies View Related

Programming :: Comparison Between Pointer And Integer

Jul 6, 2010

I'm trying to write a simple program that lists a menu and then asks you for your decision, and you can answer with a number or the name. However, I don't know how to add the second options (name).

View 14 Replies View Related

Programming :: Getting A Comparison Operator To Work?

Feb 8, 2010

I'm very new at Bash scripting and have a bone head issue that I'm trying (and failing) to resolve. I cannot get this one IF statement to work, it seems the comparison operator does not think the resulting number from the $b*$c+$b operation is an integer even though it is a number. Below is a small proof of concept script with the bit I'm having trouble with.

Code:
#! /bin/bash
a=800
b=700
c=.15
if [ "$a" -le "$(echo "($b*$c+$b)"|bc)" ]

[Code]...

View 6 Replies View Related

Ubuntu Security :: Encfs: MAC Comparison Failed

Jul 7, 2011

I'm running 11.04 (64 bit) get the following in my syslog

[Code]....

1) Why is this happening
2) How can it be fixed
3) How can it be avoided

View 3 Replies View Related

Programming :: Operator For Floating Point Comparison?

May 10, 2011

I know it is wrong to use the "==" operator to compare the equality of two floating point numbers. Logically it would seem that if the "==" operator is not usable for floating point comparison, then the "<=" operator would also not be usable. Is this true? The lack of google search results on this topic made me think that it must be true. If that is true, then is it true that the only way to compare floats with <= or >= is with something like the code below? Code: bool smaller_than_or_equal(float a, float b) {

if ( fabs(a-b) < EPSILON){return true;}
else if (a < b) {return true;}
else {return false;}

} I think this is a general question, but if specifics are necessary, I am using the C++ language to code at the moment.

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved