How to surf freely and bypass most firewall restrictions
It’s an amazing link, check it out. A complete guide on how to internet privately although you are firewalled.
It’s an amazing link, check it out. A complete guide on how to internet privately although you are firewalled.
Although it’s based on Onenote 2003, it still can be implemented on Onenote 2007. check http://safari.oreilly.com/0735621098?tocview=true
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: sql server, tips n tricks
You have to know that MP4 player cannot support DAT video files (dat video files are the video file type for VCD) so you have to convert your video file to AMV since the mp4 player supporting AMV instead of DAT video file.
So what you need is a DAT to AMV converter software. You may use AMV Converter here.
Tags: AMV Converter
Sometimes, your printing is on pending because other printing job is blocking the printing. If you face this you can delete the printing spooler queue by doing steps below:
This technique also works even with network printers even on other platform (eg: Samba).
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….
Mysql is the most pervasive, reliable yet cheap/free and open source. Despite having to buy a sql server, you could use mysql for your backend data storage RDBMS software.
To connect mysql from vbnet or other net related language, you could use odbc driver. Just download the odbc driver for your operating system (that is windows). from here.
Tags: connect mysql to vbnet, vbnet 2008, vbnet 2005, vb.net, programming
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: registry editor, windows xp networking techniques, xp sp2
Rundl.exe is an executable file on microsoft windows that performs following steps:
1. Parses the command line.
2. Loads the specified DLL via LoadLibrary().
3. Obtains the address of the function via GetProcAddress().
4. Calls the function, passing the command line tail which is the .
5. When the function returns, Rundll.exe unloads the DLL and exits.”1
To optimizing your computer memory, you could use this command:
rundll32.exe advapi32.dll,ProcessIdleTasks
Albeit the spread of many rumours about the release date of the new Windows 7 (the name for next generation of windows operating system), Microsoft is not going to go back on their word.
A spokesman which is a senior vice president of Microsoft Bill Veghte finally confirmed that the next operating system will be released on schedule and will not be advanecd. The schedule must go approximately three years after the official launch date of OS Windows Vista in January 2007.
But there is an interesting part in the letter, it is something Bill Viht explained in its message about the date of release. He said “You have asked more regular and predictable timetable for withdrawal OS Windows”, - he then writes. “You need to just ask to get an answer. But one question remains: how Microsoft intends to implement all this?”
To see more about windows 7, check links below from wikipedia: