Differences between revisions 1 and 21 (spanning 20 versions)
Revision 1 as of 2009-08-06 16:05:05
Size: 1409
Editor: asbesto
Comment:
Revision 21 as of 2010-06-11 10:10:04
Size: 6356
Editor: asbesto
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl FreaknetGroup:read,write,admin,delete,revert All:
Template di base per pagine freaknet, con acl settate in base a FreakNetGroup. -asb
As root:
## page was renamed from UbuntuAvoidPasswords
#acl FreaknetGroup:read,write,admin,delete,revert All:read
Line 5: Line 4:
1. apt-get install libpam-gnome-keyring = Ubuntu PURIFICATION =
Line 7: Line 6:
This page was an howto for avoiding all that asking for passwords into the Ubuntu Desktop Edition. People is TIRED to write the same DAMN PASSWORD into their ubuntu box.
Now it contain useful stuff to do, for having a working and simple Ubuntu instead of the crap they install by default.
Line 8: Line 9:
2. if you don't have it, create a file named == Threads about stupid things added in Ubuntu ==
Line 10: Line 11:
/etc/pam.d/common-pamkeyring  * http://ubuntuforums.org/showthread.php?p=9440671
 * http://ubuntuforums.org/showthread.php?t=1229939 60 seconds delay at shutdown request.
 * http://ubuntuforums.org/showthread.php?t=1232140 same as before
 * http://ubuntuforums.org/showthread.php?p=8954666 Log off password!!!
 * http://ubuntuforums.org/showthread.php?t=1233849 Too many passwords asked, a lot of stupid answers, and the thread CLOSED while discussing. O_o
 * http://ubuntuforums.org/showthread.php?t=1232131 The "System Policy" CRAP, not used anymore. And another thread CLOSED by administrators! O_O
 
== Automatic login without password ==
Line 12: Line 20:
containing: It's MY computer, in MY house, so why the FUCK i have to type my password to log in X-Windows?!?
Line 14: Line 22:
{{{
System - Administration - Login and select the damn user
}}}
Line 15: Line 26:
You can select this while installing the Ubuntu.

== IDIOT keyring password ==

It will be asked again and again. Every time the same FUCKING password. Just to open a thing that contain THE SAME PASSWORD ITSELF.

SOO STUPID!

Delete the folder '''''$home/.gnome2/keyrings''''' which holds the keyring info. Once you do that it wont ask again.

=== Disable the damn Gnome Keyring Manager Password ===

Same SHIT as before.

{{{
Applications - Accessories - Passwords and encryption keys
}}}

Edit that.

=== All other passwords asked again and again ===

First, do an '''apt-get install libpam-gnome-keyring''' (Normally this is not required on latest ubuntu releases)

Create a file named '''/etc/pam.d/common-pamkeyring''' containing:

{{{
Line 17: Line 55:
}}}
Line 18: Line 57:
Edit '''/etc/pam.d/gdm''' adding this line at the bottom of the file:
Line 19: Line 59:
3. edit /etc/pam.d/gdm adding this line at the bottom of the file:
{{{
Line 22: Line 61:
}}}
Line 25: Line 65:
{{{
Line 28: Line 68:
}}}
Line 29: Line 70:
Create, if doesn't exist, the '''wheel''' group, editing '''/etc/group''', and add your user to it
Line 30: Line 72:
4. Create, if doesn't exist, the "wheel" group, editing /etc/group, and add your user to it {{{
vi /etc/group
}}}
Line 32: Line 76:
5. add this in /etc/sudoers using "visudo": Edit '''/etc/sudoers''', using '''visudo'''
Line 34: Line 78:
{{{
visudo /etc/sudoers
}}}

adding a line containing:

{{{
Line 35: Line 86:
}}}
Line 36: Line 88:
6. add those things in /etc/pam.d/sudo : Edit '''/etc/pam.d/sudo''' adding those lines:
Line 38: Line 90:
{{{
Line 42: Line 94:
}}}
Line 43: Line 96:
Edit '''/etc/pam.d/su''' enabling this line (just uncomment it):
Line 44: Line 98:
7. enable this in your /etc/pam.d/su
{{{
Line 49: Line 102:
}}}
Line 50: Line 104:
8. edit /etc/PolicyKit/PolicyKit.conf as here: == The Incredible Idiocy: PolicyKit ==

As I stated in ubuntuforums time ago:

''I'm used to work on MY computer, with MY login, and no other logins; it's in MY home, and it don't run away to search for malicious users. It's MY PC in MY HOUSE. For this I log in automagically with no password asking. I have automagic "su" and "sudo" without password (that is STUPID because I'm root on MY machine, and there are NO other users).

But now I have some very annoying issues about this damn thing called
"System Policy", for which I can't, just to say, do a shutdown of my machine under Gnome because "System policy prevents stopping the system when other users are logged". And this just because I have some root terminals left open.

This is very, very stupid.

And so on, this damn sys policy crap keep asking me the same damn password for everything: wifi connections, login/ssh to other machines, mounting of devices, and so on.

Please, PLEASE. Does someone know HOW TO KILL this stupid thing? How to get rid of all those unuseful, boring, recursive and idiot password requests?

please somebody help me, I'm going nuts for this.''

I got an official warning and the thread was closed by administrator. The PolicyKit was a so stupid PIECE OF CRAP that now is no more used. But for the unfortunate users that have this stinking corpse running: as stated in the man page, just edit '''/etc/PolicyKit/PolicyKit.conf''' as here:
Line 61: Line 132:

9.
restart the whole X damn thing
and restart the whole X damn thing
Line 65: Line 135:
AND LIVE IN HAPPINESS '''NOW LIVE IN HAPPINESS'''


== Other stupid things in Ubuntu ==

=== Totem ===

Totem is installed by default. But it's UNABLE to open ANYTHING. WHY?

NO CODECS INSTALLED!

O_O

=== Close this terminal? ===

Terminal asking "Close this terminal? There is still a process running in this terminal. Closing the terminal will kill it". This is '''STUPID, STUPID, STUPID.'''.

Launch gconf-editor -> Apps -> gnome-terminal -> global -> untick confirm_window_close

=== 60 seconds delay on shutdown ===

Another STUPID thing.

Launch gconf-editor

Go to apps> indicator-session and check the box next to suppress_logout_restart_shutdown. Or if you wish to do it entirely from terminal:

{{{
gconftool-2 -s '/apps/indicator-session/suppress_logout_restart_shutdown' --type bool true
}}}


=== Sticky Windows at edges ===

The most annoying thing in the entire world. The great stupid thing is that you have '''''compiz installed without the tool for configuring it!'''''

so, '''apt-get install compizconfig-settings-manager''' and check out the '''snapping windows''' option in the '''''window management''' section of the compiz config editor, that is under '''''system - preferences''''' menu.

=== Logout - Are you sure you want to logout? ===

YES GODDAMN, I'M FUCKING SURE, HOLY SHIT SHUT THE FUCK UP AND LOG THE FUCK OUT!

=== USEFUL not installed programs ===

 * compizconfig-settings-manager (compiz INSTALLED and NOT CONFIGURABLE? STUPID!)
 * openssh-server (this is SO FUGKING STUPID!)
 * mc
 * gimp
 * joe

=== SHIT to be removed ===

 * f-spot
 * totem (totally unuseful!)

Ubuntu PURIFICATION

This page was an howto for avoiding all that asking for passwords into the Ubuntu Desktop Edition. People is TIRED to write the same DAMN PASSWORD into their ubuntu box. Now it contain useful stuff to do, for having a working and simple Ubuntu instead of the crap they install by default.

Threads about stupid things added in Ubuntu

Automatic login without password

It's MY computer, in MY house, so why the FUCK i have to type my password to log in X-Windows?!?

System - Administration - Login and select the damn user

You can select this while installing the Ubuntu.

IDIOT keyring password

It will be asked again and again. Every time the same FUCKING password. Just to open a thing that contain THE SAME PASSWORD ITSELF.

SOO STUPID!

Delete the folder $home/.gnome2/keyrings which holds the keyring info. Once you do that it wont ask again.

Disable the damn Gnome Keyring Manager Password

Same SHIT as before.

Applications - Accessories - Passwords and encryption keys

Edit that.

All other passwords asked again and again

First, do an apt-get install libpam-gnome-keyring (Normally this is not required on latest ubuntu releases)

Create a file named /etc/pam.d/common-pamkeyring containing:

auth optional pam_keyring.so try_first_pass
session optional pam_keyring.so

Edit /etc/pam.d/gdm adding this line at the bottom of the file:

@include common-pamkeyring

and please COMMENT OUT those lines:

# auth optional pam_gnome_keyring.so
# session optional pam_gnome_keyring.so auto_start

Create, if doesn't exist, the wheel group, editing /etc/group, and add your user to it

vi /etc/group

Edit /etc/sudoers, using visudo

visudo /etc/sudoers

adding a line containing:

yourusername ALL = NOPASSWD: ALL

Edit /etc/pam.d/sudo adding those lines:

auth sufficient pam_rootok.so
auth required pam_wheel.so
auth sufficient pam_wheel.so trust

Edit /etc/pam.d/su enabling this line (just uncomment it):

# Uncomment this if you want wheel members to be able to
# su without a password.
auth sufficient pam_wheel.so trust

The Incredible Idiocy: PolicyKit

As I stated in ubuntuforums time ago:

I'm used to work on MY computer, with MY login, and no other logins; it's in MY home, and it don't run away to search for malicious users. It's MY PC in MY HOUSE. For this I log in automagically with no password asking. I have automagic "su" and "sudo" without password (that is STUPID because I'm root on MY machine, and there are NO other users).

But now I have some very annoying issues about this damn thing called "System Policy", for which I can't, just to say, do a shutdown of my machine under Gnome because "System policy prevents stopping the system when other users are logged". And this just because I have some root terminals left open.

This is very, very stupid.

And so on, this damn sys policy crap keep asking me the same damn password for everything: wifi connections, login/ssh to other machines, mounting of devices, and so on.

Please, PLEASE. Does someone know HOW TO KILL this stupid thing? How to get rid of all those unuseful, boring, recursive and idiot password requests?

please somebody help me, I'm going nuts for this.

I got an official warning and the thread was closed by administrator. The PolicyKit was a so stupid PIECE OF CRAP that now is no more used. But for the unfortunate users that have this stinking corpse running: as stated in the man page, just edit /etc/PolicyKit/PolicyKit.conf as here:

<config version="0.1">
        <match user="root|YOUR_USER_HERE">
               <return result="yes"/>
        </match>
        <define_admin_auth group="admin|wheel"/>
</config>

and restart the whole X damn thing

NOW LIVE IN HAPPINESS

Other stupid things in Ubuntu

Totem

Totem is installed by default. But it's UNABLE to open ANYTHING. WHY?

NO CODECS INSTALLED!

O_O

Close this terminal?

Terminal asking "Close this terminal? There is still a process running in this terminal. Closing the terminal will kill it". This is STUPID, STUPID, STUPID..

Launch gconf-editor -> Apps -> gnome-terminal -> global -> untick confirm_window_close

60 seconds delay on shutdown

Another STUPID thing.

Launch gconf-editor

Go to apps> indicator-session and check the box next to suppress_logout_restart_shutdown. Or if you wish to do it entirely from terminal:

gconftool-2 -s '/apps/indicator-session/suppress_logout_restart_shutdown' --type bool true

Sticky Windows at edges

The most annoying thing in the entire world. The great stupid thing is that you have compiz installed without the tool for configuring it!

so, apt-get install compizconfig-settings-manager and check out the snapping windows option in the window management section of the compiz config editor, that is under system - preferences menu.

Logout - Are you sure you want to logout?

YES GODDAMN, I'M FUCKING SURE, HOLY SHIT SHUT THE FUCK UP AND LOG THE FUCK OUT!

USEFUL not installed programs

  • compizconfig-settings-manager (compiz INSTALLED and NOT CONFIGURABLE? STUPID!)
  • openssh-server (this is SO FUGKING STUPID!)
  • mc
  • gimp
  • joe

SHIT to be removed

  • f-spot
  • totem (totally unuseful!)

GnuLinuxPurification (last edited 2024-04-18 09:39:18 by asbesto)