Google
 

Saturday, July 21, 2007

Pepes Ikan

Entar malem ada acara nih dirumah trus tanya ama temen resep buat pepes ikan. dikasi dech resepnya asyiiilkkkkk…. :p~~~


Bahan :
1 ikan makarel (makreel)
4 bawang bombai besar
5 siung bawang putih
1 batang sereh (ukuran sedang)
1 cabai merah
4-5 cabai rawit (terserah selera)
1/2 sendok teh bubuk kunyit


Cara pembuatan :
Bawang bombai, bawang putih, cabai merah, dan cabai rawit ditumbuk (diblender) sampai halus. Campurkan bubuk kunyit, aduk hingga rata. Panaskan 2-3 sendok makan minyak, dan goreng campuran tersebut hingga setengah matang, tambahkan garam, gula, dan merica menurut selera. Belah batang sereh menjadi dua. Letakkan setengah dari bumbu di atas aluminium folie, ratakan kira-kira sebesar ikan yang akan dimasak. Taruh belahan sereh yang pertama di atas bumbu tersebut dengan bagian dalam menghadap ke ikan. Letakkan ikan di atasnya, taruh belahan sereh yang kedua di atas ikan dan ratakan sisa bumbu. Tutup aluminium folie, usahakan supaya tepinya menghadap ke atas (supaya minyak yang keluar tidak tumpah). Masukkan ikan yang sudah dibungkus ke dalam oven, panggang selama 30 menit (api sedang).


Tip : bubuk kunyit jangan sampai terlalu banyak, karena menyebabkan rasa pahit.

Thursday, July 19, 2007

Send message with Php

<?php


function sendmsg($to, $subject, $text, $from, $file, $type) {
 $content = fread(fopen($file,"r"),filesize($file));
 $content = chunk_split(base64_encode($content));
 $uid = strtoupper(md5(uniqid(time())));
 $name = basename($file);


 $header = "From: $from\nReply-To: $from\n";
 $header .= "MIME-Version: 1.0\n";
 $header .= "Content-Type: multipart/mixed; boundary=$uid\n";


 $header .= "--$uid\n";
 $header .= "Content-Type: text/plain\n";
 $header .= "Content-Transfer-Encoding: 8bit\n\n";
 $header .= "$text\n";


 $header .= "--$uid\n";
 $header .= "Content-Type: $type; name=\"$name\"\n";


 $header .= "Content-Transfer-Encoding: base64\n";
 $header .= "Content-Disposition: attachment; filename=\"$name\"\n\n";
 $header .= "$content\n";


 $header .= "--$uid--";


 mail($to, $subject, "", $header);


 return true;
}



?>

Tuesday, July 10, 2007

Mengubah Prioritas Printer Spooler

Buka regedit:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Print
Buat sebuah DWORD Value baru dan beri nama SpoolerPriority.
Klik ganda SpoolerPriority dan masukkan beberapa input yang diinginkan sebagai berikut pada Value Data:
0 = Normal Priority
1 = High Priority
0xFFFFFFFF = Idle PriorityMenonaktifkan Notifikasi Print Job Pada Event Viewer
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Print\Providers
Klik ganda EventLog dan masukkan angka 0 pada Value Data

Friday, July 6, 2007

Mengubah Konfigurasi Power Management

Buka Regedit :
HKEY_CURRENT_USER\Control Panel\PowerCfg
HKEY_USERS\.DEFAULT\Control Panel\PowerCfg
Buat sebuah String Value jika belum ada, dan beri nama CurrentPowerPolicy.
Klik ganda CurrentPowerPolicy dan masukkan input value sebagai berikut pada Value Data:
0 - Home/Office Desktop
1 - Portable/Laptop Computer
2 - Monitor On Presentations
3 - Network Computer (No Wake-On-LAN)
4 - Optimized For High Performance
5 - Optimized For Power SavingKonfigurasi Registry Size Limit
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l
Buat sebuah DWORD Value baru dan beri nama RegistrySizeLimit.
Klik ganda RegistrySizeLimit dan masukkan input 0xffffffff pada Value Data.

Thursday, July 5, 2007

Change The Default Location For Installing Applications

As the size of hardrives increase, more people are using partitions to seperate and store groups of files.

XP uses the C:\Program Files directory as the default base directory into which new programs are installed. However, you can change the default installation drive and/ or directory by using a Registry hack.

Run the Registry Editor (regedit)and go to

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion

Look for the value named ProgramFilesDir. by default,this value will be C:\Program Files. Edit the value to any valid drive or folder and XP will use that new location as the default installation directory for new programs.

Wednesday, July 4, 2007

Add a Destination to the Send To Menu

By default, the Send To menu in Windows XP lists the following commands (destinations):
• Compressed (zipped) Folder
• Desktop (create shortcut)
• Mail Recipient
• My Documents
• 3 1/2 Floppy (A:)
• CD Drive
To add a destination to the Send To menu, you must add a shortcut to the SendTo folder. To do this, follow these steps:
1. Click Start, and then click Run.
2. In the Open box, type sendto, and then click OK.
3. Add a destination by doing one of the following:
• Use the drag-and-drop operation to move the item that you want to the SendTo folder; to do so, right-click, and then click Create Shortcuts Here.
-or-
• Point to New on the File menu, and then click Shortcut.

Follow the instructions in the Create Shortcut Wizard.
A new shortcut is created in the SendTo folder, and it is displayed on the Send To menu.
NOTE: To open the SendTo Folder, you can also perform the following steps:
1. Click Start, and then click My Computer.
2. Double-click the drive where Windows is installed (usually drive C, unless you have more than one drive on your computer).
3. If you cannot view the items on your drive when you open it, under System Tasks, click Show the contents of this drive.
4. Double-click the Documents and Settings folder.
5. Double-click the folder of the user whose SendTo menu you want to change (usually your own).
6. Double-click the SendTo folder.
7. The SendTo folder is hidden by default. If the folder is not visible, on the Tools menu, click Folder Options, and then on the View tab, click Show hidden files and folders.
NOTE: If you want to add a location to the SendTo menus of other users on the computer, you do not have to repeat these steps, you can copy the shortcut into the other users' SendTo folders.

Back to the top
Remove a Destination from the Send To Menu
To remove a destination from the Send To menu, do the following:
1. Click Start, and then click Run.
2. In the Open box, type sendto, and then click OK.
3. Right-click the shortcut that you want to remove, and then click Delete. The shortcut is removed.

Tuesday, July 3, 2007

Tutor / Trick Menyembunyikan Komputer dari Network

Untuk menghindarkan mencegah orang lain untuk mengakses komputer kita dari jaringan, kita bisa menyembunyikan status komputer kita dari Network Neighborhood.

Caranya gampang seh :D kita perintahkan aja supaya windows NT kita untuk menyembunyikan dirinya sendiri dari pandangan masyarakat komputer di jaringan (cieeee. . . . . :p )
itu sih bahasa gampangnya, nah lho trus ada pertanyaan gimana kalo temen² kita mau atau kita sendiri mau akses komputer tersebut dari komputer lain? kan 'ga keliatan?
Nah, kalo itu masalahnya gampang. Semua orang yang tau Nama Komputer atau alamat IP komputer tersebut ya tetap bisa mengakses seperti biasa.

Nah sekarang caranya bagaimana?
Cukup mudah ;

1. Klik Start -> Run dan ketikkan cmd Kemudian Klik OK.
2. Di kotak command prompt Ketikkan perintah berikut:
net config server /hidden:yes
3. Sekarang komputer kita sudah tersembunyi dari Network Neighborhood.

Perintah tersebut diatas akan menuliskan nilai dword "hidden" di registry :
'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters'
dengan nilai "1". Ini akan memerintahkan agar 'Server' service (yang berjalan di Windows NT workstation seperti yang di Windows NT Server) untuk menyembunyikan dirinya dari daftar browser komputer ( atau "Network Neighborhood").

Tentu saja jika seseorang tau dengan pasti nama komputer atau IP komputer tsb, dia akan bisa melakukan koneksi langsung dan menggunakan service yang ada, tetapi hal ini dapat juga kita blok dengan menghentikan sebagian besar service yang berjalan di Windows NT , atau dengan cara menginstall sebuah Firewall.
Hal ini berlaku untuk Win NT, Win 2000, Win XP

Dah itu aja capek nih ngetiknya :D

Gw tambahin pake Bahasa Inggris dech :p

To prevent Windows NT from showing up in the computer browser list, just type the following command:

1. Click Start -> Run and type cmd and click OK.
2. In the command prompt box type the following command:
net config server /hidden:yes
3. Now your computer is hidden in the Network Neighborhood.

This will set the dword value "hidden" under the registry key: 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters'
with the value of "1". This tells the 'Server' service (which runs on the Windows NT Workstation as well as on the Windows NT Server) to hide itself from computer browser list (or the "Network Neighborhood").
Of course, if someone knows your exact IP address or computer name, they can connect directly and use all the services your Workstation or Server provides, but this also can be blocked by stopping most of the services Windows NT runs, or by installing a Firewall.

Saturday, June 30, 2007

Menampilkan Jam dengan menggunakan Java Script

anda dapat menampilkan jam di halaman web anda dengan menambahkan perintah javascript.
Perintahnya gampang koq.
ketikkan sript berikut di dalam tag SCRIPT language="JavaScript" type="text/javascript"


function clock()
{
var digital = new Date();
var hours = digital.getHours();
var minutes = digital.getMinutes();
var seconds = digital.getSeconds();
var amOrPm = "AM";
if (hours > 11) amOrPm = "PM";
if (hours > 12) hours = hours - 12;
if (hours == 0) hours = 12;
if (minutes <= 9) minutes = "0" + minutes;
if (seconds <= 9) seconds = "0" + seconds;
dispTime = hours + ":" + minutes + ":" +
seconds + " " + amOrPm;
basicclock.innerHTML = dispTime;
setTimeout("clock()", 1000);
} clock();



selamat mencoba.

Friday, June 29, 2007

Ayam Cah Jamur

Hehehehehe. . . ..
Kali ini agak lain.
Ceritanya gw lagi diajarin masak neh.
Dan gw dikasi Resep begini.
Wuiiihh. . . rasanya enak banget ternyata.

Bahan :
Ayam dada 1 buah potong tipis-tipis.
Jamur kalengan, potong menjadi 2 bagian.
Daun bawang 2 bh iris 1 cm
Bawang putih 3 bh haluskan.
Air 200cc

Kecap asin 1 sdm
Kecap ikan 1sdm
garam dan gula , merica secukupnya.
Tepung sagu 1sdm dilarutkan dengan air.

Cara memasak:
Bumbui potongan ayam dengan kecap asin, garam, merica diamkan dulu 1
jam.

