Search This Blog
Monday, March 2, 2009
InstallRite
InstallRite keeps track of what happens to your computer before and after an installation, and it can create an installer to install on other computers.
Monday, January 26, 2009
Dual monitor with Citrix
Source: http://forums.citrix.com/thread.jspa?messageID=74778&fromSearchPage=true
Swapping the primary monitors worked for me too to fix the seamless app issue.
It looks like the citrix client wants the primary monitor to be on the logical left. If the primary monitor is on the logical right then the client displays the a full window with the app inside instead of just the seamless app.
Swapping the primary monitors worked for me too to fix the seamless app issue.
It looks like the citrix client wants the primary monitor to be on the logical left. If the primary monitor is on the logical right then the client displays the a full window with the app inside instead of just the seamless app.
Friday, November 7, 2008
HP LaserJet beta software
Got some drivers for LaserJet 1018, 1020, 1022, which is a pain to install in Vista.
http://www.hp.com/pond/ljbeta/
http://www.hp.com/pond/ljbeta/
Tuesday, November 4, 2008
PHP, mySQL, Apache
Install links: http://www.w3schools.com/php/php_install.asp
Default root is: C:\Program Files\Apache Software Foundation\Apache2.2\htdocs
Add these lines to httpd.conf to access PHP:
# For PHP 5 do something like this:
LoadModule php5_module "c:/program files/php/php5apache2_2.dll"
AddType application/x-httpd-php .php
# configure the path to php.ini
PHPIniDir "C:/program files/php"
mySQL testing:
http://datacharmer.blogspot.com/2008/07/dont-guess-test-sample-database-with.html
Default root is: C:\Program Files\Apache Software Foundation\Apache2.2\htdocs
Add these lines to httpd.conf to access PHP:
# For PHP 5 do something like this:
LoadModule php5_module "c:/program files/php/php5apache2_2.dll"
AddType application/x-httpd-php .php
# configure the path to php.ini
PHPIniDir "C:/program files/php"
mySQL testing:
http://datacharmer.blogspot.com/2008/07/dont-guess-test-sample-database-with.html
Sunday, November 2, 2008
Subscribe to:
Posts (Atom)