Computing desk | ||
---|---|---|
< June 3 | << May | June | Jul >> | June 5 > |
Welcome to the Wikipedia Computing Reference Desk Archives |
---|
The page you are currently viewing is an archive page. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages. |
I'm running an Core 2 Duo E6550 on the stock cooler not overclocked. The idling temperature is around 48C to 50C. However, when I run anything moderately CPU intensive, the temperatures I measured with RealTemp shoots up to mid to high 90s! This is clearly not good for the CPU. Is there any reason why this would happen? I cleaned the dust out of the case and re-applied thermal grease (1 medium sized drop of Arctic Silver) to the interface between the CPU die and the cooler. I also cleared the PSU cables from the paths of the casefans/stock cooler. The ambient temperature in my room is about 27-30C. Should I invest in a new heatsink/fan or is there another simpler solution? 74.105.225.192 (talk) 00:31, 4 June 2010 (UTC)
Is it just me, or is this a bot add: [1]. How do I know? That crazy invisible/white text that appears after the black text. Or is Craigslist just trying to pull a fast one to get attention to the page? I'd sure like to know because I see a lot of these pages in my area. Magog the Ogre (talk) 00:45, 4 June 2010 (UTC)
Is anyone aware of a way in Firefox (i.e., a plug-in) to temporarily stop a tab from further communication with the server via AJAX? What quickly crossed my mind would be to add the URL to Adblock Plus and turn the plugin on and off as needed. Anything more elegant? Thanks, Riggr Mortis (talk) 01:12, 4 June 2010 (UTC)
I'd just like to say thanks for the answers to my question several days ago regarding removing Ubuntu and resetting my partitions. I've decided to stick with Ubuntu on this dual-boot for now, as I have solved the problem which was causing me to want to remove it in the first place. Now, I have another question. Is it possible to run my Vista partition as a virtual machine, using, for example, Virtual Box? Would it also be possible to run my Ubuntu partition from Vista using Virtual Box? This would save me from rebooting, I guess. --KägeTorä - (影虎) (TALK) 10:59, 4 June 2010 (UTC)
When I try accessing the page history on my private wiki I get this come up:
Detected bug in an extension! Hook FlaggedRevsHooks::addToHistLine failed to return a value; should return true to continue hook processing or false to abort. Backtrace: #0 C:\xampp\htdocs\mediawiki-1.15.2\includes\PageHistory.php(338): wfRunHooks('PageHistoryLine...', Array) #1 C:\xampp\htdocs\mediawiki-1.15.2\includes\PageHistory.php(594): PageHistory->historyLine(Object(stdClass), Object(stdClass), 1, false, true, true) #2 C:\xampp\htdocs\mediawiki-1.15.2\includes\Pager.php(290): PageHistoryPager->formatRow(Object(stdClass)) #3 C:\xampp\htdocs\mediawiki-1.15.2\includes\PageHistory.php(142): IndexPager->getBody() #4 C:\xampp\htdocs\mediawiki-1.15.2\includes\Wiki.php(523): PageHistory->history() #5 C:\xampp\htdocs\mediawiki-1.15.2\includes\Wiki.php(63): MediaWiki->performAction(Object(OutputPage), Object(Article), Object(Title), Object(User), Object(WebRequest)) #6 C:\xampp\htdocs\mediawiki-1.15.2\index.php(116): MediaWiki->initialize(Object(Title), Object(Article), Object(OutputPage), Object(User), Object(WebRequest)) #7 {main}
What could be wrong to bring this message up, it happens whenever I try and go to any page history. Also these are my current settings in Local Settings.php file:
Code hidden, click show to see
|
---|
<?php
# This file was automatically generated by the MediaWiki installer.
# If you make manual changes, please keep track in case you need to
# recreate them later.
#
# See includes/DefaultSettings.php for all configurable settings
# and their default values, but don't forget to make changes in _this_
# file, not there.
#
# Further documentation for configuration settings may be found at:
# http://www.mediawiki.orghttps://demo.azizisearch.com/lite/wikipedia/page/Manual:Configuration_settings
# If you customize your file layout, set $IP to the directory that contains
# the other MediaWiki files. It will be used as a base to locate files.
if( defined( 'MW_INSTALL_PATH' ) ) {
$IP = MW_INSTALL_PATH;
} else {
$IP = dirname( __FILE__ );
}
$path = array( $IP, "$IP/includes", "$IP/languages" );
set_include_path( implode( PATH_SEPARATOR, $path ) . PATH_SEPARATOR . get_include_path() );
require_once( "$IP/includes/DefaultSettings.php" );
# If PHP's memory limit is very low, some operations may fail.
# ini_set( 'memory_limit', '20M' );
if ( $wgCommandLineMode ) {
if ( isset( $_SERVER ) && array_key_exists( 'REQUEST_METHOD', $_SERVER ) ) {
die( "This script must be run from the command line\n" );
}
}
## Uncomment this to disable output compression
# $wgDisableOutputCompression = true;
$wgSitename = "Testbase";
## The URL base path to the directory containing the wiki;
## defaults for all runtime URL paths are based off of this.
## For more information on customizing the URLs please see:
## http://www.mediawiki.orghttps://demo.azizisearch.com/lite/wikipedia/page/Manual:Short_URL
$wgScriptPath = "/mediawiki-1.15.2";
$wgScriptExtension = ".php";
## UPO means: this is also a user preference option
$wgEnableEmail = true;
$wgEnableUserEmail = true; # UPO
$wgEmergencyContact = "postmaster@localhost";
$wgPasswordSender = "postmaster@localhost";
$wgEnotifUserTalk = true; # UPO
$wgEnotifWatchlist = true; # UPO
$wgEmailAuthentication = true;
## Database settings
$wgDBtype = "mysql";
$wgDBserver = "localhost";
$wgDBname = "Test";
$wgDBuser = "wikiuser";
$wgDBpassword = "myfriend";
# MySQL specific settings
$wgDBprefix = "";
# MySQL table options to use during installation or update
$wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary";
# Experimental charset support for MySQL 4.1/5.0.
$wgDBmysql5 = true;
## Shared memory settings
$wgMainCacheType = CACHE_NONE;
$wgMemCachedServers = array();
## To enable image uploads, make sure the 'images' directory
## is writable, then set this to true:
$wgEnableUploads = false;
# $wgUseImageMagick = true;
# $wgImageMagickConvertCommand = "/usr/bin/convert";
## If you use ImageMagick (or any other shell command) on a
## Linux server, this will need to be set to the name of an
## available UTF-8 locale
# $wgShellLocale = "en_US.UTF-8";
## If you want to use image uploads under safe mode,
## create the directories images/archive, images/thumb and
## images/temp, and make them all writable. Then uncomment
## this, if it's not already uncommented:
# $wgHashedUploadDirectory = false;
## If you have the appropriate support software installed
## you can enable inline LaTeX equations:
$wgUseTeX = false;
$wgLocalInterwiki = strtolower( $wgSitename );
$wgLanguageCode = "en";
$wgSecretKey = "d490b0253a5959c37b55bfd2011d03a27ac49811d5ff151679fff9760f32ba7";
## Default skin: you can change the default skin. Use the internal symbolic
## names, ie 'standard', 'nostalgia', 'cologneblue', 'monobook':
$wgDefaultSkin = 'monobook';
## For attaching licensing metadata to pages, and displaying an
## appropriate copyright notice / icon. GNU Free Documentation
## License and Creative Commons licenses are supported so far.
# $wgEnableCreativeCommonsRdf = true;
$wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright
$wgRightsUrl = "";
$wgRightsText = "";
$wgRightsIcon = "";
# $wgRightsCode = ""; # Not yet used
$wgDiff3 = "";
# When you make changes to this configuration file, this will make
# sure that cached pages are cleared.
$wgCacheEpoch = max( $wgCacheEpoch, gmdate( 'YmdHis', @filemtime( __FILE__ ) ) );
/**
* Permission keys given to users in each group.
* All users are implicitly in the '*' group including anonymous visitors;
* logged-in users are all implicitly in the 'user' group. These will be
* combined with the permissions of all groups that a given user is listed
* in in the user_groups table.
*
* Note: Don't set $wgGroupPermissions = array(); unless you know what you're
* doing! This will wipe all permissions, and may mean that your users are
* unable to perform certain essential tasks or access new functionality
* when new permissions are introduced and default grants established.
*
* Functionality to make pages inaccessible has not been extensively tested
* for security. Use at your own risk!
*
* This replaces wgWhitelistAccount and wgWhitelistEdit
*/
$wgGroupPermissions = array();
// Implicit group for all visitors
$wgGroupPermissions['*']['createaccount'] = true;
$wgGroupPermissions['*']['read'] = true;
#$wgGroupPermissions['*']['edit'] = true;
#$wgGroupPermissions['*']['edit-main'] =false;
#$wgGroupPermissions['*']['edit-talk'] = false;
$wgGroupPermissions['*']['createpage'] = true;
#$wgGroupPermissions['*']['createtalk'] = true;
#$wgGroupPermissions['*']['writeapi'] = true;
// Implicit group for all logged-in accounts
$wgGroupPermissions['confirmed']['move'] = true;
$wgGroupPermissions['confirmed']['move-subpages'] = true;
$wgGroupPermissions['confirmed']['move-rootuserpages'] = true; // can move root userpages
//$wgGroupPermissions['user']['movefile'] = true; // Disabled for now due to possible bugs and security concerns
$wgGroupPermissions['user']['read'] = true;
$wgGroupPermissions['confirmed']['edit-main'] = true;
$wgGroupPermissions['user']['edit-talk'] = true;
$wgGroupPermissions['user']['edit'] = true;
$wgGroupPermissions['confirmed']['createpage'] = true;
$wgGroupPermissions['confirmed']['createtalk'] = true;
$wgGroupPermissions['confirmed']['writeapi'] = true;
$wgGroupPermissions['confirmed']['upload'] = true;
$wgGroupPermissions['confirmed']['reupload'] = true;
$wgGroupPermissions['confirmed']['reupload-shared'] = true;
$wgGroupPermissions['confirmed']['minoredit'] = true;
$wgGroupPermissions['confirmed']['purge'] = true; // can use ?action=purge without clicking "ok"
// Implicit group for accounts that pass $wgAutoConfirmAge
$wgGroupPermissions['autoconfirmed']['autoconfirmed'] = true;
// Users with bot privilege can have their edits hidden
// from various log pages by default
$wgGroupPermissions['bot']['bot'] = true;
#$wgGroupPermissions['bot']['autoconfirmed'] = true;
$wgGroupPermissions['bot']['nominornewtalk'] = true;
$wgGroupPermissions['bot']['autopatrol'] = true;
$wgGroupPermissions['bot']['suppressredirect'] = true;
$wgGroupPermissions['bot']['apihighlimits'] = true;
$wgGroupPermissions['bot']['writeapi'] = true;
#$wgGroupPermissions['bot']['editprotected'] = true; // can edit all protected pages without cascade protection enabled
// Most extra permission abilities go to this group
$wgGroupPermissions['sysop']['edit-main'] = true;
$wgGroupPermissions['sysop']['edit-talk'] = true;
$wgGroupPermissions['sysop']['edit'] = true;
$wgGroupPermissions['sysop']['block'] = true;
$wgGroupPermissions['sysop']['createaccount'] = true;
$wgGroupPermissions['sysop']['delete'] = false;
$wgGroupPermissions['sysop']['bigdelete'] = false; // can be separately configured for pages with > $wgDeleteRevisionsLimit revs
$wgGroupPermissions['sysop']['deletedtext'] = true; // can view deleted revision text
$wgGroupPermissions['sysop']['deletedhistory'] = true; // can view deleted history entries, but not see or restore the text.
$wgGroupPermissions['sysop']['undelete'] = false;
$wgGroupPermissions['sysop']['editinterface'] = true;
$wgGroupPermissions['sysop']['editusercssjs'] = true;
$wgGroupPermissions['sysop']['import'] = true;
$wgGroupPermissions['sysop']['importupload'] = true;
$wgGroupPermissions['sysop']['suppressredirect'] = true;
$wgGroupPermissions['sysop']['move'] = true;
$wgGroupPermissions['sysop']['move-subpages'] = true;
$wgGroupPermissions['sysop']['move-rootuserpages'] = true;
$wgGroupPermissions['sysop']['patrol'] = true;
$wgGroupPermissions['sysop']['autopatrol'] = true;
$wgGroupPermissions['sysop']['protect'] = true;
$wgGroupPermissions['sysop']['proxyunbannable'] = true;
$wgGroupPermissions['sysop']['rollback'] = true;
$wgGroupPermissions['sysop']['trackback'] = true;
$wgGroupPermissions['sysop']['upload'] = true;
$wgGroupPermissions['sysop']['review'] = true; //allow administrators to review revisions
$wgGroupPermissions['sysop']['validate'] = true;
$wgGroupPermissions['sysop']['autoreview'] = true;
$wgGroupPermissions['sysop']['unreviewedpages'] = true;
$wgGroupPermissions['sysop']['reupload'] = true;
$wgGroupPermissions['sysop']['reupload-shared'] = true;
$wgGroupPermissions['sysop']['unwatchedpages'] = true;
$wgGroupPermissions['sysop']['autoconfirmed'] = true;
$wgGroupPermissions['sysop']['upload_by_url'] = true;
$wgGroupPermissions['sysop']['ipblock-exempt'] = true;
$wgGroupPermissions['sysop']['blockemail'] = true;
$wgGroupPermissions['sysop']['markbotedits'] = true;
$wgGroupPermissions['sysop']['apihighlimits'] = true;
$wgGroupPermissions['sysop']['browsearchive'] = true;
$wgGroupPermissions['sysop']['noratelimit'] = true;
$wgGroupPermissions['sysop']['movefile'] = true;
$wgGroupPermissions['sysop']['mergehistory'] = true;
$wgGroupPermissions['bureaucrat']['edit-main'] = true;
$wgGroupPermissions['bureaucrat']['edit-talk'] = true;
$wgGroupPermissions['bureaucrat']['edit'] = true;
$wgGroupPermissions['rightsapplier']['read'] = true;
$wgGroupPermissions['rightsapplier']['edit'] = false;
$wgGroupPermissions['rightsapplier']['edit-main'] =false;
$wgGroupPermissions['rightsapplier']['edit-talk'] = false;
$wgGroupPermissions['rightsapplier']['createpage'] = false;
$wgGroupPermissions['rightsapplier']['createtalk'] = false;
$wgGroupPermissions['rightsapplier']['writeapi'] = false;
// Permission to change users' group assignments
$wgAddGroups['sysop'] = array('bot', 'confirmed', 'Rollbacker');
$wgRemoveGroups['sysop'] = array('bot', 'confirmed', 'Rollbacker');
$wgGroupPermissions['sysop']['userrights'] = false;
$wgAddGroups['bureaucrat'] = array('bureaucrat', 'sysop');
$wgGroupPermissions['bureaucrat']['userrights'] = false;
$wgGroupPermissions['bureaucrat']['noratelimit'] = true;
$wgAddGroups['steward'] = array('bureaucrat', 'bot', 'checkuser', 'confirmed', 'developer', 'oversight', 'Rollbacker', 'steward', 'sysop' );
$wgRemoveGroups['steward'] = array( 'bureaucrat', 'bot', 'checkuser', 'confirmed', 'developer', 'oversight', 'Rollbacker', 'sysop' );
$wgGroupPermissions['steward']['userrights'] = false;
#$wgGroupPermissions['steward']['deleteuser'] = true;
$wgAddGroups['Staffleader'] = array('Staff');
$wgRemoveGroups['Staffleader'] = array('Staff');
$wgGroupPermissions['Staffleader']['userrights'] = false;
$wgAddGroups['Staff'] = array('bureaucrat', 'bot', 'checkuser', 'confirmed', 'developer', 'oversight', 'Rollbacker', 'steward', 'sysop');
$wgRemoveGroups['Staff'] = array('bureaucrat', 'bot', 'checkuser', 'confirmed', 'developer', 'oversight', 'Rollbacker', 'steward', 'sysop');
$wgGroupPermissions['Staff']['userrights'] = false;
#$wgGroupPermissions['bureaucrat']['deleteuser'] = false;
$wgAddGroups['rightsapplier'] = array('bureaucrat', 'bot', 'checkuser', 'confirmed', 'developer', 'oversight', 'Rollbacker', 'Staff', 'steward', 'sysop');
$wgRemoveGroups['rightsapplier'] = array('bureaucrat', 'bot', 'checkuser', 'confirmed', 'developer', 'oversight', 'Rollbacker', 'Staff', 'steward', 'sysop');
$wgGroupPermissions['rightsapplier']['userrights'] = false;
#$wgGroupsRemoveFromSelf['steward'] = array( 'bureaucrat', 'bot', 'checkuser', 'confirmed', 'developer', 'oversight', 'Rollbacker', 'sysop' );
// Permission to change users' groups assignments across wikis
#$wgGroupPermissions['bureaucrat']['userrights-interwiki'] = true;
// Permission to export pages including linked pages regardless of $wgExportMaxLinkDepth
#$wgGroupPermissions['bureaucrat']['override-export-depth'] = true;
// To hide usernames from users and Sysops
$wgGroupPermissions['sysop']['hideuser'] = true;
/**
* The developer group is deprecated, but can be activated if need be
* to use the 'lockdb' and 'unlockdb' special pages. Those require
* that a lock file be defined and creatable/removable by the web
* server.
*/
# $wgGroupPermissions['developer']['siteadmin'] = true;
require_once("$IP/extensions/Nuke/SpecialNuke.php");
$wgGroupPermissions['sysop']['nuke'] = true;
include_once('extensions/CheckUser/CheckUser.php');
$wgGroupPermissions['developer']['siteadmin'] = true;
$wgGroupPermissions['Rollbacker']['rollback'] = true;
require_once("$IP/extensions/Oversight/HideRevision.php");
$wgGroupPermissions['oversight']['hiderevision'] = true;
$wgGroupPermissions['oversight']['oversight'] = true;
$wgGroupPermissions['oversight']['suppressionlog'] = true;
$wgGroupPermissions['oversight']['deleterevision'] = true;
$wgGroupPermissions['oversight']['hideuser'] = true;
$wgGroupPermissions['oversight']['suppressrevision'] = true;
$wgNamespaceProtection[NS_MAIN] = array( 'edit-main' );
$wgNamespaceProtection[NS_TALK] = array( 'edit-talk' );
require_once("extensions/Deleteuser/SpecialDeleteuser.php");
#require_once( "$IP/extensions/CentralNotice/CentralNotice.php" );
require_once("$IP/extensions/UserRightsList/UserRightsList.php");
#$wgGroupPermissions['sysop']['centralnotice_admin_rights'] = true;
require_once( "$IP/extensions/GroupPermissions/settings.php");
require_once( "$IP/extensions/GroupPermissions/GroupPermissions.php" );
include_once('extensions/FlaggedRevs/FlaggedRevs.php');
$wgShowExceptionDetails = true;
|
Thanks Paul2387 12:25, 4 June 2010 (UTC)
Hi! Today I installed windows xp from the CD in Pentium-III and Pentium-IV Pc. Windows are working properly in P-III but giving problem in P-IV.I again installed the OS in P-IV but it didnt work properly. The problem is that when i checked by going to device manager window, Ethernet Controller and PCI simple communicatiion controller is not installed. Moreover it gives the info that modem is removed, unavailable device COM1 for dial-up. So i'm unable to have dial-up connection and LAN connection too. Are there any drivers missing? I dont know much about it. Can anyone help me to sort out the problem? Moreover, as i did the installation of windows xp twice. So how can i delete the previous one. Cheers 221.120.250.83 (talk) 14:28, 4 June 2010 (UTC)
ok Thanks.221.120.250.83 (talk) 14:43, 4 June 2010 (UTC)
I remember a transcription of an online or telephone sex chat which ended up with candles setting light to a room. It was funny rather than sexy. Can anybody give me a URL please? Kittybrewster ☎ 17:03, 4 June 2010 (UTC)
The most popular weather websites all are terrible to look at. Is there a cleaner looking one out there somewhere? My current one is weather.com, but I affirmatively hate looking at it. The nicest solution so far is just googling my zip code and "weather," but it would be good to have something with hourly and 10-day forecasts. Thoughts? Calliopejen1 (talk) 19:08, 4 June 2010 (UTC)
I've used XP for two or three years. Are there any quick guides that help a Windows user begin to use Ubuntu please? The things I'm interested in are firstly, copying and pasting files, creating new folders and so on. Secondly installing and uninstalling freeware software from the internet. Thirdly security like firewalls, anti-virus, and so on. Fourthly removing garbage as Ccleaner does. Thanks 92.15.21.188 (talk) 19:27, 4 June 2010 (UTC)
purge
command) to delete configuration files for uninstalled programs, but that kind of stuff just doesn't take up much space, so it's not worth the effort. Old log files get rotated, compressed, and eventually deleted by default. Paul (Stansifer) 21:52, 5 June 2010 (UTC)Can anyone please provide me with a safer link to free download Microsoft visual studio for C++?? On googling I found several links but these gave me mere viruses and trojans and nothing more. Thanks 221.120.250.83 (talk) 20:44, 4 June 2010 (UTC)