I have found that I should be quicker if I put the following task in all my small projects.
Continue reading
Authorguda
“Synergy lets you easily share a single mouse and keyboard between multiple computers with different operating systems, each with its own display, without special hardware. It’s intended for users with multiple computers on their desk since each system uses its own monitor(s).”
root@guda-desktop:/etc# cat synergy.conf
section: screens
desktop:
guda-laptop:
end
section: aliases
guda-laptop:
192.168.1.101
end
section: links
desktop:
right = desktop
guda-laptop:
left = guda-laptop
end
# synergys –config /etc/synergy.conf
# synergyc IP
On windows I am defining:
“Share this computer…” -> configure
Screens: desktop, guda-laptop
links: guda-laptop is left on desktop and the oposite
Updates: Check the http://code.google.com/p/synergy-plus/ clone
The best article that I can find was here, here is link to another chart
And the following has been cut from this topic
But if you still have concerns about focusing accuracy, are not sure if it’s user error etc, are dubious about some of the ruler tests worth (as I am), then this method is very simple to use, requires no special equipment, and takes only a minute to do.
Very quick and easy way to check a number of aspects of your focus system repeatably and accurately using no special equipment:
Mount camera on tripod. Use remote release, or self-timer for taking the test shots. If you don’t use a tripod, I think you should consider your results invalid.
Step 1:
Display something predominantly white, with text all over it on your monitor screen. Maximising your Outlook inbox screen works well.
Ensure your camera back is parallel and centred with respect to your screen. Focus on your computer monitor screen manually. Notice that at the point of exact focus, you see a Moire pattern in the viewfinder. (Squiggly interference lines).
Take a picture.
Step 2:
Move the lens out of focus, and this time use AF to onto the screen again, and you should see the moire pattern in your viewfinder.
Take the picture.
Step 3:
Review the images.
That’s it.
Possible Problem Indicators:
If you can see the moire pattern in the viewfinder when manual focusing, but not when Autofocusing, or not in the resultant image on the CF card, that would indicate that there is some kind of focus alignment issue that might warrant further investigation. The moire is always strongest at the point of exact focus, so the AF and MF tests should appear very similar.
Additional test
Instead of using Outlook for the above test, open up FVU and display one of your previous images with the FVU focus point overlay.
Align your camera at the correct distance and position, so that your in-finder focus boxes, overlay those displayed
Now when you review your images, you can also see if the focus boxes in your camera, correlate with those shown in FVU.
The reason I added this step, was that someone on this forum was concerned that their in-camera focus boxes appeared to disagree with those shown in FVU.
Quick, easy and repeatable check of your finder, sensor, and AF alignment.
The Haversine formula to calculate distances:
- #C example http://blogs.techrepublic.com.com/programming-and-development/?p=634
- A lot of talking … http://mathforum.org/library/drmath/view/51879.html
- http://www.ruby-forum.com/topic/48815
Get ZIP codes in range
- http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/174783
- http://forums.devshed.com/php-development-5/how-can-i-search-my-database-using-an-array-like-534211.html?p=2052453
- http://www.hotscripts.com/listing/zip-code-range-and-distance-calculation-class/
Ruby Gems
- http://github.com/collectiveidea/graticule/tree/master
- http://github.com/andre/geokit-gem/tree/master
- http://github.com/andre/geokit-rails/tree/master
Finding visitors via their IP address
- http://www.hostip.info/
Use Google Maps to display the results check this post here
What is your key that you are using:
- http://magicaljellybean.com/keyfinder/
Activation console:
- oobe/msoobe /a
- Manual method
- http://www.computing.net/answers/windows-xp/windows-activation-expired/159468.html
I have searched in Internet for some activation removal tools like RESET 5 but I cant find any active online.
How to login in expired windows:
- click login try pressing WIN-U keys to bring out theĀ Narrator dialog box. Then on the menu in the left, click About then click on the link for Microsoft website. IE will launch (not tested)
- Or you could just go into safe mode with a DOS prompt; type explorer.exe and have a full safe mode machine running allowing you to bypass the activation with a hack
The conclusion is:
Use the aways the latest windows version. Turn off the windows updates to be not surprised bad.
I will prepare some notes here for my future application use-cases web manager.
http://www.scenarioplus.org.uk/download_uc_templates.html
http://www.technosolutions.com/use_case_template.html
How to change the password for a user
net users
net user “user name” *
The mysql gem was removed from the rails 2.3.2. and you need to install it via the gem install mysql command But! There is a problem compiling it. seems that the mysql cant find the libmysql so..here are the options: yum install openssl openssl-devel Configure with path to mysql_config and install the mysql api via gem: # cd /usr/lib/ruby/gems/1.8/gems/mysql-2.7 # ruby extconf.rb --with-mysql-config=/usr/bin/mysql_config # make # ruby ./test.rb [hostname [user [passwd [dbname [port [socket [flag]]]]]]] # make install # gem install mysql Source: http://www.linuxweblog.com/ruby-on-rails-install And after that you can read the README.html located in the mysql gem directory :)
Debian/Ubuntu
sudo aptitude install libmysqlclient-dev libmysql-ruby libmysql++-dev ruby-dev
Last week I have the honor to make one wordpress website and I was amazed how good it is wordpress for such small personal websites.
Here I have found a list of wordpress templates in Internet (lost the source please forgive me).
Nice collection of links
- WordPress Theme Viewer
- Top WordPress Themes – Best Free Themes for WordPress
- WordPress Themes – The Best Of The Best!
more….
© 2025 Ivo Bardarov
Theme by Anders Norén — Up ↑