Blogs

[Human] Multi-Tasking is a myth...

http://www.itnews.com.au/News/154170,multitasking-doesnt-work-say-resear...
Quote: After testing about 100 Stanford students, the scientists concluded that chronic media multitaskers have difficulty focusing and are not able to ignore irrelevant information.

Very cool cardboard computer - ReCompute

This is a really trendy idea - not big difference in terms of functionality - purely on the aesthetic side...
http://www.core77.com/greenergadgets/entry.php?projectid=32

Design by: Brenden Macaluso


Processor Performance by Name

This chart comes from the crowd sourced PassMark benchmarking utility.
http://www.passmark.com/download/pt_download.htm
Please note that the slowest CPU recorded in this data set is the "AMD-K6 3D"
This table is sorted by CPU Name
To see this table sorted by CPU Rank (i.e. performance), CLICK HERE.
Read more »

Processor Performance by Rank

This chart comes from the crowd sourced PassMark benchmarking utility.
Please note that the slowest CPU recorded in this data set is the "AMD-K6 3D"
You can get their software at their web site here:
http://www.passmark.com/download/pt_download.htm
This table is sorted by CPU Ranking
To see this table sorted by CPU Name, CLICK HERE.
Read more »

Transparent Icons in XP

Here is the solution to this one:

  1. Open the Control Panel
  2. Click System
  3. Click the Advanced tab
  4. Click Settings in the Performance section
  5. Check the “Use drop shadows for icon labels on the desktop” checkbox
  6. Click OK until you close the windows
  7. Then, right click somewhere on the desktop. Select "Arrange Icons By" and disable "Lock Web Items on Desktop"

Windows PowerShell

Created a quick powershell to backup a server disk to disk as follows:

http://winterdom.com/2008/02/havescriptwillbackup/
http://atakan.titiz.net/2008/01/schedule-powershell-script.html
http://www.microsoft.com/technet/scriptcenter/topics/winpsh/manual/run.mspx

Thanks to all who contributed.
Uses ROBOCOPY - very fast, flexible, and efficient.
Scheduled, backup is a done deal.

Now I just need an OFF-SITE version, and I am done.

D

DRUPAL Tips

Resetting your Drupal admin password

To directly reset your password, log into phpMyAdmin and execute the following mySQL statement:

UPDATE users SET pass = md5('newpassword') WHERE uid = 1;

1 billionth Firefox download

They must be doing something right...
Firefox has been downloaded more than 1 billion times as of 11am on July 31st 2009.
http://www.onebillionplusyou.com/

A New Operating System from Google...

I told you so.
Google had to eventually threaten the Microsoft OS stranglehold. They could not in all conscience not do so. See their announcement here for some details of this very key development:
http://googleblog.blogspot.com/2009/07/introducing-google-chrome-os.html

Read more »

how to enable SSH on Cisco IOS routers

It's worth enabling SSH in nearly every case for normal day to day remote access. This is mainly due to the inherently insecure nature of its little brother - TELNET, which is completely un-encrypted and therefore sniffable on any network.

Here's how:


R2(config)#ip domain name cisco.com
R2(config)#crypto key generate rsa
The name for the keys will be: R2.cisco.com
Choose the size of the key modulus in the range of 360 to 2048 for your
General Purpose Keys. Choosing a key modulus greater than 512 may take
a few minutes.

How many bits in the modulus [512]: Read more »

Syndicate content
randomness