Free Firewall Software
December 25, 2007From the time I was connected to the internet at home, I become somewhat little paranoid that someone might be accessing my computer and trying to modify the settings or trying to destroy it. It's because while I'm online some of the registry entries were changed and my computer restarts for no reason. I try to check my computer if there is a virus or spyware but luckily it does not have any kind of malicious code (as far as I know). I check my windows firewall and it always turning off the next time I restart.
So in this situation, I become really suspicious that there is something not right happening with my computer. That's the time that I downloaded a third party firewall software and turned off windows default firewall. The said firewall is the famous COMODO Firewall Pro and it's free. From the time I installed the program, I started to experience much better connection and I'm having an idea on what application wants to access the internet. Try this COMODO firewall pro now to protect your PC. Hope it will help you!
My First Five Techno Gadgets Christmas Wish List
December 21, 2007These are some of techno gadgets that I wish "SANTA" will give me if his available and able: (this is not arranged in order of importance or whatsoever)
1. at least a new i-Phone for a new mobile phone will be ok for me
2. HP Pavilion HDX Entertainment Notebook PC
3. Sony Cyber-shot DSC-T2 for a digital camera
4. Plextor PX-760A for DVD Writer
5. a new USB Disc like Corsair Flash Voyager 8GB
Maybe someone will give even one of them to me, I'm just crossing my fingers
Ireland: Things to see and do
December 20, 2007If you are about to take your long trip vacation in Ireland, these are some of the best places and tourists attractions you'll not want to miss.
You can visit the capital of Ireland, which is Dublin and visit their Guiness Storehouse, Kilmainham Gaol and the Dublin Castle there. Guiness Storehouse is considered to be the home, heart and soul of Guiness where you can find and taste the historical and world's most famous Guiness beer. The Dublin's most famous disused prison is Kilmainham Gaol where many known Irish personalities of their history were imprisoned and executed. Another historical place in Dublin, Ireland is their Dublin Castle where you can see some of the oldest architecture of the city. For more information on Dublin, Ireland go to: Dublin Hotels.
Another place is the largest city and capital of Wales, Cardiff. Here you can visit the Cardiff Castle which is the famous medieval castle and Victorian revival mansion of the city. You can also visit the the national stadium of Cardiff, the Millenium Stadium where used for rugby and football games. The Llandaff Cathedral is also one of the famous church of Cardiff, Wales where you wish to visit. For more information regarding Cardiff try visiting Cardiff Hotels.
The city in Tyne and Wear England, the Newcastle upon tyne, is the place where you can visit the St James Park (famous because of the Newcastle footbal team), the Quayside (known for art sculptures) and their bridges, like the Highest Bridge, Millenium Bridge and the Swing Bridge. For information on this place visit the Newcastle Hotels.
Leeds is a city in West Yorkshire England. Some of the city's attractions are the Royal Armouries Museum where you can see nobles' medieval armour and weapons. The Temple Newsam is another historical place where you can find many rare farm animals. Thackray Medical Museum in Leeds showcase different medical and surgical of the past. For detail or inquiry about the place, visit the Leeds Hotels.
Use SmartBro Proxy to increase Browsing Speed
December 19, 2007I've got my SmartBro Internet connection today and I almost call my technician friend regarding my connection. I was not able to connect to this blog for the past 2 hours. I was thinking that i.ph is down. Tonight, i tried to connect to this site using proxy sites and it connects. So I looked for smartbro proxies for me to use it on my browsers. Now through searching stuffs from different blogs, I've found the following proxies: (note: this only works to SmartBro users only)
- Address: proxy.smartbro.net port 8080 this is the one that works for me.
- proxy.smartwifi.com.ph:8080
- proxy.meridian.ph:8080
To configure your Internet Explorer browser to use this proxy, simply go to Tools > Internet Options > Connections tab > LAN Settings and type one of the proxy specified. For Firefox users, click Tools > Options > Advance > Network tab > Settings > Manual proxy configuration.
Enabling or Disabling the Registry (regedit.exe)
December 18, 2007A friend of mine gave me a script on enabling and disabling the registry tool. This VBS script can be very helpful if you’re infected with a certain virus that blocks the registry. You can unblock it using this VBS Script.
Open your NOTEPAD in windows and paste the following script and save it to your desktop or any place as "REGISTRY.VBS" (make sure to put the double quote to make sure that the file will be saved as .VBS file). Double click this file to toggle from ENABLE to DISABLE or vice-versa.
Dim WSHShell, n, MyBox, p, t, mustboot, errnum, vers
Dim enab, disab, jobfunc, itemtype
Set WSHShell = WScript.CreateObject("WScript.Shell")
p = "HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\System\"
p = p & "DisableRegistryTools"
itemtype = "REG_DWORD"
mustboot = "Log off and back on, or restart your pc to" & vbCR & "effect the changes"
enab = "ENABLED"
disab = "DISABLED"
jobfunc = "Registry Editing Tools are now "
‘This section tries to read the registry key value. If not present an
‘error is generated. Normal error return should be 0 if value is
‘present
t = "Confirmation"
Err.Clear
On Error Resume Next
n = WSHShell.RegRead (p)
On Error Goto 0
errnum = Err.Number
if errnum <> 0 then
‘Create the registry key value for DisableRegistryTools with value 0
WSHShell.RegWrite p, 0, itemtype
End If
‘If the key is present, or was created, it is toggled
‘Confirmations can be disabled by commenting out
‘the two MyBox lines below
If n = 0 Then
n = 1
WSHShell.RegWrite p, n, itemtype
Mybox = MsgBox(jobfunc & disab & vbCR & mustboot, 4096, t)
ElseIf n = 1 then
n = 0
WSHShell.RegWrite p, n, itemtype
Mybox = MsgBox(jobfunc & enab & vbCR & mustboot, 4096, t)
End If
Hope this script help you!



















