About

May 22nd, 2007

Thanks for reading! This is a blog from a Ubuntu user… who is also a cat lover.

You can find my Ubuntu tutorials here

Comments (here!)
I appreciate all the non-spam and non-flame comments I get, even if I don’t respond to them all individually. If you post something I disagree with, that’s okay. If you post something offensive, insulting, or irrelevant, I’ll probably delete whatever you wrote.

Technical Support (not here!)
If you’re a Ubuntu user and you need help with a technical problem, please post a support thread on the Ubuntu Forums. I will not be helping out with technical support through blog comments.

307 Responses to “About”

  1. scaine Says:

    I just googled for this blog and couldn’t find it. I googled for “Psychocat”, which took me to http://www.psychocats.net. Perhaps you should update that page with a link to this wordpress blog?

  2. ubuntucat Says:

    Done. Thanks for the suggestion, Scaine.

  3. mig Says:

    http://www.psychocats.net/ubuntu/songbird
    http://www.songbirdnest.com/ubuntu_installer_script

    Much love.

    mig

  4. ubuntucat Says:

    That’s cool, Mig! I’ve never been called a hacker before. In all fairness, that code is just a modified version of code originally written by Ubuntu Forums member nanotube.

    I don’t really know how to program. Glad it works for people, though.

  5. Steve Says:

    THANKS FOR YOUR GREAT SITE(S)!!!!

    The amount of work you put into it is obvious. I sure wish I had found this site last week when installing and setting up Ubuntu, but it is still very relevant and informative.

    Again, thanks

  6. ubuntucat Says:

    Glad you’ve found it helpful, Steve.

  7. emvigo Says:

    Ah, psycho… have you thought about making your blog “free as in freedom” by using cc-by-sa or GFDL? (Ah, it’s decided: tomorrow I move to Ubuntu. Today was backing up day!).

    Cheers!
    Eugenio

  8. ubuntucat Says:

    Is that Creative Commons stuff?

  9. emvigo Says:

    cc-by-sa = Creative Commons Attribution-ShareAlike (http://creativecommons.org/licenses/by-sa/3.0/)

    Personally, I use GFDL in my website and in my blog… but sincerely, it’s a somewhat difficult license to use (and I hope the Free Software Foundation will change that GFDL 2 first draft… it’s horrible).

    As I say in a post of mine in my blog: use cc-by-sa if you want simplicity but it is very legally too vague. Use GFDL is you want legal accuracy but it is too complicated to use.

    Of course, you can keep everything “unfree” (a “proprietary” blog???)… it’s your blog ;-) …I was just wondering why an Ubuntu-related blog wasn’t “free”.

  10. ubuntucat Says:

    I’m not definitely opposed to the idea of open sourcing my blog, but I don’t view it as being the same as software. For me, the idea of opening up software is like science: it’s the accumulation of research and the ability to “stand on the shoulders of giants” instead of starting from scratch.

    This makes sense for science. It also makes sense for software. Hell, it even makes sense for Ubuntu tutorials (I haven’t officially registered the Psychocats tutorials with a Creative Commons license, but unofficially allowed others to mirror parts of it or translate it). After all, if someone can make a better tutorial with the same screenshots, add different screenshots, or update the language, why not?

    But my blog is my thoughts. It isn’t Wikipedia. It isn’t intended to be a collection of knowledge. It is supposed to be my opinions. I think the expression of my opinions should be my own and not a group effort. Does that make sense?

  11. emvigo Says:

    It’s an interesting point, what you say… It was just a question.

    I agree science should adopt something similar… And also creative literature, because of its social function.

    But opinions are something different. And this gives me a good topic for my blog to show differences where “free” culture can be applied and where not.

  12. Reyes-Chow Says:

    Loving finding folks engaged in no many circles. Most of what is on here, I don’t even recognize as English ;-)

  13. Vimal Goel Says:

    Hello, I screwed up my Ubuntu installation, searched for a solution, and found your very useful site. I cannot log into my Gnome desktop and have lost my username. All services appear to be running and I can ssh into the system:
    I have no name!@motx:~$ cat .xsession-errors
    /etc/gdm/PreSession/Default: Registering your session with wtmp and utmp
    /etc/gdm/PreSession/Default: running: /usr/X11R6/bin/sessreg -a -w /var/log/wtmp -u /var/run/utmp -x “/var/lib/gdm/:0.Xservers” -h “” -l “:0″ “vgoel”
    /etc/gdm/Xsession: Beginning session setup…
    Could not get password database information for UID of current process: User “???” unknown or no memory to allocate password entry

    Failed to start message bus: Memory allocation failure in message bus
    EOF in dbus-launch reading address from bus daemon
    ——-
    Please let me know if you have a pointer for me. Thanks.

  14. ubuntucat Says:

    Vimal Goel, that sounds pretty serious. I’m not sure if I can help you with that, but you might be able to get help at the Ubuntu Forums.

  15. Frak Says:

    Great blog, very interesting topics.
    Glad to see some life outside of the forums besides CafeLinux or SocialDiscussion.

  16. ubuntucat Says:

    Thanks, Frak. I try to vary it a little (not make everything about Ubuntu).

  17. Darron Says:

    Lost my Ubuntu sudo privileges, but found your page
    http://www.psychocats.net/ubuntu/sudo

    That’s a great resource, thanks!!
    Saved me a lot of worry as a new Ubuntu user.

    One point, towards the end of the above page you have the command, “addgroup username admin”, I think that should be an “adduser” command.

    Thanks again.

  18. ubuntucat Says:

    Thanks for pointing that out! I’ll fix it right away.

  19. dustrho Says:

    Stumbled upon your site via the Ubuntu Forums. I’ve been tinkering around with Ubuntu linux of the past couple of years, but haven’t been using it all that much until Feisty came out. I love the OS and have it running on two personal laptops and my desktop at work! Great stuff you’ve written here.

  20. Nikhil Mekala Says:

    Great essays! very interesting and thought provoking. keep up the good job!

  21. Allan Says:

    Hi there,

    Been meaning to send a note to you since late last summer, when I took the plunge and booted my first Linux distro. It was Ubuntu, and I thought it was the greatest thing since sliced cheeze! During the fall and winter months, I went through just about every category (Just Beginning, Next Step, etc), as projects to get to know Linux.

    I’ve since moved on to Debian, but I still keep your Ubuntu pages bookmarked. Why? It remains, to me at least, one of the most straightforward and easy-to-read collections of tutorials on the web. I still refer to it now and again, and refer it to others, as well.

    Thanks for creating and maintaining such a great site, and for all the help you’ve provided!

  22. ubuntucat Says:

    That’s great to hear, Allan. Thanks for sharing!

  23. unutbu Says:

    ubuntucat, Thanks for the wonderful site. Here is a suggestion for http://www.psychocats.net/ubuntu/separatehome

    find . -depth -print0 | sudo cpio –null –sparse -pvd /new/

    should be

    sudo find . -depth -print0 | sudo cpio –null –sparse -pvd /new/

    otherwise a normal user may not have the privileges to find all the files in another user’s home directory.

  24. ubuntucat Says:

    You’d be surprised – the default permissions on /home/username directories allow the directory and its subdirectories to be readable by other users. I might tweak the instructions a bit, though.

  25. Restructure! Says:

    Thanks for the comment on my blog. I’m a feminist antiracist radical left Ubuntu user too!

    I’m not an Ubuntu power user, though. I initially started using Linux because it made it easier to do my programming assignments. Ubuntu was the distro that allowed me to use Linux ‘normally’ and not have to boot back to Windows.

    Good work with the tutorials. I still haven’t installed Wine, so I’ll be using your tutorial if I feel I need some Windows app.

  26. Angel Says:

    Hi I just wanted to let you know I use your ubuntu tutorials a lot for reference. I was wandering though if you could maybe also add a tutorial for installing KDE 4 as well. Thanks for all your work and Great job on the tutorials!

  27. Michael Says:

    Thanks a lot for your helpful tutorials, they have been a huge boon to this new Ubuntu user.

  28. Fred H Olson Says:

    On your pages:
    http://www.psychocats.net/ubuntu

    Almost of the pages I looked at have
    “Page updated” at the bottom.

    All of those that do have “Page updated 06/28/2008″
    even tho it is early morning. Is that really true?

    BTW I did not see a link from your blog to the
    tutorial pages (I could have missed it, but I did not see it) I also did not see an email address to report things like this that dont need to be public.

    Nice site.

    Fred


    Fred H. Olson Minneapolis,MN 55411 USA (near north Mpls) Communications for Justice — Free, superior listserv’s w/o ads:
    http://justcomm.org My Link Pg: http://fholson.cohousing.org
    612-588-9532 (7am-10pm CST/CDT) Email: fholson at cohousing.org

  29. ubuntucat Says:

    Thanks for bringing that to my attention. Back when I was using static HTML pages, those modified notices made sense. Since I’m using PHP includes now… not so much. I’ll take them out.

  30. sm Says:

    Thanks for the instructions on installing ubuntu on virtualbox. I got it to work first time! I added a link to my blog and added a few extra little things:

    http://randomconsultant.blogspot.com/2008/06/setting-up-ubuntu-on-virtualbox-windows.html

  31. azoo Says:

    Hi,
    on psychocats.net the link of security analysis tools is broken.
    Thanks.

  32. ubuntucat Says:

    Thanks for bringing that to my attention. I’ve removed the dead link.

  33. David Says:

    Does free space in “Use the largest continuous free space” mean unpartitioned space or just unallocated space.
    My harddrive has unpartitioned space who WindowsXP can’t use because it’s too large. Can the Ubuntu installation partition the space or do I have to buy partition magic?

  34. ubuntucat Says:

    I’m not 100% sure on this, but I think it means the largest continuous free space, whether it is unallocated on an existing partition or completely unpartitioned.

    Please test it out and let me know.

  35. Bakul Says:

    Excellent and easy to follow instructions at:

    http://www.psychocats.net/ubuntu/ies4linux

    Thanks,

    Bakul

  36. minhaaj Says:

    ubuntu can’t i can’t get to back up my home by your tutorial at psychocats.net. Some files are not copied says file permissions dont allow that. How can i fix that ? is there a norton ghost like solution for backing up ubuntu ? i have literally done 10 reinstallations of ubuntu to try to back up but i couldnt get it right. I have done aptoncd package back up but it still isn’t one stop solution for backing up WHOLE system.

  37. ubuntucat Says:

    minhaaj, sorry things aren’t working out for you. Best thing to do is post a support thread on the Ubuntu Forums.

  38. douglasu Says:

    Installed Ubuntu 8.04 a couple of weeks ago, was working great until sudo decided to not grant any user root privileges.

    User your guide to fix sudoers, and all is well now. Thanks for the help, much appreciated!

  39. Christian Says:

    Your guide is very good! Congratulations.

    Our install guide will be based on it.

    BTW… we are a scientific distro based on Ubuntu… called Poseidon Linux

    http://sites.google.com/site/poseidonlinux/Home

    The citation for your site is in our download section.

    Cheers!

    Christian

  40. Cory Says:

    Hey UbuntuCat,

    Thanks for the Ubuntu guide, it is excellent! I am just beginning to learn Linux, and this guide has made things much, much, much easier. Your approach to things has been very helpful, as some of the official documentation Ive gone to mostly helped me get more confused.

    Anyways, thanks again, keep up the good work!

    Cheers,

    -Cory

    PS Hope this was the right place to post a “thanks”

  41. Gabe Says:

    just wanted to say that as a beginning ubuntu user, your guide has helped me way beyond what i expected, it helped me get passed the small learning curve behind ubuntu (or any linux distro for that matter) and get right into using the OS to its full potential…thanks to your website as a learning guide, i managed to catch my friends interest in ubuntu simply by showing them my desktop, and pointing them to your site, im burning them copies as i type :) … anyway, many thanks, and i wish you the best in any future endeavors.. (maybe a new 8.10 guide someday?)

  42. ubuntucat Says:

    Thank you for that comment, Gabe. I can’t make any promises as to how long this’ll last, but I’m planning to keep updating the Ubuntu guides indefinitely. 8.10 is definitely on my list and may be done by early November or mid-November, depending on how busy I am.

  43. jeffro# Says:

    thanks dudes awsome easy to understand info>>>

  44. b2609 Says:

    In case you want to update your Ubuntu iTunes replacement page, iTunes works quite well on Wine now, including purchases: http://appdb.winehq.org/objectManager.php?sClass=version&iId=12953 . Also, you could recommend Amarok as a full iTunes replacement as it has many more features anyways. BTW, the link you provided to the iTunes winehq appdb page is broken now, and has been for some time.

  45. ubuntucat Says:

    Thanks for letting me know, b2609. I’ll work on getting that page updated.

  46. ubuntucat Says:

    You know what? I still see some missing functionality for iTunes in the Wine app database, so I am not going to recommend that as a solution. I may try to install iTunes myself and see how it’s working, but it doesn’t sound good based on the summary comments.

  47. Ozdimdim Says:

    `
    Is there a guide for configuring the ubuntu boot menu manually?

    I mean, I s’pose it’s a command line thing somewhere… but WHERE?
    And what the commands? And syntax?

    Thanks,

    Ozdimdim

    `

  48. ubuntucat Says:

    Yes, you can configure the boot menu manually graphically:
    http://psychocats.net/ubuntu/startupmanager

    You can also configure it through a text file:
    sudo nano -B /boot/grub/menu.lst

  49. Ozdimdim Says:

    `
    Hullo again,

    I used the sudo nano… approach. It worked well, and I learned some very interesting things about the menu in the process, so thank you for pointing me in the right direction.

    Now I´ve got another problem… well two actually…
    The first is that I´m TRYING to execute the following line:

    sudo apt-get install sun-java6-bin sun-java6-fonts sun-java6-jre sun-java6-plugin

    but I always end up with a java licence agreement in the window and I´m supposed to click ¨ok¨ before it will go any further. The trouble is NOTHING I have tried gets a response. The live link seems to have been stripped out of the thing I´m supposed to click. Someone suggested clicking in the window and pressing ENTER but that doesn´t work either. So, do you know a way to say ¨OK¨ to java and make that line finish executing?

    The second problem is that I have to hit certain punctuation marks twice to get them to register on the screen. If I don (<- see ¨don´t¨) instead of getting the punctuation mark, the next character I type disappears instead. I am HOPING that when I succeed in solving the first problem, it will then solve the second one for me – but what if it doesn´t?

    Thanks again,

    Ozdimdim.

  50. ubuntucat Says:

    I think your best bet at this point is to post a thread on the Ubuntu Forums to get help.

  51. shivakumar Says:

    Guys ,
    thank u very much.. i learnt things from u.. thaaaaaaaaaaaaaaaaaaaaaaaaaaaaanks a looooooooooooooooooooooooooot !!!!!!!!

  52. Tom Says:

    Hi. I got the Live CD on Ubuntu 8.04 and started checking it out. I like what I see so far. Thinking about doing an install. Was looking at your guide and really like it. You have so much information and I enjoy reading it. Have been learning a lot by reading your links. They are so interesting to read. I for one greatly appreciate the trouble you have went through setting this up and keeping it updated. I Did a partition check using the live CD and discovered the following:

    Partition
    File System
    Label
    Size
    Used
    Unused
    Flags
    /dev/sda1
    NFTS
    Hp Pavilion
    224.33 GB
    21.91 GB
    202.42 GB
    Boot
    Unallocated
    Unallocated

    7.84Mlb

    /dev/sda2
    Fat32

    8.55 GB
    8.10 GB
    456.02MLB
    lba

    On the sample pages I have seen in your guides and others plus the videos I have never seen anything like this. I use HP pavilion, Windows XP MEdisa Center edition. I was wondering that if I do an install does it look like there will be any problems. On the Sda2,it is a partition set up by HP for recovery. I had nothing to do with that. Don’t know what the unallocated is. As I mentioned, I haven’t seen anything like this in the examples. They always just show the NFTS none of the other. So, when I saw this I got kind of worried and wanted to check with you on this before attempting an install. I really like what I have seen with Ubuntu. I haven’t tried any thing but Windows since the old DOS days. Even then the DOS was when taking a class. Then I went to Windows 3.0. So, as you can see I’m really a newbie at this and would greatly appreciate your advice. Again, I thank you for your wonderful site!!!!
    Thank you in advance for any and all advice you are able to give to me.
    Tom

  53. ubuntucat Says:

    The only thing to worry about is accidentally deleting a partition you might need later (one with important data… or one that is a recovery partition).

    Post a thread on the Ubuntu Forums, and there will be lots of people to help you through the process.

  54. Tom Says:

    Thanks for the response. I really appreciate that. So, correct me where I’m wrong in my rambling on installation. I go for the first choice and let Ubuntu come out with the partiton design. If I thinking right, I should see a partition for the NFTS, one for the FAT32 then what Ubuntu wants for itself(swap and other) right? Or will the NFTS and FAT32 be listed as a single partiton as Windows XP and one partition UBuntu? Sorry for the confusion but I’m trying to work this out in my mind as to what to expect when I start the installation process. I guess I’m wondering if Ubuntu will be trying to go into the FAt32 or just set up it’s own partition. Again, I appolize for the questions. I don’t plan on doing any deleting of any partitions that shows up. I want to be able to have an enjoyable experence with Ubuntu and Windows XP dual boot. Have to keep Windows for certain things until I can get those things to work on Ubuntu. So that is why I’m asking these questions and enjoying the answers and responses I get from you.
    Again thanks for the website and all of your help.
    Tom

  55. Leigh Says:

    Thought I might say thanks. Was pulling my hair out over not being able to edit any file I felt like. (obviously new to Linux)
    Took a deep breath, found this outstanding explanation on ´gksudo nautilus´ in google. :)

  56. Tom Says:

    Hi. Just wanted to let you know that I installed Ubuntu 8.04 this Saturday night. Went smooth. Gave both sections a little over 100 gigs each.

    Had a heck of time with my Thunderbird and Evolution set up but this was due to my transposing the last two letters of SMTP. :( After I had installed and removed and reinstalled Thunderbird serval times I realized my mistake.

    Small and stupid mistake but really throws a monkeywrench into things for you. :)
    Having fun learning different things now.

    Just wanted to say thank you for all of the help and suggestions that you have given me. It is that I was scared to take the step to learning a new O.S. After talking to you, Forrestpixie and Paqman I decided to go ahead and get my feet wet.

    Kept my fingers crossed that I didn’t have cement shoes put on. :) But all in all it was a very plesant experience in doing this. I’m constantly learning and you’ll probably see some more posts in the forum from me if I can’t find what I’m looking for.

    I have found nothing but great people and wonderful help from everyone. I thank you all. I have been to forums where people were getting slammed. I’ve been very lucky in every forum that I have visited and asked questions in. I’ve been treated with respect and not looked down on when being answered some of the questions that I have asked. People like you and the others make learning a great experience.

    Thank you very much.

    Tom

  57. Ariffin Says:

    Hi,

    I just found out your website which are very informative and resourceful. Am now a full time ubuntu user at work :) Learning never been so easy.

    Btw appreciate if you could recommend me on any version of ubuntu that works with apple ibook G3 non intel processor. I did download some ubuntu iso but it wont work :(

    Appreciate any reply from you. Thanks very much.

  58. Soenke Says:

    Just wanna say thanks for your instructions on Firefox on Ubuntu 7.10 & 7.04 – They work like a charm :)

  59. Toadbrooks Says:

    From your site, “Someone can correct me on this if I’m wrong, but I haven’t seen any difference between putting the swap partition in the middle or at the end of the drive. I put it on the end in these examples because that’s what Ubuntu’s default installation does.”

    Swap is used if the system memory won’t hold all the programs the user wants to run at the same time. If you need to use swap, you probably have bigger problems, but in the specific case of swap at the end of the disk, the time for the heads to move to the swap slows the system down. Optimally, you would want the swap space dead in the middle of the used area of the hard drive, since that would minimize the head-seek time, but this is an impossible condition to meet.

    If I were concerned about swap, I would put the swap partition on a second hard drive. The operating system spends a lot of time loading things from the boot partition (programs) and having swap on a second hard drive, for example a data storage drive, minimizes contention between seeks to the boot partition and seeks to the swap partition. Next best option is to make swap space first, followed by boot, although I’m not sure this is doable in Linux.

    My guess is this is just a quibble about microseconds, but you asked, and I put in my two cents worth.

    Regards,
    Thomas

  60. Nate Says:

    in kde there is something called system settings in which your supposed to be able to change settings. I went to kde here on ubuntu 108 for the purpose of changing my settings to my nvidia graphics card (gforce fx 5500).
    and to my westinghouse monitor flat screen lcd.

    However in the graphics card change windo it says you have to click the ADMINISTRATOR BUTTON. I just don’t have any idea where that might be. I would assume i could log in as admin but i don’t seem to be able to do that either.. i was never asked on setup to make an admin account ?? why on that one too ?

    thanks,
    Nate

  61. NM Says:

    Greetings from a fellow non-racist, feminist,but ‘secularist/humanist’, Hardy-on-a-barebones-portable-non-eeeeeekpc, who is also a cat lover. I am also enamoured of OS X, but refuse any longer to get lumbered with the machines you have to buy with it.

    It’s been on my mind now for more than half a year to come here to register my profound admiration and thanks for your dedication to the community but mostly for your gifted tutorial approach; I have lost count of the number of times that I’ve simply linked to your page on “Editing Files That Belong To Root” for new users and for those moving across from exclusive GUI interaction, both in Windows and OS X. It’s a masterpiece of clarity and information, which users – especially those only used to being admin in Windows – always understand immediately.
    sudo is a superb security concept (OS X is a dream to use the UI in) and your tutorial always makes sure that new people get off on the right foot and thus have confidence to continue learning to manage their systems well.
    My next-door neighbour had had no experience with other than a proprietary XP box, for which the network was configured for her by the vendor and her isp, and in which she had never opened the terminal.
    When her mainboard died, she built her own new system from components with my advice, and showed such aptitude that I asked her to be a guinea pig with a new Hardy installation using only the new users forum and your site – with her own judgement to guide her on what advice to use.
    She had finished a session at my place within 2 hours with a live desktop downloaded, md5ed, and ready to run on her new machine at home – - I purposely asked her to do it without me there to make sure I didn’t give any hints in spite of myself.
    She emailed me from her live cd within another hour.
    She emailed me from her new Hardy system before the end of the day.
    I haven’t been to inspect her networking arrangements, but her confidence that she has a firewalled system with a system monitor to alert her of any activity says to me that she has grasped the basics very well.

    The report back was that she had become overloaded with information very quickly with a few guides from the new users forum, hence went to your site to begin anew.
    In particular she praised your dual boot install guide because the keys to a single boot install were also very clear within it.

    My neighbour is 68 and has recently retired from many years of clerical employment.
    I do understand that her case can’t be generalised, but for a literate and careful new user, your effective tutorials can’t be bettered.

    My neighbour has quickly progressed to terminal interaction with Hardy and has made room on her hdd for a couple of other systems, Open BSD being one. She is sharing a folder of multimedia with a music player.
    She is sure that without a UI as a safe springboard for learning linux, that she would not have felt so comfortable with a new system so quickly.

    She would have come here to comment, but she doesn’t think she’s smart enough !!

    sincerely, with gratitude but never enough time

    NM

  62. Nate Brown Says:

    I’m doing the how to on the nvidia drivers. It seems to work but it will not recognize my monitor. Westinghouse L2046NV. I cannot get over 800 X 600 with my intel integrated card and less than that with my nvidia card. It works in window so there is a fix but i have no idea what it is.

    Thanks,
    Nate

  63. kmo Says:

    Hi,

    is it possible to get the Ubuntu clock in Xubuntu? I like the Ubuntu clock the Xubuntu default clock is rubbish.

    I hope you can make it possible.

    Regards,
    kmo

  64. kmo Says:

    I’m again,

    can I uninstall edubuntu like this:
    sudo aptitude remove edubuntu-desktop? Do I have still my ubuntu?

    My first was Ubuntu, then I installed like your tutorial Xubuntu and I did the same with Edubuntu.

    But now I want to remove Edubuntu. It’s look good, but I think, it removed my Desktop-context menu in Xubuntu.

    Regards,
    kmo

  65. Chris Says:

    Hi Psychocat,

    I have found your tutorials very helpful, having only recently decided to try Ubuntu. However, there is just one think missing: you explain how to install software but not how to remove it. Is this something you might have time to add at some stage?

    I mention this because I have removed Evolution from my machine for various reasons not important here, but every time I run Update Manager I get a long list of “bits” that need to be downloaded for Evolution.

    I would have thought that if Evolution has been removed, Update Manager would cease inviting me to download software updates for it. Presumably there is more to removing software than simply telling Synaptic to remove it.

    Regards,
    Chris

  66. Chris Says:

    That should, of course, have been “just one thing missing” not “just one think missing”!

  67. ubuntucat Says:

    I haven’t included a removal guide because very few people ask how to remove things. Most of the questions from new users are how to install things. And usually if, as you have demonstrated, people learn how to install things, they pretty much get that removal is the opposite of what they just did.

    I think the problem is that the word Evolution is used in many of Gnome’s packages and may not always refer to the Evolution email client. That’s the best explanation I can come up with.

    If that doesn’t cut it, you should start a thread on the Ubuntu Forums, and some people will help you out.

  68. T L Holaday Says:

    Your excellent guide to installing software on Ubuntu …

    http://www.psychocats.net/ubuntu/installingsoftware

    … is the first result in a Google search on “.tar.gz ubuntu”. It has a link to …

    http://monkeyblog.org/ubuntu/installing/

    … but it appears the page has been moved or no longer exists.

  69. ubuntucat Says:

    Yeah, that’s unfortunate. It’s a good guide, but its server has always been up and down. I’ll take down the link.

  70. Raphael Sabbat Says:

    Hey just ran into your tutorial on “Getting back to a pure Gnome” and thought of something that would trim down your list a little.

    sudo apt-get –purge remove kubuntu* kde*
    this should trim down your list a lot and anything else it misses could be added. But yea just a thought, love your stuff keep on with it.

    raphsabb.blogspot.com

  71. ubuntucat Says:

    I haven’t had time to extensively test that, but thanks for the suggestion. I’ll look into it.

  72. ubuntucat Says:

    It doesn’t seem to remove a lot of other stuff (arts, a lot of the libs, etc.)

  73. kgas Says:

    I was looking for a way to move the home partition in Ubuntu 8.04 and your blog helped to get thro’. One correction I want you to include is before starting the gparted the disk on which one wish to make partition is to be unmounted.I hope you will include this. Thanks for your nice post.

  74. Joe Says:

    Burning music bought in the iTunes store, and then ripping from the cd has always been a way of removing DRM, and is not breaking the terms of service or user agreement or whatever. There is nothing shady about it, and right now you seem to imply that in your itunes section.

  75. ubuntucat Says:

    I’m not implying anything. I’m quoting directly from the iTunes Music Store Terms of Service. I’m not saying it’s shady. I’m saying it is breaking the terms of service, and it is.

  76. Anuj Says:

    Hi
    I have a Nvidia GeForce 5400 PCI card on my machine (I know thats sort of ancient :) ). On ubuntu when i enable the Nvidia drivers for this, the max resolution i am able to get is 800×600. Cant i get higher resolution modes?

  77. Adam Says:

    AY:

    I should start off by saying that I am one of many Canadians who read your blog regularly. You get quoted up here surprisingly often!

    I wanted to suggest a topic for your blog that I thought you may be interested in tackling, given your political and spiritual perspectives on things.

    As you are well aware the world is going though what could be called “an economic crisis” of somewhat epic proportions. Most economists seem to think it will be at least a deep and long-lasting recession. Others are less optimistic, but personally I don’t like to use the “d” word in public for fear of it becoming a self-fulfilling prophecy.

    I recently heard some philosophers and pundits on the radio suggest that this “economic situation”, even if it gets quite bad, could have some net benefits to humanity. One that was named is that it may reverse the last 50 years of rampant materialism and influence people to change their values from “buying things” to more along the lines of friendship, helping others and spirituality.

    I wondered if you would consider writing something on this subject?

  78. ubuntucat Says:

    I’m glad there’s a loyal Canadian contingent of readers. Thanks for being part of that. Unfortunately, I don’t really know much about economics, so I can’t contribute anything original or insightful to commentaries on the so-called “economic crisis.” I would if I could.

  79. Ben Says:

    Hi Psychocat,

    I am writing regarding your webpage
    http://www.psychocats.net/ubuntu/backup.
    Thank you for your informative site!

    I have an ubuntu/windows XP Pro dual boot with the following partitions:
    Windows C:(NTFS)
    Windows Data (NTFS)
    Linux / (ext3)
    Linux swap (ext3)
    Linux /home (ext3)
    Eventually, I was thinking about getting acronis backup software to backup my entire image, but in the mean time, I just want to backup my NTFS Data and ext3 /home partitions to an external HDD formatted to FAT32.
    I was wondering if you could tell me the best way to do this. Thank you for your time, have a nice day, and I look forward to hearing from you at your convenience.

    Sincerely,

    Ben

  80. v.m Says:

    hey, i have dvd burner…. can i use infrarecorder../??

  81. Hypocritus Says:

    Thank you so much for your website! You helped me get rid of all the bloat that I had installed with Ubuntu and Kubuntu; so now I have all that space available (VERY DESIRED) for my Hardy XFCE machine. I also needed to remove it because when you install some Linux programs (through apt-get or others), sometimes it detects if you have Kubuntu installed, and therefore installs unneeded files when I just need it to install the GTK dependent files, see? So I would obtain even more bloat!

    Thank you Thank you THANK YOU!

  82. Jonathan Says:

    Thanks for the great tutorial!

  83. LOSTnLINUX Says:

    hey man, you seem really good with linux- I hope you don’t mind a direct request for help with a personal problem… I used your tutorial for installing Flash on 8.04+ Ubuntu… but I got the error: wrong architecture ‘i836′… not sure how to fix this problem… if there’s any chance you could help that’d be awesome. Thanks.

  84. LOSTnLINUX Says:

    Sorry, just posted a problem, but meant to say error: wrong architecture ‘i386′, not ‘i836′. Thanks lol

  85. fikel Says:

    OMG! I was trying out XFCE, “sudo apt-get install xubuntu-desktop”. It messed with the startup and shutdown, and I didn’t like it anyway. I put up a thread in Ubuntu Forums, saying that I wanted to try KDE (fikelfikel is my username on Ubuntu Forums) and I didn’t want KDE anymore. User forestpixie put a link on to one of your sites, http://www.psychocats.net/ubuntu/index.php. I found how to remove KDE and XFCE, and I really wanted to thank you, so I put this message here. I’m definatly bookmarking that site!

  86. lorax517 Says:

    Thanks for the NTFS Config write up.

    http://www.psychocats.net/ubuntu/mountwindows

  87. Michael Hastrup (MikeDK on ubuntuforums.org) Says:

    Hi just wanna say that you might wanna add http://www.kahvi.org to your guide on itunes under http://www.psychocats.net/ubuntu/itunes

    Just a suggestion

    Thanks for your very nice ubuntu-guide, it helped me out many times in the beginning, have been using ubuntu since 5.10 Breezy Badger

    Kind Regards MikeDK

  88. skynett Says:

    Hello,

    i just go through the tutorial of installation ubuntu use the virtualbox. so i’ve download ubuntu 8.10, then i burn into CD (not *.iso).
    ok i successful install it. ok, i would like to know, how to make ubuntu be full screen the window… this i meant is install guest addition is never been success. i do not know how to solve this.

  89. Mel Says:

    Hi,
    I used your tutorial to set up VirtualBox under XP and then UBUNTU under VirtualBox. It worked great. It would be handy to have similar quality instructions for installing Guest Assistance on the UBUNTU machine. I tried to follow Sun’s instructions several times and do not know enough about Linux to get it right.
    Mel

  90. dad Says:

    RE:Editing Files that Belong to Root at psychocats.net/ubuntu/permissions

    Hey, you are the man!!!!

    im ooold man (20 years MS user) tell your friends time has finally come to get into linux (kubuntu) and welcome the windux user. That’s a linux usr with a practical mind (no lindows esquizo).

    If I can do it, anybody can!

    I almost drowned with kubuntu+xampp instalations but now im almost afloat and getting happy. I am using almost all gui to do things, linux has finally come to age.
    Cheers !!!! and Thank You for your intelligent help, i owe you one.

    dad

  91. Gordon Says:

    Hi. I want to try the kde on ubuntu. But i can’t find the KUbuntu-desktop pack in Sysnaptic. The same goes to Xfce. Could you help me ? I’m pretty new to Linux

  92. mark Says:

    Hi

    tried replying to one of the ubuntu forum threads that helped me alot, but no luck. So I hope its ok to post this here. (delete if not)

    Just wanted to *thank you* for your post on
    http://ubuntuforums.org/showthread.php?t=368932

    edubuntu on top of xubuntu.

    Thank you. helped me heaps.

    i’ll be checking your blog regularly from now on.

    cheers

    mark

  93. yobo Says:

    Thank you very much. Your site is very helpful. I wish the best to you…

    yobo

  94. ms Says:

    Thank you for writing the command to remove gnome. Please specify on that page what disadvantage there is to:
    sudo apt-get remove gnome-desktop

  95. Trish Says:

    I just wanted to thank you for all the tutorials. My begiinging questions on the Ubuntu forum have at times resulted in a link to your pages. But I’m learning a lot more just reading around. You’ve done a great job!

    Trish
    Oxford, England

  96. BlackFate Says:

    I would like to make a correction on one of your tutorials. ( http://www.psychocats.net/ubuntu/backup ). You mention you cannot mount the image created by dd_rescue.That’s wrong.Please check http://ubuntuforums.org/showthread.php?t=711773 .Thnx

  97. BlackFate Says:

    sorry i just made a mistake. I missread the tutorial. Please erase the message

  98. Larry Says:

    Thanks for your Ubuntu site. For some reason the permissions on my sudoers file changed, and I couldn’t chmod it til I read your suggestions. I was running out of hair to pull out.

  99. Greg Smela Says:

    Thank you for your very excellent Ubuntu tutorials – specifically the pages describing how to (easily) move from Xubuntu – Ubuntu and from Kubuntu, etc.

    Very much appreciated!

    Greg

  100. Corinth Says:

    Your tutorials have proven to be extremely helpful orienting me in a new, diverse, and unfamiliar environment. Thank you!

  101. Brandon Says:

    I just wanted to say thanks for a great site and all of the time and effort you put into it. I’ve decided to try Ubuntu and thanks in part to your site I’m up and running and have been enjoying it immensely.

    Thank you.

  102. Jorrma Says:

    Thanks for the great site, it’s been a lot of help when learning the world of (K)Ubuntu :)

    Thank you, a lot.

  103. mrsfixit Says:

    I am trying to learn Ubuntu, and I am really struggling. I had a need to edit some of the system files, and no clue how to gain access to them. Then I found your site, and the simple instructions you posted using Alt+F2 and “gksudo nautilus”. It worked, and was an absolute lifesaver for me. I was able to edit the files and get some hardware working that previously didn’t.
    You present information in a simple and straightforward way, which is what is needed for those of us trying to migrate from Windows. Your site is now permanently bookmarked!

    Thank you so much!!!!!!! All the best to you in 2009!

  104. John B Says:

    Some fool forgot my password and thanks to you I am back in business and installing updates.

  105. Sander Deryckere Says:

    First, I want to thank you for the lots of tutorials but I find there is one thing missing in the tutorial about “Installing a Dual-Boot with Windows and Ubuntu”, some people are still afraid after reading anything about installing ubuntu, maybe you could mention WUBI witch installs ubuntu without repartitioning, excellent for the people who are afraid

    thanks, Sander

  106. ubuntucat Says:

    I’ve added in a plug for Wubi. Thanks, Sander.

  107. Anu Says:

    Hello,

    I just used your tutorial to install Ubuntu on VirtualBox. Thanks a ton! The installation was a breeze.

    I was contemplating VirtualPC or VirtualBox..and after couple of days of deliberation I decided to go ahead with VirtualBox. Your tutorial was very helpful.

    Thanks again!

    Regards
    Anu

  108. Aaron Wyrick Says:

    Hi and Thanks for one of the best Ubuntu tutorials. It seems like whether I have a new problem, or just need to remember the basics, a search always lands me back in one of your tutorials.

    That being said, and to that very point, I just found this site, http://www.thonisite.co.cc/2008/11/partitioning-windows-and-ubuntu.html , with your tutorial cut and pasted in it’s entirety, but with no visible attribution. I may be incorrect in my assessment, and I don’t see for sure whether you are “certified” in your use of the Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License, but I thought it to be in poor form/bad taste to plagiarize blatantly what was given free with nothing more than a request to be named as author. I don’t know what good it will bring to raise this issue to you. I don’t see any efficient course of action to get the material removed, and judging by the quality of the content at the bottom of the page, an e-mail request will probably go unanswered. Sigh. I suppose imitation is the highest form of flattery though. Right under payment…
    -Thanks. Aaron.

  109. ubuntucat Says:

    Yeah, I’m actually okay with people mirroring my tutorials. You’re right, though. A little attribution wouldn’t hurt.

  110. Angus Says:

    read your article: Editing Files that Belong to Root. It was crystal clear and wonderful. Thank you.

  111. some Says:

    HEllo,

    How can I use your barebones install to add:

    1. mythtv
    2. asterix+freePBX OR trixbox
    3. Server packages…

    thank you.
    newbie

  112. MARIO Says:

    Awesome. Though only the last step worked for me. Thanks 5 stars.

  113. Anon Says:

    I need help with IceWM, as there is a black window which is unclosable, and it happened when I used the thinblack2 theme. Change of theme does not remove it. It also prevent log off. Please help!

  114. Kob Says:

    Being a linux noob but Windows veteran, I was ready to install Ubuntu the first time on a Win XP system, and stopped at the installation stage where I had to determine the HD partition allocations. Trying to make the right choice, I googled and reached to your site. Great stuff – help to clarify a lot of things required during the install decision-making process. Thanks.

    If I may provide a suggestion, I would like to see the pro and con of the major choices required during the installation – for example, in talking about Wubi in “Installing a dual-boot with Windows without partitioning” you indicate the benefits of that approach, but not the drawbacks. Consequently, I need to look for additional info on that before proceeding with the installation.

    Again, thank you for a great and very informative site!

  115. ubuntucat Says:

    Thanks for the feedback, Kob. I guess right now there isn’t a drawback to Wubi. I thought one of the drawbacks was difficulty in moving from a Wubi dual-boot to a single-boot Ubuntu (without Windows), but people on the Ubuntu Forums assure me it’s easy (never done it myself).

    At this point, I’d recommend Wubi for anyone wanting to undertake a dual-boot.

  116. MJ Says:

    Just wanted to say thank you so very much for your detailed instructions. It was a life saver… OK, I’m a little dramatic, my life wasn’t in actual danger, but if it were, you would have saved it with your excellent detail. Thanks alot!!! I’ll be sure to check out your other tutorials soon

    MJ

  117. Nuno PT Says:

    Hi, well i just forgot how did i get here, but i’m extremely happy to have found this blog/site. Im a new user of Ubuntu and having some difficulties installing and using it.. but i’ve managed so far to overcome the problems thanks to you! :) After googling and searching for 3 days, finally i’ve found real help. Im going to keep reading the ubuntu page. Theres a lot of things useful to me.
    Once again thanks for all the work you had making this site, i can say that its really useful and well done. oh and im so a cat lover! So now i know that you are a really great guy.. :) All the best for you!

  118. Yousuf Says:

    Thanks for help running ubunto into windows xp…i just wana know to change desplay from 16bit to 32bit bcoz always when i boot ubunto it give msg regarding 16bit to 32bit changing desplay plz help

  119. Eric Says:

    I just read and used your “Getting Back to a Pure Gnome on Ubuntu” – tutorial and it worked GREAT! THANK YOU, THANK YOU, THANK YOU, THANK YOU, THANK YOU VERY MUCH! Its people like you that make Linux work.

  120. Gee Deezy Says:

    “In Gnome’s file manager called Nautilus, you can also rename files by doing two spaced-out single-clicks on the name. Gnome’s renaming will focus on the name of the file and not the file extension. ”

    Hey, your tutorial pages are terrific!

    One note about the above, I believe this no longer works in the latest version of Gnome, at least on Ubuntu 8.10x

  121. ubuntucat Says:

    I just tried it, and it appears to still work.

  122. Sai Says:

    Hey I am having trouble installing flash player on my Ubuntu 8.1. The error occurs during package installer,

    Status: Error: Wrong Architecture ‘i386′

    Do you know what I can do to fix that?

  123. Han Says:

    The IES4LINUX script doesn’t seem to work on Intrepid.

    Python throws an error and nothing happens, no icons, no IE.

    (Not a request for tech support, just FYI that it’s broken)

  124. ubuntucat Says:

    @Sai
    If you need help, the best place to get it is the Ubuntu Forums.

    @Han
    Thanks for bringing that to my attention. I’ve added a little note with a link to a forums thread with a workaround.

  125. TodesEngel Says:

    In your tutorial on the Terminal password thingy, the reason the terminal password comes blank is a security feature that has been around since the original DOS. By not having any sort of visual cue, it prevents an over-the-shoulder eavesdropper or camera to view the number of characters in a password.

    We have it at my school’s Student File lookup (for administration).

  126. ubuntucat Says:

    TodesEngel, I think that’s a bogus reason, and I explained that pretty thoroughly both in my terminal password page and in the thread I linked to from it.

    First of all, anyone around can listen for how many taps of the keys to find out how many characters are in your password (let alone look at the keyboard).

    Secondly, my main beef is that it’s an inconsistency in the interface. If it’s really a security issue, then there shouldn’t be any dots in the graphical interface password dialogues either… but there are!

    So basically if it is a security issue (and it is not, for the reasons I stated), then the graphical password dialogues (which use the same password, by the way) are insecure by your logic.

  127. Terry Says:

    Hi, thanks for the helpful pages. I broke Intrepid sudo.Partly through updating, then my own ineptitude.

    Gives syntax error and parse error line 1
    I’ve tried your commands:
    sudo cp /etc/sudoers /etc/sudoers.backup
    sudo nano /etc/sudoers

    All I get is the /etc/group file.
    sudo visduo gives me nothing either.
    At my wits end to fix sudo, but don’t know how.
    Would be grateful for help.
    Thanks,

  128. ubuntucat Says:

    @Terry
    You’ll be able to best find technical support on the Ubuntu Forums.

  129. Gérard Talbot Says:

    Hello Ubuntucat,

    I have read so far 3 of your Ubuntu tutorials (on partitioning, dual-booting). They are useful. Tomorrow, I have to install Ubuntu 8.10 in a friend’s PC.

    One thing that annoys me a lot in all your tutorials is the fact that you use “pt” units for defining font-size and that makes the whole webpage text non-resizable in Internet Explorer. And the font-size you use is small: so even if I use Firefox, I have to resize the text size anyway. Reading small text can be very frustrating (furthermore if the topic/subject is not a familiar topic/subject); rigid, frozen, non-resizable font-size is very much anti-user-friendly and frustrating.

    regards, Gérard Talbot

  130. BrettA Says:

    For installing Flash (http://www.psychocats.net/ubuntu/flash) how do I get it so Firefox uses the Adobe Flash player and not Gnash or Totem which seems to override Adobe in Intrepid and Jaunty?

    There are two ways of doing so using the command line, One is to remove or make a symbolic link of a shared object and the other is a program thAt lists the installed flash players and you get to choose which one you want, although I forget how to invoke it.

    Can you help me? Possibly by adding this to your tutorial?

  131. ubuntucat Says:

    I think your best bet for technical support in the Ubuntu Forums. I’m there often, but so are a lot of very knowledgeable Ubuntu users.

  132. Gérard Talbot Says:

    Hello Ubuntucat,

    You wrote:

    Why would you want to install the Mozilla version of Firefox?
    There’s usually no reason anyone would have to install the Mozilla version of Firefox. The Ubuntu repositories version receives security updates and is integrated with the filesystem.

    2 reasons. The default Mozilla version included in the Ubuntu install CD is in English: the natural tongue of the new Linux user may not be English. Also, in the Ubuntu 8.10 install CD, the Mozilla version is not the latest.

    I see that you removed the “pt” unit … and it makes the text resizable in IE and other browsers. The default font size now fits, meets perfectly the preferred font-size of visitors/readers of your Linux tutorials webpages. Excellent!

    regards, Gérard Talbot

  133. Bruce Says:

    Thanks for sharing your knowledge. I had forgotten my sign-in to Ubuntu and your tutorial saved the day.
    Kudos
    Bruce

  134. sudo -spoon fork n00b Says:

    You have a very deceptive matter-of-fact sense to your explanations, which is not always the case with Linux users. I had a hard time ‘visualing’ my environment as an Ubuntu user, until a desire to install a theme\icon pack made be stumble over your site, courtesy of Google.

    I have only had to read what you’ve made available once, I guess that’s a compliment.

  135. sudo -spoon fork n00b Says:

    There’s a few tipsy typos in my first post, apologies..

  136. david Says:

    Hi – appreciated your tutorial on moving home directory
    (http://www.psychocats.net/ubuntu/separatehome).

    However, wouldn’t most people want the ‘m’ option to cpio so that all file creation times are preserved?

    Also, I am not sure about this, but before running this, wouldn’t you want to ‘cd /old’, not ‘cd /old/home’? That way ‘home’ itself gets created.

    So, to perform the copy, I would have it as:

    cd /old
    (find home -depth -print0 | cpio –null –sparse -pvdm /new/

    Wondering also, why not just use “cp -rp” instead of the find/cpio combo. ?

    Thanks.
    David

  137. Ashiq Says:

    Thanks for your helpful site ubuntucat.

    With reference to your tutorial ‘Modest Spec or Barebones Installation of Ubuntu’. There is one additional options screen that I encountered during using the Ubuntu 8.10 “Intrepid Ibex” Minimal CD which is not shown in your tutorial. It is the screen that asks you to choose which type of installation you want i.e, server, LAMP, desktop, MID, mobile, etc. I unselected everything thinking it would do a ‘minimal’ install. Instead the installer decided to do a desktop install when all the options were unselected. I read elsewhere on the internet that the ‘server’ install is the equivalent of a ‘minimal’ install. Perhaps you could update your tutorial to add this screen and clarify this point.

    Regards,
    Ashiq.

  138. ubuntucat Says:

    Thanks for the heads-up. I thought I’d updated it with the Intrepid CD, but maybe I still have the old Hardy screenshots. In any case, since you’re the first person to mention this, I think I’m going to leave it as is until Jaunty comes out next month. Then I’ll update it.

  139. al Says:

    I have been reading your ubuntu and ubuntucat sections and their articles are simply great.

    Sorry if I am comunicating this through the wrong channel. could not find another link/email for this.

  140. al Says:

    sorry part 2. Did not specify. Articles about ubuntu and linux. Perfect for linux newbies like me. Now I am trying to find time to read all you sections!

  141. Great Kindness Says:

    I came across your tutorial on mounting windows in Ubuntu. It’s a great tutorial. I just realized, though, that the latest version of Ubuntu (Intrepid Ibex) does automatically mount the windows partition. Well, I had to enter my user password to access it, but there it was sitting in the left side-bar in Nautilus. How cool!

  142. bhrich% Says:

    I’ve been using your “Create a separate home partition in Ubuntu” page.(http://www.psychocats.net/ubuntu/separatehome) Under the sentence that starts, “Now we’re going to back up the home directory…” are four commands. Should the fourth command there be moved up to be the first of those commands?

    Thanks for all your great tutorials. They’ve helped me allot.

  143. ubuntucat Says:

    No, it shouldn’t be moved. Glad you’ve found the tutorials helpful.

  144. Mark Says:

    Only one comment:
    Please add a donate link to Paypal.

  145. ubuntucat Says:

    Mark, thanks for your suggestion. Right now, I do get a little bit of revenue (for operating costs) from the ads on my Ubuntu tutorials.

    If you really want to donate to something, I would suggest donating directly to Ubuntu instead of donating to me:
    http://www.ubuntu.com/community/donations

  146. K Says:

    Just wanted to say thanks for the Ubuntu download/burn page. I’m not actually installing Ubuntu, but I was looking for a nice free utility to burn disc images – InfraRecorder hit the spot!

  147. Mark Hewitt Says:

    Hi there. Just been reading through your tutorials, it’s excellent stuff, really nicely put together and accessible. Regarding your iTunes on Ubuntu tutorial, it’s now becoming a lot easier to set up a virtual machine running windows over ubuntu. I set one up a couple of weeks ago, and I’ve written a guide to the process, see what you think:
    http://www.silverknife.co.uk/tech/2009/03/how-to-run-itunes-and-manage-your-ipod.html

  148. ubuntucat Says:

    That’s great that you’ve set up that tutorial.

    Frankly, though, I want to discourage people from running a virtual Windows session just for iTunes. I like iTunes as much as the next person, but I believe the ultimate solution to Windows applications dependence is a migration to native Linux applications.

  149. Michael Says:

    Partimage. So neat, in a live-environment I can now backup my ubuntu, while surfing the net under 5 mins.

    who needs norton ghost?

    thanks!!!

    Michael

  150. MKx Says:

    Another reason for gksudo is that it allow you to enter the password in “gui-input”, as opposed to entring it in command line.

  151. Greg Says:

    Great site, thanks for the help.

  152. thelastquincy Says:

    I have the iso burned on a dvd is that ok? It says that an invalid cd detected wtf?

  153. Marcus Says:

    Thanks for your great tutorials. In particular,

    http://www.psychocats.net/ubuntu/sudo

    just saved my day after upgrading to Jaunty.

  154. Ben Says:

    Dear Psychocats,

    I am referencing http://www.psychocats.net/ubuntu/partimage in trying to use part image to backup my system.

    I’m using the live CD for ubuntu 9.04, but when I go to type in “sudo apt-get install partimage”, I get the message:

    Package partimage is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source.
    E: package partimage has no installation candidate.

    I checked synaptic and it’s not there.

    How do you get around this?

    Thank you for your time, your great website, and I look forward to hearing from you soon.

    Sincerely,

    Ben

  155. John Says:

    Thanks a lot for your tutorial on how to mount windows partitions on ubuntu! It was very useful to me… :)

  156. Gérard Talbot Says:

    Hello Ubuntucat,

    Several suggestions for your Ubuntu tutorials. Most of them refer to handling appropriately to HTML code.

    1- Make all of your abbreviations, acronyms and definitions available to HTML elements like <dfn>, <abbr title=”…”>. That would help. Example given:

    <dfn>GRand Unified Boot loader (GRUB)</dfn> for the first occurence in the document and then afterwards <abbr title=”GRand Unified Boot loader”>GRUB</abbr> for the 2 following occurences. That way, you make a webpage superior and more usable (tooltip info on hovering cursor over) than a printed page.

    2- Create a webpage defining all the often encountered abbreviations. You can later <link> it [1] in the <head> part. Eg: GNOME, GParted, MBR, apt, sda, BIOS, etc. This can help a lot understanding and learning.

    [1] <link rel=”glossary” href=”[path/url of glossary webpage]” title=”Glossary”>; the people with a site navigation toolbar will be able to consult such page. You can add a link to the glossary into the your webpage footer.

    3- Make your webpages use a conformant doctype declaration declaring a strict DTD. And then, of course, validate (http://validator.w3.org/) the HTML markup code of your webpage. Maybe this will be difficult for you. You may need assistance to make your web tutorials conformant, using valid markup code.
    Fixing markup errors is very important and necessary.
    E.g. at http://www.psychocats.net/ubuntu/installing , you most likely have an improperly coded or unclosed link because we can notice a strange :hover effect when hovering a paragraph. [Addendum: got it! <a name="notes"><h3>Notes</h3><a> : unclosed link and misnested anchor: an inline element can not wrap a block-level element]

    4- Absolutely try to avoid link texts that are general, not specific, vague when taken out of context.

    Bad: this, here, click here, this one, these instructions, etc.

    Good: PCLinuxOS, order a live CD, configure your BIOS, more info on using restricted formats

    W3C QA tips for webmasters: Don’t use “click here” as link text
    http://www.w3.org/QA/Tips/noClickHere

    These are suggestions as to how to improve your tutorials.

    regards, Gérard

  157. ubuntucat Says:

    Thanks for the suggestions.

    If it’s not awkward, I do try to incorporate links into a proper sentence, but every now and then it is easier to just use the click here, and I at least try to make sure people know what clicking there is for.

    I learned HTML years ago, and since I’m not a webmaster by trade, I haven’t really kept up with all the new-fangled W3C standards. In fact, my webpage is pretty crap code (but at least it makes sense to me, and it seems to render okay in the major browsers) and includes tables instead of CSS. Your suggestions are probably good ones to follow, but they rank pretty low on my priority list right now, so don’t hold your breath on my implementing them.

    Thanks for taking the time to make them, though.

  158. Gérard Talbot Says:

    Hello again (Today, I’m using Kubuntu 9.04 and Linux for the first time!!),

    <dfn>, <abbr> and <link> are HTML elements which were defined in HTML 4.01 in 1999; <link> has been defined in 1995 in HTML 2 and was in fact used for Site Navigation toolbar purposes.

    Fixing markup errors would also fix the ones which have layout repercussions like improperly closed <a> elements and misnested elements which do have various and impredictable rendering in standards compliant browsers.

    Validation explanations

    Truth & Consequences in Web Design: Validation

    A <link&gt-ed glossary would help; abbr and dfn would help the readers/visitors of your tutorials and that’s easy and simple to do.

    I agree that you may have only 4 or 5 general link texts. As for replacing tables by CSS columnar layout templates, that would take you more time and learning, I suppose.

    regards, Gérard

  159. Thiagarajan Says:

    Thank you for your tutorial on “Mounting Windows partition in Ubuntu”.
    itis really cooooool, easy to follow with clearcut info.
    It is one of the needed contribution to ubuntu-mswindows-linux community
    all the best

  160. Clifford Moore Says:

    I just installed Jaunty Jackalope. I’ve been away playing with Fedora 10 and decided to come back. I had been with Hardy working with Oracle and PeopleSoft FSCM and decided to give the free version of Redhat a try, Solaris 10, Open Solaris. Hardy was the first time that I tried linux and I am back to Ubuntu. Thank You for the directions to fix sudoers. Strange, I don’t remember having to fix sudoers in Hardy. Maybe now I will take some formal training. I am so thankful to the Linux and dba community. Thank You, Cliff

  161. Dries Says:

    Hey, I want to thank you for your Tutorial site of Ubuntu. It’s really helpfull to me !

    Thanks

    Dries

  162. William M Says:

    In reference to your web-page “KDE and Gnome Comparison” (http://www.psychocats.net/ubuntu/kdegnome): near the bottom of the page you talk about Panel Options and ask “What does screen edge mean as a setting?”

    I wondered that, myself, until I happened to hover my cursor over it and found that it (the cursor) changed to the four-headed arrow. Experimenting bravely, I held down the Ctrl-key and dragged that four-headed arrow over to the side of the screen and, lo and behold, the panel suddenly popped in place over there! Turns out, it’s the very thing I was looking for to move the panel to a different location.

    Apparently it’s limited to one of the four screen edges–you can’t float it, as you can some toolbars–so that’s probably why it has that ill-fitting name. Screen edge! Who’d a’ thunk?

  163. mervin Says:

    hello,
    its a good thing i stumbled into your very informative site. thank you very much for all the information. i am now beginning to see the light in ubuntu.

    i decided to use edubuntu for our school, here in the philippines.

    as i am very new to linux, your site is very helpful to me.

    you are very informative about ubuntu. but can you please point me to some site which gives information about openoffice?

    someone who gives information and tutorial as easy and breezy as you do, it seem so effortless. yes, that’s how good you are in tutoring people like me.

    i will always be visiting your site, as it makes ubuntu a lot easier for me to use. you made my migration a lot easier.

    thanks!
    mervin m. pascual

  164. Antonio Says:

    I read your article “Using Partimage in Ubuntu”. My “LiveCD”, Ubuntu 9.04 does not open the Partimage, but I used it from ” System Rescue CD “. However, the program copies around 14 % of the archives and informs that the target partition is full, what it is not true. Is it possible to repair that?
    Thanks

  165. thaya Says:

    your site is very helpful to me. thankyouuuuu

  166. Cargojack Says:

    This message is about the layout and look and feel of your site and not the content. I like the way your site looks. What software are you using for the blog and this page?

    Thanks in advance for the info

  167. J. Says:

    Hi ubuntucat,
    Thanks for all your great posts (non-linux) on life, etc. They are always thought-provoking. I have a question though – Would you mind shooting me a list (either here or by email) about some books you might have find enlightening about homosexuality and Christianity?
    Thanks.
    J.

  168. ubuntucat Says:

    I think a good book to start with is The Good Book by Peter Gomes. You may also want to check out the documentary film For the Bible Tells Me So

  169. Robert Says:

    Thank you for the tutorials! When I first began to officially use ubuntu as my main OS your guides help me understand ubuntu better in many practical and basic ways. Keep up the good work in contributing in the community.

  170. Cosmo Carboni Says:

    GRAMMAR POLICE

    If you don’t like Ubuntu, you can ***uninstalled*** it just like any other Windows program by going to Add or Remove Programs in the Control Panel and select Change/Remove for Ubuntu.

    uninstall

  171. ubuntucat Says:

    Thank you, Cosmo Carboni. Should be fixed now.

  172. Luke Brooks Says:

    I found your tutorial on creating a separate /home partition very useful but found that sudo alone did not give me permission to execute the command find . -depth -print0 | cpio –null –sparse -pvd /new/ successfully and then when using sudo bash to enter a root terminal executing the command and then exiting the root terminal it worked fine.

  173. Ted Says:

    Is there a reason one would choose to use find|cpio instead of just using ‘sudo rsync -av /home/* /’?

  174. Ted Says:

    [I thought so... ::sigh::]

    Is there a reason one would choose to use find|cpio instead of just using ’sudo rsync -av /home/* (new-partition-mount-point)/’?

  175. Orographic Says:

    Thanks for your Ubuntu Linux Resources site, its really good. Have you thought about doing a Clonezilla help page? Its the best way to clone/image a complete hard drive in my opinion.

  176. ubuntucat Says:

    I’d love to, except that I can’t really suss out CloneZilla myself…

  177. Melissa Says:

    just wanted to thank you for this great information!

  178. asdf Says:

    thanks for the manual of installing ies4linux, it was verya useful

  179. Channa Says:

    Thanks for the ‘Mounting Linux Partitions in Ubuntu’ post; I formatted an old NTFS partition to EXT3 and just couldn’t get it mounted till I came across your post.

  180. Ron G Says:

    I have a question, or maybe it is a suggestion, I am not sure. I have installed the minimal ( or bare bones ) of Ubuntu with the xfce desktop which is my favotite at the moment, and I was wondering about the sound setup. I have fooled around with it some, and I get sound ok on the desktop, but is there a “preferred” sound system that works the best with Ubuntu? I thought I had it all figured out, and I founf a neat site for installing Skype on my setup, which I did, and it even worked for a bit, but now I am having trouble with it. Do you know any tricks or tips for the correct sound set up, and best mixer to use. My sound card is an Intel. Thanks for any help, or suggestions. Love your work!!

  181. ubuntucat Says:

    Unfortunately, I’m not that knowledgeable about sound issues. If this doesn’t fix it for you…
    https://bugs.launchpad.net/netbook-remix/+bug/318942/comments/44

    … then I would try the Ubuntu Forums:
    http://www.ubuntuforums.org

  182. Alonso Says:

    hi , In your guide http://www.psychocats.net/ubuntu/mountwindowsfstab you make a dir windows that is never used, nice tutorials

  183. mizar Says:

    Hello ubuntucat. I appreciated your guide about the advantages in using gksudo instead of sudo.

    But i found that sometimes we must execute a graphical application with our environment, and not the root config.
    This because simply i could have an application configured in my home dir and want it to have some privileges (niceness, permissions etc).

    So i think is worth saying that gksudo has also this ability with the -k option. In this way gksudo preserve the environment of the user, but act with root privileges. You could mention this feature in the gksudo guide. Thanks.

  184. josh fuller Says:

    Hi ubuntucat, thanks for the pure gnome, pure xfce, pure kde scripts. I was wondering… Could you also make one of these for pure console? As in… no ubuntu, no kubuntu, no xubuntu?

  185. ubuntucat Says:

    @Alonso
    It’s in there. Take another look.

    @mizar
    Interesting to know, but it’s a bit out of the scope of my tutorials.

    @josh fuller
    I believe if you remove libc6 and xorg, that should do it.

  186. nishant Says:

    Hi,this is nishant here from India. I wanted to know when ubuntu is being installed in an specific drive, whether it will delete some files from the drive or keep it as before the same…..?????

  187. nathan Says:

    thanks for the info

  188. nathan Says:

    to nishant – ubuntu is being installed on a virtual drive, all your host drive is safe and cannot be accessed by the virtual machine, the virtual drive is the only place ubuntu runs off.

  189. Shane Says:

    Hey just want to say thanks,

    one of your tutorials just saved all my data after vista crashed, and i had forgotten my login for ubuntu.

    Shane

  190. thundarapto Says:

    I just used your mounting an internal partition tutorial. Worked like a charm and now I have access to the other 800+ gb on my TB system as a data storage area. Thanks MUCHO!!!!!!!!!!!!!!!!!!!!!!!

  191. TimR Says:

    Hey there, thanks for the great website, I used your separate partition for /home instructions and (once I actually bothered to read them properly!) they just worked! Great!

    One point, already made by ‘David’ somewhere up above, wouldn’t it be better to use the -m option on the cpio operation to preserve modification times? So the command becomes:

    find home -depth -print0 | cpio –null –sparse -pvdm /new/

    Great site, be encouraged!

  192. Matt J. Says:

    Thanks for another great site about software installation under Ubuntu.

    I have one question, though, which I have not seen a good answer for on any of these sites: once you install a package, how do you know which name to refer to the main executable? Sometimes the mapping (package name -> binary executable) is obvious, sometimes there is some small mutation of the letters at the end. Sometimes more than one binary executable is added.

    I haven’t added that many packages, and I am already losing track:(

  193. Kevin Says:

    Thank you so much! I am new to Ubuntu and Linux and could not understand how to modify the /usr/local/lib directory. Now I get it!!!

    Thanks agian!
    Kevin

  194. Mark (Wolfie Lee) N Says:

    Your pictograph tutorial for Dual boot is very nice…but I feel you underestimate yourself…IF presented in the step by step, Picture by Picture method you have used here:

    http://www.psychocats.net/ubuntu/installing

    MOST people wishing to switch to a Windows/Linux Dual boot COULD use the ext4 manual partitioning method. I will have an Article/Tutorial up SOON on either Associated Content or eHow…I would LIKE to possibly colaborate on combining our knowledge and skills to revamp what I have presented in an illustrated way. Please E-Mail me so I can E-mail you the link as soon as my Article is “Out in the REAL World”…If you wish.

    Later!
    Wolfie Lee (ubuntu software forum user [Ultimate Edition Ubuntu])link to my posts:http://forumubuntusoftware.info/search.php?search_id=egosearch&sid=27f31f5750fda74b86860b54b899cd46

  195. ubuntucat Says:

    My concern isn’t that people would be unable to follow those directions to do a traditional dual-boot.

    My concern is mainly that a traditional dual-boot is harder to undo. If people aren’t sure whether they want to use Ubuntu or not, it’s best to put them in a situation in which they can easily remove Ubuntu should they wish to. Wubi allows them to remove the dual-boot the way they would any Windows program.

    A traditional dual-boot does not.

  196. Jake Says:

    Just used your password reset instructions — real life saver — thanks!

  197. Matthew Says:

    Just wanted to pass on my thanks for making my transition to linux so easy.

    I’ve been in I.T. for 20+ years, always stuck in the proprietary software environment. I’ve been using opensource apps for over a decade but never used linux.

    All of the ‘distros’ and desktops had me stumped and with all of the ‘technical’ help out there, trying to find a simple answer the most basic question: “Which linux should I use”. I got all sorts of fanbois trumpeting a, b, c and everwhere I looked had a different ‘technical’ opinion and rarely a ‘user’ opinion.

    Your turorial/setup site is very well written and had me up and running in less than 30 minutes (plus the patching and apps setup). Straight forwards help like you’ve provided is the only way the ‘average person on the street’ will ever swap from micro$oft to linux.

    Again, thanks very much.

  198. Tyler Says:

    Just wanted to express my appreciation for your website. I loaded KDE into my GNOME-using Ubuntu install to play with it and only then realized there was no “one click solution” to remove everything. Thanks for the tutorial page!

  199. Fidelis Harefa Says:

    Thank you so much! I have install ubuntu 9.04 in windows xp, using virtualbox.

  200. Jacob Says:

    My grandfather worked for IBM, taught me DOS when I was 8. I’ve been an MS baby ever since.

    It’s getting old.

    I love this open source stuff and I’ve just begun exploring it. That exploration landed me here, and your site has been bookmarked for what will be many references to come I’m sure. I’m guessing it will be a long journey, and I’m looking forward to it. Thanks for all your work.

    Love the religious thoughts as well – though it’s been a while since your last on that. Have you moved that type of discussion elsewhere or just sick of it? ;)

  201. Martin Says:

    G’day,
    This is an excellent site for beginners – I am starting a Linux Users Group in my City on 3 October and will be making a guide to installing Ubuntu with all references to your site. One of the main purposes for a LUG is to promote Linux to people in the community – this has helped me organise the necessary resources.
    Thank you for an incredible resource for the Linux Newbie.
    Cheers
    Martin

  202. Gordon Says:

    Being a regular reader of ubuntucat, I notice that the homepage has just turn into about page? Wassup over there?

    “in my mind I m going to Carolina, can u see the sun shine, can u just see the moon light… “

  203. ubuntucat Says:

    I’ve changed it back. I thought perhaps it was going to take too long to load as more and more entries got added. Wasn’t sure anyone cared if it was there or not. Apparently at least someone does.

  204. Gordon Says:

    Well, I thought I was some glitch or something, but if it’s ur call…

    Anyway, there’s a very neat plugin on WP platform that automatically trim your post, with a link to the full one. Fully customizable. It’s especially useful if you tend to write a short summary at the begining of a wall of words :)
    It’s here: http://wordpress.org/extend/plugins/post-teaser/

    It’s completely down to personal, but I prefer the front page about 1 screen or less. Never been a big fan of scrolling pages after pages.

  205. Les Says:

    I one time read somewhere about how to protect access to Memtest at the grub menu. Could you please tell me how to do that? Thanks.

  206. mehboob Says:

    Hi, It’s been more than a year since i switched over to Ubuntu and i am ashamed to admit being unclear about how to create a data partition during installation, even today. I have been told that it can only be done post installation. In that case, how do i reserve space for it so that /dev/sda1 is swap, /dev/sda2 is the data partition and /dev/sda3 i the /(root)? And all of them are in the ‘correct disk order’, because if i have understood correctly, partitions are numbered in their order of creation, and i would very much prefer to have my / partition at the end.

  207. Gordon Says:

    @mehboob
    I’m not sure about “data” partition, but if you’re talking about the “home” one, then as far as I know, you can create it even while installing, and that’s the easier way.
    When it turns to the step that creating partitions, just create a new one, say, /dev/sda2, and select its mount point as “home”. let the installation do the rest. After installing, you wont notice anything different, but your /home is in a separated partition. Doing this will help save your data, should you want to reinstall OS, or install the newer one.
    And although I’ve never try, although many have said it’s okay, my lesson from windows is that you should never install OS in any other place but the foremost partitions.

    Hope this help!

  208. Justin A Says:

    Hello,
    I loved your forum here.
    http://www.psychocats.net/ubuntu/kde-core
    However, I installed 8.04 Hardy Heron, and would like you to update this site with a section for Hardy Heron under “Getting to kde-core from a standard Kubuntu installation”

    It would be greatly appreciated!!

  209. Martin Says:

    Thanks a lot for this very helpful guide:

    http://www.psychocats.net/ubuntu/partitioning

    There are tons of guides out there which describe how to partition the drive, but they usually don’t talk much about planning the partition.

    As a totally Linux newbie, this was extremely helpful to me.

    Kudos!

  210. Dante Says:

    Just wanted to say, your guide on upgrading to Mozilla’s FireFox was absolutely perfect – thank you so much for posting it.

    I’d tried a few methods previously, both from the Net and ones I’d cobbled together myself, and never managed to get a result I was happy with to get myself up to 3.5. Your tutorial couldn’t have been simpler to follow, though, and on top of that, I really appreciate the script break down at the end – helped me understand a little more both about what was going on, and about the power of the Terminal in Linux.

    So, again, thank you very much for taking the time to put that tutorial up, you’ve just managed to remove one of those last few little grumbles I was still having with Ubuntu.

  211. Pierre Says:

    Re: Forgot user password under Ubuntu 8.04

    You saved me … your guide was the clearest and most effective … bar none.

    Thank you.

    Pierre Tremblay
    Ottawa, Canada

  212. chris Says:

    I am new to linux. I was given ubuntu 9.04 and wanted to try it out. I tried out two of your tutorials

    http://www.psychocats.net/ubuntu/partimage
    http://www.psychocats.net/ubuntu/separatehome

    my live cd didn’t have partimage or gparted packages, (its called pcuserextreme 9.04) so I created a flash boot disk from the cd then installed partimage and gparted to the flash boot disk.

    I stuffed up permissions for /home (root owned all the files) and couldn’t view the task bar when I logged in.

    This site showed me how to set proper permissions.
    http://ubuntuforums.org/showthread.php?t=371052

    Thanks for your tutorials. It was a lot of fun.

  213. slacker_nl Says:

    Hi, http://pb.opperschaap.net/69 are ways to remove meta packages. You can use it to remove *buntu-desktop packages including their dependencies. It will not remove deps which are needed for other packages you have installed.

    Same principle applies for removing build-deps.
    If you place it on your website, please credit me.

    https://launchpad.net/~wesleys
    Cheers,
    Wesley

  214. Christopher Noyes Says:

    Regarding your post on making a seperate /home partition. It was helpful, but caused problems for me. The section where you copy over the /home directory, you should append that to read cp -p to maintain the permissions, then you don’t have to go back and chmod 644 to the files that become unusable due to ownership rights. I’m not new to linux, so I was able to figure out what went wrong and how to fix it, but for people that are new to linux and just want to preserve space on their installation, they may find themselves unable to log back in. Anyway, thanks for the post all the same, I wouldn’t have thought of it prior to reading your HOWTO.

  215. Lisa Leonard Says:

    Hi, I have just read your tutorial as I have today installed ubuntu to completely replace windows xp, I did this because I was ripped off with an unlicensed windows I followed the instructions and popped out while it was installing, when I came back, the PC screen still had the install icon, I clicked on it thinking that it had not worked and nothing happened so I rebooted and I Have killed my Pc…. It will not boot normally or from the CD all I get is Boot failure, I have entered cmos and ensured that it is set to boot from cd, however I kep getting the same message..please help, Have I killed my PC, I am now in panic mode….

    lisa

  216. Pal Says:

    Many thanks for your great description on http://www.psychocats.net/ubuntu/mountlinux!

    Could you put a short comment to the last two commands
    (sudo chown -R marie:marie /storage
    sudo chmod -R 755 /storage)
    about that it is not advisible if the partition to be mounted is a (another) boot partition!

    (I was too fast while douing the steps. Finally I resolved, but this comment could save some time for other readers of your excellent description.)

    Many thanks,
    Pal

  217. Murali Says:

    Hi Psyco, Your tutorial is superb. it really helped me a lot.. thanks for your tutorial.

  218. BoomBoom Says:

    Hi,
    Do you know why when I download flash player that it gives me a error message?
    “Error: Wrong architecture ‘i386′”

    Thx
    BoomBoom

  219. popaul Says:

    Create a separate home partition in Ubuntu

    I followed your page on psychocats to put my /home on a dedicated partition. By the way, this is on beta 9.10 version.
    It works… but just a few comments.
    - where ‘ext3′, we can put actually anything that we like, as long as it is in line with what has been used during the partitioning with gparted. For my account, I have my system on an ext3 partition, and the new /home on an ext4.
    - new line in fstab. Much better to base this new line on the other lines already in fstab, for similar partition. I did follow (without thinking, like an idiot!) your recommendation (changing the sda nr and type of course) of putting
    /dev/sda3 /home ext3 nodev,nosuid 0 2
    and of course, nothing worked once I re-boot.
    So, after some thinking, I re-modified fstab with a line for my /home partition that was based on the other ones (e.g. the one for the system partition). Of course needs to get the UUID (ls /dev/disk/by-uuid)… without any mistake. It worked.
    - chown etc… Because I messed up with the fstab line, I did try first your recommendation for .drmc and .ICEauthority, and forgot about it.
    That probably messed a bit ‘Evolution’. But this may be because when I did the chmod … there was no /home partition anymore (wrong line in fstab, and no /home in the root system). I re-did the chmod lines that you recommend, directly in the normal session with the Terminal, and this fixed the issue with Evolution.

    Thank you.

  220. natgab Says:

    I wanted to suggest something about your page “Which *buntu to pick”.

    Maybe you might want to add Ubuntu Studio, Mythbuntu, and maybe even Mint to the version you detail. At least the same size paragraph as Ku,Xu,Edu & Ubuntu have.

    This would let users of Windows Media know it might save them trouble going to Myth or Mint which seem to be more media ready. I know it wouldn’t take long to download codecs, but I think these also add more media players? I know Mint comes with the non-free codecs pre-installed.

    I use a Mac, and I think Ubuntu Studio is more inviting. Since Macs tend to be used more with graphic design / website work. I like that the application bundles lean more towards creative types.

    Thanks for your tutorials, I’m hoping to get my PC built in a few months and load Ubuntu Studio.

    Meanwhile, I have Debian in my PPC iMac, since it works better for my hardware.

  221. Antonio Says:

    I plan to do a translation to portuguese (BR) of your good website about Ubuntu. Would there’s already been done?

    Thanks

  222. ubuntucat Says:

    @anyone asking for support
    Go to the Ubuntu Forums: http://www.ubuntuforums.org
    Very friendly and helpful folks there

    @natgab
    I don’t want to complicate things too much new users (that’s whom the page is targeted toward—it’s not intended to be comprehensive), but I will consider your suggestion for future Psychocats iterations

    @Antonio
    I don’t know if it’s already been done. You’re welcome to do it, though

  223. Teresa Binstock Says:

    Your website offers a choice between virtualbox and wubi:
    http://psychocats.net/ubuntu/installing

    I’ve installed Heron on two netbooks and far prefer Ubuntu to Windows. On a new notebook/netbook (Acer 1410), I hope to have a true dual boot system running Windows 7 and probably Koala.

    I’ve been reading numerous blogs and threads, but wonder why you presented virtualbox and wubi but didn’t mention actual dual boot.

  224. ubuntucat Says:

    Teresa,

    Thanks for your comment. It’s because I’ve read too many “I installed Ubuntu but don’t like it and want to go back to Windows… how do I do it?” posts over the years on the Ubuntu Forums. VirtualBox and Wubi allow easy and safe ways to get to know Ubuntu without committing to a difficult-to-remove installation (which a traditional dual-boot is, since it involves repartitioning and replacing the boot loader on the MBR).

    I figure by the time someone has had sufficient experience with Ubuntu in VirtualBox and Wubi, she should have the tools necessary to set up a “proper” dual-boot… or just install Ubuntu over Windows altogether.

  225. Abhishek Says:

    Your article on making use of the ‘Manual’ partitioning option during a Ubuntu installation in place of the ‘Guided’ partitioning option and creating a /home partition was excellent. I Googled and Yahooed and clicked on a lot of links for doing that but your tutorial was the BEST.
    Nice work!
    And now that I have found this website I wish you write more articles!

  226. Kevin Says:

    ubuntucat, thank you for your site. It made going back to ubuntu a snap after trying kubuntu for a while. It also made reinstalling kde a snap after finding out that my wife prefers kubuntu.

    I was wondering if you could point me in the direction of a way to be able specify different default desktops for diferent users: Gnome for me and kde for the beautiful miss michelle (my wife). I’ll look around for an answer in the meantime.

    thanks

  227. Kevin Says:

    ububtucat, I’ve answered my own question, it seems that the ogin manager remembers your last login and defaults to that desktop when the user logs in the next time. Thanks Kevin

  228. Jim Says:

    When I finally stumbled onto your page titled “Where’s the Terminal” I was so pleased find an explanation aimed at a person having little experience with Linux/Ubuntu. Nice job. I feel better already.

  229. Ken Says:

    Have just discovered your Ubuntu Linux resources site. Fantastic! Thank you.

  230. shapeshifter Says:

    hi thx for a good post on moving home to a new linux partition. one point though. on a similar tutorial you said, “I also ran into the /home directory (mount point) not existing when I followed these instructions, so I tried to correct that in my tutorial”. However, I can’t see how yours is clearer. I’m at the point, “Mount the new home”, which is not included in your post. It seems logical to mk a new home directory on the /root partition & then mount the home partition to this. Would be great if you could clarify this, & how should the /home partition be structured? As /home/username/[data & files]?

  231. Nifal Munzir Says:

    Thanks for the Post…..
    And can i know about the Linux Memory Management with kernel 2.6

  232. Isaac Says:

    man, thanks a lot for the tutorial of how to install firefox 3.5 in ubuntu hardy…!!!1

    really!!! thanks a lot!!!

  233. JC Says:

    On another site(psychocats), you wrote a guide comparing kde and gnome. You said that sometimes, you defend kdes “complexity”, but other times, you see that it is actually confusing. You specifically said, something like”I cannot figure out how to move the task bar to other places in the screen. Also, what does the “screen edges” option do?”
    I lol’d when I saw this, as if you click on screen edges, hold the mouse button down and drag to another screen edge(hence the name :), it moves the task bar to another spot :D
    Hope this helps :D

  234. Carlos Says:

    Hello dude!,

    Hey, just asking. The pure KDE terminal command on your site is missing :(

    Do you plan posting it anytime soon? :)

    Cheers and thanks for everything.

  235. ubuntucat Says:

    I’m seeing it here:
    http://www.psychocats.net/ubuntu/purekde

    Can you be more specific about what’s missing?

  236. h Says:

    hi
    i have installed ubuntu jaunty on my laptop. it using all space of my hardisk(160gb).
    but now i need some space for windows that i want to install.

    how can i making partition for my ubuntu and prepare instalation for windows?thanks

  237. Hugo Andrioli Says:

    Dear Ubuntucat,

    I found a tutorial for creating images on

    http://www.psychocats.net/ubuntu/partimage

    it needs (should-need) an update as the partimage repositories are
    moved to universal, (explaning that you need to add the universal repos to the /etc/apt/sources.list)

    Kind Regards

    Hugo

  238. Jack Says:

    I appreciate all of the work you have done with this site. I have referred many people here when they needed a tutorial to sole different issues.

    I did not see a tutorial on fixing the bootloader after a user re-installs Windows on a dual boot setup.

    I can outline it, if you would be interested in adding a tutorial on that problem.

  239. Alex Says:

    I’m brand new to Linux (read: dummy w/ no tech background) and your tutorials have been an incredible resource to get started. Thanks a lot for writing it in a way a liberal arts-educated person can understand it.

  240. marvfali Says:

    Thanks for the flash help post… It is easier than I thought. Straightforward and simply brief…

  241. Tony Doherty Says:

    I’m a recent convert to Linux/Ubuntu 9.10 and am enjoying your tutorials which explain things more fluently than the offical Ubuntu forum.

    Now, if only I could convince my teenage son to convert. He expects me to spend 3 days on his laptop reloading a trashed XP Pro (including 5+ years worth of update downloads)!! All this despite me proving to him that Spotify can run under WINE!!

  242. Roderick Wright Says:

    Hi,let me say at the outset that I am very impressed with your tutorials and your view of the linux world, it’s refreshing, thanks. I would like to know if you are going to do a tutorial or give you ideas of about watching movies in Ubuntu. I think that with your GUI approach it would be most helpful for new converts, as people do love movies. Thank you.

  243. Pike Says:

    At the risk of sounding weird I realized today I should probably thank you for what you have done within the Ubuntu community. I began using Linux in early 2007… three years later I haven’t looked back and your tutorials which were so helpful to me in 2007 are still something I turn to, sometimes, when I upgrade or reinstall.

    Just thought you might want to know how appreciated your hard work is :)

  244. Toqeer Ahmad Says:

    The way, you have demonstrated how to get KDE in Ubuntu is remarkable. I am much appreciated and totally satisfied.

  245. Liceana Rodrigues Says:

    Thanks for your help!

    I’ve made the bad choice to don’t make a root password in the instalation process, without your help, I couldn’t make anything.

    Thanks, from Brazil :)

  246. Tom Says:

    Loved http://www.psychocats.net/ubuntu/minimal#barebones
    I was wondering if you could update/expand it to include using apt-cacherng – the FASTEST way to install multiple machines.

  247. Tim Medcalf Says:

    Many thanks for the tutorial on moving /home to a new partition. Was so excited to get my new PC i completely forgot to partition it correctly! D’oh!

    You saved me a lot of pain! Cheers!

  248. Mario Says:

    I followed the instructions on setting up a minimal Ubuntu system with icewm and everything went well, at first.

    http://www.psychocats.net/ubuntu/minimal

    I would like to install an icewm theme, but I’m running into trouble. First, most of the tutorials say to use the icewm menu. I see no menu! Second, I’ve followed the manual configuration, configuring the $HOME/.icewm/preferences file, but nothing happens, even after a restart.

    Everything still looks the same as when I first installed it. I can’t switch themes.

    Any ideas? Am I missing something? Thanks.

  249. papukaija Says:

    I have a comment about http://www.psychocats.net/ubuntu/backup

    You wrote there “So if you’re going to do any kind of experimental stuff with Ubuntu (for example, installing Beryl or Compiz)”, well compiz is installed by default in Ubuntu since Jaunty (or even earlier).

  250. ubuntucat Says:

    Thanks for bringing that to my attention. I’m planning to do a more thorough update when Lucid comes out.

  251. Erwin Says:

    Regarding:
    http://www.psychocats.net/ubuntu/puregnome

    Great tutorial! After removing kubuntu though it did not restore the default mouse cursor though and I had to google around a bit to find it out. I think this would be helpful for other people.

    sudo update-alternatives –config x-cursor-theme

    and pick the number for /usr/share/icons/DMZ-White/cursor.theme

    Thanks for the great work!

  252. jeremy Says:

    we are on a limited data cap here in nz do you know how much the minimal install downloads

  253. will Says:

    Hey man. Thanks a bunch for telling how to reset ubuntu password. Was using virtual box, and never used password as had save state. You saved me a bunch of time from reinstalling. Thanks!

  254. Paul Says:

    Thank you for the ‘mountlinux’ tutorial. This has been a problem for me for months. I finally cracked it following your processes. Easy when you know how, isn’t it.

    Thanks again,
    Paul.

  255. Prof. N. Ram Says:

    Dear Author

    Your wonderful write up on the Ubuntu PSW recovery article is very useful. However, I have problems in recovering my psw after many tries. I got to the second screen but when the system console prompted for entering my password which is nr and I entered passwd nr and the system said login incorrect. I tried your method ls/home (lower case L and S), it still gave the same error.
    My system has GRUB Version 1.97~beta 4.
    can you place help me?
    Thanks
    Ram

  256. Martyn Says:

    Hi, I’m a big fan of your tutorials, and as a relative beginner to Ubuntu I’ve learnt a lot from them, so I’d like to say thanks.

    My second reason for posting this was to let you know I would like to create a mirror of your site at http://www.ubuntutor.info, unless you have any objections to this? (It would be an exact replica.)

    At the moment my site is empty and going to waste. I intend to write some of my own articles aimed at beginners to Ubuntu, when I finally get round to it…..

    Thanks,
    Martyn

  257. ubuntucat Says:

    Sure, mirroring is cool. More details here:
    http://www.psychocats.net/ubuntu/#translatelinkto

  258. guriinii Says:

    Hi, I just want to say cheers for being the start of my Linux journey. I saw this link posted on a forum: http://www.psychocats.net/ubuntu/resetpassword It reminded me of the time I got into my mates laptop and left a text file on his desktop informing him that he had been hacked, he wouldn’t shut up about how safe linux was. I had to. But it started my passion for Linux. Thank you.

  259. Lyle Says:

    Thanks for your tutorial web site. I used your “How to reset your password in Ubuntu” guide the other day while helping a friend with his computer. He is young and had change his password to keep his Brother off it then straight way for got what it was.

  260. Newbie Says:

    Thanks or ubuntu-desktop on Kubuntu.
    I can’t even believe that.
    No more wars, two DE’s in one place, just log out and you are welcome.
    Tutorial is MUST HAVE = it’s about multimedia and visul styles, not about commands and physical things.
    Why? Because when I am satisfacted by the appearance and music, radio, Internet TV around me I CAN LEARN COMMANdS IN THAT * NICE WHITE-COLORED TERMINAL.
    And work: spreasheets, bases, business – when my computer in the pair with Ubuntu is well MULTIEDIA-ARMORED.

  261. Glen Isham Says:

    Good tutorials. One comment, somewhat related to the “iTunes in Ubuntu” article. I’m a sysadmin in an entirely Windows environment. There are certain tools that I use for work (and occasionally for personal use) that just will not run in Linux, and for which there are no (as of yet) suitable alternatives on the FOSS side. Primarily I’m speaking of Access, Visio, and personnaly, Income Tax software, although there are a few others. (Yes I’ve tried Kivio and OOBase, but they just don’t cut the mustard).

    I used to Dual-boot, but as you stated, this very quickly becomes tiresome. Now I run Win7 in a VirtualBox VM, and keep the VM open on one side of the Cube. I do the majority of my work/play in Karmic, but when I NEED to use one my Windows apps, I just spin the cube around and there it is, no muss, no fuss.

    Just a suggestion for those folks who unfortunately have to use Win apps on occasion.

    Again, great tutorials. Your site is now bookmarked.

  262. Newbie Says:

    Sorry for mistakes because of Firefox during I was typing forced me to restart.

  263. Newbie Says:

    To Glen Isham.

    Thank you for the information about Access, that’s the problem which is very importent for me too.
    Just in fresh Karmic OOBase doesn’t open Access 2007 files (but .DOCX and .XLSX filetypes in OpenOffice is OK – it’s great, I can’t keep silence about that). I believe that I’ll find some decisions later because I’m only getting started with Ubuntu now .

  264. Kapil Says:

    I was able to change my home directory to a new partition successfully; on Linux Mint Helena. Simple and complete instruction. Thanks

    - Kapil

  265. Eats Wombats Says:

    Where have you gone?!

    The separate /home partition post was useful and I just checked back when I found a problem with Ubuntu 10.04 (see bug 544250 in Launchpad). You need to disable the swap partition to be able to resize the main partition:

    right click the swap partition and select swapoff

    It’s used by default by the LiveCD.

  266. penguirl Says:

    I just wanted to let you know that the remove Gnome command is blank on the pure KDE page.

  267. penguirl Says:

    Please ignore my previous comment, apparently it was Konqueror. Thank you for your extremely helpful tips!

  268. Dan Says:

    I read your post on iTunes. You are my hero, and you need to post more. Do it now.

  269. Richard Hall Says:

    Thank you so much for the command to remove the appalling xubuntu and go back to pure gnome -installed inadvertently when trying to fix a sound problem.

    Who ever thought it was a good idea? Until I stumbled upon your page I was contemplating a full reinstall to get rid of this inflexible, unfriendly pile of doodoo.

    Well done.

  270. JakeLawrence Says:

    The amount of work that went into this project remains to be both impressive and obvious. Thanks for everything!

    But, one question: Why does Ubuntu hate 64-bit architecture? I used your wonderful Installing Flash page and it didn’t work (“Unable to find expected entry main/binary-amd64/Packages in Meta-index file”), tried using Klik and it’s not working, laughs at me (well, kind of) when I try to install ZSNES, doesn’t like the new Firefox 3.6.3 download, and the list goes on.

    Should I just throw out my 64-bit laptop (being next to a window is a very tempting) and just buy a damn 32-bit or what?

    Ripping out my hair,
    Jake

  271. Zvlwab Says:

    I have been following your guide for installing flash (http://www.psychocats.net/ubuntu/flash). But after this step http://www.psychocats.net/ubuntu/images/flashlucid04.png I get the error: Package ‘adobe-plahplugin’ is virtual.

    Could anyone help me please?

  272. ubuntucat Says:

    Probably this bug:
    https://bugs.launchpad.net/ubuntu/+source/apturl/+bug/554449

    Post a thread on the Ubuntu Forums for help.

  273. Gallivanteer Says:

    Haven’t used ubuntu since I was in college, your tutorials were great! Thanks a lot for the help!

  274. Ted Says:

    @Gallivanteer:

    Us “old guys” are supposed to be using that line! As in, “I haven’t used Unix since I was in college.”

    Which was, um, more than 5 years ago…

  275. Orestis Says:

    Hi! Great site! it is one of the best I have traced about Ubuntu. It is very useful to all Linux newbies. Thanks a lot for the effort and the time you have spent.

  276. Craig J. Says:

    Would you please add another page to your wiki? I already have three partitions root, swap, and home. And thanks for the help getting that done.

    Now that 10.4 is out, I do NOT want to do an upgrade. I would like to do a clean install on root. I have tried this before with 9.4 but the install did not see my current accounts (4). I need to save the documents, pictures, etc, but do not want to save the .gnome stuff.

    Kind of start clean with my documents in tact. I’ve read that it is ‘easy’ to do, but I’m lost. I could simply re-install, re-make the accoutns, and then copy…

    what is the better way?

    thanks.

    Craig A.

  277. ubuntucat Says:

    Since you want your documents but not your settings to stay, instead of a /home partition, what you need to do is set up a data partition and preserve that when you reinstall.

    If you need more help with that, start a Ubuntu Forums thread.

  278. johnd16 Says:

    Love http://www.psychocats.net/ubuntu/minimal

    One improvement could be to [ !! Choose language ] and select “C”: No localization, that would make the installation even more minimal.

    From the lots of questions, most difficult to answer was to choose Grub(2) to which kernel to boot (by default):
    * linux-generic
    * linux-image-generic
    * linux-image-generic-2.6.x
    etc.

    Thanks for the tutorial.

  279. Daniel Says:

    I just wanted to let you know how helpful your tutorials have been in helping me explore and understand the world of Ubuntu. Your work is VERY appreciated.

  280. gusteman Says:

    Hi there ubuntucat,
    One small suggestion: I was looking for the best way to download and burn a Ubuntu ISO and stumbled upon your tutorial: Downloading and burning an ISO of Ubuntu. Unfortunately after having read for about ten minutes (I am not a native Anglo-Saxon so I have to translate the text) I realized that your tutorial was meant for people doing this under Windows, so in fact I don’t find much help in it.
    Maybe if you would add “under Windows” in the title of the tutorial it would avoid confusion.
    For newbies, who want to learn how to deal with Ubuntu and Linux (especially the terminal), finding correct and easy readable and/or understandable tutorials is not an easy task. I have Ubuntu on my desktop since about may 2008, and will never return to Windows. I have clearly understood the advantages of working with a Linux-oriented distro. But still, sometimes I am confronted with problems where I have to search for days and days before finding the correct answer/solution. For example: a few weeks ago I installed a, completely new, second hard-drive. So I had to partition it before installing Ubuntu. Well, somewhere I must have made a mistake, because now I have noticed that my HD is mounted at Root (/). So now I understand that, when I want to boot up on my new HD the desktop stalls. I am convinced that I will find a way to resolve this problem, but maybe now you understand a little bit better my remark about the title of your tutorial: when you have to go digging in tenths of thousands of posts an threads before finding any answers, it can sometimes be frustrating to start reading a paper and having to find out that it is not exactly what the title promises.
    No offense, I have already found a lot of help in some of the other tutorials you have written. For which my deepest gratitude. Thank you oh so much for the good work you have been doing.
    Many regards, gusteman.

  281. aj Says:

    Hi! Great tuturial on youtube on how to install ubuntu on a virtualbox. I am running XP. After I installed the virtualbox, I have no wireless internet connection. I can only connect with a cat5 cable. Do you know a fix for that?

    Thx,

    AJ

  282. Sanket Totewar Says:

    Hmm…
    I checked ur post on a different home partition…
    And am gonna try something really wicked here…

    Just installed Ubuntu 10.04 with a seperate /boot and /home. And planning to install Fedora 13 KDE on another partition.
    The /boot is different so no issues.
    But, I wanna use the same /home partition for Fedora as well as Ubuntu. Fedora 13 should be downloaded in a day or so.
    Let’s see how it goes. If you have any suggestions feel free to mail me… ;-)

  283. Zing1atu Says:

    Any chance of adding removal instructions for lubuntu-desktop on this page http://www.psychocats.net/ubuntu/puregnome?

    Thanks in advance

  284. ubuntucat Says:

    Doubtful as part of the page. Start a thread in the Ubuntu Forums, though, and I may be able to help you out there.

  285. appreciated_user Says:

    Thank you. Your work is appreciated ^___^

  286. stephen Says:

    thanks for the advice on changing the password in ubuntu. It’s worked and I’m back running again

  287. fabian Says:

    thanx man!!!

  288. richlyn Says:

    i tried your Create a separate home partition in Ubuntu in Lucid and i was successful but i got this error resulting in disappearance of the volume control and shut down/restart/logoff control on panel
    may be theres something that needs to be tweaked in the procedure..

    But a quick way to do it and i like it though
    have posted it on the forums
    http://ubuntuforums.org/showthread.php?p=9400412#post9400412

  289. New-to-Ubuntu Says:

    Just want to say thanks for the website! I have only been using ubuntu for about a week now. I couldn’t get hulu to work no matter what I tried. I spent several days searching forums web pages ext. I was considering moving back to windows out of frustration. I found psychocats eventually and within 5 minutes was up and watching hulu. Best ubuntu tutorials I have found so far. Long live Linux!

  290. RedSpade Says:

    I need to give you a belated thank you for your contribution to my knowledge. I’ve been using Linux for about ten years now. I struggled with it until I found Ubuntu and the Apt-get application. Now whenever I run into a snag, I consult with Psychocats for the hows and whys, before I go elsewhere. Many thanks from me and from others who have yet to thank you themselves.

  291. sddmbr Says:

    Hi, I just tried the remastersys tutorial and I wanted to tell you that you give clear and easy to do tutorials, thank you so much. I have a question, the custom cd after it has booted ask me for a user name and password. I think I know my username but when making the custom cd it never ask me for a password. So I can’t get in. Maybe I’m missing something. How do I get pass this? Thanks in advance…

  292. ubuntucat Says:

    Seems to be a known issue:
    http://ubuntuforums.org/showthread.php?p=9158421&highlight=password#post9158421

    Better to ask the Remastersys creator (Ubuntu Forums username fragadelic

  293. Whoop365 Says:

    you are wrong about one thing, it is possible to get itunes on ubuntu – i currently connect to the store and use it with my iphone

  294. aparna Says:

    hi,
    The tutorial for using wine to open an windows executable file in ubuntu was extremely helpful. This is the first time I was trying to use a windows program in linux and was floundering when i found your instructions. thanks a lot.

  295. ubuntucat Says:

    If you can provide a step-by-step tutorial that someone else can follow to get iTunes working successfully on Ubuntu and then update the WineHQ entry on it then I will update my info on iTunes.

    So far, after seeing thousands of forum threads and blog posts about it, I have not seen any convincing evidence that iTunes successfully can be run on Ubuntu without using virtualization (which is really just using Windows and not Ubuntu at all).

  296. Marcelo Rocha Says:

    Hi,

    when i uninstalled the KDE from Ubuntu Lucid Lynx, browser fonts was very ugly. It was needed to remove the file ~/.fonts.conf to correct this behaviour. I’ve saw this tip in http://ubuntuforums.org/showthread.php?p=9289462

  297. Ralph Says:

    I have a suggestion for your tutorial on “Mounting Linux Partitions in Ubuntu” — I noticed you used a listing of /dev/disks/by-uuid, but with some users, especially those with many hard drives and many partitions on those drives (I have over 10 myself), that can be messy to sort through and difficult to understand, although I respect that it is appropriate for many users. Perhaps you could try “sudo blkid -p /dev/yourdrive” after querying the available drives with “sudo fdisk -l” to find the one you are after. Using “blkid” would keep the desired output to one line and still provide the same information. Kudos to an otherwise great tutorial!

  298. ubuntucat Says:

    Ralph, I always appreciate thoughtful feedback. My tutorials are really beginner tutorials aimed at simplicity and trying to address the most common scenarios. In most cases, people have been able to figure out what drives are which, even if they have two or three hard drives with a couple partitions on each.

    I do think what you have offered is good for me to know, though, in case I get a question on the Ubuntu Forums about a special situation. Thanks!

  299. Tiede Says:

    Nice infos you have there, ubuntucat.
    I was just reading [url=http://www.psychocats.net/ubuntu/puregnome]this page[/url] and was thinking, instead of all those packages, couldn’t it be easier if someone wrote a dummy-package that conflicts with all those other ones and after installation prompts to be uninstalled whenever opened?

    Do you know if such a package already exists, or if there’s a reason why it’s not?…

    **sorry, pasted wrong address the first time, lol!

  300. ubuntucat Says:

    That’s an interesting idea. If I knew how to package, I’d make that metapackage!

  301. John Says:

    Really appreciate your work here, you have my deepest respect.
    I’ve spent weeks to figure out how to do certain things in Linux. I’ve really missed comprehensive tutorials or info such as yours. I’ve stumbled upon incomplete tutorials so often that If I wasn’t absolutely forced to use Linux at work I would’ve surely given up by now. Also, I would’ve probably saved lot of time If I had found your site earlier.

    Bless you and don’t forget, your work is much appreciated.
    Regards John.

  302. André Baldo Says:

    Hello,

    I was reading your tutorial about the differences between KDE and GNOME. A topic that wasn’t covered is accessibility for people with disabilities. I know it could be a topic for a minority of users, but a very important one for people who are starting in Linux. For example: GNOME has a shortcut (alt+f1) to get to the menu where there is application, place and system, and control+alt+tab to alternate between panels. Also, for blind people such as myself, there is orca, a screen reading program that uses eSpeak to synthesize all the text written to the screen, and even in gnome-terminal. On the other hand, there are very little articles about KDE’s accessibility!

    Anyway, keep up the good work!

  303. JJ Says:

    What can I say but a big thank you for making Linux less of a mystery.
    Your instructions are wonderfully written and easy to follow . After an hour or so scrolling around Ubuntu 10 , well it’s starting to feel like a very new friend .
    Thanks for helping out with your online presence.
    Best
    JJ

  304. Paul Gibson Says:

    Typo on your password reset instructions . . .

    In this case, I’m going to reset Susan Brownmiller’s password.
    To reset the password, type
    passwd username
    where username is the username you want to reset. In this case, I want to reset Linda’s password, so I type
    passwd susan

  305. Hark3n Says:

    Good news. Opera Mini for Android has just been updated. It now has that much asked for feature of setting it as the default browser.

    It also does fullscreen now.

    Thought you would like to know.

    Cheers,
    E

  306. Wozziewup Says:

    Good site this! Lots of useful tricks.
    I especially used the command for removing the xubuntu desktop from ubuntu. For this section I have a request, can you also give the command for a complete removal of the ubuntu dektop from a lubuntu perspective? That would be very apreciated!

  307. dave Says:

    I was very impressed. I was considering doing the same thing and setting up a blog posting this material but you’ve saved me the trouble of having these tutorials. Well done and well researched.

Leave a Reply