2010 April

Geil Memory sticks on GA-P35-DS3L

press CTLR+F1 to access all settings

You need to set:

DDR2 Overvoltage Control ____________ +0.3 <—— Your Corsairs needs 2.1V to run at specified speeds.

Performance Enhance ____________ Turbo — Set to STANDARD

System Memory Multiplier (SPD) ____________ Auto – Need to be MANUAL, otherwise u cant set the timings manual.

CAS Latency Time________________ 4
Dram RAS# to CAS# Delay_________ 4
Dram RAS# Precharge Delay_______4
Precharge Delay (tRAS)__________ 12

For NO overclocking u can likely leave the rest of the timings on AUTO

(G)MCH Overvoltage Control ____________ NORMAL — set to +0.1 – four sticks (populating all four slots likely to need more volts)

source

By WladyX on 29 April, 2010 | General | A comment?

How to find RAM size in HPUX

/usr/contrib/bin/machinfo | grep "Memory"

source

By WladyX on 28 April, 2010 | HP-UX | A comment?

How to check CPU in HP-UX from command line

#ioscan -k |grep processor |wc –l

source

By WladyX on | HP-UX | A comment?

A Dozen GNOME Themes

By WladyX on | General, Link, Style, X11 | A comment?

15 Stunning Linux Desktop Customizations

By WladyX on | General, Link, Style, X11 | A comment?

Sending Email with Netcat

/tmp/message:

HELO host.example.com
MAIL FROM:<test@host.example.com>
RCPT TO:<bob@example.com>
DATA
From: [Alice] <alice@geek.com>
To: <bob@example.com>
Date: Mon, 12 Apr 2010 14:21:26 -0400
Subject: Test Message

Hi there! This is supposed to be a real email…

Have a good day!
Alice

.
QUIT

# /usr/bin/nc smtp.domain.com 25 < /tmp/message

source

By WladyX on 21 April, 2010 | General, Mail, Scripts | A comment?

BTSAP CAB

RSAP cab file
1. Turn Bluetooth on
2. Launch SAPSettings.exe from the \Windows folder. Somehow this app which is installed with nhathoa’s CAB does not display anything on the screen like older versions did, but it stays in memory after launch
3. Connect to your car kit–now it works!
4. Add shortcut to SAPSettings.exe to \Windows\Startup folder to make it launch automatically after reboot

source

By WladyX on | General, Mobile, WM | A comment?

Converting ext3 partitions to ext4

umount /dev/XXX
tune2fs -O extents,uninit_bg,dir_index /dev/XXX
fsck.ext4 /dev/XXX

update fstab

source

By WladyX on | General | A comment?

Top 5 most useful commands or tools for Linux administrators

By WladyX on | Files, General, Scripts | A comment?

Logwatch with Metalog on Gentoo

By WladyX on | General, Gentoo, Scripts, Security | A comment?