TMnet Slow Down Again?

I called 100 (TM Helpline) to report problem with my voice for my streamx combo. I heard a annonouncement while waiting the IVR to connect me to a person.

The voice told me accessing Internet is having problem due to problem with International link.

Tried to find more information about this from website. After googling for tmnet and later streamx found this site.


Now news about it.

Anyone please verify.

Notes About OpenMPI

Notes About OpenMPI

I'm exploring OpenMPI after been ask questions about cluster related to MPI.

(1) test your setup with "Hello World" MPI example. among them

This codes from

http://www.cs.indiana.edu/csg/FAQ/Clusters/mpi.html

#include
#include
#include
#define HOST_NAME_MAX 127

int main (int argc, char *argv[])
{
int rank, size;
char hname[HOST_NAME_MAX+1];

MPI_Init(&argc, &argv);
MPI_Comm_rank(MPI_COMM_WORLD, &rank);
MPI_Comm_size(MPI_COMM_WORLD, &size);

gethostname(hname, HOST_NAME_MAX);
printf("Hello World! from Process %d of %d on %s\n", rank,size,hname);

MPI_Finalize();
}

or

http://www.rit.albany.edu/wiki/Sample_MPI_Fortran_Program

(2) Libraries needed should be copy across clients.

(3) Problem with output not properly display. You can detect it when running on master and client produce different output to the screen.

mpirun -nty C programname

Malaysian Agencies OSS Adoption Status with Charts and Tables

Malaysian Agencies OSS Adoption Status with Charts and Tables

MAMPU currently collects and tracks OSS adoption statistics and trends for all agencies in Malaysia. This data is now made public for the benefit of all agencies and the general public. They are updated every two weeks.

http://www.oscc.org.my/content/view/227/139/

MAMPU
http://www.mampu.gov.my/

Open Source MAMPU Malaysia
http://opensource.mampu.gov.my/

Intel to shut sites, up to 6,000 jobs hit

This is what I'm afraid of...

----

Intel to shut sites, up to 6,000 jobs hit

Read about it here :-

http://uk.reuters.com/article/email/idUKN2128608520090121

UPDATE 2-Intel to shut sites, up to 6,000 jobs hit
Wed Jan 21, 2009 10:29pm GMT

NEW YORK, Jan 21 (Reuters) - Intel Corp (INTC.O: Quote, Profile, Research) said on Wednesday it would close manufacturing plants in Malaysia and the Philippines and scale back U.S. operations as part of a restructuring that affects as many as 6,000 employees.

The announcement comes a day after the world's largest maker of microprocessors used in personal computers slashed prices on a number of its processors, and a week after it reported a decline in fourth-quarter revenue amid slower global demand.

Intel said it would close two assembly test facilities in Penang, Malaysia, and one in Cavite, Philippines. It will halt production at a wafer fabrication facility in Hillsboro, Oregon, and stop some operations at a facility in Santa Clara, California.

The actions will affect 5,000 to 6,000 jobs, but not all positions would be cut, Intel said in a statement. The chipmaker said it would offer some workers positions at other facilities, adding that the restructuring will take place between now and the end of 2009.

"It's not a surprise given that their first quarter is probably going to be challenging, and they're trying to do what they can to cut costs in places that make sense," said Taunya Sell, an analyst at Ragen Mackenzie, a division of Wells Fargo.

Intel's shares rose about 1 percent to $13.40 in after-hours trading, after rising 3.11 percent to close at $13.26 on the Nasdaq stock market.

Last week, Intel said its fourth-quarter revenue fell 23 percent from the year-ago period and profit tumbled 90 percent. It also held back on giving detailed quarterly forecasts, citing economic uncertainty.

Analysts have been wary about Intel's outlook for the year as chip sales slide. PC makers and other technology companies have been trimming inventory and cutting back on purchases.

Intel also faces competition from new, cheaper chips made by Advanced Micro Devices Inc (AMD.N: Quote, Profile, Research).

On Tuesday, Intel said it was lowering prices on some of its processors, including price cuts of up to 40 percent on some of its higher-powered, faster quad-core chips.

AMD said earlier this month that it expected to post additional restructuring charges for fiscal 2008 and 2009. (Reporting by Ritsuko Ando and Robert MacMillan)

