Installing Citrix Workplace on Ubuntu Linux

Installation Download the Citrix Workspace app from the official website.Install using dpkg: $ cd Downloads $ sudo dpkg -i Citrix-Workspace.deb Installing a CA Certificate The pre-installed certificates might work for you. If you get errors when trying to use Citrix, then you'll likely need to install a CA certificate. Go to the VPN website you … Continue reading Installing Citrix Workplace on Ubuntu Linux

Webster’s Revised Unabridged Dictionary (1913) on StarDict on Ubuntu/Debian

So, after reading "You’re probably using the wrong dictionary," I thought I would give installing Webster's Revised Unabridged Dictionary (1913) on a Debian-flavor of Linux a try and write it up the process and some observations of its use. Installation on a Debian-flavor of Linux is straight-forward: $ sudo apt-get install stardict$ cd Downloads$ wget … Continue reading Webster’s Revised Unabridged Dictionary (1913) on StarDict on Ubuntu/Debian

Setting DNS Manually on Ubuntu Linux

Introduction: Domain name servers (DNS) provide the numerical addresses for sites on the Internet. When you type cafebedouin.org into your browser, your computer queries a DNS name server to get a numerical address. This numerical address is then used to contact the site.  Normally, configuring DNS is handled behind the scenes by Dynamic Host Configuration … Continue reading Setting DNS Manually on Ubuntu Linux