Apr 29
To convert a partition FAT16 or FAT32 to NFTS is easy.
Quit all applications you are running
Go to Start — Run and then type cmd. Enter this to the command line MS-DOS.
Type: convert X: / FS: NTFS (where x is the drive letter to convert), and begin the process of conversion. this is done, reboot your system.
You should not make any other operation during conversion to avoid system problems.
Apr 19
If you’re still using DOS or console mode (also refereed to as character mode) programs that doesn’t provide a way to export data, you maybe looking for a way to capture what’s displayed on such programs. Try this:
* Start a DOS box or a Command Prompt (DOS box) inside Windows.
“Start | Programs | Command Prompt / DOS”
* Run the character mode program that you want to import data from, and go to the screen with the data you want to capture.
* Right click the title bar of the DOS box
* Select “Edit | Mark”
* Click and drag the mouse until you select the data area that you want to copy. Press ENTER when you’ve finished selecting.
* Switch to the Windows program that you want to import the just copied data to, and select its paste function.
Apr 16
Click Start then Run and type “gpedit.msc” without quotes.
This opens the “group policy editor” and go to: “Local Computer Policy”
Then “Computer Configuration” Then “Administrative Templates”
Then select “Network” then “QOS Packet Scheduler”
After that select “Limit Reservable Bandwidth”.
Double click on Limit Reservable bandwidth. It will say it is not configured, but the truth is under the ‘Explain’ tab i.e.” 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
Apr 08
These are languages based on or that operate on XML. Although the big-boy equivalents of Oracle/PostgreSQL/MSSQL don’t yet exist for XML, there are languages to navigate through it and its more tree-oriented structure.
Apr 08
Computer scientist Niklaus Wirth designed and implemented several influential languages.