Thursday, December 31, 2009

KDE is official bitches


Register with the KDE site. Really like exploring KDE 4.4 beta2 so far

Saturday, November 7, 2009

Nizoral Trial Phase [Shampoo]


Too Much Snow in the Dome loL



Giving this a try since my homie said it helped him. He was the gennie pig for the results, then i got mine today since his went well. I tryed Head and shoulders in the past, that shit was weak, Selsun Blue was decent but only work 1/2 the time and leaves my scalp dry also, not a good feeling. And a few other antidandruff shampoo. So we'll see how this goes. I wont no the results until 2 or 3 weeks later. Heard good review of people that use this for seborrheic dermatitis conditions, which is what i got. They also use this as a facial wash, i need to try that too, as the hydrocortisone im using works but leaves behind flakes of dryness the next day usually. Ill try to document this from now on see if it improves.

Using : 1% bottle, I try looking for 2% but dont see it in CVS store, 7 fl oz [$20bones]

Think ill buy it online next time from amazon or someshit since is cheaper

11/10/09*****************

Used 2x now (every 3-4days), seem that is working, get less snow and no itch or dry feeling. the bottle says 6-8wks so got more ways to go





Friday, November 6, 2009

Sunday, November 1, 2009

Calibre cbr cbz convert error FIX [Ubuntu Linux]

This should work on other linux as well.

Too solve this error you'll need to grab libunrar.so

1) go here: http://sourceforge.net/projects/calibre/files/ and download calibre-0.6.17-x86_64.tar.bz2
2) Or skip step 1 and download the single shit i uploaded http://www.megaupload.com/?d=MFCG0RL8
3) extract it theres a file inside called libunrar.so
4) copy libunrar.so into "/usr/lib" folder ull need to be root
5) done

Note: Not sure why this didnt came with the default karmic koala package, even if u install the unrar and rar package it doesnt come with the libunrar.so



*************************
This is the error msg
*************************

ERROR: Conversion Error:cbr
Failed: Convert book 1 of 1 (The Walking Dead 001)

Convert book 1 of 1 (The Walking Dead 001)
InputFormatPlugin: Comic Input running on /home/heoyea/Public/calibre/Unknown/The Walking Dead 001 (8)/The Walking Dead 001 - Unknown.cbr
Traceback (most recent call last):
File "/usr/bin/calibre-parallel", line 16, in
sys.exit(main())
File "/usr/lib/calibre/calibre/utils/ipc/worker.py", line 90, in main
result = func(*args, **kwargs)
File "/usr/lib/calibre/calibre/gui2/convert/gui_conversion.py", line 19, in gui_convert
plumber.run()
File "/usr/lib/calibre/calibre/ebooks/conversion/plumber.py", line 717, in run
accelerators, tdir)
File "/usr/lib/calibre/calibre/customize/conversion.py", line 208, in __call__
log, accelerators)
File "/usr/lib/calibre/calibre/ebooks/comic/input.py", line 401, in convert
pages = self.get_pages(fname, cdir)
File "/usr/lib/calibre/calibre/ebooks/comic/input.py", line 350, in get_pages
tdir = extract_comic(comic)
File "/usr/lib/calibre/calibre/ebooks/comic/input.py", line 24, in extract_comic
extract(path_to_comic_file, tdir)
File "/usr/lib/calibre/calibre/__init__.py", line 190, in extract
from calibre.libunrar import extract as rarextract
File "/usr/lib/calibre/calibre/libunrar.py", line 30, in
_libunrar = load_library(_librar_name, cdll)
File "/usr/lib/calibre/calibre/__init__.py", line 174, in load_library
return cdll.LoadLibrary(name+'.so')
File "/usr/lib/python2.6/ctypes/__init__.py", line 431, in LoadLibrary
return self._dlltype(name)
File "/usr/lib/python2.6/ctypes/__init__.py", line 353, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libunrar.so: cannot open shared object file: No such file or directory

Friday, October 30, 2009

Compiz Tearing, Artifacts Recordmydesktop





Not really sure as the real fix to this. But it has to do with these options at the moment.
Basically I been getting random crap lines and pixel on gtk-recordmydesktop with compiz fusion on. This is also for those people watching videos and getting weird crap. Im pretty sure imma forget this crap in the future so ill post some SS setttings to try to fix this piece of shit.

Nvidia Settings (Redraws)
Enable: Sync to Vblank

In CCSM: Refresh Rate 60 (USA)
I set it to 60 since my LCD monitor is at 60Hz

Not sure what the Texture Filter is really for:
Default = Good
Tryed Fast , quality of vid sucked

Saturday, October 24, 2009

Sony Reader Prs 505 [ CBR CBZ PDF Comic]

http://www.youtube.com/watch?v=Eeky7ASNAzA

DL: http://www.megaupload.com/?d=OGVQHBRZ


this app doesn't like special charators like ['#!@%^&*( ] in either folders or cbr filename itself


comiclrf -l -o '/home/heoyea/comic' 'home/heoyea/abcd.cbr'

Note: Landscape = best for sony reader and comic