Tumis bawang putih sampai harum masukan sedikit garam aduk potongan ayam
sampai berubah warna
masukkan jamur dan beri air, biarkan didih, beri bumbu kecap asin, kecap
ikan, dan gula, merica.
Setelah semua matang dan sedap rasanya kentalkan dengan larutan tepung
sagu dan taburi daun bawang.

Sambal bawang putih: 1 buah bawang putih dan 3 bh cabe merah cingcang
agak halus,
berikan kecap asin 1sdm dan kecap i

Tips Kena Rampok ATM

Jika anda sedang terancam jiwanya karena dirampok/ditodong seseorang untuk mengeluarkan uang dari atm ,maka anda bisa minta pertolongan diam2 dengan memberikan nomor pin secara terbalik ,misal no asli pin anda 1254 input 4521 di atm maka mesin akan mengeluarkan uang anda juga tanda bahaya


Ke kantor polisi tanpa diketahui pencuri tsb.Fasilitas ini tersedia di seluruh atm tapi hanya sedikit orang yang tahu tolong kasih tahu info kepada yang lain.

Wednesday, June 27, 2007

add a Command Prompt Here to the right click in Explorer


To add a Command Prompt Here to the right click in Explorer which will open a command prompt in the Folder that you have selected, double-click the following CmdHere.REG file:

 
REGEDIT4
[HKEY_CLASSES_ROOT\Folder\shell\DosHere]
@="Command &Prompt Here"
[HKEY_CLASSES_ROOT\Folder\shell\DosHere\command]
@="C:\\WINNT\\System32\\cmd.exe /k cd \"%1\""

create a Mandatory Profile for Windows 95 users


To create a manadatory profile for Windows 95 users, you must perform the following steps:


1. You must share the user home directory, not the C:\Users directory.


2. In User Manager for Domains, set H: (or any other drive letter) to the UNC path of the home directory (\\ServerName\UserName or \\ServerName\UserName$).


3. Grant the user (only the user) Full Control or Change permissions on the share.


4. Create a JSI_MODEL user and log on to the Windows 95 computer as JSI_MODEL.


5. Click Start / Settings / Control Panel. Double-click the Passwords icon and click the User Profiles tab. Select the Users can customize their preferences and desktop settings. Windows switches to your personal settings whenever you log in radial button. Click OK.
   Note: This is not the default setting.


6. Customize JSI_MODEL with all the settings that you want for the mandatory profile and log off to create the User.dat in JSI_MODEL's home directory.


7. On the Windows NT Server, rename the User.dat file to User.man and copy it to each Windows 95 user's home directory. Don't forget to configure them as per step 2.


8. When the Windows 95 computer is restarted and a user logs on, they will receive the mandatory profile.

Remove the arrow (Shortcut Overlay) from desktop


To remove the Shortcut Overlay, browse to HKEY_CLASSES_ROOT\Lnkfile


Select the IsShortcut value name in the right hand pane and delete it.


You will need to Logoff/Logon to see the change.

Tuesday, June 26, 2007

Kloning Windows XP Beda Mesin

Tutor By : imer Kaskus


Mungkin udah banyak yang tau caranya tapi gpp buat n00bz mungkin bisa nambah ilmu...

Windows XP, dah pada tau kan ngga bisa di clone langsung pake ghost/acronis true image ke mesin dengan beda spesifikasi... pasti langsung hang dah pas masuk windows, knp?

- Perbedaan Hardware Abstraction Layer (HAL)
- Driver specific issues
- Encrypted files or folders on the source computer
(sumber : manual symantec ghost)

Nah, untuk bisa kloning ke mesin yang berbeda kita butuh Sysprep atau Microsoft's System Preparation tool


 


[ Sysprep is a Microsoft utility that prepares a computer for cloning (imaging) and customization. When you restart a computer after using Sysprep, Windows 2000/XP detects the attached devices such as the hard drive, CD/DVD ROM, and other Plug-and-Play devices and rebuilds the driver database the next time Windows is started. ]


 


Gw coba jelasin step by step nya cara kloning pake sysprep ini :
Sopwer yang dibutuhkan :
- Sysprep bisa didapetin di :
Untuk Windows XP SP1

http://www.microsoft.com/downloads/details.aspx?FamilyID=7a83123d-507b-4095-9d9d-0a195f7b5f69&DisplayLang=en

 


Untuk Windows XP SP2

http://www.microsoft.com/downloads/details.aspx?familyid=3e90dc91-ac56-4665-949b-beda3080e0f6&displaylang=en

 


- Bootable disc Symantec Ghost ato acronis true image, ato sopwer image kesukaan loe dah

Langkah2 nya :
1. Install windows seperti biasa, sekalian install driver dan sopwer2 pendukungnya, config sesuai kebutuhan. Pastikan tuh dah instalasi windows termanis yang loe buat
2. Reboot, pastikan login sebagai admin, bukan sebagai user!
3. Bikin direktory Sysprep (c:\sysprep)
4. Extract .cab deployment yang udah di download tadi ke folder Sysprep (sysprep.exe, setupcl.exe, factory.exe, deploy.chm dan ref.chm)
5. Bikin direktory Driver buat Sysprep (c:\drivers)
6. Jalankan Sysprep.exe

sysprep for windows XP SP1


sysprep for windows XP SP2

