Security News

Creeped-out dev spins up an Ubuntu VM on Azure only to be immediately approached by a Canonical sales rep
2021-02-11 14:14

An Azure customer was outraged after finding himself on the receiving end of an unexpected LinkedIn message from Ubuntu maker Canonical last night. Shortly after a message turned up from an Enterprise Development representative at Ubuntu with the ominous phrase: "I saw that you spun up an Ubuntu image in Azure," and offering to be a point of contact.

All grown up: Raspberry Pis running Ubuntu added to IoT patching service KernelCare
2021-02-10 12:30

CloudLinux has added the Raspberry Pi to its KernelCare patching service, although only if you're running Ubuntu. The arrival of the service is a recognition of the diminutive computer's presence in the IoT world, where implementations tend to be more on the appliance side and ongoing security updates are not always applied.

How to compile NGINX for ModSecurity support on Ubuntu Server 20.04
2021-02-04 20:18

Jack Wallen walks you through the manual process of installing ModSecurity for NGINX on Ubuntu Server 20.04. ModSecurity cannot be enabled with an instance of NGINX installed with apt-get, so you must do it manually.

How to install and use ClamAV on Ubuntu Server 20.04
2021-01-28 19:09

I'm going to walk you through the installation of ClamAV on Ubuntu Server 20.04. How to install ClamAV. ClamAV is not installed by default.

Why Ubuntu 21.04 is an important release, even without GNOME 40
2021-01-27 15:56

Jack Wallen discusses why the upcoming Ubuntu 21.04 is more important than some of its features would imply. At one point, the Ubuntu faithful were excited that 21.04 would be one of the first distributions to include GNOME 40.

Now-patched Ubuntu desktop vulnerability allows privilege escalation
2020-11-11 13:44

GitHub security researcher Kevin Backhouse found bugs in Ubuntu 20.04 which enabled any desktop user to get root access. Backhouse discovered two separate issues, one by accident, which together enable the privilege escalation.

Ubuntu's Gnome desktop could be tricked into giving root access
2020-11-10 11:41

A vulnerability in GNOME Display Manager could allow a standard user to create accounts with increased privileges, giving a local attacker a path to run code with administrator permissions. The process involves running a few simple commands in the terminal and modifying general system settings that do not require increased rights.

How to install the Graylog system log manager on Ubuntu Server 20.04
2020-09-24 16:41

SEE: Pro tips: Ubuntu 20.04.What you'll needAn instance of Ubuntu Server 20.04.A user with sudo privileges. Sudo apt-get update sudo apt-get upgrade -y How to install Java.

How to install Malware Information Sharing Platform on Ubuntu Server 18.04
2020-08-26 20:37

If you're looking for a platform to help with the collection and sharing of cybersecurity events, you need not look any further than MISP. Jack Wallen shows you how to install this tool.

How to set up passwordless SSH authentication for Ubuntu Server
2020-07-30 16:27

Learn how to enable passwordless SSH authentication on both Linux and macOS. You probably secure shell into your Linux servers throughout the day. Hopefully, you've set those servers up such that you're using SSH Key Authentication.