© Thomson Reuters 2008. All rights reserved. Users may download and print extracts of content from this website for their own personal and non-commercial use only. Republication or redistribution of Thomson Reuters content, including by framing or similar means, is expressly prohibited without the prior written consent of Thomson Reuters. Thomson Reuters and its logo are registered trademarks or trademarks of the Thomson Reuters group of companies around the world.

Thomson Reuters journalists are subject to an Editorial Handbook which requires fair presentation and disclosure of relevant interests.

Negaraku

This post is to tell the world my frustration to the politicians that forget the purpose of rakyat that selected them during the election. I'm really frustrated.

Hati ini dipujuk bila mendengar Negaraku...

Negaraku,

Tanah tumpahnya darahku,

Rakyat hidup,

Bersatu dan maju,

Rahmat bahagia,

Tuhan kurniakan,

Raja kita,

Selamat bertakhta.

Rahmat bahagia,

Tuhan kurniakan,

Raja kita,

Selamat bertakhta.



The origin of Negaraku
http://en.wikipedia.org/wiki/Negaraku

http://www.youtube.com/watch?v=1Swzdnp5mbQ

http://www.youtube.com/watch?v=NIq5H6MMJBw



Virtualization Notes

Virtualization Notes

This blog post is my notes for resources that I found in the Internet that interest me for Virtualization (Hypervisor). Im looking into iSCSI as the cheaper solution compare to Fiber Channel. Im also looking into RAID6 or RAID 1+0 for data protection.

The Shortcut Guide to Selecting the Right Virtualization Solution
http://www.parallels.com/products/virtuozzo/lib/eb/

Virtualization For Dummies
http://www.sun.com/systems/solutions/virtualizationfordummies/

The Shortcut Guide To Virtualization and Service Automation
http://h71028.www7.hp.com/ERC/downloads/4AA2-3160ENW.pdf

Virtualization 101
http://www.youtube.com/watch?v=QVpNa3rEnpk

OSCC MAMPU Case Study
http://knowledge.oscc.org.my/solution-areas/infrastructure/case-studies/virtualization-with-xen-3.1/view

*** Hardware related resources ***

iSCSI overview
http://www.youtube.com/watch?v=QCDiz9C8Vvw

EMC & VMware Best Practices: iSCSI
http://www.youtube.com/watch?v=zISSyXKQgNU

RAID6 vs RAID5
http://www.hardwaresecrets.com/article/314/3
Read the comments

RAID6 vs RAID5
http://www.youtube.com/watch?v=9bB8wCUBCG4

EMC & VMware: IP Storage-iSCSI, NFS, or Fibre Channel?
http://www.youtube.com/watch?v=VO46FyxGf3M

Virtualization Gabungkan Pelbagai OS dalam Satu Perkakasan Komputer
http://cikgucyber.blogspot.com/2008/06/virtualization-gabungkan-pelbagai-os.html

A Problem To Resolved Pligg PHP Bugs

I have one problem that keep on bugging me. This particular server Ubuntu Server 8.04, installed with Pligg, will hang itself :) after a few days. Processes error messages "Segmentation fault" are shown at the terminal.

It's only happen when MySQL start. It's hard to assume because the load to the Apache increase gradualy and each load will only takes one or two MySQL processes.


You can view it from MySQL prompt.

show processlist;


I don't blame MySQL because starting MySQL will start all the processses for Pligg, request to httpd then PHP then MySQL. One of them making the server hang when hit certain things.

This pligg is the version 0.9.5. The latest is version 1.0 just come out a few days ago.

I'm suspecting Pligg when been attack by cracker under old version 0.9.5 somehow crack under preasure. Pligg is using PHP and I will install version Pligg version 1.0 and I hope it will resolved the problem and may not Pligg bug but Apache mod PHP bugs.

and RedHat just release bug fix for Apache, Among them

* PHP's "pdo" extension would crash with a segmentation fault due to a flaw in the error-handling code.

* PHP's "pdo_mysql" extension was not able to detect stale database connections. Attempting to connect to a MySQL database when persistent connections were turned on would fail with the following error message: "General error: [year] MySQL server has gone away".

* certain OCI8 extension tests caused PHP to crash during end-of-request
shutdown.

* PHP scripts did not properly restore the process umask after a request.

I hope Ubuntu Server patch for PHP will resolved that php bugs.

