Converting DAA to ISO
Thursday, January 24th, 2008convert .daa files to iso and burn them
http://w-shadow.com/blog/2007/09/07/the-daa-file-everything-you-need-to-know/
Free DAA to ISO Converter GUI
Powered by ScribeFire.
convert .daa files to iso and burn them
http://w-shadow.com/blog/2007/09/07/the-daa-file-everything-you-need-to-know/
Powered by ScribeFire.
Converts UIF archives to ISO files. You can then burn the ISO file to a CD or DVD
http://w-shadow.com/blog/2007/12/30/uif-to-iso-converter/
Powered by ScribeFire.
Powered by ScribeFire.
Hack Attack: Turn your $60 router into a $600 router:
by Adam PashOf all the great DIY projects at this year’s Maker Faire, the one project that really caught my eye involved converting a regular old $60 router into a powerful, highly configurable $600 router. The router has an interesting history, but all you really need to know is that the special sauce lies in embedding Linux in your router. I found this project especially attractive because: 1) It’s easy, and 2) it’s totally free. So when I got the chance, I dove into converting my own router. After a relatively simple firmware upgrade, you can boost your wireless signal, prioritize what programs get your precious bandwidth, and do lots of other simple or potentially much more complicated things to improve your computing experience. Today I’m going to walk you through upgrading your router’s firmware to the powerful open source DD-WRT firmware. What you’ll need: 1. One of the supported routers. I used a Linksys WRT54GL Wireless router that I picked up from Newegg, and the instructions that follow detail the upgrade process specifically for that router and its close siblings. If you’re upgrading one of the other supported routers, you might want to look into instructions specific to your router. These instructions may generally work for other supported routers, but I’m not making any promises. 2. The generic DD-WRT v23 SP1 mini firmware version located here.* 3. The generic DD-WRT v23 SP1 standard firmware version located here.* *You’ll be upgrading the firmware twice, first using the mini firmware, then using the standard. Upgrading your router to the DD-WRT firmware Check out this gallery for the detailed step-by-step upgrade with screenshots. When you’re finished, come back here for some of my favorite tweaks. firmware%20upgrade.png Update, October ‘07: Reader Josh Harris writes in: All the new WRT54G routers being sold now are v8, and the previous DD-WRT software didn’t work on them. However, recent versions added support for the new v8 router— but it’s a little more in depth. Got this to work on the WRT54G v8 (should work on 7 as well, just replace the files with the corresponding 7 version): First of all, use IE explorer. Firefox didn’t work at all on this for me, even after install. Second, go to this page. Read the textfile carefully and follow its instructions. Two edits to the textfile: 1. Make sure you go to command prompt and type ipconfig /all. Record the default gateway, the subnet mask, and the two DNS addresses. When you set the IP address manually on your desktop/laptop to 192.168.1.100 as per the instructions, you will need to set these 4 numbers as well. 2. Don’t forget when you do the tftp that you need to be in the folder that contains the downloaded dd-wrt.v24_micro_wrt54gv8.bin file (for example, if it is in C:/Downloads, type /cd C:/Downloads). Lastly don’t forget you need to be on a wire to the router, and download both vxworkskillerGv8.bin and dd-wrt.v24_micro_wrt54gv8.bin before you start. Following this procedure will install the micro version on your router. After this, switch your laptop/desktop back to receiving your IP address via DHCP rather than the manual configuration you set as per the instructions. You will be able to access the DD-WRt micro install via 192.168.1.1 with the login username root and the password admin. From here, you still need to install the DD-WRT standard. Unfortunately, you cannot go any farther than this with WRT54G v7 and v8 because Linksys downgraded the physical memory in these recent models. However, micro is still an improvement over the original Linksys firmware. Boost your wireless signal The first thing I did after I finished the firmware upgrade was give my wireless signal a much needed boost (”needed” in the sense any signal boosting that can be done needs to be done, right?). Doing so is trivial. Go to the Wireless tab, then to Advanced Settings. Find the entry labeled Xmit Power, which is set by default at a paltry 28mW, and can be set up to 251mW. To be honest, I don’t know much about the science of the whole process, but I do know that 251 is WAY bigger than 28. However, you probably don’t want to pump it up to 251mW right away. transmit%20power.png The DD-WRT manual suggests that a “safe increase of up to 70 would be suitable for most users.” Anything too much above that and you’d be flirting with overheating your router and damaging the life of your router (though I’ve heard that many people have pushed it up to 100 or above). So go ahead and change your Xmit Power to 70 and click the Save Settings button at the bottom of the page. I can’t measure for sure how the signal boost has improved things for me since I’ve just moved into this apartment, but I can say that the signal is full bars pretty much anywhere I go. How’s that for scientific? Throttling your bandwidth by program While most routers treat one request for bandwidth the same as any other, your new $600 router is a step above. By setting up QoS (Quality of Service) rules, you can give priority to your interactive traffic (like VoIP, web browsing, or gaming) while throttling traffic that doesn’t require a steady rate of bandwidth to function (like P2P programs). Doing so will ensure that even if your network gets clogged with lots of file sharing, you’ll still have enough bandwidth left over to make all of your free SkypeOut phone calls. If you’ve got roommates who tend to sponge up a lot of bandwidth, you can even prioritize by IP address. What to do if you brick your router brick.png If, god forbid, while flashing your firmware you end up “bricking” your router, don’t worry - all is not lost. The DD-WRT wiki (a great resource of all things DD-WRT) can help you recover from a bad flash. Of course, your router will handle securing your network, port forwarding, and all the other things your regular old router does. Obviously I’ve just scratched the surface here, so if you decide to try this out, there’s a lot of potential for other things you can do. Any readers tricked out a router with DD-WRT or one of the other open source distros? Tell us what tweaks have worked for you in the comments or at tips at lifehacker.com. Adam Pash is an associate editor for Lifehacker who loves a good signal boost. His special feature Hack Attack appears every Tuesday on Lifehacker. Subscribe to the Hack Attack RSS feed to get new installments in your newsreader.
http://samanathon.com/samans-big-ole-list-of-windows-environmental-variables/
Environment variables are used in every Operating System, they are variables that you can call through the command prompt, a batch file or even through the Address Bar. Here is one of Microsoft’s definitions:
Environment variables are strings that contain information such as drive, path, or file name. They control the behavior of various programs. For example, the TEMP environment variable specifies the location in which programs place temporary files.
There are two categories of Environmental Variables, Local and System:
I wrote the list in uppercase, but these variables are not case sensitive when you actually call them! Remember that you will need to include the percent signs when calling these variables, ie:
C:\Documents and Settings\%username%\Application Data
Also, you can invoke most of these variables through the handy Windows Run prompt. Just hit the Windows Key+R, then enter the command and the system will open that folder!
I wrote the list in alphabetical order for your viewing pleasure!
%ALLUSERSPROFILE% - Local
Returns the location of the All Users Profile.
%APPDATA% - Local
Returns the location where applications store data by default.
%CD% - Local
Returns the current directory string.
%CMDCMDLINE% - Local
Returns the exact command line used to start the current Cmd.exe.
%CMDEXTVERSION% - System
Returns the version number of the current Command Processor Extensions.
%COMPUTERNAME% - System
Returns the name of the computer.
%COMSPEC% - System
Returns the exact path to the command shell executable.
%DATE% - System
Returns the current date. Uses the same format as the date /t command. Generated by Cmd.exe.
%ERRORLEVEL% - System
Returns the error code of the most recently used command. A non zero value usually indicates an error.
%HOMEDRIVE% - System
Returns which local workstation drive letter is connected to the user’s home directory. Set based on the value of the home directory. The user’s home directory is specified in Local Users and Groups.
%HOMEPATH% - System
Returns the full path of the user’s home directory. Set based on the value of the home directory. The user’s home directory is specified in Local Users and Groups.
%HOMESHARE% - System
Returns the network path to the user’s shared home directory. Set based on the value of the home directory. The user’s home directory is specified in Local Users and Groups.
%LOGONSERVER% - Local
Returns the name of the domain controller that validated the current logon session.
%NUMBER_OF_PROCESSORS% - System
Specifies the number of processors installed on the computer.
%OS% - System
Returns the operating system name. Windows 2000 displays the operating system as Windows_NT.
%PATH% - System
Specifies the search path for executable files.
%PATHEXT% - System
Returns a list of the file extensions that the operating system considers to be executable.
%PROCESSOR_ARCHITECTURE% - System
Returns the chip architecture of the processor. Values: x86, IA64.
%PROCESSOR_IDENTIFIER% - System
Returns a description of the processor.
%PROCESSOR_LEVEL% - System
Returns the model number of the processor installed on the computer.
%PROCESSOR_REVISION% - System
Returns the revision number of the processor.
%PROMPT% - Local
Returns the command prompt settings for the current interpreter. Generated by Cmd.exe.
%RANDOM% - System
Returns a random decimal number between 0 and 32767. Generated by Cmd.exe.
%SYSTEMDRIVE% - System
Returns the drive containing the Windows XP root directory (that is, the system root).
%SYSTEMROOT% - System
Returns the location of the Windows XP root directory.
%TEMP% and %TMP% - System and User
Returns the default temporary directories that are used by applications available to users who are currently logged on. Some applications require TEMP and others require TMP.
%TIME% - System
Returns the current time. Uses the same format as the time /t command. Generated by Cmd.exe.
%USERDOMAIN% - Local
Returns the name of the domain that contains the user’s account.
%USERNAME% - Local
Returns the name of the user who is currently logged on.
%USERPROFILE% - Local
Returns the location of the profile for the current user.
%WINDIR% - System
Returns the location of the operating system directory.
%PROGRAMFILES% -> The default location of Program Files
Easier than reading it out of the registry.