Description:

Now it's easy to customize your desktop!

Conky is a free, light-weight system monitor for X, that displays any information on your desktop.

CONKY-colors is an easier way to configure Conky. 

This conky script support multilanguage:
Bulgarian, English, German, Italian, Polish, Portuguese, Russian, Spanish and Ukrainian

How to install
Go to a terminal and type:
$sudo apt-get install aptitude python-statgrab ttf-droid hddtemp curl lm-sensors conky-all
$sudo chmod u+s /usr/sbin/hddtemp
$sudo sensors-detect #answering Yes (default) to all questions, even that last one that defaults to No

Now restart your session

Download and extract the conky-colors.tar.gz and type in terminal in the same directory that has been extracted.
$make
$sudo make install
$conky-colors {options}

Ex: if your cpu is quad-core and you want the noble color, with hd, network and pidgin monitor and all in portuguese
conky-colors --theme=gnome-noble --lang=pt --cpu=4 --network --hd=default --pidgin

For a working weather script you NEED to define, in a user specific config file, a partner id and registration code for the weather.com xoap service. For this purpose copy .conkyForecast.config in /usr/share/conkycolors folder to your home and setup as required.

bbcweather widget don't need any kind of registration

For a working photo widget you need to specify a file or directory in conkyPhoto or conkyPhotoRandom script in ~/.conkycolors/bin/

Update your font cache:
$sudo fc-cache -v -f

+++ Kaivalagi's Scripts (Included in conky-colors) +++
Conky Weather Script: http://ubuntuforums.org/showthread.php?t=869328
Conky SSL Mail Script: http://ubuntuforums.org/showthread.php?t=869771
Conky Pidgin Script: http://ubuntuforums.org/showthread.php?t=969933&highlight=pidgin+conky
Conky Rhythmbox Script: http://ubuntuforums.org/showthread.php?t=928168&highlight=conky+rhythmbox
Conky Banshee Script: http://ubuntuforums.org/showthread.php?p=7683570
Conky Exaile Script: http://ubuntuforums.org/showthread.php?t=926041
+++ If you can, say thanks to him for this great work +++

If you choose --todo option, create a file called ToDo.txt in your home and open /usr/share/conkycolors/bin/task file to install this script. This one will help you to easy add and remove tasks

finaly, alt+f2 and type conky.

To run conky at startup, go to System > Preferences > Startup Applications, click "Add" and add the path to the conkyStart file[/usr/share/conkycolors/bin/conkyStart]

that's all folks!

KWON PROBLEMS:
Lua/bash scripts work with conky 1.8.1, but most of the python scripts still doesnt;
Python scripts work with conky 2.0pre, but lua/cairo doesnt :S

HELP WITH CONKY:
http://ubuntuforums.org/showthread.php?t=281865




Changelog:

5.1.2(2011-06-09)
* Fixed bug in conkyClock scripts (Thanks to samsagax)

5.1.1(2011-06-06)
* Added option to create a new task in conkyTask
* Better display of tasks in terminal and conky
* Cosmetic changes in calendar

5.1(2011-06-04)
* Added --task option
* Added conkyTask script, the easier way to manage tasks into your desktop!
Usage: ct [add|done|del|show|list|help]
Options:
list - list all tasks
add - add a new task to the list
done - done the task of the list
del - remove the task from the list
show - show selected task
help - show this help message

* Added --yahooweather option, a simple weather monitor
* Removed --todo option

5.0.3 (2011-06-03)
* Improvements in Board Mode
(you should use this mode with --weather option for a "better" look)

5.0.2 (2011-06-03)
* Fixed bug in all HD scripts with conky >= 1.8.1 (Thanks to samsagax)
* Update Kaivalagi's scripts

5.0.1 (2011-05-26)
* Work with GNOME 3
Lua/bash scripts work with conky 1.8.1, most of the python scripts still doesnt

5.0 (2011-03-30)
New board mode:
--board - Enable board-conky mode
options avaliable with this mode:
--w=(width) - Set width of your screen
--h=(height) - Set height of your screen
--cpu=(number) - Set number of cpu cores [max=2]
Quad-core support (but it only looks good with resolution superior than 1280x800)
--nobg option
--weather=(area_id) option
--unit=(C|F)- Force output temperature either in Celius or Fahrenheit
New ring mode, inspired from conky-gray by hardball
You have to manual edit the /usr/share/conkycolors/scripts/conkyRingCPU2.lua file for dark and white themes (just change the first lines)
* Added --wireless option to the conky-cairo mode
* Added French language (thanks to actarux)
* Updated all Kaivalagi's scripts
* Small changes
* bugfixes


 


