The trials of trying to install Linux distros while being not very technical

Apr 23, 2009 23:06

This evening I spurned a very tempting social invitation to stay home and install a new OS on my eeee. Oh how I wish I hadn't...

Linux: 2 (evenings). Triskellian: 0 (successes) )

tech

Leave a comment

Comments 14

One more, xkcd knows of what it speaks: lanfykins April 23 2009, 23:08:19 UTC

... )

Reply

Re: One more, xkcd knows of what it speaks: triskellian April 24 2009, 07:05:57 UTC
I'm not talking to XKCD this morning. Stoopid Rick Astley earworm :-(

Reply


uitlander April 24 2009, 06:12:37 UTC
To move files:

mv [source file] [destination path/desired filename]

To copy files:

cp [source file] [destination path/desired filename]

To delete files:

rm [file to be deleted]

Reply

uitlander April 24 2009, 06:21:45 UTC
oh and these may be useful as well...

WTF am I in this file structure?: pwd

WTF is that file I, I know it's somewhere?: locate [filename]

WTF is that file, it was called, um, something like?: locate *[bit of filename]*

I need to stick this lot in a new directory: mkdir [new directory name] followed by cp or mv.

Is this a permissions thing? What permissions do I have on this lot?: ls -alx

OK, so I need to change the permissions (very, very carefully): chmod [numeric value for permissions] [filename]

Reply

triskellian April 24 2009, 07:08:47 UTC
Thank you :-) I remembered some of those, and found some others in my wanderings, but there are several I hadn't yet encountered.

Reply

smiorgan April 24 2009, 08:38:35 UTC
To use locate you need to issue

updatedb

as root, I think. That takes a snapshot of the filesystem.

Reply


bateleur April 24 2009, 06:53:36 UTC
It's possible I'm not cut out for this :-(

What you're doing is what Linux geeks do all the time (see XKCD above). The only difference is that some of them enjoy it.

Incidentally, I do recommend doing everything with command line tools where possible. There are two main reasons:

1) If anything ever complains about permissions you can easily sudo it or log in as root.

2) If when something goes wrong you get to read the error message.

Also, I do recommend you get over your wariness of tech forums. I've been on the question-answering end and can assure you that people like you are exactly the ones everyone wants to help. That is: non-specialists who are trying to do something which ought to be easy, but isn't.

Reply

triskellian April 24 2009, 07:21:48 UTC
Yes, I was aware of all this as a risk when I started, sigh. And it is sort of fun - like solving a big problem in little pieces. Little, always-just-one-more-to-go, pieces...

It's not really that I'm scared of tech forums, I just don't want to be the noob who needs to JFGI. I'm still getting somewhere from JFGingI, so I'm doing that and whinging at you lot in the meantime. If I get to a stage where that doesn't help, I'll either quit or venture into tech forum territory, depending on how much I've turned into that XKCD character by then ;-)

Reply


undyingking April 24 2009, 07:43:10 UTC
And just think, you might have it all to do again in a few weeks time, if it busts like secretrebel's ones have.

Reply

al_fruitbat April 24 2009, 11:09:09 UTC
I'd say that was more due to the Carphone Warehouse recycling dodgy / older laptops than the Eee itself. Mine's survived many miles, flights, buses and countries. It fell off a couch (with me) and crashed to the floor so the battery came out (thanks to the boat tipping in a force 11 gale). It's still working fine.

All that said, I have occasionally considered installing an alternative OS and the threads on how to do that on the Eee user forums simply repel me. I spend all week debugging errant software, I don't really want to do it in my spare time too ;-)

Reply


onebyone April 24 2009, 12:57:55 UTC
hjalfi might be a good person to ask about this, he has eeeeees and he does linux, and he does linux on eeeeeeees.

You may have encountered him at a hattedparty, but I expect you don't know him. If you want a referral, I'll mail you both to tell him I sent you.

Reply


Leave a comment

Up