forty km for about 3 hours or 13 km / h. At random is not bad!
Tuesday, December 29, 2009
Arish Premium Hair Oil
forty km for about 3 hours or 13 km / h. At random is not bad!
Thursday, December 17, 2009
Cocoa Butter For Blemishes
When all the time working in the console, it can happen that you wish to change the shell prompt. This prompt may look like sth like:
- cfred tuxhost @: / var / log $
cfred tuxhost @: / var / log $ SAVE = $ PS1
cfred tuxhost @: / var / log $ PS1 = "\\ u: \\ W $"
cfred: $ log echo "To restore the original value so it will suffice to"
cfred: log $ SAVE = $ PS1
There are several escape characters that can be used as an example:
\\ d for the date
\\ h the name of the host to the first point (no dns suffix)
\\ H name the full host
\\ t the time in 24h HH: MM: SS
\\ T the time in 12h format HH: MM: SS
\\ u the current username
\\ w the full path to the current directory
\\ W
the current directory list is available on the doc bash
Wednesday, December 16, 2009
Jyp Audition Australia Helpful Tips
Petite topless Special Dedications to all who have not yet had the joy of doing this kind of sport this year ... For those who
connaisent is the beginning of the downhill after the pass of Mt Mac from Fish Lake ...
Have fun, Matthew
Monday, December 14, 2009
Simple Chorizo Appetizer
That the return of the Internet brings me back in the civilized world where you live .. .
Here, winter has trouble moving, temperatures are rather "soft" for the season between -10 and -20 ° C. Not a lot of snow between 30 and 60 cm depending on the location, just enough to make a few small dog sled rides.
So here I am properly installed, a cup of lemon tea in one hand and a box in Pepperkaker the other, trying to tell you my adventures of two weekends passed.
Sunday, December 6:
Rediscovery of sensations produced not a sledge downhill in Lake Bonneville!
I arrive at my friend Peter, online expeditions on horseback or dog sled, to go for a sleigh ride small to rediscover these forgotten senstions by these six long months of summer.
Around a tea I introduced her new handleur (the person who helps Peter deal with dogs, train them and feed the remaining dogs when the guide is shipping with clients). Alex, a young Quebec 19 years has been through all of Canada, Quebec City to Vancouver, over 8000 km bike in 7 weeks and lonely ... What a feat!
latter having arrived at "Shine Valley Yukon Sleddog" recently, he has only begins to learn about the world of huskies.
So we are all both in the direction of Lake Bonneville, a sleigh ride of about 20 km.
Me with a team of six dogs and her four.
The harness goes well, I have not lost their touch since I left Norway ten days ago that. I'm ready, go up on my sled and see Alex hang his last dog. Dogs are crazy jump into their harness, shoot everything they can ... As he puts on his gloves, snapping sound followed as soon as the fury of his departure empty sled. The rope that held him hanging from a tree just sold under the traction of the dogs. Alex was still dazed from watching. Unable to run after him, even with only four dogs, it goes much faster than us. Fortunately, Peter had his snowmobile turn to escort us on a few miles and I climb out of his new kennel, the ratrape a few hundred meters. I waved Alex has to take place on the second pad of my sled. This exercise is good when you have a minimum balance and a little practice on a sledge. But first we turn renverssons the sledge, I cling with all my strength to avoid the drop, but Alex falls down on me which makes me let go. And there I see my sled with my six dogs run at full speed on the trail. I'm mad! two winter dog sledding, I'm already taken quantities of bowls, but never, never, I squandered my sled! If you are deep in the woods has 100 km of the lower house and it's cold, you are simply dead, not having enough to eat, get warm (sleeping bag ...). And dogs do not necessarily stop any time soon. I have a friend who guide it happened (it was not only) and dogs have traveled more than 20en km before stopping.
I start running behind (knowing that calamity is useless) but at least give a hand to Peter who finds himself alone having to catch two sleds in perdition!
Monday, December 7, 2009
Serijski Broj Za Month & Blade
yukon Say hello!
was more internet now has Icy Waters, so just a quick note to say that I am coming.
I make my first small dog sled tour Saturday, went back to Bonneville lake with the dogs of Peter. A team of shock, Eddy / Kluane Tuker / Cousteau, Polar /?? I lost the name for now but it's like Skookum. Although
taken the job, but a little less than that at the time embiance three french! The
hello to everyone from the people known, A +
Matthew
Thursday, November 26, 2009
Brest Sizes Compairson
18 dogs that people ... And a great Musheuse to direct all!
A +
Matthew
Monday, November 23, 2009
Dewey Bodies Dementia
Haaaa nostalgia, already ....
Until the end result and photos of norway before till the turning point in the Yukon next week.
A +
Matthew
Get Married Half Moon Cay
On a recent distribution with the database Postgresql
But the problem with this config is that the coup when we want to create a new database with a different encoding nothing goes.
su postgres-c 'createdb-E-O LATIN1 cgdb goeland'
See you receive a strong message unsympathetic shaped end of inadmissibility:
createdb: database creation failed: ERROR: encoding LATIN1 does not match the local server fr_CH.UTF-8
DETAIL: The server's LC_CTYPE setting requires encoding UTF8. The explanation lies in the postgresql documentation If we are to lor the creation of database use any encoding should be used for initdb "C" or "POSIX" for the default locale So the solution is to break the default cluster (remember to backup before) Hum Again WARNING do not run on a server pg_dropcluster prod with data as it is clear that destroyed irreparably your Data
-8859-1 export LANG = "fr_CH.iso88591"
pg_createcluster - Local fr_CH.iso88591 8.3
- hand
- Following is the fixed password with postgresql:
- su postgres psql template1
ALTER USER postgres WITH PASSWORD '123456 ';
And here now you can create a comic with LATIN1
su-c "createdb-E LATIN1 mabellebdenlatin1" postgres
Wednesday, November 11, 2009
Bus Routes To Stella Mary's College From Saidapet
It is sometimes found in the situation where you have a server that contains a certain amount of data which must be copied at regular intervals on servers "mirrors".
In these scenarios it may be interesting to configure how to use the rsync command (or even set up a rsync server). This utility
samba project maintained by Wayne Davison is excellent for file transfers in incremental mode.There is excellent documentation and many
examples on the project siteapt-get install rsync
http://www.samba.org/rsync/
.
If not already present on your box, it can be installed relatively easily on your Linux distribution with adapted tools package (yum install rsync
rpm under fedora & Co, and
for debian, ubuntu and derivatives)
In my case I use it in scripts executed by crontab every night to sync daily over 80 GB of geodata on multiple servers to stop map (mapserver).
On the main server I installed and configured the daemon rsyncd Service (linux)
Here are the contents of my / etc / rsync.conf on the primary server:
///////////////////////// ////////////////////////////////////////////////// ////////////////////////////////////
# / etc / rsyncd.conf
gid = nobody
pid file = /var/run/rsyncd.pidread only = yes
use chroot = no
max connections = 15
log file = /var/log/rsync.log transfer logging = yes
log format = %t %a %o %m %f %b
syslog facility = local3 timeout = 300
dont compress = *.gz *.tgz *.zip *.z *.rpm *.deb *.iso *.bz2 *.tbz *.jpg *.tif
[dataweb]
path = /data/datawebhosts allow = 192.168.50.12,192.168.50.235,192.168.50.148
comment = Calculator dataweb
[geodata]
path = /data/geodata comment = Calculator geodata
hosts allow = 192.168.50.12,192.168.50.235,192.168.50.148
[goelanddocs]
path = /data/goelanddocs comment = Goeland Documents hosts allow = 192.168.50.12,192.168.50.235,192.168.50.148
[goelandlogs]
path = /backup/weblogs/goeland comment = Goeland Logs hosts allow = 192.168.50.12,192.168.50.235,192.168.50.11,192.168.50.148
///////////////////////////////////////////////////////////////////////////////////////////////////////////////Typically what is important is to shrink access to IP addresses of servers that must come to synchronize with hosts allow in each section
Another security that I took in my case is that the main server does not expose the writing function (user read only = yes)
Basically the idea is that we have a section in the directory you want to synchronize with different rightsnetstat-anp
From the moment the server running (/ etc / init.d / rsyncd start)
With
we can verify that the daemon "listens" well on port 873 (usually that is the default)
0.0.0.0:873 tcp 0 0 0.0.0.0: * LISTEN 19138/rsync
can then go and try to sync from another bike with the rsync command.
= "/ usr / bin / rsync "
LOG =" / root/log/SyncCalculator4.log "
# - Implies-rlptgoD gold archive - recursive - links - perms - times - group - -owner - devices
OPTS
= "- verbose - archive - stats - partial - delete - timeout = 300"
SRC1
= "rsync: / / calculator4/dataweb "
DST1
=
"/new_data/calculator4/dataweb"
SRC2
=
"rsync://calculator4/geodata"
DST2
=
"/new_data/calculator4/geodata"
echo
"****Started update at"
`date`
>>
${LOG}
2
>&
1
echo "**re-rsyncing the calculator dataweb tree"
>> ${LOG}
2
>& 1 ${RSYNC}
${OPTS}
-- exclude 'phpTempSession/'
${SRC1}
${DST1} >>
${LOG} 2 >& 1 echo "**re-rsyncing the calculator geodata tree" >> ${LOG}
2 >& 1 ${RSYNC} ${OPTS} ${SRC2} ${DST2}
>> ${LOG} 2 >& 1 echo "**End: " `date` >> $ {LOG} 2> & 1
Rsync is a really great tool and that quickly becomes indispensable when one needs to sync large amounts of data and / or on large files. And it must be borne in mind that you can use it without having set up an rsync server on one side of the transfer. Thus, as explained in the rsync man with a simple rsync- avz server1: / data / foo / data / tmp We will recursively transfer all files in the directory / data / foo on server1 in the / data / tmp on the local machine or you execute the command. These files will be transferred in "archive" which ensures that symbolic links, attributes, permissions etc.. be preserved during the transfer. More with the "z" compression will be used to reduce the size of the transfer. But nothing replaces reading the man and to become aware of the many options available such as - exclude = PATTERN that can copy everything except some file types Finally here is the introduction, I hope this gives you want to know more, at least in my case this command is really necessary for me and is found in several of my scripts for data replication. Then "Good discovery!
Tuesday, November 10, 2009
How Much Does It Cost To Design A Baby?
The following photos from the last time.
the menu Bannocks apple-raisin-cinnamon lingonberry jam was in the area. It is always delicious.
And for dogs is chicken feathers ... Block throat Beef ...
Otherwise nothing new except it froze a bit more than before but nothing do with the temperatures and eneigement yukon today. Always quad workouts on earth, too hot for the dogs! "
Vivememt snow, -20 and ice on lakes and river.
A +
Matthew
Photos Marine & Matthew