2011/06/17 - [Linux] - 리눅스 꾸미기 - conky 우분투계열

로 먼저 conky를 설치해줍니다.


conkyrc:
change the line: ${font caviar dreams:size=12}${color FFFFFF}${alignr}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ LQBK
LQBK my city, find the code for your city: http://weather.noaa.gov

clock_rings.lua copy to: /home/username/.lua/scripts


linuxmint_main_logo.png, new-ubuntu-logo.png, fedora-logo.png, open-suse-logo.png copy to: /home/username/.conky


NEW: http://gnome-look.org/content/show.php?content=141411




Changelog:

26.02.2011:
added Conky Mint-lua v2
Thanks SM75
______________________________
24.02.2011:
corrected minor errors
______________________________
added "conky Debian-lua"
Thanks Meho R.
______________________________
corrected minor errors



License:
You can do whatever you want with this, feel free to change it and fool around with the settings.





Hi!

I wrote a little init.d script from skeleton for uTorrent Server.
Maybe you can use it on Debian and Ubuntu.
utorrent server 에대한 골격을 약간의 init.d 스크립트를 사용했다.
아마도 당신은 데비안과 우분투에서 사용할수 있을것이다.
 

You can download from here: http://www.sitedesign.hu/download/utserver.tgz

다운받는다 utserver.tgz 을

2 files included in the TGZ:
- utserver - this is the init.d script
- utserver.conf - this is a minimalist configuration file


 
# wget http://download.utorrent.com/linux/utorrent-server-3.0-24118.tar.gz //최신버젼검색후 받으세요

# wget http://www.sitedesign.hu/download/utserver.tgz
# mkdir /etc/utserver
# tar xzf utorrent-server-3.0-24118.tar.gz
# tar xzf utserver.tgz
# cd utorrent-server-v3_0
# cp webui.zip /etc/utserver/
# chmod +x utserver
# cp utserver /usr/bin/
# cd .. # cp utserver /etc/init.d/
# cp utserver.conf /etc/utserver/
# /etc/init.d/utserver start
 





4MAN - 못해(feat.美)
 

이제는 밥을 먹어도 눈물없이는 삼키지 못해
억지로 먹고 먹어도 속이 늘 허전해
노랠 들어도 흥얼대지도 못해
영화를 봐도 내가 뭘 본건지 기억못해

 

밥도 잘 먹지못해 니가 생각날까봐
니 생각에 체할까봐 니가 떠난후로 오늘도 눈물로 하루를 먹고 살아
버스도 타지못해 누가 날 욕할까봐 
우는 날 놀려댈까봐 아무것도 못해 너없인 나혼자 살지못해

 

이제는 술을 마셔도 눈물없이는 마시질못해
아무리 병을 비워도 너만 더 생각해
살아서 뭐해 넌 내곁에 없는데
혼자 뭘 어째 아무것도 할 수 없는 난데

 

밥도 잘 먹지못해 니가 생각날까봐
니 생각에 체할까봐 니가 떠난후로 오늘도 눈물로 하루를 먹고 살아 
버스도 타지못해 누가 날 욕할까봐 
우는 날 놀려댈까봐 아무것도 못해 너없인 나혼자 살지못해

 

너 없이 웃는것도 난 못해 너 없인 걷는것도 난 못해
아무것도 아무것도 못해

내겐 니 사랑이 필요해

혼자 살아서 뭐해 니가 더 잘알잖아
너없인 나 안되잖아 
너밖에 몰라서 너없인 밥조차 먹지못하는 난데

차마 죽지도 못해 니가돌아올까봐
언젠간 날 찾을까봐 아무것도못해
오늘도 내일도 너만 원해


 

Mi (美) - I Can't (못해) [Secret Garden OST Part. 2]

전부터 4MAN을 너무 좋아했었다.
영화 로망스에서도 영화보다 OST때문에 봤으니까 ..

종영드라마 시크릿가든을 3일동안 몰아봤다, 
드라마 보면서 울고웃고 3일동안 쌩쑈를했다;; 그중에 김사랑이 이별이뭔지 말해줄때.. 요장면... 완전 울었다...ㅡ.,ㅡ;;; 다시보니까 또... ㅠ_- 암튼;; 요장면에서 나오는.. Mi (美) - I Can't (못해) 였다...


잠도못자고 박도 못 먹는건 기본이고, 잠들고 깨는건 지옥이에요.

사랑하는 사람과 어떻게 남이되는건지 알지 못하니까.