Limitasi Sysprep
- Windows instalasi harus berada di drive c:\
- Destination PC harus tidak terhubung dengan domain controller
- Jangan menggunakan Windows OEM bawaan PC built up. Windows OEM hanya untuk hardware spesifik bawaan pabrik PC
- Jangan menggunakan sysprep dengan proc berbeda. Misalnya bikin image pake Pentium 4 untuk kloning di AMD
- Jangan menggunakan sysprep dengan Storage controller berbeda, misalnya IDE ke SCSI atau SATA

7. Pada saat menjalankan sysprep akan muncul konfirmasi box


8. Tunggu sysprep bekerja


9. Selanjutnya windows akan reboot atau shutdown, tergantung pilihan pada konfigurasi sysprep


10. HERE IS DA CRUCIAL STEP!!!
Setelah reboot, PASTIKAN JANGAN BOOT KE WINDOWS!! siapin dulu bootable ghost ato acronis, boot from CD, jalankan sopwernya trus buat image drive c:\ tadi

11. Setelah selesai proses image, reboot dan balikin boot ke HDD

12. Selanjutnya sysprep akan bekerja

atau mode mini

proses rekonfigure instalasi windows

Masukkan kembali data2 seperti pada proses instalasi windows, tunggu sampai proses instalasi selesai


13. Setelah selesai dan login ke windows, silahkan di deploy image yang dibuat tadi ke sembarang PC yang mau di install windows XP dengan syarat seperti di atas (limitasi sysprep)

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Bikin sysprep.inf???
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

Konfigurasi utama sysprep ini ada pada sysprep.inf
File ini bisa dibuat dengan menggunakan sopwer setupmgr.exe (ada pada deployment .cab) file ini untuk membuat unattended instalasi windows XP dengan memasukkan konfigurasi terlebih dahulu (mirip ama nlite -red)

Untuk membuat file sysprep.inf cukup jalankan sopwer setupmgr.exe dan pilih full unattended dan config semuanya seperti pada nlite, save file nya sebagai sysprep.inf taruh di direktory c:\sysprep

sysprep.inf

;Setup Manager answer file
;include any comments like revision dates ;here

[Data]
AutoPartition = 1
MsDosInitiated = "0"
UnattendedInstall = "Yes"
AutomaticUpdates = yes

[Unattended]
UnattendMode = FullUnattended
OemSkipEula = Yes
OemPreinstall = Yes
UnattendSwitch = "Yes"
Hibernation = No
TargetPath = \WINDOWS

[UserData]
ProductKey = #####-#####-#####-#####-#####
FullName = "Xxxxxx"
OrgName = "Xxxxx Yyyyy"
ComputerName = XXXXXXX

[Display]
BitsPerPel = 32
Xresolution = 1024
Yresolution = 768
Vrefresh = 60

[RegionalSettings]
LanguageGroup = 9, 1
SystemLocale = 00000809
UserLocale = 00001009
InputLocale = 0809:00000809, 0404:e0080404; 0404:e0090404

[Branding]
BrandIEUsingUnattended = Yes

[url]
Home_Page = about:blank
Search_Page = http://www.google.com

[GuiUnattended]
AdminPassword = "Xxxxxxxxxxx"
EncryptedAdminPassword = NO
AutoLogon = Yes
AutoLogonCount = 5
OEMSkipRegional = 1
TimeZone = 85
OemSkipWelcome = 1

[Identification]
JoinWorkgroup = WORKGROUP

[Networking]
InstallDefaultComponents = Yes

[WindowsFirewall]
Profiles = WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
Mode = 0

[Components]
msmsgs = off
msnexplr = off
freecell = off
hearts = off
minesweeper = off
pinball = off
solitaire = off
spider = off
zonegames = off

[PCHealth]
ER_Enable_Reporting = 0

[System Restore]
MaximumDataStorePercentOfDisk = 5

[GuiRunOnce]
%systemdrive%\install\UserRegTweaks.cmd

[PCHealth]
ER_Enable_Reporting = 0

[System Restore]
MaximumDataStorePercentOfDisk = 5

 


Selesai dah, silahkan bereksperimen. Inget backup dulu data2 penting sebelum bereksperimen. Segala kerusakan yang diakibatkan oleh tutorial ini bukan tanggung jawab gw....


Tutor By : imer Kaskus


 

Disable Programs That Run At Startup

Certain programs, when installed, will automatically run when you start up windows.  If you find yourself with too many programs that are non-essential, such as msn messenger, then there is a way you can keep them from running at startup.

Make sure you know which program you want to disable so you make the correct changes.  It is also important to remember not to disable vital programs that protect your computer.

To Disable a program
1.  Go to the start menu and click on run


2.  This will bring up a window that says Open: and then has a field you can type in.


3.  Type msconfig and press enter


4.  This will bring up a window that says System Configuration utility across the top


5.  Click on the tab that says startup


6.  Within this list are all the programs that are curently running at startup with checks in the boxes next to the program.


7.  Uncheck the box next to the program you wish to disable and then click ok


These changes will again take effect when you restart your computer next.

Monday, June 25, 2007

Auto End Tasks to Enable a Proper Shutdown

This reg file automatically ends tasks and timeouts that prevent programs from shutting down and clears the Paging File on Exit.


1. Copy the following into notepad:



Windows Registry Editor Version 5.00


