Below you will find pages that have the tag “windows”
Overhauling my GTD system under Windows
As you may know, I'm a reluctant switcher from Mac to Windows. I am also a fan of GTD. I had been using Jello Dashboard (JD) to implement GTD under Outlook. JD is a very nice system, the developer is friendly and responsive, and I had even written several patches to adapt it to my way of working. I was even in the process of drafting a series of blog posts titled "My GTD under Outlook setup".
Installing latex2html under Win7 with cygwin
I got latex2html to install on the latest cygwin, however to get the configure to pass I had to alter the configure to recognize cygwin as a UNIX.
Using this patch I was able to properly configure and install latex2html under cygwin in Windows 7.
LogParser, Event Logs, and Vista - Neil Carpenter's Blog - Site Home - TechNet Blogs
The only workaround to this is to convert the logfile to the new evtx format prior to parsing it. You can do this in the event log viewer GUI by doing a Save As... but I find it easier to do this at the command prompt:
wevtutil epl application.evt application.evtx /lf:true
I'm trying to process Windows Event Viewer files (.evt) from some servers on my Win7 machine, which kept me giving a "log file is corrupt" error message. The trick is to convert it to the newer .evtx format before processing. Thankfully this can also be easily done using a command-line utility.
Making cygwin, Windows and emacs understand the same symlinks
Today I ran into the problem that symlinks created under cygwin using "ln -s" are not understood by Windows, and of course Windows shortcuts are seen by cygwin as regular files. Happily, this is a (semi-)solved problem. For reference, this is what needs to be done:
- Add "winsymlinks" to your CYGWIN environment variable. For example, in my .bashrc I have the following: export CYGWIN="nodosfilewarning winsymlinks"
This makes cygwin create symlinks differently, in a form that is understood both by it and by Windows.
This is the main step, and the only one if you just need access from the shell and from the Windows explorer. However, emacs still sees those symlinks as regular .lnk files. To fix this, follow the next step.
GTD Tip: one-key opening of INBOX notebook in OneNote
- Download and install AutoHotKey, if you don't have it already (it's a really useful free application, well worth exploring).
- Add the following line to your default AutoHotKey.ahk file (normally in ~/Documents/AutoHotKey.ahk):This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
; AutoHotKey configuration to open my Inbox in OneNote. ; To use this, change the file path to the path of the GTD notebook ; you want to use. You may also want to change the key to which it ; is assigned (I use Win-i). #i::Run c:\Users\zambonid\Documents\OneNote Notebooks\GTD\INBOX.one
Installing cfengine on Windows 7 under cygwin
Update (2011/09/05): Updated the instructions for cfengine 3.2.0, cygwin 1.7.9, and tested them on a clean cygwin install.
Installing the cfengine community edition under Windows (the commercial version includes native Windows support) is fairly easy under cygwin, you just need to have the appropriate dependencies installed. Here’s how I did it.
Versions
Additional cygwin packages needed
To install these, run cygwin’s setup.exe, search for each packages in turn, and install them. Make sure you agree to install any additional packages that are listed as dependencies (setup.exe will ask you about it).
Installing AucTeX on EmacsW32 on Win7/64bit
$ ./configure --prefix='c:/Program Files (x86)/Emacs/emacs' --with-texmf-dir='/usr/local/share/texmf' --with-lispdir='c:/Program Files (x86)/Emacs/emacs/site-lisp'
$ make
$ make install I then added the following lines to my C:\Program Files (x86)\Emacs\site-lisp\site-start.el file:
Know your tools
Installing Windows XP in Vmware ESX - "Setup did not find any hard disk drives installed in your computer." | TechHead.co.uk
Trying to install Windows XP within VMWare ESX and getting the following error message?
"Setup did not find any hard disk drives installed in your computer."
The reason for this is that the necessary hard disk controller drivers have not been installed.
Useful information and links for installing XP VMs on a VMware ESX server.
Must-Have Windows Software (or Windows Programs that I use) - good coders code, great reuse
I am not just a Linux enthusiast, I also happen to use Windows quite often. In fact, Windows is my primary desktop from which I connect to all the other boxes and do my work on. During the years of Windows usage, I have accumulated a list of must-have Windows programs that I wouldn’t be able to work without. Some of them are commercial, some are freeware, but that doesn’t matter. What matters is how productive you are with your setup. If you’re really productive on Linux with your own set of tools, it’s perfectly fine and you have done a great job of finding the best tools of trade.
Having recently moved to Windows as my main desktop OS (out of work requirement, not by wish), I have been trying to find good software that makes it a more pleasant environment. This list has many good recommendations.