다른 사람한테 내색 할수도 없어, 그 사람 욕할까봐,

그래서 혼자 울어요.

우린 끝났는데, 우린 헤어졌는데, 자꾸만 사랑했던 기억들만 떠올라.

그러면 그럴수록 그 기억들을 지워야 하는날이 하루하루 늘어날뿐인데,

그래서 버림받은 사람들이 365일 헤어지는 중이죠.

근데 정말 아픈건, 그 사람은 내생각 따윈 안하는거 같애.

나만 이러는거 같애.

그 사람은 나 따윈 잊고, 행복할 겨를밖에 없는거 같애.

정말 죽고 싶은 마음 뿐인데, 죽을수없어.

영영 그사람 못보게 될까봐 그런거에요 

맘속에 사랑하나를 넣어놓으면 긴 시간이 지나서도..
숨겨놓고 잊고있던사랑이 가슴을 뛰게한다.
어디서 뭘하고있을지.. 가끔보고싶다. 결혼은했을지.. 날잊지는 않았을지. 

Calculate Linux 11.6-beta2
  • Based on: Gentoo
  • 원본: Russia 
  • Architecture: i686, x86_64
  • Desktop: GNOME, KDE, Xfce
  • Category: Desktop, Live Medium, Server,Source-based
  • 상태: Active

 Calculate Linux is a Gentoo-based family of three distinguished distributions. Calculate Directory Server (CDS) is a solution that supports Windows and Linux clients via LDAP + SAMBA, providing proxy, mail and Jabbers servers with streamlined user management. Calculate Linux Desktop (CLD) is a workstation and client distribution with KDE, GNOME or Xfce desktop that includes a wizard to configure a connection to Calculate Directory Server. Calculate Linux Scratch (CLS) is live CD with a build framework for creating a custom distribution.


Download

Beta Version

Beta Versions Calculate Linux, distributed via BitTorrent.

  • Calculate Directory Server 11.6: i686x86_64 beta 2
  • Calculate Linux Desktop 11.6 KDE: i686x86_64 beta 2
  • Calculate Linux Desktop 11.6 GNOME: i686x86_64 beta 2
  • Calculate Linux Desktop 11.6 XFCE: i686x86_64 beta 2
  • Calculate Linux Scratch 11.6: i686x86_64 beta 2
  • Calculate Scratch Server 11.6: i686x86_64 beta 2

ScreenShots
http://www.calculate-linux.org/main/en/screenshots

calculate linux 입니다. 젠투리눅스 기반, 러시아에서 개발되었습니다.
먼나라라 그런가;; 11.6 베타판 다운로드 속도가 상~~당히 느립니다.-_ -;;
설치를 해보고 리뷰를 쓸라했는데...다운로드속도가 느려서 소개만해드리고 정식리뷰는 다음에 쓰겠습니다.; ㅠㅅㅠ




배포판스펙입니다.
Calculate Summary
배포본 Calculate Linux
홈페이지 http://www.calculate-linux.org/
메일링리스트 http://www.calculate-linux.org/main/en/maillist
자유게시판 http://www.calculate-linux.org/projects/en/boards
문서 http://www.calculate-linux.org/main/en
Screenshots http://www.calculate-linux.org/main/en/screenshots • The Coding Studio
미러사이트에서 다운로드 http://www.calculate-linux.org/main/en/download
Bug Tracker http://www.calculate-linux.org/projects/calculatelinux/issues

특징 11.6-beta2 11.3 10.9 10.4 9.9
배포일 2011/06/12 2011/03/12 2010/10/08 2010/04/08 2009/09/28
가격 (US$) Free Free Free Free Free
CDs 1 DVD 1 DVD 1 DVD 1 DVD 1 DVD
무료 다운로드 ISO ISO ISO ISO ISO
설치 Graphical Graphical Graphical Graphical Graphical
기본 데스크탑 GNOME, KDE, Xfce GNOME, KDE, Xfce GNOME, KDE, Xfce GNOME, KDE, Xfce KDE
패키지 관리 Portage Portage Portage Portage Portage
오피스 LibreOffice* LibreOffice* OO.o OO.o OO.o
프로세서 아키텍쳐 i686, x86_64 i686, x86_64 i686, x86_64 i686, x86_64 i686, x86_64
저널 파일 시스템 ext3, ext4 ext3, ext4 ext3, ext4 ext3, ext4 ext3, ext4
여러어 de, en, es, fr, it, pl, pt, ru, uk de, en, es, fr, it, pl, pt, ru, uk de, en, es, fr, it, pl, pt, ru, uk de, en, es, fr, it, pl, pt, ru, uk de, en, es, fr, it, pl, pt, ru, uk
아시아 언어 지원 -- -- -- -- --