[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"ClearPageFileAtShutdown"=dword:00000001


[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"AutoEndTasks"="1"


[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="1000"



 


2. Save the file as shutdown.reg
3. Double click the file to import into your registry.


NOTE: If your anti-virus software warns you of a "malicious" script, this is normal if you have "Script Safe" or similar technology enabled.

Saturday, June 23, 2007

Reverse . . . .

Song ["When I am dead"]

Christina Rossetti


When I am dead, my dearest,
Sing no sad songs for me;
Plant thou no roses at my head,
Nor shady cypress tree.
Be the green grass above me
With showers and dewdrops wet;
And if thou wilt, remember,
And if thou wilt, forget.

I shall not see the shadows,
I shall not feel the rain;
I shall not hear the nightingale
Sing on as if in pain.
And dreaming through the twilight
That doth not rise nor set,
Haply I may remember,
And haply may forget.

Registry cleaners / healers

When you install, uninstall, and reinstall programs on your computer, registry keys are created, modified, and/or deleted. Over time, your computer's registry may contain corrupted, unused, and unnecessary registry keys, especially if keys are not removed when you uninstall a program.

A alternative is the freeware Regcleaner which works in Win95, Win98, Win98SE, Windows ME, Windows 2000, Windows XP, Windows NT4.

  • Allows you to remove software registry entries.
  • Allows you to remove registry entries of start up programs.
  • Ability to uninstall software (similar to Add/Remove Software in Control Panel).
  • Ability to modify the Uninstall Software list (in Control Panel).
  • Ability to remove file types.
  • Allows you to remove unused DLL files.
  • Semi-automatic (You select, RegCleaner will remove them from everywhere).
  • Automatic backup, very easy to use.
  • Registry cleanup feature that does the same thing those other so called 'registry cleaners' do.
  • Small in size, free and very easy to use!

Another alternative is Easy Cleaner which works in Windows 95/98/ME /2000/XP.

  • Finds invalid registry entries ----> deleting them speeds up your computer up to 20%!
  • Finds duplicate files ----> deleting them will free disk space!
  • Finds all unnecessary files like backups, temps etc. ----> deleting them will free disk space!
  • Finds all invalid shortcuts from start-menu ----> deleting them will free disk space and increase usability!
  • Multi-language support!

Another alternative is Registry Healer which

  • find and correct invalid file and folder references in Windows 9x/NT/ME/2000/XP Registry;
  • find and delete empty registry keys;
  • find and correct invalid font entries;
  • find and delete obsolete Start Menu items;
  • find and correct invalid application paths;
  • find and correct invalid registered help files;
  • find and correct invalid shared DLL references;
  • search for matches of invalid entries on user's computer;
  • open folders to which invalid registry keys refer;
  • open Windows RegEdit at invalid registry entries;
  • full registry backup before any changes;
  • backup only modified registry entries as RegEdit4 files, so you are always able to restore certain registry changes;
  • save the list of found invalid entries into text file;
  • print the list of found invalid entries;

How to disable the Administrative Share creation in Windows NT/2000/XP/2003?

Every Windows NT/W2K/XP/2003 machine automatically creates a share for each drive on the system. These shares are hidden, but available with full control to domain administrators. The drive letter, followed by the $ sign is the name, and it is shared from the root. When trying to attain a highly secure network, you may wish to address this potential security issue by disabling these shares, or at least restricting their permissions to specific users or services.
The default-hidden shares are:

* C$ D$ E$ - Root of each partition. For a Windows NT workstation/W2K/2003/XP Professional computer only members of the Administrators or Backup Operators group can connect to these shared folders. For a Windows NT Server/W2K Server computer, members of the Server Operators group can also connect to these shared folders.
* ADMIN$ - %SYSTEMROOT% This share is used by the system during any remote administration of a computer. The path of this resource is always the path to the W2K/NT system root (the directory in which W2K/NT is installed usually C:\Winnt and in XP it's C:\Windows).
* FAX$ - On W2K Server, this used by fax clients in the process of sending a fax. The shared folder temporarily caches files and accesses cover pages stored on the server.
* IPC$ - Temporary connections between servers using named pipes essential for communication between programs. It is used during remote administration of a computer and when viewing a computer's shared resources. This share can be very dangerous and can be used to extract large amounts of information about your network, even by an anonymous account.
* NetLogon - This share is used by the Net Logon service of a W2K, 2003 and NT Server computer while processing domain logon requests, and by Pre-W2K computers when running logon scripts.
* PRINT$ - %SYSTEMROOT%\SYSTEM32\SPOOL\DRIVERS Used during remote administration of printers.

It is possible to simply remove the share from Server Manager (in NT) or Shared Folders (in W2K/XP/2003) but the problem with this method is that the shares will automatically be recreated when the machine reboots.

You can disable the automatic administrative share creation via Group Policy, but this is a much simpler way:

In order to disable these shares permanently, a registry edit will be necessary.
Servers

(+) For NT 4.0/W2K/Windows Server 2003s, the change is:

Hive: HKEY_LOCAL_MACHINE
Key: SYSTEM\CurrentControlSet\Services\LanManServer\Parameters
Name: AutoShareServer
Data Type: REG_DWORD
Value: 0

Note: A reboot is necessary for this to take effect.
Workstations

(+) For NT 4.0 Workstation/W2K Pro/XP Pro, the change is:

Hive: HKEY_LOCAL_MACHINE
Key: SYSTEM\CurrentControlSet\Services\LanManServer\Parameters
Name: AutoShareWks
Data Type: REG_DWORD
Value: 0

Note: A reboot is necessary for this to take effect.

If you want the administrative shares to be re-created, you can change the value back to 1.

Note: Some applications depend on the presence of these shares. If things stop working you'll know to re-enable the shares.

10 Fast and Free Security Enhancements

Before you spend a dime on security, there are many precautions

you can take that will protect you against the most common

threats.

1. Check Windows Update and Office Update regularly

(_http://office.microsoft.com/productupdates); have your Office

CD ready. Windows Me, 2000, and XP users can configure automatic

updates. Click on the Automatic Updates tab in the System

control panel and choose the appropriate options.

2. Install a personal firewall. Both SyGate (_www.sygate.com)

and ZoneAlarm (_www.zonelabs.com) offer free versions.


3. Install a free spyware blocker. Our Editors' Choice

("Spyware,") was SpyBot Search & Destroy

(_http://security.kolla.de). SpyBot is also paranoid and

ruthless in hunting out tracking cookies.

4. Block pop-up spam messages in Windows NT, 2000, or XP by

disabling the Windows Messenger service (this is unrelated to

the instant messaging program). Open Control Panel |

Administrative Tools | Services and you'll see Messenger.

Right-click and go to Properties. Set Start-up Type to Disabled

and press the Stop button. Bye-bye, spam pop-ups! Any good

firewall will also stop them.

5. Use strong passwords and change them periodically. Passwords

should have at least seven characters; use letters and numbers

and have at least one symbol. A decent example would be

f8izKro@l. This will make it much harder for anyone to gain

access to your accounts.

6. If you're using Outlook or Outlook Express, use the current

version or one with the Outlook Security Update installed. The

update and current versions patch numerous vulnerabilities.

7. Buy antivirus software and keep it up to date. If you're not

willing to pay, try Grisoft AVG Free Edition (Grisoft Inc.,

w*w.grisoft.com). And doublecheck your AV with the free,

online-only scanners available at

w*w.pandasoftware.com/activescan and

_http://housecall.trendmicro.com.

8. If you have a wireless network, turn on the security

features: Use MAC filtering, turn off SSID broadcast, and even

use WEP with the biggest key you can get. For more, check out

our wireless section or see the expanded coverage in Your

Unwired World in our next issue.

9. Join a respectable e-mail security list, such as the one

found at our own Security Supersite at

_http://security.ziffdavis.com, so that you learn about emerging

threats quickly and can take proper precautions.

10. Be skeptical of things on the Internet. Don't assume that

e-mail "From:" a particular person is actually from that person

until you have further reason to believe it's that person. Don't

assume that an attachment is what it says it is. Don't give out

your password to anyone, even if that person claims to be from

"support."

Friday, June 22, 2007

Some Google Tricks

A few things you might want to try with Google:

Hand type the following prefixes and note their utility:

link:url Shows other pages with links to that url.

related:url same as "what's related" on serps.

site:domain restricts search results to the given domain.

allinurl: shows only pages with all terms in the url.

inurl: like allinurl, but only for the next query word.

allintitle: shows only results with terms in title.

intitle: similar to allintitle, but only for the next word. "intitle:webmasterworld google" finds only pages with webmasterworld in the title, and google anywhere on the page.

cache:url will show the Google version of the passed url.

info:url will show a page containing links to related searches, backlinks, and pages containing the url. This is the same as typing the url into the search box.

spell: will spell check your query and search for it.

stocks: will lookup the search query in a stock index.

filetype: will restrict searches to that filetype. "-filetype:doc" to remove Microsoft word files.

daterange: is supported in Julian date format only. 2452384 is an example of a Julian date.

maps: If you enter a street address, a link to Yahoo Maps and to MapBlast will be presented.

phone: enter anything that looks like a phone number to have a name and address displayed. Same is true for something that looks like an address (include a name and zip code)

site:www.somesite.net "+www.somesite.+net"
(tells you how many pages of your site are indexed by google)

allintext: searches only within text of pages, but not in the links or page title

allinlinks: searches only within links, not text or title


I hope there is something new in here for you and maybe this infos will be helpfull for ya.

Speed Up Your Bandwidth By 20% !

Windows uses 20% of your bandwidth Here's how to Get it back

A nice little tweak for XP. Microsoft reserve 20% of your available bandwidth for their own purposes (suspect for updates and interrogating your machine etc..)

Here's how to get it back:

Click Start-->Run-->type "gpedit.msc" without the "

This opens the group policy editor. Then go to:


Local Computer Policy-->Computer Configuration-->Administrative Templates-->Network-->QOS Packet Scheduler-->Limit Reservable Bandwidth


Double click on Limit Reservable bandwidth. It will say it is not configured, but the truth is under the 'Explain' tab :

"By default, the Packet Scheduler limits the system to 20 percent of the bandwidth of a connection, but you can use this setting to override the default."

So the trick is to ENABLE reservable bandwidth, then set it to ZERO.

This will allow the system to reserve nothing, rather than the default 20%.

I have tested on XP Pro, and 2000
other o/s not tested.

Please give me feedback about your results

Thursday, June 21, 2007

Spoofing emails, via telenet

get a smtp server ( i use mx1.hotmail.com) theyre normally like
mx1,mx2 etc..thehost.com.

Now, go to Start>Run>cmd
then in the cmd window, type
telnet mx1.hotmail.com 25
then
HELO hotmail.com
then
MAIL FROM : (fakeemailhere)
then
RCPT TO: (person)
then
DATA
then type your message, you can press enter for a new line, finish the message by a full stop (.) on a new line, press enter!

spoofed.

Stop A Restart Process In 3steps

Some times we need to stop some restart process quickly. In windows XP some times it gives auto restart warning and here is good solution for it.

1. Go to Start menu
2. Click on RUN
3. Enter the following command excluding hashcodes "shutdown -a"

its Done.

Wednesday, June 20, 2007

Repairing Damaged Winsock2 in WinXP

The symptoms when Winsock2 is damaged show when you try to release and renew the IP address using IPCONFIG...

And you get the following error message:

An error occurred while renewing interface 'Internet': An operation was attempted on something that is not a socket.

Also Internet Explorer may give the following error message:
The page cannot be displayed Additionally, you may have no IP address or no Automatic Private IP Addressing (APIPA) address, and you may be receiving IP packets but not sending them.

There are two easy ways to determine if Winsock2 is damaged:

From the XP source files, go to the Support / Tools directory

Winsock Test Method 1
Run netdiag /test:winsock

The end should say Winsock test ..... passed

Winsock Test Method 2

Run Msinfo32
Click on the + by Components
Click on the by Network
Click on Protocol
There should be 10 sections if the Winsock2 key is ok
MSAFD Tcpip [TCP/IP]
MSAFD Tcpip [UDP/IP]
RSVP UDP Service Provider
RSVP TCP Service Provider
MSAFD NetBIOS [\Device\NetBT_Tcpip...
MSAFD NetBIOS [\Device\NetBT_Tcpip...
MSAFD NetBIOS [\Device\NetBT_Tcpip...
MSAFD NetBIOS [\Device\NetBT_Tcpip...
MSAFD NetBIOS [\Device\NetBT_Tcpip...
MSAFD NetBIOS [\Device\NetBT_Tcpip...

If the names are anything different from those in this list, then likely Winsock2 is corrupted and needs to be repaired.
If you have any 3rd party software installed, the name MSAFD may be changed.
There should be no fewer than 10 sections.

To repair Winsock2

Run Regedit
Delete the following two registry keys:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Winsock
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Winsock2

Restart the computer
Go to Network Connections
Right click and select Properties
Click on the Install button
Select Protocol
Click on the Add button
Click on the Have Disk button
Browse to the \Windows\inf directory
Click on the Open button
Click on the OK button
Highlight Internet Protocol (TCP/IP)
Click on the OK button
Reboot

Tuesday, June 19, 2007

Change Text on XP Start Button

Step 1 - Modify Explorer.exe File

In order to make the changes, the file explorer.exe located at C:\Windows needs to be edited. Since explorer.exe is a binary file it requires a special editor. For purposes of this article I have used Resource Hacker. Resource HackerTM is a freeware utility to view, modify, rename, add, delete and extract resources in 32bit Windows executables and resource files (*.res). It incorporates an internal resource script compiler and decompiler and works on Microsoft Windows 95/98/ME, Windows NT, Windows 2000 and Windows XP operating systems.

get this from h**p://delphi.icm.edu.pl/ftp/tools/ResHack.zip

The first step is to make a backup copy of the file explorer.exe located at C:\Windows\explorer. Place it in a folder somewhere on your hard drive where it will be safe. Start Resource Hacker and open explorer.exe located at C:\Windows\explorer.exe.

The category we are going to be using is "String Table". Expand it by clicking the plus sign then navigate down to and expand string 37 followed by highlighting 1033. If you are using the Classic Layout rather than the XP Layout, use number 38. The right hand pane will display the stringtable. We’re going to modify item 578, currently showing the word “start” just as it displays on the current Start button.

There is no magic here. Just double click on the word “start” so that it’s highlighted, making sure the quotation marks are not part of the highlight. They need to remain in place, surrounding the new text that you’ll type. Go ahead and type your new entry. In my case I used Click Me!

You’ll notice that after the new text string has been entered the Compile Script button that was grayed out is now active. I won’t get into what’s involved in compiling a script, but suffice it to say it’s going to make this exercise worthwhile. Click Compile Script and then save the altered file using the Save As command on the File Menu. Do not use the Save command – Make sure to use the Save As command and choose a name for the file. Save the newly named file to C:\Windows.


Step 2 – Modify the Registry

!!!make a backup of your registry before making changes!!!

Now that the modified explorer.exe has been created it’s necessary to modify the registry so the file will be recognized when the user logs on to the system. If you don’t know how to access the registry I’m not sure this article is for you, but just in case it’s a temporary memory lapse, go to Start (soon to be something else) Run and type regedit in the Open field. Navigate to:

HKEY_LOCAL_MACHINE\ SOFTWARE\ Microsoft\ Windows NT\ CurrentVersion\ Winlogon

In the right pane, double click the "Shell" entry to open the Edit String dialog box. In Value data: line, enter the name that was used to save the modified explorer.exe file. Click OK.

Close Registry Editor and either log off the system and log back in, or reboot the entire system if that’s your preference. If all went as planned you should see your new Start button with the revised text.[/b]

Bypass Internet blocked by administrator

someone was asking about ways to get around and view sites that were blocked by the administrators, or some web filtering device, either at work or at school, hope this helps.

www.zensur.freerk.com

Backtracking EMAIL Messages

Tracking email back to its source: Twisted Evil
cause i hate spammers... Evil or Very Mad

Ask most people how they determine who sent them an email message and the response is almost universally, "By the From line." Unfortunately this symptomatic of the current confusion among internet users as to where particular messages come from and who is spreading spam and viruses. The "From" header is little more than a courtesy to the person receiving the message. People spreading spam and viruses are rarely courteous. In short, if there is any question about where a particular email message came from the safe bet is to assume the "From" header is forged.

So how do you determine where a message actually came from? You have to understand how email messages are put together in order to backtrack an email message. SMTP is a text based protocol for transferring messages across the internet. A series of headers are placed in front of the data portion of the message. By examining the headers you can usually backtrack a message to the source network, sometimes the source host. A more detailed essay on reading email headers can be found .

If you are using Outlook or Outlook Express you can view the headers by right clicking on the message and selecting properties or options.

Below are listed the headers of an actual spam message I received. I've changed my email address and the name of my server for obvious reasons. I've also double spaced the headers to make them more readable.


Return-Path:

X-Original-To: davar@example.com

Delivered-To: davar@example.com

Received: from 12-218-172-108.client.mchsi.com (12-218-172-108.client.mchsi.com [12.218.172.108])
by mailhost.example.com (Postfix) with SMTP id 1F9B8511C7
for ; Sun, 16 Nov 2003 09:50:37 -0800 (PST)

Received: from (HELO 0udjou) [193.12.169.0] by 12-218-172-108.client.mchsi.com with ESMTP id <536806-74276>; Sun, 16 Nov 2003 19:42:31 +0200

Message-ID:

From: "Maricela Paulson"

Reply-To: "Maricela Paulson"

To: davar@example.com

Subject: STOP-PAYING For Your PAY-PER-VIEW, Movie Channels, Mature Channels...isha

Date: Sun, 16 Nov 2003 19:42:31 +0200

X-Mailer: Internet Mail Service (5.5.2650.21)

X-Priority: 3

MIME-Version: 1.0

Content-Type: multipart/alternative; boundary="MIMEStream=_0+211404_90873633350646_4032088448"


According to the From header this message is from Maricela Paulson at s359dyxxt@yahoo.com. I could just fire off a message to abuse@yahoo.com, but that would be waste of time. This message didn't come from yahoo's email service.

The header most likely to be useful in determining the actual source of an email message is the Received header. According to the top-most Received header this message was received from the host 12-218-172-108.client.mchsi.com with the ip address of 21.218.172.108 by my server mailhost.example.com. An important item to consider is at what point in the chain does the email system become untrusted? I consider anything beyond my own email server to be an unreliable source of information. Because this header was generated by my email server it is reasonable for me to accept it at face value.

The next Received header (which is chronologically the first) shows the remote email server accepting the message from the host 0udjou with the ip 193.12.169.0. Those of you who know anything about IP will realize that that is not a valid host IP address. In addition, any hostname that ends in client.mchsi.com is unlikely to be an authorized email server. This has every sign of being a cracked client system.


Here's is where we start digging. By default Windows is somewhat lacking in network diagnostic tools; however, you can use the tools at to do your own checking.

davar@nqh9k:[/home/davar] $whois 12.218.172.108

AT&T WorldNet Services ATT (NET-12-0-0-0-1)
12.0.0.0 - 12.255.255.255
Mediacom Communications Corp MEDIACOMCC-12-218-168-0-FLANDREAU-MN (NET-12-218-168-0-1)
12.218.168.0 - 12.218.175.255

# ARIN WHOIS database, last updated 2003-12-31 19:15
# Enter ? for additional hints on searching ARIN's WHOIS database.

I can also verify the hostname of the remote server by using nslookup, although in this particular instance, my email server has already provided both the IP address and the hostname.

davar@nqh9k:[/home/davar] $nslookup 12.218.172.108

Server: localhost
Address: 127.0.0.1

Name: 12-218-172-108.client.mchsi.com
Address: 12.218.172.108

Ok, whois shows that Mediacom Communications owns that netblock and nslookup confirms the address to hostname mapping of the remote server,12-218-172-108.client.mchsi.com. If I preface a www in front of the domain name portion and plug that into my web browser, http://www.mchsi.com, I get Mediacom's web site.

There are few things more embarrassing to me than firing off an angry message to someone who is supposedly responsible for a problem, and being wrong. By double checking who owns the remote host's IP address using two different tools (whois and nslookup) I minimize the chance of making myself look like an idiot.

A quick glance at the web site and it appears they are an ISP. Now if I copy the entire message including the headers into a new email message and send it to abuse@mchsi.com with a short message explaining the situation, they may do something about it.

But what about Maricela Paulson? There really is no way to determine who sent a message, the best you can hope for is to find out what host sent it. Even in the case of a PGP signed messages there is no guarantee that one particular person actually pressed the send button. Obviously determining who the actual sender of an email message is much more involved than reading the From header. Hopefully this example may be of some use to other forum regulars.

Back to win2003

sight. . . . :(

I desperates to continue using linux.
no ones support me, no articles to teach me.
and now, i'm using windows 2003 server again.
and my pain disapear.

Thx god.

Friday, June 15, 2007

Linux Lanjutan

Berhasil hahahahaha. . . .

Berhasil dah installasi Linux buat server gw.
dah berhasil sebagai gateway.
dah berhasil sebagai mail server.
gw dah buat untuk dns dah jalan hosting domain di server.
udah bisa di acces via internet.



Tapi masalahnya . . . . .






Client gw yang windos Xp 'ga bisa
conect ke internet melalui gateway tersebut :((
nangis dah.

Everybody Helllpppppp ... . . .

Belajar Linux

hari ini gw belajar setting server pake fedora core 2.
ternyata install linux itu ribet banget, trus settingnya juga complex.
tapi 'ga papalah, demi ilmu yang didapat.