KDE Indonesia Kenapa?

Beberapa hari ini aku tertarik dengan GNU/Linux, rencana awalnya ingin menginstall Ubuntu 9.04 Jaunty di laptop lawasku Wearness, tetapi karena tidak memiliki CD Ubuntu, ya sudah aku alihkan ke CentOS 5.3. Pikirku, lumayan juga sekalian iseng-iseng belajar CentOS yang ramai dipakai oleh VPS luar negeri.

Default Desktop Environtment/Manager (aku bingung istillah yang benar apa ya?) yaitu KDE, tidak Gnome. Aku pernah lihat Gnome, tapi rasanya aku ingin mencoba KDE.

Kesan pertamaku setelah menginstall CentOS di laptopku adalah “WOW”, Linux CentOS ternyata lebih cepat daripada Windows XP yang pernah mangkal di sana, tentu saja CentOS kali ini dengan lisensi free, sedang windowsku dulu lisensinya juga ASLI BAJAKAN. Hehehe… πŸ™‚

Baca Selengkapnya

Wanita dan Tangisan

Wanita itu datang kepadaku dengan muka memar biru. Wajahnya lebam-lebam, dapat kulihat dia begitu tersiksa. Air matanya meleleh, seolah melolong teriak minta tolong.

Tangannya menutup wajah, suaranya goyah, air mata jatuh disela-sela jemari halusnya. Kasihan.

Terisak, dia menangis sedu-sedan. Jika manusia melihatnya, tak ada seorangpun yang tak akan iba. Wanita, mengapa selalu tersakiti?

“Lho, kamu kenapa Nis?” Tanyaku.

Makin kutanya, lengkingan suaranya semakin mengkerat hati. Pilu, sayatan bahasa suara kalbunya membuat semua ingin mewarta; wanita mengapa selalu terkorbankan.

“Ada apa?” Aku mengulang tanya untuk kesekian kali, mencoba robohkan bungkamnya yang terlalu lama diperanakkan.

Baca Selengkapnya

Facebook

Bangun pagi tadi buka facebook, trus coba set nama di facebook. Hehehehe, sekarang facebook-ku bisa dibuka langsung dengan alamat http://facebook.com/muhammad.baiquni gimana? Keren kan!

Terus aku juga coba setting facebook seluler, niatnya pengen bisa update status facebook-ku cukup via sms, tapi setelah dua kali coba aktifasi dan sukses tapi begitu aku coba kirim sms melalui handphone ke nomor 32665 eh kok gagal ya? Katanya ketik “F” (tanpa tanda petik) kirimkan ke 32665.

Yah, segitu saja update blogku hari ini. Maklum, dah lama ga update blog dan ga tau mo isi apaan.

Hehehe…

Baca Selengkapnya

Windows 7 Source Code Leaked !

Don’t take it seriously πŸ˜›

/**
* Top Secret
* (c) 2009 Microsoft Corp.
* All rights reserved
*/
 
#include <windows_xp .h> /* still need this */
#include <windows_vista .h> /* this is main part on Windows 7 */
#include <new_icons .h> /* just to make different from vista */
#include <high_spec_hardware .h>
 
#define MAXREPORTBUG 1024
 
int numberOfBugs = 3457888E+08;
int numberWorkingNewFeatures = 0;
int totalNewFeatures = 5;
 
void main()
{
 // MessageBox("Welcome to Windows XP");
 // MessageBox("Welcome to Windows Vista");
 MessageBox("Welcome to Windows 7");
 AddNewFeature(totalNewFeatures);
 RunXPFeature();
 RunVistaFeature();
 RunFancyAnimation();
 // DelayTime();  /* to make look faster*/
 // DelayTime();
 
 while (!crashed)
 {
   if (HardwareCompatibilityCheck() == 1)
   {
     NewFancyInterface();
     RunInternetExplorer8();
     CheckUserLicence();
     // DelayTime(); /* this line removed for Win7, keep remain on Vista */
     // DelayTime() ;
 
      if (MouseNotFound() )
         {
            MessageBox("Please Double Click to Continue!.");
         }
 
     if (IEisDefaultBrowser == false )
         {
           MakeIEDefault();
         }
 
      while (BugsFounds())
	  {
		  BlameHardware();
		  ReportBugs(SoftwareInfo,HardwareInfo);
	  }
   }
 }
 
 if (crashed())
  {
   BlameHardware();
   MakeSwapFile(50); //  Size in GB
   ShowCopyRight();
   ShowUserAgreement(); // do not try to blame coder
   RunDiskDefragment(); //try to fix to make user happy
   RunDiskScan();
   RunHDDFlicker(); // to look its still working
  }
}
 
bool HardwareCompatibilityCheck()
{
 //DelayTime(); /* to look faster */
 if (ProcessorSpeed < 4 Ghz) && (MemorySize < 2 GB)
 {
  MessageBox("Your System not capable to run Windows 7. Please upgrade the hardware and try to install again.");
  ShowWindowsMarketPlace();
  ReportBugs('Low Hardware');
  WindowsRestart();
 }
 if (GraphicCard == "Low")
 BSOD();
 Return 1;
}
 
void MakeIEDefault()
{
 if (BrowserDefault != InternetExplorer)
  {
    KillOtherBrowser('Opera'); /* this must set first,  case again EC */
    KillOtherBrowser('Firefox'); /* second priority */
    KillOtherBrowser('Chrome');
    KillOtherBrowser('Safari');
	// KillOtherBrowser('Netscape');
  }
  BrowserDefault('InternetExplorer');
  IEisDefaultBrowser = true;
}
 
void KillOtherBrowser(BrowserName)
{
 RemoveFile(BrowserName);
 RemoveRegistry(BrowserName);
 BlockInstall(BrowserName);
}
 
void NewFancyInterface()
{
 bool WindowsVistaCore;
 
 WindowsVistaCore == true;
 // Delaytime(); /* to look faster */
 ShowNewIcons();
 ShowNewStyle();
 ShowEverythingFancy(); /* most important for the market */
 ShowNiceGraphic(); /* also important */
}
 
void ReportBugs(string ErrorReport)
{
 if (numberOfBugs > MAXREPORTBUG)
  {
   IgnoreReportBugs();
  }
 if (Length(ErrorReport) > 128) //not exceed than 128 char
  {
   IgnoreReportBugs();
  }
 /* those line above is important
      to avoid flooding bugs report
  */
 DelayTime();
 BlameHardware();
 SendErrorReport(ErrorReport);
 numberOfBugs += 1;
}
</high_spec_hardware></new_icons></windows_vista></windows_xp>

Original from http://cenary.com/

Baca Selengkapnya