So we started our journey through life together, but you finished it first..
No matter how long i talk, or how much i say, i can't express what i feel right now. The journey is over for you, but its still starting for me, or who knows.. but at the end, i know we will meet again.. so Farewell my friend, and see you soon..
Saturday, December 23, 2006
Thursday, August 17, 2006
Balancing P/PC
I was just reading the 7 habits for Stephen Covey.. (Yah Yah.. I know, another one talking about the 7 habits), but really, I was stopped by this guy way of simplifying things, and show how much I didn’t give time to look into things more.
I am in the dilemma now of practicing what I read, and the first place to practice is ,of course, at work and at home, and to tell you the truth, things didn’t go the way I wished.
Getting back to the free will and choice of decision, i had to have the chioce of maintainig my PC, to revive the goose, and to get back on track..
My passion to Linux environment, building infrastructures and IT solutions had to win at the end.. the srtuggle was harsh, but the trophy was worth the fight.. It was not the choice of moving to the new company that i had to question.. it was what i was doing and what i can do best,
and at the end.. i am still learning.. if you know what i mean.
Wednesday, August 16, 2006
LOCALES
Ok, this one was nasty..
whenever i apt-get anything on my Debian server i got these errors
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
it was driving me crazy.. until i found a thread that said:
run "dpkg-reconfigure locales" as root user
and choose the locale u want..
and ummmm.. don't forget to restart.. :D
if this doesn't work..
apt-get install localeconf
Select locales to install (e.g. en_US ISO-8859-1) and select the standard locale (e.g. en_US).
You will be asked a few questions:
Manage locale configuration files with debconf? <-- Yes
Environment settings that should override the default locale: <-- do not select anything
Replace existing locale configuration files? <-- Yes
Default system locale: <-- e.g. en_US ISO-8859-1
ok.. and don't forget to restart
you should find everything working fine now.. to check run
#locales
you will get your output with no errors now..
so why did this happen.. simply the variables LC_CTYPE LC_MESSAGES LC_ALL were set to a locale that is not installed.. so reconfiguring and restarting sets things right
whenever i apt-get anything on my Debian server i got these errors
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
it was driving me crazy.. until i found a thread that said:
run "dpkg-reconfigure locales" as root user
and choose the locale u want..
and ummmm.. don't forget to restart.. :D
if this doesn't work..
apt-get install localeconf
Select locales to install (e.g. en_US ISO-8859-1) and select the standard locale (e.g. en_US).
You will be asked a few questions:
Manage locale configuration files with debconf? <-- Yes
Environment settings that should override the default locale: <-- do not select anything
Replace existing locale configuration files? <-- Yes
Default system locale: <-- e.g. en_US ISO-8859-1
ok.. and don't forget to restart
you should find everything working fine now.. to check run
#locales
you will get your output with no errors now..
so why did this happen.. simply the variables LC_CTYPE LC_MESSAGES LC_ALL were set to a locale that is not installed.. so reconfiguring and restarting sets things right
Subscribe to:
Posts (Atom)