To all readers,
i hereby to pronounce that i just been away for while. Since i had 21 days of practice in forest at Walad Education Forest. But now i’m already at home.
Regards
Poche
To all readers,
i hereby to pronounce that i just been away for while. Since i had 21 days of practice in forest at Walad Education Forest. But now i’m already at home.
Regards
Poche
Posted in Uncategorized
This Driver actually can be used in any printer that using PIXMA iP1800 driver. But, since in my hometown there were so many PIXMA iP1880 sold in the market, so i only research for this only..
download package cnijfilter-common_2.70-3_i386.deb dan cnijfilter-ip1800series_2.70-3_i386.deb
wget -c http://home.btconnect.com/jerryf/cnijfilter-ip1800series_2.70-3_i386.deb
wget -c http://home.btconnect.com/jerryf/cnijfilter-common_2.70-3_i386.deb
then
sudo dpkg -i cnijfilter-common_2.70-3_i386.deb cnijfilter-ip1800series_2.70-3_i386.deb
Since this package needs libtiff3 and mostly people have libtiff4, so you need to make a symbolic link by doing this in terminal
cd /usr/lib/
sudo ln -s ./libtiff.so.4.2.1 ./libtiff.so.3
After that, you can use your PIXMA iP1880
Since i cannot keep my posts that seems like junk, i decided to make another blog that will be consist of those “junks”. So starting from now, on cradleoflife only consist posts that related with Linux, Ubuntu, Movies, Songs, Technology, etc. except my own love life story. Because, this will be posted in cradleoflove
Posted in Uncategorized | Tags: Moved
Densha Otoko is a japanese drama that aired in japan on 2005 ago. if we see the time it aired, it quite long till i watched this drama. Well its because on 2005, i’m not a fan yet (i want to say “otaku”, but i’m not otaku-like yet, so i used “fan”).
I’m not describing the story here, because you can read it on the Wiki (and everywhere everytime you type Densha Otoko on google) but, what i’m trying to say here was this story was so hypnotizing. I mean, easily you can feel like you were the main subject (or maybe just me, because i kinda had some problems like that)
Anyway, to people who havent watched it yet, watch it.. its a good movie. I rarely find a movie that can make me cry.. :’)
It feels like Hypnotized!!
Since my new conky configuration, i haven’t made any changes to .conkyrc file. Yesterday, i try to add Nvidia GPU temperature monitor to my conky.. its simple..
First, you must have nvidia-settings installed on your box. if you haven’t then, you should install it. You can install it via synaptic package manager (using keyword nvidia-settings) or, you can install it via terminal by typing “sudo apt-get install nvidia-settings” (without quotes). And remember, that this is only for Nvidia-based GPU.
After that, you can add this line to your conky config (the conkyrc file) anywhere in the line
"${execi 60 nvidia-settings -query GPUCoreTemp | perl -ne 'print $1 if /GPUCoreTemp.*?: (\d+)./;'} °C"
(without quotes)
And Tada…. you have the GPU temperature monitor on your conky.. Here is the screenshot.
Feel free to comment.. ^o^
Added:
The reason, that the command getting failed is because, WordPress converting the quote mark (') to (‘) which would red differently on text editor if you directly copy and paste the code.. And its my fault for not using <code> html code in the syntax above.. my bad..
This is a my-self-story post. Feel free to comment and read…
After spending long time to know, few conflicts, numerous chats, I still can’t understand you
There were a time when i just now your name. There were a time when we talk like friend. There were a time when we silent like enemies. There were a time we close like lovers. But still i can’t understand you.
Who am i suppose to blame? My self as a stupid person that can’t even understand you. Or you that was so complicated and makes me become stupid? Or maybe we both wrong because lack of communications?
Posted in Uncategorized
Just now, i using conky again.. I dunno, just cant stand with screenlets. I get the conky config and font from here, but with little tweak and adaptation to my sistem. Since this conky using HDDtemp and lm-sensors to work. So, i highly recommend that, if you want to use this kind of conky config, read How-To for lm-sensors first. Because, lm-sensors is very-very machine-dependent, so there is a chance for my config can’t work on yours. But, this conky config is worth to try, because its very nice!! 
This is little How-To perhaps can help
At first, read the readme!!!, and then edit the .conkyrc file. change “thinkpad_hwmon” to something else that your sensors were depends to. As for me, my sensors were using it87 for detection, and in /sys/bus/platform/devices/ folder which has name similiar like it87 was it87.656, so i change the “thinkpad_hwmon” to “it87.656″ (without quotes). for the “temp 1″ or “temp 2″ you may change to the most reasonable temperature when you type “sensors” in terminal. As for me, when i type sensors it appears like this :
it8712-isa-0290
Adapter: ISA adapter
VCore 1: +1.33 V (min = +0.00 V, max = +4.08 V)
VCore 2: +2.56 V (min = +0.00 V, max = +4.08 V)
+3.3V: +3.26 V (min = +0.00 V, max = +4.08 V)
+5V: +4.95 V (min = +0.00 V, max = +6.85 V)
+12V: +12.48 V (min = +0.00 V, max = +16.32 V)
-12V: -13.12 V (min = -27.36 V, max = +3.93 V)
-5V: -5.26 V (min = -13.64 V, max = +4.03 V)
Stdby: +6.85 V (min = +0.00 V, max = +6.85 V)
VBat: +4.08 V
fan1: 3110 RPM (min = 2657 RPM, div = 2)
fan2: 0 RPM (min = 0 RPM, div = 2)
fan3: 0 RPM (min = 0 RPM, div = 2)
M/B Temp: -55.0°C (low = +127.0°C, high = +127.0°C) sensor = transistor
CPU Temp: -2.0°C (low = +127.0°C, high = +127.0°C) sensor = transistor
Temp3: +59.0°C (low = +127.0°C, high = +70.0°C) sensor = thermal diode
cpu0_vid: +1.388 V
The “M/B Temp” was “temp 1″; “CPU Temp” was “temp 2″ and “Temp 3″ was “temp 3″. Since i feel that temp 2 was wrong, so i replace “temp 2″ with “temp 3″
The Net Upload/Download Meter in the original config was using Wireless Lan. If you do using this, then its ok. But, if you use a wire, then replace “wlan0″ with “eth0″
For Alternative, or if you want to use my config, then you could have it here (dont forget to erase the .odt ^^)
The Wallpaper i use is from here and the Iconset is from here
Feel free to comment if you have questions
Sorry for my bad english
Regards
I found this lyric here
Jinsei tte fukuzatsu da ne
Man, life is so complicated.
Nimotsu wa fuete yuku no
My “baggage” grows and grows,
Ira nai hazu na no ni
But I don’t need any of it!
SHINPURU ni ikite mitai
So I’ll try living the simple life,
Ashita wo motto jiyuu ni
I’ll spend tomorrow the way I want.
Tsukatte mitai yo
Sono mama ni natteru
I’ve done that today, so far,
Yomi kake no MISUTERII
I’ve started reading a mystery novel,
Wasurete shimaetara ii no ni ne
But if I forget about it…well, no big deal.
Hoshii mono nante nai yo
There’s nothing more I want,
Suterare nai mono bakari aru
I can’t throw out what I have.
Ryoute hirogete Say Goodbye
If you ever waved your hands,
Dekita nara ki ga raku ni nare sou
And said “Goodbye” to me, I think that…I’d be all right…
Zutto tabi shitetai
I want to start all over,
Demo hataraka nakucha
But I’m too lazy to work at it.
Sore mo dekinai
KEETAI nakushita dake
I mean, just losing my cellphone,
Chotto fuan ni natta
Makes me freak out, if you know what I mean.
Kimi mo onaji desho?
You’re the same way?
Wakaru desho?
Hoshii mono nante nai yo
There’s nothing more I want,
Suterare nai mono bakari aru
I can’t throw out what I have.
Ryoute hiroge te Say Goodbye
If you ever waved your hands,
And said “Goodbye” to me,
Dekita nara ki ga raku ni nare sou
I think that…I’d be all right…
Hoshii mono wat atta hitotsu
There’s one thing I want,
Mitsuketara sore dakede ii
If I found it, I think everything’d be fine.
Dakedo sou mo ika nai kara
But…I won’t look for it.
Kakae kon jatte mou tsukareru
If I had it all, life would be so boring.
Kangae sugichatte tsukareru
Now I’ve thought too much…
After release FF3-RC1 and directly using it, i feel there were some kind of bug that disturb me so much. I cant use FF3 add-ons!!! but, yesterday, firefox release FF3-RC2 here and it can use the addons!! phew… what a relief….
Firefox seems wants to dominate the browser world with this campaign, that’s what i think when i read about this at udaramaya.com. Then i visit the website and found that maybe this is a good idea to begin with. then i decide to participate in this event. and perhaps, i’ll attach some flyers in my neighborhood to deliver the spirit.
Posted in Uncategorized