09-25-2008
Good idea. Please post if you are not using FF3, otherwise we will assume you are using FF3.
(BTW, stats for this site show that most users use FF3 and that FireFox use skyrocketed with FF3 was released.)
7 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
how about this: Can I mix and match add ons?
Say, If I install free bds can I use red hat add ons?
Thanks in advance!
Best Regards,
Techknow MCSE, MCDBA
http://justoneguy.com (1 Reply)
Discussion started by: TechKnow
1 Replies
2. What is on Your Mind?
Hello,
I am planning to revise the RSS News subforum areas, here:
News, Links, Events and Announcements - The UNIX Forums
... maybe with a subforum for each OS specific news, like HP-UX, Solaris, RedHat, OSX, etc. RSS subforums....
Please post your favorite OS specific RSS (RSS2) link... (0 Replies)
Discussion started by: Neo
0 Replies
3. Web Development
Here is a bit of code I wrote that includes some HTML (table and image code) based on the width of the browser. It works in Firefox. I am not sure if it works for IE. (Need to test.)
<script type="text/javascript"><!--
var winWidth = window.innerWidth;
if (winWidth > 750) {... (0 Replies)
Discussion started by: Neo
0 Replies
4. Forum Support Area for Unregistered Users & Account Problems
Please post here if you have any questions or issues (or just want to discuss or comment) about the following browser add-ons:
The Unix and Linux Forums (unix.com)
https://www.unix.com/images/ff_addon.png (0 Replies)
Discussion started by: Neo
0 Replies
5. What is on Your Mind?
Let's have a few laughs! Post your favorite joke!
(no racist / racism jokes, please post in good taste, thanks!) (65 Replies)
Discussion started by: Neo
65 Replies
6. Post Here to Contact Site Administrators and Moderators
hi there,
when I found some good/useful posts, I want to save them somewhere in our forum, so that I can check them out easily later.
Do we have something like "add to favorite" functionality? I didn't find any. One similar thing is "subscribed posts". But not same as favorite.
thx (10 Replies)
Discussion started by: sk1418
10 Replies
7. UNIX and Linux Applications
Can everyone please list there favorite firefox tweaks? These are my favorite tweaks.
Config.trim_on_minimize
true Allow Windows to swap out memory when the program is minimized.
false Prevent Windows from swapping out memory when the program is minimized. (Default)
Enter... (0 Replies)
Discussion started by: cokedude
0 Replies
LEARN ABOUT CENTOS
reporter-kerneloops
REPORTER-KERNELOOPS(1) LIBREPORT MANUAL REPORTER-KERNELOOPS(1)
NAME
reporter-kerneloops - Reports kernel oops to kerneloops.org (or similar) site.
SYNOPSIS
reporter-kerneloops [-v] [-c CONFFILE]... [-d DIR]
DESCRIPTION
The tool is used to report the crash to the Kerneloops tracker.
Configuration file
Configuration file contains entries in a format "Option = Value".
The options are:
SubmitURL
The URL of the kerneloops tracker, the default is "http://submit.kerneloops.org/submitoops.php".
Integration with ABRT events
reporter-kerneloops can be used as a reporter, to allow users to report problems to the Kerneloops tracker. This usage is pre-configured in
/etc/libreport/events.d/koops_event.conf:
EVENT=report_Kerneloops analyzer=Kerneloops reporter-kerneloops
It can be also used automatically and immediately without user interaction. When this is desired, modify the event configuration file to
run the tool on the post-create event:
EVENT=post-create analyzer=Kerneloops reporter-kerneloops
OPTIONS
-v
Be more verbose. Can be given multiple times.
-d DIR
Path to problem directory.
-c CONFFILE
Path to configuration file. When used in ABRT event system, the file contains site-wide configuration. Users can change the values via
environment variables.
ENVIRONMENT VARIABLES
Environment variables take precedence over values provided in the configuration file.
KerneloopsReporter_SubmitURL
The URL of the kerneloops tracker.
AUTHORS
o ABRT team
LIBREPORT 2.1.11 06/18/2014 REPORTER-KERNELOOPS(1)