Love Story (Where Do I Begin?)

The reason why I love to put in lyric of songs and about my love is because I'm a nerd.

(read item 3 from Why Geeks and Nerds Are Worth It)

Believe me, when I'm in early 20, I'm really don't care about my cloth, any t-shirt can do. Don't ever know about perfume, don't ever know how to chat IRC with girls. That until I'm married and become a father at my age of 21.

Today my daughter has become "anak dara".

Women of my love really chance me a lot and the song below is for me....

Why Geeks and Nerds Are Worth It

3.) They’re more romantic than they’re given credit for. Ok true, their idea of romance might be to make up a spiffy web-page with all the reasons why they love you, with links to pics of you and sonnets and such... but hey. It lasts longer than flowers, plus you can show your friends. .

You can read more about that here

http://www.craigslist.org/about/best/sfo/66795671.html

and this one really make me laugh, big laugh. Opss only nerd can understand that hehehe.

http://www.craigslist.org/about/best/wdc/985904016.html


----

http://www.youtube.com/watch?v=ZxEazBfPVFg

LOVE STORY (WHERE DO I BEGIN?)
Andy Williams

Where do I begin?
To tell the story of how great a love can be
The sweet love story that is older than the sea
The simple truth about the love she brings to me
Where do I start?

With her first hello
She gave a meaning to this empty world of mine
There'd never be another love, another time
She came into my life and made the living fine
She fills my heart

She fills my heart with very special things
With angels' songs, with wild imaginings
She fills my soul with so much love
That anywhere I go I'm never lonely
With her around, who could be lonely?
I reach for her hand
It's always there

How long does it last?
Can love be measured by the hours in a day?
I have no answers now, but this much I can say
I know I'll need her 'til the stars all burn away
And she'll be there

How long does it last?
Can love be measured by the hours in a day?
I have no answers now, but this much I can say
I know I'll need her 'til the stars all burn away

And she'll be there

Popular Posts

Labels

64bit Activity Adempire advocate Akta Apache ASAS Azam backup backuppc Bash Beowulf Big Data Broadband Budget Centos Cinta Cluster CMS cmsfornerd Company Complain computer Computer Operation Conference Contest Data Centre Operation DBmail Digg Digital Certification Discussion Group Django DNS Docker Domain Duit Online Economy Elastic Stack Elasticsearch ELK email email server English Evangelist Events Family Tree Fedora File System Firefox Foss FOSS.my FreeBSD FTX Gesaan Gluster Gmail Godaddy.com Google Google App GTUG Hacking Hadoop hafnie Harisfazillah Jamel horde HP-UX hwclock IBM ICT Service Delivery and Operation Indonesia Internet Internet Tools Itanium Jabatan IT Negara Jaring Java Javascript Jepun Jiwang Joke Joomla K3S K3Sup Kernel Kesihatan Kibana KOSTEM Kubernetes ldap Linux Linux Counter linuxmalaysia Logstash Love Mailman MailScanner Mailwatch Malay Malaysia MAMPU MDeC meetup Melaka Melayu Merdeka Microsoft Migration mirror sites Money Online Monitor MOSC 2010 MOSC2010 mosc2011 MOSC2013 MOSCMY MOSCMY2014 MOSCMY2015 Mozilla MPI MSC Malaysia MSC Malaysia OSCONF MSCOSCONF My Love MyGOSSCON MyMeeting Mypenguin99 mysql Nagios NagiosQL Negaraku nss_ldap ntp OBW2014 Open Office Open Source openldap Openoffice.org OpenStack Opera OS2 OS400 OSCC OSCC MAMPU osdc.my OSS OSS Policy OWASP Parallel Computing People Power Personal Petition PGP PHP Pligg Podman Politik Postfix Postgresql Programming Proxmox Python q1moscmy2015 Questionnaires Research Research tools RPM SASSIAN Sassian 85-89 Sassians 85-89 SCO Security Sekolah Sekolah Alam Shah Shell script Software License Solaris SongketMail SongketMailFilter sourceforge spam spamassassin Spoof Survey SVR4 System Tools Technorati Terjemahan Terminal TMnet Tor Training translation Treasury Malaysia Trend Micro Twitter Ubuntu Unix Virtualization VMS VOIP Wang Web Server Windows Zimbra
 

LinuxMalaysia Mastodon