Posts

View Categories

  • Upgrading to Debian Testing

    Last time I went over Debian’s releases and reasons to either upgrade to Debian Testing or remain on Debian Stable.

    In this post I’ll go through the steps I took to upgrade to the current Debian Testing release.

    Continue reading...

  • Debian releases and deciding to upgrade

    Debian Stable, or just “stable”, is the default release for new Debian installs, with “testing” and “unstable” being the next releases along the development pipeline.

    Debian Stable is the rock-solid release with few major changes going in and slightly older supported packages, while many downstream distributions like Ubuntu pull from Debian Testing, which gets more action throughout the year.

    Continue reading...

  • Creating Git aliases

    A few months ago a friend introduced me to Git aliases, and I’ve come to enjoy using them enough to set them up on every workspace I use.

    Aliases are customizable shortcuts for full or partial commands, allowing the user to enter something like “git ci” instead of “git commit -m”.

    git ci 'User can edit display name'
    git commit -m 'User can edit display name'

    Continue reading...

  • (Debian) Setting environment variables

    In this post we’ll set up environment variables for Debian, using Golang as an example.

    I’d like to be able to run Go programs easily from terminal, and also have Golang environment variables accessible from applications such as Sublime Text Editor.

    Environment variables can be set globally (/etc) or for individual users (~ is a shortcut to the current user’s home directory). I’ll set up these environment variables for my user.

    Continue reading...

  • (LXDE) Monitoring battery life

    I’ve noticed that my battery’s lifetime decreases by quite a bit when I run Debian. I’ll look into improving this in a couple days, but for now I’ve installed fdpowermon as a graphical battery life monitor.

    In this post I’ll show how to set up .desktop files for processes such as fdpowermon, and how to update your system to run fdpowermon on session start using the new fdpowermon.desktop file.

    Continue reading...

  • (LXDE) Customizing key bindings

    A few key bindings are helpful to save time, especially for tasks such as changing volume or screen brightness settings. These key bindings did not work out of the box for me, so this was one of the first things I wanted to set up.

    I’ve verified these steps on Debian GNU/Linux 8.3 (jessie) using the LXDE desktop. Other desktops may have their own locations for key bindings.

    Continue reading...

  • (LXDE) Customizing the log in background

    For this next post I’ll update the background image for the log in screen. I’m using Debian LXDE, so the instructions may differ if you are using another distribution or desktop. I have verified these steps on Debian GNU/Linux 8.3 (jessie) using the LXDE desktop.

    For my log in screen background I’ll use the following image of the Orion Nebula:

    alt-text

    Continue reading...

  • Adding a new sudo user

    Now that we’ve installed Debian, we’ll want to add our main user to the sudo group.

    “sudo” is Debian’s super user group, and its members can temporarily act as if they are system administrators by using the “sudo” keyword before a given command and confirming their password.

    Continue reading...


subscribe via RSS