Kalkulator di Command Prompt

Tahukah Anda, jika Anda dapat melakukan proses perhitungan matematika di Command Prompt? Berikut ini PCplus unjukkan caranya.
1. Buka Command Prompt dengan mengklik [Start] > [All Programs] > [Accessories] > [Command Prompt] atau dengan mengklik [Start] > [Run], ketikkan “cmd”, lalu tekan [Enter].
2. Di jendela command prompt, ketikkan perintah dengan sintaks “set /a nama_variable=ekspresi_matematika”. Contohnya begini: “set /a total=(100+50)/2”. Tanpa tanda petik
3. Kalau contoh itu yang Anda masukkan muncullah “75” sebagai hasilnya.
Anda dapat melakukan berbagai operasi matematika, seperti penambahan (+), pengurangan (-), perkalian (x), pembagian (:), serta kombinasi dari operasi-operasi tersebut. Untuk mendapatkan informasi tambahan mengenai perintah set, Anda dapat mengetikan “set /?” lalu tekan [Enter]. Selamat mencoba.

Sumber: PCplus

Linux Untuk Umat Manusia

“Ubuntu” berasal dari bahasa kuno Afrika, yang berarti “rasa perikemanusian terhadap sesama manusia”. Ubuntu juga bisa berarti “aku adalah aku karena keberadaan kita semua”. Tujuan dari distribusi Linux Ubuntu adalah membawa semangat yang terkandung di dalam Ubuntu ke dalam dunia perangkat lunak.

info jelasnya http://www.ubuntu-id.org/, anda juga bisa request CD Ubuntu dan akan dikirimkan ke Rumah secara Gratis… https://shipit.ubuntu.com/

Testing PORTS

The below debug routine will check the ports of the computer to allow you to know if ports are being detected or not.

Type debug to get to the “-”

Type D40:0

You should get several lines; however, the first line is the only important line, which should read the following:

0040:0000 F8 03 F8 02 E8 03 E8 02 – 78 03 78 02 BC 03

F8 03

F8 02

E8 03

E8 02

78 03

78 02

BC 03

COM1 COM2 COM3 COM4 LPT1 LPT2 LPT3

The above graph shows you what the feed back means as far as port, so if you see F8 03, this would be an indication that COM1 is being detected; if you see 00 00, this is an indication that it is not being detected, which could mean that hardware is bad or that it is disabled in CMOS.

Once you have finished looking at the information, type Q and press enter to get out of Debug.

Installing IIS on Windows XP Pro

If you are running Windows XP Professional on your computer you can install Microsoft’s web server, Internet Information Server 5.1 (IIS) for free from the Windows XP Pro installation CD and configure it to run on your system by following the instructions below: –

1. Place the Windows XP Professional CD-Rom into your CD-Rom Drive.

2. Open ‘Add/Remove Windows Components’ found in ‘Add/Remove Programs’ in the ‘Control Panel’.

3. Place a tick in the check box for ‘Internet Information Services (IIS)’ leaving all the default installation settings intact.

4. Once IIS is installed on your machine you can view your home page in a web browser by typing ‘http://localhost’ (you can substitute ‘localhost’ for the name of your computer) into the address bar of your web browser. If you have not placed your web site into the default directory you should now be looking at the IIS documentation.

5. If you are not sure of the name of your computer right-click on the ‘My Computer’ icon on your desktop, select ‘Properties’ from the shortcut menu, and click on the ‘Computer Name’ tab.

6. Your default web directory to place your web site in is ‘C:\Inetpub\wwwroot’, but if you don’t want to over write the IIS documentation found in this directory you can set up your own virtual directory through the ‘Internet Information Services’ console.

http://www.webwizguide.com/asp/tutorials/installing_iis_winXP_pro.asp

Konspirasi Notepad

Ternyata hoax ini sudah mulai menyebar melalui email.
Bukalah aplikasi ‘Notepad’ pada Windows XP. Ketikkan kata-kata ‘bush hid the facts’ (semua dalam huruf kecil) dan simpanlah ke sebuah berkas.
Bukalah kembali berkas tersebut. Ternyata isinya bukan lagi kata-kata ‘bush hid the facts’!

Tapi tentunya ada penjelasan yang jauh lebih masuk akal. Ternyata, bukan cuma kata-kata ‘bush hid the facts’ yang ‘disembunyikan’ oleh Notepad, kalimat lain seperti misalnya ‘this api can break’, ‘this cat can split’, ‘jane can not dance’, dan ‘xxxx xxx xxx xxxxx’ juga mengalami ‘nasib’ yang sama.

Pada saat kalimat ‘bush hid the facts’ disimpan ke dalam sebuah berkas, Notepad melakukannya tanpa masalah. Ini dapat dibuktikan misalnya dengan membuka berkas tersebut dengan penyunting lain seperti Wordpad.

Masalah baru timbul jika berkas tersebut dibuka oleh Notepad itu sendiri. Sebelum membuka berkas tersebut, Notepad berusaha untuk mendeteksi encoding yang digunakan. Ternyata proses deteksi ini mengalami kesalahan jika berkas yang dimaksud mengandung kalimat dengan pola 4-3-3-5 karakter. Akibatnya berkas yang disimpan dalam encoding ANSI tersebut dibuka dalam encoding UTF-16.

Priyadi