Tag: Ubuntu

  • One important difference between Debian and Fedora

    Before starting out with Oracle Linux this summer, my experience with Linux had been more or less confined to Ubuntu, which stems from Debian. Oracle Linux, on the other hand, stems from the Fedora project and Red Hat. Though they both build on the same kernel, they diverge from each other in a few important aspects. Software available in the repositories for Debian are divided into free, non-free and contrib. All software available in Fedora’s repositories are free.

    (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…)