Citrix XenApp – Present Linux Applications Why stop at virtualising your Microsoft applications and expand it to Linux? That’s what I asked myself before working out how to present Linux applications (in particular Kali Linux tools), I couldn’t find any guidance on the interwebz about it and certainly didn’t see any write ups from Citrix… Read more »
Browse websites in a Linux terminal
I stumbled upon a package that allows the user to browse websites in a terminal, I thought I’d spin up a VM and try this for myself… Installing W3M This is very simple, requires one package (two if you want images displayed in Xterm) apt-get install w3m w3m-img Browsing Now this isn’t going to look… Read more »
Rebuild locale on Linux
A quick note on how to rebuild Linux locale, you might get the following errors if your locale is broken: locale: Cannot set LC_CTYPE to default locale: No such file or directory locale: Cannot set LC_MESSAGES to default locale: No such file or directory locale: Cannot set LC_ALL to default locale: No such file or… Read more »
How to set up a email server using Postfix, Dovecot and Roundcube on Linux Debian
Domain and Records Before you start anything, you need a domain. If you don’t have one, purchase one. Because it takes time to replicate the records, you need to start this processes first. You will need to create A records for the domain, I created the following: @ www mail smtp imap webmail I have… Read more »
Add User to Sudo Without Prompting Password
You might need to add users to sudoers but when they elevate to sudo they will be prompted for a password, this process will add the user to sudoers and also allow them to run commands without being prompted for a sudo password. This works for Linux Ubuntu or Debian Process 1. Install Sudo (if not… Read more »