You are here: Home >Archive for September, 2012

Replace faulty disk in Solaris

[Please proceed with your own risk] Here’s simple tutorials on how to replace faulty disk on solaris, in this example my customer using RAID 0 (don’t ask me why RAID 0, cause they using this RAID partition is for development only, but sometimes there are many comapnies using RAID 0 because it’s has a highest [...]

Tags: , , ,

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • Twitter
  • RSS

Speed up shutdown time for windows 2003

Sometimes Windows servers seems take forever to shutdown escpecialyl the one with Active Directory or ISA or Exhange installed on it. I’ve known several people who’ve caused problems for themself by geting impatient and shutting off the server via the power button, rather than waiting for a graceful shutdown. You can try this one : [...]

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • Twitter
  • RSS

Password are like underwear…

Password are like underwear.. Change yours often Password are like underwear.. Don’t share them with friends Password are like underwear.. The longer, the better Password are like underwear.. Be mysterious Password are like underwear.. Don’t leave yours lying around

Tags: ,

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • Twitter
  • RSS

How to change mysql parameter without restart mysql?

Try these single and simple command from your mysql cli, to change mysql global parameter on the fly (it’s means no need to restart the service) mysql> set global max_connections=400; you can check the results using this command mysql> show global variables; always be reminded that parameter has been setup using above command will be [...]

Tags: , ,

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • Twitter
  • RSS

compex wlu54G [finally] on centos 5.2

i got that usb wifi adapter from my sis few months back, thanks sis , but i was figured it out how to make it works on my machine running centos 5.2, it’s working fine with windows based os Hmmmmm…from lsusb i got , it’s a ————————————————– Bus 001 Device 002: ID 148f:2570 Ralink Technology, [...]

Tags: ,

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • Twitter
  • RSS

Reboot your Linux Machine automatically after a kernel panic

Someday and somehow your Linux machine stuck and when you consoling that machine, there is kernel panic message appears on the screen, here’s little tips , by default the kernel will not reboot after a panic , but this option will cause a kernel reboot after ‘N’ seconds Tools required: -)Linux OS running on your [...]

Tags: , ,

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • Twitter
  • RSS

Why we are still need backup regularly even we have RAID1 configured on our server ?

Why we are still need to do backup our system and data regularly even we have hardware RAID1 or RAID5 or whatever RAID level and RAID type configured on our server ? While most RAID levels are designed to reduce the chance of data loss due to hardware failure, it is still possible to lose [...]

Tags: , ,

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • Twitter
  • RSS

Kernel panic an Virtuozzo4

On 10 Oct 2009, early morning , one of our server was not accessible while our monitoring system keeps altering us, looks like there was something gone wrong happening, yup i was right, called up DC guy and asked them to console in that server, they saw Kernel panic messages on console, yuck…., this server [...]

Tags: , , ,

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • Twitter
  • RSS

Installing PHP 5.x on Windows 2008, IIS7 and MsSQL extension

Installing PHP 5.x on Windows Server 2008 isn’t stragight forward just like click NEXT, and FINISH if you are using MSI installer, i need to figured out what’s wrong or what steps i’ve missed ,the problem what i was facing was PHP has been installed correctly BUT MsSQL extensions were not active at all, as [...]

Tags: , ,

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • Twitter
  • RSS

Drive Mapping in Windows 2008

Recently i need to find out on how to create drive mapping or drive alias on Windows 2008, the same result that you can get from ln command in linux or unix operating system. The reason why i need it as in my case there are 2 drives which is C and D , and [...]

Tags: , ,

  • Digg
  • Del.icio.us
  • StumbleUpon
  • Reddit
  • Twitter
  • RSS