Questions
Login | Register RSS
Posted on 09/18/2023
This command shows all the public keys allowed for the given PGP file # gpg --list-packets yourfile.pgp ... Read More...
Posted on 09/18/2023
This command shows all keys in your PGP keyring: # gpg -k --keyid-format long To see a key assocated to a specific ID in your PnP keyring: # gpg -k --keyid-format long [key_id] i.e. gpg -k --keyid-format long D9735120A7F... Read More...
Posted on 05/26/2022
To launch a Wayland virtual window in Linux, simply run this command: dbus-run-session -- gnome-shell --nested --wayland ... Read More...
Posted on 08/14/2015
When Evolution responds with a "Forbidden", "unable to connect to 'calendar'" or "cannot open calendar: unexpected http status code 405" rejection, while trying to access a Google calendar, this is what you should do to fix ... Read More...
Posted on 09/20/2014
If you want to skip error sockets-related code during backup of whole filesystem you will be surprised there's no –ignore-sockets switch. But there's elegant method to to that: cd / sudo find . -type s > /tmp/so... Read More...
Posted on 09/13/2014
install libpurple & gtkautospell via yum normally download the x86_64 pidgin rpm for Fedora 19 (i use rpmbone for this) run rpm command to manually install pidgin w/o enforcing dependancies you're done ... Read More...
Posted on 01/03/2013
During the course of a workday, I encounter repeating information within data files; which contain usernames, orderIDs, or other single lines of text. In many of these cases, I need to obtain a list of the unique lines within these files.  Here is how I accomplish it. Read More...
Posted on 09/29/2012
If you run into case where you're running a 64-bit version of CentOS or Fedora, and Yum seams to prefer 32-bit packages, even though 64-bit packages exist, here is how to fix it. Read More...
Posted on 09/20/2012
If you are a long time Linux user like myself, you may have stumbled across a great CD to MP3 ripper app called " ripperX ".  Trying to get this installed & working properly in newer versions of Fedora/CentOS, has been a little tricky at times.  Here is a quick how-to for installing, configuring & using it. Read More...
Posted on 07/30/2012
Sometimes after installing Linux to a PC, it's not possible to reinstall Windows exclusively to the hard drive, without first removing Grub from the MBR.  Should this situation arise, there are a few different ways to fix it. Read More...
Page # 1 of 5 Next Page »