Sky as a Kite

Main menu

More geekery and a homeless cat

the epic of the nooby vs the / - 9 Dec 2011, 2:32
I installed a different server, because my old one did not have the zip module installed in PHP (it came packaged together) and switching server was easier than trying to compile or recompile php or go package hunting. Which is a bit sad, because I liked Hiawatha as a server. It did take me 3 days to configure it, not because it is difficult, but because I'm really thick sometimes.The configuration for the virtual host looks like this (in the config file under /etc/hiawatha)
VirtualHost {

Hostname = files.example.com
WebsiteRoot = /var/www/example.com/files/public
AccessLogfile = /var/www/example.com/files/logfiles/access.log
ErrorLogfile = /var/www/example.com/files/logfiles/error.log
ShowIndex = yes
}


mine looked like this:
VirtualHost {

Hostname = tine.pagekite.me
WebsiteRoot = /var/www/tine.pagekite.me/files/public/
StartFile = pup_pplog.pl
AccessLogfile = /var/www/tine.pagekite.me/files/logfiles/access.log
ErrorLogfile = /var/www/tine.pagekite.me/files/logfiles/error.log
ExecCGI = yes
}


ShowIndex = yes is for if you want to see directories; ExecCGI = yes is for if a special "language" is used, my blog is written in Perl, and I need to specify a StartFile as the server otherwise only looks for index.html or index.php when tine.pagekite.me is asked for. So what was my mistake? It took me three days and lots of rewriting of the config file to find. At WebsiteRoot (the path to where the website is on the computer) there is a / in the end. This confused my server enough to present me with error message after error message. And made me read lots of man pages. And now I changed to Apache, so it all starts again

A gallery and a homeless cat - 10 Dec 2011, 22:41
I have a gallery now, which is funny, because I never take any photographs and my camera is analog, with film and developing and everything. But I have to show it off, because I had to edit the perl script for this blog (although what I edited, was I think html, it was the underlined line:


<body><div id=all><div id=menu>
<h1>Main Menu</h1>
<a href=?page=1>Home</a>
<a href=?do=newEntry>New Entry</a>
<a href=?do=archive>Archive</a>
<a href="http://files.tine.pagekite.me/gallery">Gallery</a>
<a href="?do=RSS">RSS Feeds</a>

and I made the gallery fit to my blog with playing around with css scripts. The only public picture is my poor little kitty. No privacy for her, I'm still desperately trying to find a new home for her, so if anybody reads this:HELP!!!!!
I did sell my car today though, so from next Thursday on my hitchhiking days are back on!

Pure desperation - 12 Dec 2011, 15:55
My add in the local "paper"

frítt nudd!
Frítt nudd gefins fyrir hann/hún sem gefur kisu mín nyja heimili. Hún er þrjú ár gömul, lítil og kelin. Klósetti, leikföng og skálar fylgja með. Mynd af henni er hér: http://files.tine.pagekite.me/gallery/ginppic?&name=queequeg.jpg&maxsize=200 Hafa samband við Christinu: 8658068, svala.3@gmail.com


And anyone who knows me, knows that I'm a very massage adverse physio...

And this is the only kind of massage I'm talking about, I'm not that desperate to get rid of my cat (yet).

gone - 13 Dec 2011, 17:10
My kitty is gone. Just when I got VERY anxious she was adopted by a nice family and now lives on a farm (a real one, euphemism). She did not like to leave though, scratched me as a goodbye present as she was scared to be carried out of the flat, and the last thing I heard from her was a heartbreaking meow. But as Ulli pointed out, she will probably be much happier, having mice to catch, space to run around and even a little sister to push around. But I will miss having something cute and furry to cuddle with when I come home.


Things I love - 13 Dec 2011, 16:53
changing to linux had many effects on me. It made me understand my computer better, it lessened my helplessness if sth went wrong and it made it possible to use my computer for more (like writing a blog, or having my data available on the web or having an alarm clock :)
But most of all, it made me love more. I love the puppy linux community, helpful and friendly, no matter how stupid the question is. Today I gave back to the community by posting my "getting the headphones to work by remastering with a new kernel and making it hibernate on the way" solution.http://www.murga-linux.com/puppy/viewtopic.php?t=71935
I love ffmpeg, now all my music is in flac format after running this script:
find . -iname \*.wav -exec ffmpeg -i \{\} \{\}.flac \;

it is so much fun to type something into the terminal and suddenly see changes magically appear. How do you convert files from wav to flac in windows?
There is Scribus, which is such a relieve to use after years with Words and painful months with Abiword (honestly, this program is written by people who hate anyone who wants to use a picture or a table or, god forbid, a flowchart in their document. And anything over 5 pages is punished by random font changes) and R, which always surprises me with having a simple solution for something I thought would be horribly complicated to execute, almost a built in dwim command.
But my latest love is the sendmail hack from Bjarni:
#!/bin/sh


cat >>/root/Mail/fake-email.txt


after hours of fighting with permissions (more about this some other time) I finally got friendica installed just to notice that it sends my password with sendmail when I register. Which i didn't have nor ever use. The thought of spending time on finding and installing another program, trying to get it to run,and probably google a lot and read man pages for the sake of one password made me go and whine to Bjarni for help.
Thank you




No comments posted yet

Add Comment