***********
man comiclrf
**********
Usage: comiclrf [options] [comic.(cbz|cbr)]...
Version: 2.4 (20080718)
Options:
-a [AUTHOR] Override the Comic Author
-t [TITLE] Override the Comic Title
-o [DIR] Output directory for generated LRF Book. Default: Comic directory
-c Number of colours for Greyscale image conversion. Default: 64
-n Disable Normalise (improve contrast) colour range for pictures. Default: On
-r Maintain picture aspect ratio. Default: Off (i.e. fill screen)
-s Disable sharpening. Default: On
-l Disable Landscape image splitting into two Portraits. Default: On

Pass it the full path and filename to the Comic (CBZ,CBR) file
e.g. comiclrf "c:\downloads\Simpsons 01.cbz"

-----------------------------------------------------


http://www.youtube.com/watch?v=O5dS8z8GhX8
DL: http://www.megaupload.com/?d=517WOIU0

Landscape = Reading text type of books (it puts the pages side by side)
Comic-Landscape = Comic with split image if too large [best option]





Useful Command Lines


alright this is where i'll be keeping all the cmds that i need to use once in a while that i cant remember loL


1 ----------------

a) winrar multiple subfolders into multiple files. (Mainly use for comix cbr )

cd /home/heoyea/comic; find * -maxdepth 0 -type d -exec rar a {}.rar {} \;


b) same as above but deletes orginal files after it has been compressed

cd /home/heoyea/comic; find * -maxdepth 0 -type d -exec rar a -df {}.rar {} \;


2------------------
sudo add-apt-repository ppa:heoyea/ppa

3------------------
a) sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 12345678 [8 total]

Signing key:1024R/12345678
Fingerprint:9D2C2E0A3C88DD807EC787D74874D36812345678

b)
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com ABCDEFGH12345678 [16total]



4------------------
(Bleachbit replaces this, not really needed)

sudo apt-get autoclean & sudo apt-get clean

note: autoclean removes old packages thats u cannot DL no more,
clean= removes all packages saved in cache

5----------------------

sudo apt-get autoremove

Note: removes dependencys of uninstalled apps


6------------------------
sudo dpkg-reconfigure xserver-xorg

note: blackscreen of death, this reinstalls default drivers?


Wednesday, October 21, 2009

My Folder Structure So Far [ Organize ]



Current folder Structure, seems to be my best one so far, I saw my old design from few months back, wasnt working so well, but now on Karmic, Changed a bit around, this looks big pimpin.

Was considering all sub folders to be lowercase, kindda hard to enforce that, maybe that well be only for programs folder, since i have to make launchers to some of them.

Saturday, October 17, 2009

Ubuntu Karmic Default /Home Folder


ALERT: Make sure /home folder is not formatted in the check boxes


SS so i can remember which crap i dont need if i need to trash some suckers away

Asianboy true fob with VC game

Dugg Music Pirates

Jungle Fever or Yellow Fever?



Splitpaw dont like gangsta style?


I warned him at the begining about my stuff, guess he finally had enough loL

BluRay HD Porn is Bad?

Why no Bankshot in FreeThrows?

Talking About Ballin loL

Thursday, October 15, 2009

Vbox Screencast


Might try some other stuff in Vbox also, like Arch and Puppy and post a few cast on shits i get stuck at, when boredom hits

Windows Screencast Added to side link


made the youtube channel last month, just gonna do a few on the apps that doesnt work on linux, that i wanted to try out. Plus i have to help some idiots sometimes also that is gonna be using windows 7, mainly my brother sometimes =)


Maybe ill do some screencast on bruteforcing software, back in the porn cracking days loL Bangbus freepass was tight shits

used the name "notoolrush" / well AOE folks well get it, even tho i dont really play RM.

Sunday, September 20, 2009

AOE Live Match on Sopcast LOL

So I was trying to look for some new channels to watch on sopcast, and i found this tight shit. Seems like Live AOE match from China. They Playing R.M, Random Map. lOLs this was so random. I never expected it. 25 25 25 19 19 19


extra sopcast servers to try

http://www.sopcast.com/chlist.xml

http://www.sopcast.com/gchlxml

http://www.sopcast.cn/chlist.xml

http://www.sopcast.cn/gchlxml

http://www.sopcast.org/chlist.xml

http://www.sopcast.org/gchlxml

Saturday, September 19, 2009

Plants vs Zombies (Fun Game)


Played this a while back, seems relaxing game at first but gets intense, has alot of unlock mini games also



Big Fail: Bing Visual Search

requires silverlight = windows users only, sure moonlight on linux but thats gay not to mention silverlight is a piece of shit already, remember the Olympics 2008? and NBC

Obama makes Saga fob Slave

Tech Chatroom: Secret Topic

Money Me, 10% for U

Dj AM Dead: Who the heo that foo?


Youtube trys to Bait Me


My first video to have 1 million +++ views, heoyea baby

Saga ask White rice for blowjob

Football League? Dont Be Gay

Sunday, May 31, 2009

Submited to MiroGuide Listing

Try to add my Linux Channel to the Miro Listing, Should either be Epic Win or Fail after they review my videos lols
Posted by Picasa

Pizza Guy Secret Identity

Posted by Picasa

Tuesday, May 26, 2009

Saturday, May 23, 2009