How to install RStudio on Ubuntu Linux
RStudio is one of the most popular integrated development environments (IDE) for R, and it is available on a variety of systems, including Ubuntu. If you intend to use the…
RStudio is one of the most popular integrated development environments (IDE) for R, and it is available on a variety of systems, including Ubuntu. If you intend to use the…
Tunnel SSH over SSL Have you ever found yourself behind a restrictive firewall that only allows outbound http(s) traffic, but you need to SSH out? Perhaps you’ve tried running SSH…
Ubuntu Server allows you to activate automatic updates during the initial installation process. This setting configures your system to automatically download and install security updates. This system is configurable and…
I recently deployed a new server to host this and my other websites. Because this is a public facing server, part of this deployment includes securing the network. To secure SSH…
Download Ubuntu .ISO You can download Ubuntu from the Ubuntu website. You’ll find both 32 and 64 bit versions of Ubuntu plus several different editions including Ubuntu Server and Ubuntu Netbook. Burning…
The Ubuntu menu can be customized so that it fits your needs and gives you access to what’s important while not displaying menu items you’ll never need. I’ve created a…
If you’re having trouble adjusting to the Ubuntu terminal and issuing Linux commands with confidence start using a basic command that you’ll use often. This tutorial focuses on issuing the…
A problem exists whenever you want to install Linux on a piece of hardware but it doesn’t have a CD-ROM. This is quite common for netbooks, tablets and other up-and-coming…
Login On an Ubuntu system the first user created, in this example the user mike, is designed to be the administrator of the system so that user is placed in…
Guest Additions Guest Additions is something you can install inside your virtual machine after a guest operating system has been installed. Doing this will improve video support, add mouse integration,…