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.
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 ;-)
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 ;-)
Comments 14
( ... )
Reply
Reply
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
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
Reply
updatedb
as root, I think. That takes a snapshot of the filesystem.
Reply
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
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
Reply
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
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