Terminal Not Showing in Kate Ubuntu | Quick Fix

When you click the Terminal button in Kate, but a terminal does not show up, it’s simply because Kate requires the Konsole terminal and you don’t have it installed yet. To install it just do a: sudo apt-get install konsole Everything should work now – you don’t even have to restart Kate.

How to get USB Drive Working on Virtual Box Ubuntu Windows XP

This guide explains how you can access your USB flash drive from within Windows XP when you running within Sun Oracle VirtualBox on Ubuntu. By default it just seems that the virtual machine is unable to access any drives connected to the computer – but with an easy shared folder work around we are able… Continue reading How to get USB Drive Working on Virtual Box Ubuntu Windows XP

How to Add a UNIX User to a Group

If we take the user julian, and we want to add the user to a prexisting supplemental group, apache, then you can use the following command: usermod -a -G apache julian [ad#Google Adsense] If you would like to change the primary group of user julian to the group prexisting group, apache, you can use the… Continue reading How to Add a UNIX User to a Group

Published
Categorised as Linux

Check Your Mail Server Security

An open relay server allows people to use your mail server to deliver spam. Learn how to check if your server is vulnerable!

Published
Categorised as Linux, Web