Jul 24, 2010

Way to get banned Google services and Youtube

1- In Windows, edit C:\WINDOWS\system32\drivers\etc\hosts
2- In Linux edit /etc/hosts

3- Enter:

74.125.43.103 code.google.com
74.125.43.103 pages.google.com
74.125.43.103 video.google.com
74.125.43.103 translate.google.com
74.125.43.103 translate.google.com.tr
74.125.43.103 docs.google.com
74.125.43.103 sites.google.com
74.125.43.103 books.google.com
74.125.43.103 chrome.google.com
74.125.43.103 sketchup.google.com
74.125.43.103 froogle.google.com
74.125.43.103 labs.google.com
74.125.43.103 mars.google.com
74.125.43.103 moon.google.com
74.125.43.103 notebook.google.com
74.125.43.103 toolbar.google.com
74.125.43.103 browsersync.google.com
74.125.43.103 catalog.google.com
74.125.43.103 codesearch.google.com
74.125.43.103 dir.google.com
74.125.43.103 earth.google.com
74.125.43.103 groups.google.com.tr
74.125.43.103 shopping.google.com
74.125.43.103 sky.google.com
74.125.43.103 support.google.com
74.125.43.103 tools.google.com
74.125.43.103 wap.google.com
74.125.43.103 answers.google.com
74.125.43.103 google-analystics.com
74.125.43.103 www.google-analystics.com
74.125.43.103 youtube.com
74.125.43.103 www.youtube.com
74.125.43.103 clients1.google.com.tr
74.125.43.103 lh1.ggpht.com
74.125.43.103 lh2.ggpht.com
74.125.43.103 lh3.ggpht.com
74.125.43.103 lh4.ggpht.com
74.125.43.103 lh5.ggpht.com
74.125.43.103 lh6.ggpht.com
74.125.43.103 dl-ssl.google.com
74.125.43.103 s.ytimg.com
74.125.43.103 dl.google.com
74.125.43.103 ssl.google.com

4- Restart networking, here you go :)

Jul 19, 2010

Free 3D models

http://resources.blogscopia.com

Very good OBJ models with materials (also in some other file formats). Cool models. recommended.

Jul 13, 2010

Cool Linux Blog

http://linuxologist.com

Howto: Chromium Browser On Linux With Flash

Now to get Flash running, we basically need to create a symbolic link of libflashplayer.so in the Chromium plugin folder:
cd /usr/lib/chromium-browser/plugins
sudo ln -s ../../flashplugin-installer/libflashplayer.so

One final step is to change the execution command to your Chromium icon to this (Note these flags have two “-”, for some reason WordPress is rendering only one):
chromium-browser --enable-plugins --enable-greasemonkey --enable-user-scripts --enable-extensions

Ref: http://linuxologist.com/1-general/howto-chromium-browser-on-linux-with-flash/

Jul 1, 2010

The file is not marked as executable. If this was downloaded or copied form an untrusted source, it may be dangerous to run.

ERROR: The file 'SOMETHING' is not marked as executable. If this was downloaded or copied form an untrusted source, it may be dangerous to run.


SOLUTION:

chmod +x SOMETHING.exe

Visual Studio Keyboard Shortcuts

Playing with keyboard shortcuts is very interesting and reduce the headache of using the mouse again and again while programming with visu...