tips and tricks section -would you contribute?

Moderators: b1o, jkerr82508

Do you want a tips and tricks section - and would you contribute

Poll ended at 20 May 2010, 03:59

Yes I love it I need it and I would contribute a lot
1
100%
Yes I need it but I cannot contribute that much
0
No votes
Yes it tips and tricks are fine by me
0
No votes
No I don't think it fits here
0
No votes
No I hate tips and tricks
0
No votes
 
Total votes: 1

User avatar
viking60
Über-Berserk
Posts: 9351
Joined: 14 Mar 2010, 16:34

tips and tricks section -would you contribute?

Postby viking60 » 20 Apr 2010, 03:59

What do you think guys
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"

User avatar
dedanna1029
Sound-Berserk
Posts: 8780
Joined: 14 Mar 2010, 20:29
Contact:

Re: tips and tricks section -would you contribute?

Postby dedanna1029 » 20 Apr 2010, 14:30

I think it would be okay so long as we don't become too much like another forum.

As to how much I'd contribute, I can't say.

My days of talking too much here are starting to wind down.
I'd rather be a free person who fears terrorists, than be a "safe" person who fears the government.
No gods, no masters.
"A druid is by nature anarchistic, that is, submits to no one."
http://uk.druidcollege.org/faqs.html

User avatar
viking60
Über-Berserk
Posts: 9351
Joined: 14 Mar 2010, 16:34

Re: tips and tricks section -would you contribute?

Postby viking60 » 20 Apr 2010, 15:57

I am thinking along the lines of tips and tricks pure. No comments or questions in that forum except directly relevant ones to the solution provided. Other stuff must be moderated out of there. Tips elsewhere on this board could also be moved in. It could become a valuable toolbox. I see no problem in stealing the best tips from other forums either as long as we structure it right here- making it accessible.
The next time someone installs Mandriva, Arch or Gentoo etc he should be able find some tips without reading a whole bible first.
This is an example (Mandriva(:
When you discover that you do not have access to your documents on windows:
DO NOT:
chown -R username /media/win/User/user_name_folder. (Or any other folder)
It will break your access on the Windows side even if the user name is the same. You will have access from the Linux side.
DO:
Check your ntfs-config settings.
and

Code: Select all

chmod -R 777 /media/win/User/Your_User_Name

(Note that your path might be different like /media/windows or /media/win_c etc. you will have to check this and use yours)
Then it will work again on both sides.
Case closed :D

And this (Arch/Chakra):
After having installed KDE according to the instructions on the chakra pages:
Install qimageblitz

Code: Select all

pacman -S qimageblitz

This file is not correctly pulled when installing the chakra kde.
This will let you log in to KDE but plasma will crash after 10 sec.

To fix this new error you must remove :

Code: Select all

pacman -Rd kdemod-networkmanagement-networkmanager-plasmoid

(I also moved the chakre repositories up before the Arch repos in /etc/pacman.conf but I don't think that matters)


I think that a solved case in the Help section naturally would find its place in a tips and tricks section in a restructured and refined form. And of course a tip from the experience of the forum members.
This is not supposed to be the "look good and show off" forum. Just a collection of simple (and complex) solutions on topics we all have struggled with. What is trivial for one, might be the AHA experience of a lifetime for the next guy (probably me) :D
A simple link to the best Linux command site on the Internet would clearly belong in a forum like that.
Manjaro 64bit on the main box -Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz and nVidia Corporation GT200b [GeForce GTX 275] (rev a1. + Centos on the server - Arch on the laptop.
"There are no stupid questions - Only stupid answers!"


Return to “Linux education”