BMX Bicycle freestyle
BMX Bicycle freestyle

Sunday, March 29, 2009

Profit from CPU power using Distributed computing project

Distributed computing use background application that use unused CPU power to solve big computational problems.
Computers connected on internet band together to make largest supercomputers in the world.



 Some distributed computing projects use 
screensaver visualizations that can help to spread good word


Example Distributed computing projects:
  • SETI@home first well known distributed computing project
  • GIMPS offers awards if a (big) prime number us calculated at your computer
  • Distributed.net offers very easy installation on Ubuntu

Installing distributed computing project won't slow down your computer, but will add some energy consumption(10 degrees more hot CPU, noise (but fans will run more constantly at high speed) and heat radiation.

Combination with P2P/webhosting/VOIP running on low-energy/fast computer can reduce buying costs while having computer turned on.

Advanced users:Control Room Temperature with Computer Script controllong distributed computing

Tuesday, March 17, 2009

Be better at MahJong game (solitare)


To successfully finish look for:
-pairs that free as much of other tiles as possible
-pairs that free your vision on other tiles (when you are looking for tile that will release some blocked tiles)
always (or when in trouble) locate as many tiles as possible


other source:
It's not as easy to play Mahjong game as it sounds; you can end up with having matched the "wrong" pairs and you may find yourself stuck, with unmatchable tiles blocking other key tiles so you can't clear the layout. You must be careful before removing a pair as you play mahjong, you should look for where the remaining pair is in the layout and plan ahead. It's not only a game of pure luck, you have to play Mahjong strategically..

solution: mount bin file (cd image)

sudo apt-get install bchunk

bchunk filename.bin filename.cue myconvertedfile
use both bin and cue file and convert it to iso

once you have iso mount it with standard procedure
(sudo mount myconvertedfile.iso /media/isoimage/ -t iso9660 -o loop) (-have directory prepared))

Monday, March 16, 2009

How to get good Reputation or spend it on Forum

+ replay to unanswered topics (new- not old 5 years ^^)
+ replay with competent answer/comment
+ replay with picture, link, bold text, etc (if needed)
general:+provide information, info for members, new members(via google), good members
+ when opening new theme, collect information available online
+ make easy understandable not too long posts (lots of them make long posts that most after-posters don't read)



- spam: put link in your signature, picture, answer with links directing to your website
- open plenty of new topics that are only of your interest
- type with writing errors, bad English, etc. (no check)
- talk make people talk off topic
- talk outside of generals forums theme (piracy, crime, adult, off general interest)
- leach information with social engineering

Saturday, March 14, 2009

Chinese farmers in trouble due to china fear of skeletons in WoW

farmers are gamers who are collecting valuable items in massive games to sell them for profit.
China is censuring massive game wow because to frequent "bone"
are they in trouble because China fears skeleton? lol

--=[text decoration]=--


..::decorate text::..

  +=+=+=+=+=+=+=+=+=+

--=[symbols nickname decoration]=--

--=letters nickname decoration=--

๋๋•✿●●٠♥VaN3SsA♥٠●●✿•๋๋

~°° ♥•.¸-> VeRoNika <- ¸.•♥ °°~

ஐ·´`·.¸.»ஐ Love Never Fails ஐ»·´`·.¸.ஐ

,♥¯`°•.ναувѕ ℓιттℓє єуєℓαи∂.•°´¯♥,

╰☆╮ωєℓ¢σмє тσ ¢σяσиανιℓℓє╰☆╮

t๏ยг ๏ยг ๒єรt קเςкє๔ รקคςєร

.::♥::.£.î.ž.♥.Ṡ.ṕ.ḁ.ḉ.ḛ.::♥::.™

   ‚‚.•*´‾`v´‾`*•.‚‚
εїз му вυттєяfℓу ωσяℓ∂ εїз
   ‚‚.•*´‾`v´‾`*•.‚‚


. . .⊹⊱❀♡ Alice in Wonderland ♥⊰⊹ . .
—(••÷[αттєитισи!!!]÷••)—
♥☆*★∵★*☆aLExpikachU☆*★∵★*☆
||°°ѕ¢няαиz ѕαя¢ну°°||
++AlicE++



########################
* * *      special text decoration     * * *
########################




          divide two texts by line

|_____________________________________|





\____________________________/

and see also our:
\____________________________/

Smileys

-=(^_^)=- *SMILEYS ASCII* -=//(^_^)\\=-

 -=//(^_^)\\=-

   -=(^_^)=-

  -=( -_- )=-

 -=//(*_*)\\=-

  -=(O_o)=-

   \_(^_^)_/

     //(-_-)\\

-=//[<>_<>]\\=- 

   d(^_^)b

combine

X)

Monday, March 9, 2009

iMacros firefox addon review (automation)

Do single click comments, spam, automatic logins and so on with this thiny macro-app. Complex tasks are quickly repeated though it seem to be harder to do this on web sites that are made to prohibit automatic tasks, on some sites works like charm. Please not that when you make more than 100 comments in 10s seconds site's webmaster may notice and disable your account.

version tested: 6.1.1.4

Wednesday, March 4, 2009

installed linux, dual boot, vitual mashine, live cd comparison

installed Linux
-you'll need a PC

dual boot
-less disk space for your Linux partition
-possible problems
-personally i don't like multi partition disks

virtual machine (in non Linux system running Linux)
-slower
-no direct access to your hardware
-problems?

live CD
-slow
-occupied CD ROM tray
-no easy customization

actually i wanted to say for home use you'll need Linux installed
all other ways are
Not a bad way to get your Linux feet wet.

Sunday, March 1, 2009

how to rename multiple files in ubuntu

How to rename multiple files in Ubuntu?



rename -v s/\ToBeRenamed/\Renamed/ *.*


renames all files that contain ToBeRenamed to Renamed (will rename part of file)


rename -v s/\ToBeRemoved/\/ *.jpg

removes some text in jpg filenames

If you prefer graphical programs then install krename.