패키지 11.6-beta2 11.3 10.9 10.4 9.9
abiword (2.8.6) -- -- -- -- --
alsa-lib (1.0.24.1) 1.0.23 1.0.23 1.0.21a 1.0.21a 1.0.20
amarok (2.4.1) 2.4.1 2.4.0 2.3.1 2.3.0 2.1.1
ati-driver (8.850) -- -- -- -- --
bash (4.2) 4.1 4.1 4.1 4.0 4.0
bind (9.8.0-P2) 9.7.2-P3 9.7.2-P3 9.6.1-P3 9.6.1-P3 --
chromium (r88135) 11.0.696.71 10.0.648.127 6.0.472 -- --
compiz (0.8.8) 0.8.6 0.8.6 0.8.4 0.8.4 0.8.2
cups (1.4.6) 1.4.6 1.4.6 1.4.4 1.3.11 1.3.10
db (5.1.25) 4.8.30 4.8.30 4.8.30 4.7.25 4.6.21
dhcp (4.2.1-P1) 3.1.3-P1 3.1.2-P1 -- 3.1.2-P1 --
emacs (23.3) -- -- -- -- --
firefox (4.0.1) -- -- -- 3.6 3.5.3
freetype (2.4.4) 2.4.4 2.4.3 2.4.2 2.3.11 2.3.9
gcc (4.6.0) 4.4.5 4.4.5 4.4.3 4.3.4 4.3.2
gimp (2.6.11) 2.6.11 2.6.11 2.6.8 2.6.8 2.6.6
glibc (2.14) 2.12.2 2.11.3 2.11.2 2.10.1 2.9
gnucash (2.4.6) -- -- -- -- --
gnumeric (1.10.15) -- -- -- -- --
grub (1.99) 1.99 0.97 0.97 0.97 0.97
gtk+ (3.0.11) 2.22.1 2.22.1 2.20.1 2.18.7 2.14.7
hal (0.5.14) -- -- 0.5.14 0.5.13 0.5.11
httpd (2.2.19) 2.2.17 2.2.16 -- 2.2.15 --
inkscape (0.48.1) -- -- -- -- --
jre (6u26) -- -- 1.6.0 1.6.0 1.6.0
k3b (2.0.2) 2.0.2 2.0.2 2.0.0 1.70.0beta1 1.66.0alpha2

패키지 11.6-beta2 11.3 10.9 10.4 9.9
kdebase (4.6.4) 4.6.3 4.6.1 4.4.5 4.4.2 4.3.1
libgnome (2.32.1) 2.32.1 2.32.1 2.30.0 2.26.0 2.24.1
linux (2.6.39.1) 2.6.36.6 2.6.36.3 2.6.34.4 2.6.32.11 2.6.30.5
module-init-tools (3.16) 3.12 3.5 3.5 3.5 3.5
mono (2.10.2) -- -- -- -- --
mysql (5.5.13) 5.1.56 5.1.51 5.0.90 5.0.90 5.0.84
nautilus (3.0.2) 2.32.2.1 2.32.2.1 2.30.1 2.26.4 2.24.2
NVIDIA (270.41.19) -- 260.19.36 256.53 195.36.15 185.18.31
OpenOffice.org (3.3.0) 3.3.2* 3.3.1* 3.2.1 3.2.0 3.1.1
openssh (5.8p2) 5.8p1 5.8p1 5.5p1 5.3p1 5.2p1
openssl (1.0.0d) 1.0.0d 1.0.0d 1.0.0a 0.9.8n 0.9.8k
perl (5.14.0) 5.12.3 5.12.2 5.8.8 5.8.8 5.8.8
php (5.3.6) -- -- -- -- --
pidgin (2.8.0) 2.7.11 2.7.10 2.7.3 2.6.6 2.5.9
postfix (2.8.3) 2.7.4 2.7.2 -- 2.6.5 --
postgresql (9.0.4) 9.0.3 9.0.3 -- 8.4.2 --
Python (3.2) 3.1.3 3.1.3 3.1.2 2.6.4 2.6.2
qt-x11 (4.7.3) 4.7.3 4.7.2 4.6.2 4.6.2 4.5.1
samba (3.5.8) 3.5.8 3.5.7 3.4.9 3.4.5 3.0.33
sendmail (8.14.5) -- -- -- -- --
thunderbird (3.1.10) -- -- -- -- --
udev (171) 151 151 151 149 141
vim (7.3) 7.3 7.3 7.2 7.2 7.2
xfce (4.8) 4.8 4.8 4.6.2 4.6.1 4.6.1
xine-lib (1.1.19) 1.1.19 1.1.19 1.1.18.1 1.1.17 1.1.16.3
xorg-server (1.10.2) 1.9.5 1.9.4 1.7.7 1.6.5 1.6.3.901








