And do I take you by the hand

...and lead you to the land

Subscribe to RSS feed

Update

I'm currently working on Project LSP, creating some XChat scripts and plugins and writing some Linux related tutorials. This really helps me learn a lot more and I enjoy doing it.

Ubuntu on the First Page on Wikipedia

August 5, 2006 -- Ubuntu appears on the first page on the English version of Wikipedia. I think this is just great, yesterday I read about the first Ubuntu Billboard and now this. Great to see Ubuntu gains so much popularity. Also, here is the August 5 page.
There are two discussion threads about it on UbuntuForums, here and here.

Kubuntu Help - New Look

For a couple of days I've been working at a new layout for my webpage. As I'm new to HTML, in the previous versions I made some mistakes using a background with borders for all the page, so the written text was looking awful on some resolutions (I've made it only for 1280x1024). Now I learnt how to handle tables, and after a hard day's work it's done. It displays correctly on any resolution. It was nice learning how to draw borders around text using the table's rows and columns.

I also added some new stuff and corrected some mistakes, and I also introduced the ODT and TXT versions for HOW-TOs and tutorials. I like it now and I received lots of encouragements on UbuntuForums.

Here it is now: http://89.39.4.39/kh/home.php. Below there is a screenshot showing the new site, currently at version 0.4.1.

I'd like to thank all the persons who helped and supported me in the creation of this site. A great community we have at UbuntuForums.


My Web Page

Yesterday I began working at my personal web page, which aims to be a Kubuntu documentation site. At the moment only 4 HOW-TOs are available, the layout is very simple but I hope I'll will improve it as soon as I learn HTML/PHP and also I'll add more stuff like tutorials, docs, HOW-TOs. It is a Kubuntu help page because I think this distribution needs more attention. Kubuntu uses KDE as a desktop manager, which is very fast. While most of the documentation available is for his brother Ubuntu, Kubuntu needs some info as well.

You can find it here at the moment: http://86.104.196.200/home.html. For any suggestions, modifications and/or corrections please see the About section and feel free to contact me. Besides, I can also be reached on Freenode under the nick Chris7mas, or on UbuntuForums via PM. My user is Christmas. You can also discuss this on UbuntuForums here.

Here is a screenshot of the page:



As you can see, nothing special, no fancy web design, but I'm sure it's going to get improved in time. Any help and feedback would be gratefully appreciated.

The Ubuntu Counter Project

You can register as a Ubuntu user at this page http://ubuntucounter.geekosophical.net/. From the description of the website: "The Ubuntu Counter Project is like a miniature version of The Linux Counter. It aims to catalogue the number of registered machines using the numerous varients of the Ubuntu Linux distribution." After the registration some images to choose from and use in a personal web page or blog are displayed, such as this one:



I'm the Ubuntu user number 2542. The UbuntuForums thread about this site can be found here http://www.ubuntuforums.org/showthread.php?t=219428. At the moment there are 2527 users with 3914 machines, from which:

Ubuntu Machines: 3113
Kubuntu Machines: 553
Xubuntu Machines: 200
Edubuntu Machines: 29
Nubuntu Machines: 12
Fluxbuntu Machines: 7

I guess this number will grow in the future as people using Ubuntu find out about the website.

Free Harvey Danger Album

This is not a very new issue, there was a topic on UbuntuForums about Harvey Danger, and his last album released in 2005 which can be downloaded for free in either mp3 or ogg format. I personally listened to the album and liked it, especially the first melody "Wine, Women, and Song". You can download it from here, the official Harvey Danger page. The download is available through BitTorrent or a zip file which contains all the melodies.

You can read more about him at http://www.harveydanger.com/.

Ubuntu/Kubuntu HOW-TO: Create Your Own Aliases

This was my first (and only!) HOW-TO and I was thinking of putting it on my blog too. I'm not an expert, however I tested every command in this HOW-TO and it should work properly.


Aliases are custom commands which can be used to make the work with the shell easier. For example, if your current working directory is /usr/bin and you want to quickly go to /var/cache/apt/archives you can do a "cd /var/cache/apt/archives" command. If you want to save time, you may want to type only a command such as "cache" or "archives". This is where aliases come to help.

There are two ways to create aliases.
1. Add aliases directly in your ~/.bashrc file. The format should be:

alias name='command'

You can add for example something like:

alias ll='ls -l'
alias dld='cd ~/Downloads'

Next time you'll type "ll" the "ls -l" command will be executed.

2. The second method lets you make a separate aliases file, so you won't have to put them in .bashrc, but to a file of your choice. First, edit your ~/.bashrc file and add or uncomment the following lines:

if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi

Save it and close the file. After that, all you have to do is create a ~/.bash_aliases file and add your aliases there, with the same format specified in the first method.



Konsole screenshot showing one of my aliases. The working directory changes from /var/cache/apt/archives to /christmas using only the "chr" alias.










http://www.ubuntuforums.org/showthread.php?t=161312 - A Thread from UbuntuForums about Aliases
My Kubuntu Help Page on Aliases
http://doc.gwos.org/index.php/Create_Your_Own_Aliases - The UDSF Page of This HOW-TO

My Kubuntu

As I mentioned in my introductory post, I use Kubuntu 6.06 as an OS. I'll put some of my screenshots here, and maybe I'll upload more later. They are listed in the following order:

amaroK - The KDE audio player with the Music Tab selected.
My current desktop with Konsole opened.
amaroK with the Artist Tab selected.
One of my older desktop screenshots.





Rest in Peace Syd

On 7th of July Syd Barrett, the first vocalist at Pink Floyd, died. This man was hard to understand by fans even when he was still able to sing, in the early floydian years. He only composed the first Pink Floyd album, The Piper at the Gates of Dawn, in 1967, and a couple of melodies from their second album, just before he gone mentally ill, as more sources say about him. He was replaced by David Gilmour, a great guitarist, vocalist and one of the band's friends.

Syd Barrett was later mentioned with terrible sadness in more floydian songs, like Shine on You Crazy Diamond or Wish You Were Here. Syd is categorized by some as a "crazy person" or even a drug-dependent with no future. I personally don't take all this non-sense as true, for me he is and will be the prototype of a lost genius. The band helped him to record an album after he left the band, in 1970. He was struggling to sing and due to his weak mental health it was very hard to be coherent in his thoughts. All this reflected in his later music activity. The title, the cover and the mood of "The Madcap Laughs" express best what this great man could do for music. Actually, he did enough. Rest in peace, Syd! And shine!

"Lean out your window, golden hair
I heard you singing in the midnight air
my book is closed, I read no more
watching the fire dance, on the floor
I've left my book, I've left my room

For I heard you singing through the gloom
singing and singing, a merry air
lean out the window, golden hair..."

Introducing Myself

This is my first post in a blog.
A little about myself...
I'm from Bucharest, Romania. I'm 20 years old. I'm a student at the University Politehnica in Bucharest, my hobbies include computers, internet and music.
I am a Kubuntu user, which is a free operating system based on Linux.
May 2012
S M T W T F S
April 2012June 2012
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31