Instead of echo I would suggest you to learn vim or some similar command line editor. Or just use mc which has editing option as well.
Thanks. It looks as if Vim was voted the most popular by other Linux users a few years ago. I'll certainly give it a try.
1. (re: choice of IO Schedulers) I'm using deadline on all my SSDs and have had no problems so long.
Glad to hear it's been working well for you. That's what I'll use also.
2. (re: a swappiness of 5) This is what I use myself, but I'm quite sure that any value below 10 is OK.
I think I'll go with a swappiness of 1 and evaluate (if I can) how effective it is; although 5 or 1 will probably be just as effective.
3. (re: vm.vfs_cache_pressure) I haven't played with that option myself so I can't comment here
I'm going to leave it at the default of 100.
4. (re: revising swappiness via the /etc/sysctl.conf file) I think it would work. Tho' there is now sysctl.d directory, maybe it's a better place.
http://www.freedesktop.org/software/sys ... ctl.d.html - it doesn't mention sysctl.conf so it may be obsolete for now.
Currently, I have data in my /etc/sysctl.conf file. It has 5 statements with net.ipv4.icmp parameters; however, I read the page at the link you provided, and I agree it does seem as if it might be better to do it that way.
5. (re: noatime) AFAIK noatime for SSDs is suggested to save SSDs, it's not that much of a performance option. You won't notice any performance drop if you are not using it. It just avoids constant writing on SSD. I think SSDs today are more reliable than they used to be and maybe it's not a problem. I'm using noatime myself tho' and haven't noticed any problems doing so. My mail client is Thunderbird tho'. But noatime for tmpfs is non sense
Yes, I should have been more careful about using the word "performance" (increase). I know; noatime is just for the purpose of reducing the number of writes to help preserve the longevity of the SSD, and doesn't have much of an impact on performance; and it makes absolutely no sense to include noatime when the writes are to RAM with tempfs files.
I'm still undecided whether using noatime on my SSD partitions will cause any logic problems in application or utility programs; but there's only one way to found out if it will.
So it sounds as if I've made up my mind to use noatime and see what happens. After all, it's only a home computer, and I'm not running a corporation's finances on it.

BTW, as I mentioned, this is my first experience using an SSD, and like you, I chose the Kingston HyperX 3K. It's been working like a champ. I'm really glad I made that choice.
Again, thanks for all of your help and for being so prompt with your replies. It's greatly appreciated!
All the best to you
sander85 and thanks to everybody else who replied. I can call this one [SOLVED] now.