It’s an amazing link, check it out. A complete guide on how to internet privately although you are firewalled.

It’s very easy, you can do it by entering text below, between <head> and </head> tags.

<meta name=’Content-Type’ Content=’text/html; charset:UTF-8? />

Content type is very important for SEO (search engine optimizations).

If you want to increase the space on your hard disk, a viable option is by removing TEMPDB in SQL Server. Use this query to removing tempdb in your sql server.

USE master
GO
ALTER DATABASE TempDB MODIFY FILE
(NAME = tempdev, FILENAME = ‘D:\TEMPDB.MDF’)
GO
ALTER DATABASE TempDB MODIFY FILE
(NAME = templog, FILENAME = ‘D:\TEMPLOG.LDF’)

Just change the “D” with another drive you like to save the tempdb and templog files. After executing query above, stop and restart your sql server. After the query created a new file, you may delete the old files to enlarge free space in your hard disk.

Tags: ,

When i was using iTunes, i found an error ”applemobiledevicehelper has stopped working”. After browsing for a while, i found out the solution. The solution is by opening the Windows explorer and browse to “C:\Program Files\Common Files\Apple\Mobile Device Support\bin” and then you have to delete all the files there. except two of them; but it doesnt matter. Now reopen your iTunes and it will works normal again.

I hope this article can helps….

Very easy, i managed to done it finally, after googling for various sources:

  1. First open terminal, ALT + F2 and execute “xterm” or “gnome-terminal”.
  2. Download ndsiwrapper and execute:
    sudo apt-get install ndiswrapper-common
    sudo apt-get install ndisgtk
    sudo apt-get install ndiswrapper-utils-1.9
  3. Setup the Windows Wireless Driver Application
    You may install it from Add/Remove Programs and then choose System Tools > Windows Wireless Driver Application
  4. Download the wireless driver net5211.inf, just search using (antheros xp filetype:inf) .
  5. Install that driver file using Windows Wireless driver.
  6. To see whether the driver already installed, just click $ ndiswrapper -l

Tags: ,

First, you have to make sure that the FIREWALLs allow you’r computer to be viewed from the network. Next, try to use ip address when opening other computer instead of your Computer’s name.

If still won’t working.

1. Click Start > Run > regedit to open the registry editor.
2. OPen and double-click this registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Lsa
3. On the right pane, double-click at restrictanonymous.
4. Make sure it’s value is 0, then click OK.
5. Close the regedit (Registry Editor).
6. Restart your computer.

Tags: , ,

Just read my RSS from Reuters, It was said that Microsoft Corp plans to slash the price of its best-gaming engine Xbox 360 Pro model by $50, to $299 in the next few weeks,

The price cut will come before the video game industry’s largest trade exhibition, E3 that will taking place on July 15-17 in Los Angeles,

There are many rumors that the Xbox’s price cut swirled on popular gaming blogs Joystiq and Kotaku that was released ..,last week. The two sites received snapshots of Kmart and Radio Shack flyers advertising the $299 price.

This price cut will make Xbox 360 will $100 cheaper than it’s closes competitor, Sony Corp’s PlayStation 3 that has 40 gigabyte hard drive.

Many analists think that this is caused by microsoft’s plan to release 60 GB xbox model replacing thhe 20GB model.

Tags: ,

 

pidgin tip n tricksPidgin is the best yahoo messenger’s and other IM protocols’ client. Why?

It’s because there’s no adwares displayed on this software hence your bandwidth is not stolen not like Yahoo messenger that is bloatware i guess.

If you are irritated by you buddy’s behavior while chatting. You could set yourself so you may appear permanently offline toward that buddy.

You just have to choose the buddy, then right click and choose Presence Settings > Appear Permanently Offline.

After this, your buddy can’t see you but ,you can still see your buddy,

Firefox 3 is released…

June 18th, 2008 by admin

firefox 3 downlaod, firefox 3Firefox 3 is released. Download it from it’s official website.You may also download it from many mirrors, eg: here, here and here.

Right now, building computer without additional security software such as firewall is very risk. In a matter of seconds, you’re computer can be invaded by adwares, malware, spyware, virus, worm, trojan or bot-software that can destroy your computer.

Don’t let that be happen by installing firewall on your computer. Firewall is a tool to protect internal network of attacks from outer network such as internet.

Firewall will filters the traffics from external network that flows into internal network and vice versa. Here is some tips to optimize your computer firewall:

  1. Tighten your system: This will reduce your system’s vulnerabilities significantly.
  2. Make it as simple as it could.
  3. Set the procedure so that it could be easily evaluated.
  4. Change all the default settings.
  5. Monitors the outbound traffic in the network.
  6. Install DMZ (Demilitarized Zone).
  7. Configure NTP (Network Time Protocol).
  8. Make the configuration as an IDS (Intrusion Detection System)
  9. Test the vulnerabilities.
  10. Activate the log record

Installing firewall doesn’t mean that your network 100% safe. You should maintain your network perodically to optimize it.

Tags: