Tag: Linux

  • Platform agnosticism and my preferred platform

    The debate over ones preferred platform has for a very long time felt more like a religous discussion more than anything else. Whether it’s PC vs. Mac, iOS vs. Android, or Windows vs. Linux, proponents of the various platforms tend towards an almost religious level of zeal for their preferred platform, and against the other platform.

    (more…)

  • Automatically unlocking the default Gnome-Keyring


    One of the things that really annoy me about Linux is the fact that every time I start my computer, I have to enter a separate password to unlock the Gnome-Keyring, so as to log on to my wireless network. While I appreciate the need for a keyring, I really think it should be unlocked automagically. Luckily; there’s a way.
     
    What we need to do is to install a package called libpam-keyring, which can be found in the package manager. Once installed, a little bit of configuration is needed, by way of adding a couple of lines to the configuration file. Follow this next step carefully. If you put the line in the wrong place it may cause problems with other parts of machine authentication.
     
    Edit the /etc/pam.d/gdm file and append the following line to the end of the file: @include common-pamkeyring
     
    Once this is done, the gnome-keyring will be handed your login password, and unlock at logon, provided they are the same. If your login password and gnome-keyring password are different this will not work. To resolved this, you will need to ensure that they are the same, either by changing your login password, or by changing the gnome-keyring password, as detailed here

  • Clearing or Resetting the Gnome-Keyring

    A few weeks ago, I needed to change the password for the Gnome-Keyring, as I wanted to lend my computer to a friend. This can be done using either the command line or through the GUI, the latter being the one I prefer for its simplicity. Here’s how:
      (more…)