27.1.14

SSH network connection....



tistadmin@Clicker-server:~$ ssh root@172.16.4.4
Password:
Last login: Mon Sep  2 09:15:06 2013 from 172.16.4.10
Have a lot of fun...
tistsrv04:~ #

20.1.14

LAN properties in XP..

To work around this problem, reregister the Netshell.dll file. To do so, follow these steps:
1.Click Start, and then click Run. 
2.In the Open box, type regsvr32 %systemroot%\system32\netshell.dll, and then click OK.
3.In the RegSvr32 dialog box, click OK.
Test to see if you can open the properties of the network connection in the Network Connections folder.

If the issue is resolved, you do not have to follow the remaining steps in this article. If the issue persists, and you receive the error message that is mentioned in the “Symptoms” section of this article, follow these steps: 
1.Click Start, and then click Run. 
2.In the Open box, type regsvr32 %systemroot%\system32\ole32.dll, and then click OK.
3.In the RegSvr32 dialog box, click OK.
4.Restart the computer.

How to remove/uninstall/unload Trend Micro OfficeScan Password

1. Open “Ofcscan.ini” from the install path. Mostly in “C:\Program Files\Trend Micro\OfficeScan Client”
2. Find  INI_CLIENT_SECTION and look up Unload_Pwd.
3. Uninstall_Pwd=!CRYPT! This value is decrypted, which is md5 hash
4. Change it to pass­word of your choice:
5. Choose your own pass­word. 
       For exam­ple “12345”. Find MD5 hash of it. There are many online sites. I used: http://md5generator.net/

                  MD5 of “12345” is 827ccb0eea8a706c4c34a16891f84e7b


6. Copy md5 string of the pass­word of your choice.


7. Replace the Uninstall_Pwd and Unload_Pwd key with the fol­low­ing pat­tern:

                      Unload_Pwd=!CRYPT!111 (Make sure to add 111 after CRYPT!)

For exam­ple:

Uninstall_Pwd=!CRYPT!111827ccb0eea8a706c4c34a16891f84e7b
Unload_Pwd=!CRYPT!111827ccb0eea8a706c4c34a16891f84e7b


8. Save Ofcscan.ini.


Use 12345 as your pass­word to unin­stall the Trend Micro OfficeScan


Enjoyy....

WPA wireless authentication in Windows 8.1

0) Go to command line, preferably Administrator.

1) C:\Windows\System32> cd \Users\<User>\Documents


2) C:\Users\<User>\Documents> netsh


3) netsh> wlan


4) netsh wlan> show profiles


5) delete profile name='TIST'


Dont close window


6) Right click the connection icon in lower right corner > open Network and Sharing Center > Set up a new connection or network > Manually connect to a wireless network


7) Try to create a profile, and try to get as many details to correspond with your requirement. The rest we'll edit in command line, so let's make it as easy as possible.


8) Do the same at the next screen. Edit Network settings > change all the parameters that you can, to match the requirement. My university tech support has a detailed document listing the options to choose, usually for windows 7, or even windows 8. get as many of them as possible.


9) Finish. Move back to your netsh terminal

10) netsh wlan> show profile TIST

netsh wlan> set profileparameter name=TIST authentication=wpa 


netsh wlan> set profileparameter name=TIST encryption=TKIP


netsh wlan> set profileparameter name=TIST authMode=PEAP