Skip navigation

Tag Archives: gentoo

Tee hee:

In /users3 did Kubla Kahn
A stately pleasure dome decree,
Where /bin, the sacred river ran
Through Test Suites measureless to Man
Down to a sunless C.

There is some fun stuff to be found in the files in /etc:

if [ -f /etc/gentoo-release ]; then
EXEC=”/etc/init.d/net.${INTERFACE} –quiet”
else
logger -t wpa_cli “I don’t know what to do with this distro!”
exit 1

Cute, “I don’t know what to do with this distro!”!

In other news yesterday I went to Portmerion with my friend so I am a bit worn out, recovering from that today, And uploading the pictures to flickr as we speak. I’ll link to (and post some here) them when it’s done.

Flikr link: http://www.flickr.com/photos/49738859@N02/sets/72157624178715901/

LOL, more fun in /etc

#
# Eeek, this seems like too much magic here
#
if [ -z "$XKB_IN_USE" -a ! -L /etc/X11/X ]; then
if grep ‘^exec.*/Xsun’ /etc/X11/X > /dev/null 2>&1 && [ -f /etc/X11/XF86Config ]; then
xkbsymbols=`sed -n -e ‘s/^[     ]*XkbSymbols[   ]*”\(.*\)”.*$/\1/p’ /etc/X11/XF86Config`
if [ -n "$xkbsymbols" ]; then
setxkbmap -symbols “$xkbsymbols”
XKB_IN_USE=yes
fi
fi
fi

That comment made me LOL.

1. Before I tried Linux my iphone was fun and exciting. Now it is irritatingly restrictive in its functioning.
2. I want to talk about it all the time to anyone who will listen and I get the impression that its boring people, especially when they tell me how they are bored by my talking about Linux all the time.
3. My sleep schedule was really in order as was my eating schedule before I installed Gentoo, now… I am perma-jetlagged.
4. When I do go on about Linux to all and sundry I often get “what’s that” which means I end up having to explain what an operating system is for half an hour before I even get a chance to talk about the stuff I want to say.
5. I was stupid enough to type emerge mozilla-firefox instead of emerge mozilla-firefox-bin.
6. I am pretty sure I am going to get in trouble for downloading too much again this month.
7. I have run out of CD-Rs and my poor USB sticks are having to endure constant installing and uninstalling of LiveCD isos.
8. Xfce’s menu editor (or the lack thereof).
9. The fact that I will have to give the commands reference books back to the university library at some point.
10. When I am using Gnome in Firefox regardless of if I untick “use system colours” or not, it still uses system colours partially resulting frequently in text boxs which have the same background colour as the text colour.

You are reading the blog of a proud owner of a gentoo installation. Ok, so …its not got any shiny desktop yet, but still woo, so excited!

My attempt to install gentoo did not work. This is not really that surprising all things considered, I knew from the outset that this would be, ah… a learning experience and probably take a while to succeed given that until less than a fortnight ago I’d never even used Linux. Fair enough. I am trying again, I am not going to let this thing beat me, I’ll show it. LOL. For a while I could not get the internet working through the install medium and this frustrated my efforts however I realised why (it was very obvious, I am embarrassed) and fixed it. I am not quite yet ready to go though. Last time I basically guessed, in a lazy way, about what useflags to use and what to include in the kernel. I will not do it thusly this time around. I am going to research first what I might need to include and include it. Hopefully that way I will have more success.

I found this amusing:

Gentoo provides two ways for you to handle kernel installation and upgrade: automatic (genkernel), and manual. Although the automatic method can be regarded as easier for the user, there are a number of reasons why a large proportion of Gentoo users choose to configure their kernel manually: greater flexibility, smaller kernel, shorter compilation time, learning experience, severe boredom, etc.

From: http://www.gentoo.org/doc/en/kernel-config.xml

Anyway I will get back to causing my dad apoplexy when he sees that we for a second month running approach our broadband download limits :p

Edit: Another amusing thing I found:

2. There is no blanket module for all USB devices, each one individually (with the exception of standardized devices like mass storage) has it’s own module. You would need to enable any of those on top of the core USB support. You could enable them all as loadable modules and simply leave them unloaded until you need them, but a little logic goes a long way here. How many types of USB devices do you really think you will be plugging in? The kernel has support for everything from LEGO bricks to a USB vibrator, you certainly aren’t going to be using them all (unless you are planning one hell of a party).

From: http://www.linuxquestions.org/questions/slackware-14/some-general-kernel-questions-793706/

LOL also, I was going to do the installation through my main computer because my laptop is on my printer and bending over to look at it is giving me neck cramps, but I am not sure…

If you want to allow other users to access your computer during the Gentoo installation (perhaps because those users are going to help you install Gentoo, or even do it for you), you need to create a user account for them and perhaps even provide them with your root password (only do that if you fully trust that user).

From: http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=1&chap=2

Not sure I can say I fully trust myself tbh :p

Follow

Get every new post delivered to your Inbox.