Vmware에 리눅스 설치했을때 다음과같은 오류가 난다면.

 The default sound device cannot be opened : 
시스템의 영역을 벗어난 장치 ID를 사용했습니다.
Sound will disconnected.


방법은 이렇게..
 방법 1
Analog Stereo Duplex 를 Analog Stereo Output 으로 바꿔주고 리부팅해본다.
 

Very late response,

but i might have a solution(if you did not find it on your own).

 

Just as you i was struggeling with the sound problem.

(Win 7, VM workstation 7.1.3 build 324285)

But found the problem within the ubuntu 10.10 installation.

goto

System-->Preferences-->Sound

Then hit the tab "Hardware".

On the bottem you will find "Profile:"

Witch has the value of "Analog Stereo Duplex".

Change the value to "Analog Stereo Output".

Hit "close".

 

Reboot the VM and if all goes well you shoeld have no more sound problems.

 


 방법 2

If like me you use MPD as a service daemon to listen to music, you might be annoyed anytime GDM start a pulseaudio process which prevents MPD from accessing the sound device.

Typically, the output of ps will produce the following output:

$ ps aux | grep pulse
gdm 1371 0.0 0.4 98180 4776 ? S<sl Jun13 0:00 /usr/bin/pulseaudio --start --log-target=syslog
gdm 1411 0.0 0.2 10748 2968 ? S Jun13 0:00 /usr/lib/pulseaudio/pulse/gconf-helper

One way to sort the situation would be to kill this process manually, unfortunately, next time you reboot, the issue will happen again.

Another solution is to simply tell GDM not to use the sound. This can be done by editing/var/lib/gdm/.pulse/client.conf and add:

autospawn = no
daemon-binary = /bin/true

Mind that this file or parent directories might not exist, hence you might have to create them.

And the last thing to do is to grant access to this file to gdm user:

# chown gdm:gdm /var/lib/gdm/.pulse/client.conf

Now, next time you will restart your graphical session, the sound device will be accessible by mpd.

 
 
 

참조페이지
http://communities.vmware.com/thread/291874

http://www.debuntu.org/how-disable-pulseaudio-and-sound-gdm

음악을 들으면 어떤사람과 어떤장소에 대한 추억이 생각날때가 있져.
저는 이곡에 많은 추억이 있어서 가끔씩만 듣습니다. 자주들으면 닳어;; 





-
원곡은 포맨과 박정은의 듀엣이다.ㅎ 나는 원곡이 더 좋다...




- 뽀나쓰 ( 그남자 그여자 ,feat.장혜진)
영화 "로망스" OST





그남자 그여자  -  바이브(Vibe) / Feat.장혜진

 

혹시 니가 다시 돌아올까봐
다른 사랑 절대 못해
남잘 울렸으면 책임져야지
니가 뭘 알아 남자의 마음을
모든걸 다 주니까 떠난다는 그 여자
내 전부를 다 가져간 그 여자
한때는 내가 정말 사랑했던 그 여자
다 믿었었어 바보같이
여자는 다 똑같나봐


혹시 니가 다시 돌아올까봐
다른 사랑 절대 못해
여잘 울렸으면 책임져야지
니가 뭘 알아 여자의 마음을
모든걸 다 주니까 떠난다는 그 남자
내 전부를 다 가져간 그 남자
한때는 내가 정말 사랑했던 그 남자
다 믿었었어 바보같이
남자는 다 똑같나봐


우린 미치도록 사랑했었지
우린 미치도록 사랑했었지
모든걸 다 주니까 떠난다는 그 남자
내 마음하나 몰라주는 그 남자
한때는 내가 정말 사랑했던 그 남자
다 믿었었어 바보같이
그땐 사랑이 이별인줄 모르고
그런줄도 모르고 다 믿었었어
우리둘이


 
2011/06/08 - [Story Holic] - 4MEN - 못해(feat.美)
2011/06/08 - [Story Holic] - THE 4TH ALBUM ; 4MEN - 살다가 한번쯤
Adobe CS3 cdkey
1325 1992 5330 7390 5746 1700

+ Recent posts