- 29
- Jan
I’ve had a few quiet days in work and ended up readng the entire archive of Questionable Content. It’s not too bad, but I would hate to have waited 5 years for the entire story to unfold.
![]() |
Ecornflake.com
Ciarán’s views on nothing of consequence. |
I’ve had a few quiet days in work and ended up readng the entire archive of Questionable Content. It’s not too bad, but I would hate to have waited 5 years for the entire story to unfold.
Yesterday I got this mp3 player to work under Win2k, so last night I tried to get it to work with amarok. Amarok supports mtp devices, but you need to have libmtp up to date. Read the rest of this entry …
I (very) recently got a Zen 32gb. It’s a very badly named device. They should have put another word after it, as it’s very hard to search for on google.
Read the rest of this entry …
This is the start of some tricks I’ve acquired over the last few months that could be handy.
I will talk about enabling services in Solaris 10 if it was installed with net services disabled. XDMCP being the handy one. Read the rest of this entry …
I always seem to start with, “long time, no update”.
It’s hard to imagine what I’ve done since then, but a few things have happened.
Read the rest of this entry …
So I have lots of work(college) to do lately. For some reason OSX had been stuck in my head, so I grabbed a copy and decided to install it. Was going to do it in Virtualbox. The first thing I noticed after I installed virtualbox is that you have to be in the group vboxusers to run the program. I fecked that part up a bit. usermod is the command to change groups. A lower case -g changes your main group. I accidentally did that, and so removed myself from all the grops I should have been in. The consequences of this were not apparent straight away, but on next boot. Yup, no sound, no sudo access, lot’s of other weird problem. I though it was to do with my dodgy audigy 2 ZS that used to randomly disappear. I couldn’t get on board sound to work either. I eventually figured out today what the hell was going on. Long story short, “sudo usermod -aG video,adm,dialout,cdrom,floppy,audio,dip,video,plugdev,lpadmin,scanner,vboxusers ” seems to have done the trick. Obviously if you’ve looked yourself out from sudo’ing, you’ll have to log in as root.
Yes, I wasted a _lot_ of time on that this weekend.
What else. Getting rid of the silly USplash theme on ubuntu. Now I also have decent tty’s to use also. Its not hard. First figure out what video driver you are using. “grep Driver /etc/X11/xorg.conf”. It’ll probably be the last one, but you should recognize it. Then, you need to “nano /etc/modprobe.d/blacklist-framebuffer”, and comment out the line with your driver on it. Now, I should warn, the Ubuntu devs have blacklisted the drivers for a reason, that is, suspend is dodgy as fuck with them, and it is generally quite useable other wise under 2.6.20. Ok, when you have that done, you’ll need to “nano /boot/grub/menu.lst” and edit the line of the kernel you re using to something like “kernel /boot/vmlinuz-2.6.20-9-lowlatency root=/dev/sda5 ro vga=795 “. Wha I’ve done there is got rid of quiet and splash, and added the vga=xxx part. The 3 numbers represent the resolution you’ll run. 795 is 1280×1024@24. Here is a table with various modes listed. Anyway, might be useful to someone.
I see Gmail can now collect from POP3 accounts. Haven’t seen it mentioned much anywhere, but hey. Anyway, check it out.
I finally upgraded wordpress to something more secure. Changing the theme also, so bare in mind there may be inconsitencies for awhile.
I should be doing a lot more work, but I got bored swapping files with a three stage process.
e.g.
mv file1 file_tmp
mv file2 file1
mv file_tmp file1
I wrote a small simple bit of perl to do it. Read the rest of this entry …