Posts

Showing posts with the label terminal

Ubuntu and Snaps: Pros and Cons (Updated)

Image
Edit: Big thanks to the Google+ community for giving me direction to some good documentation on snap files. As a result I am updating this post as of June 2, 2017. With every major upgrade, Ubuntu usually brings in a big new feature or two. Like back in 2011 when they switched from Gnome to Unity in Natty Narwhal or when they switched from Rhythmbox to Banshee and then back to Rhythmbox (I am a hardcore music fan. Don't mess with  my audio player!). With the release of Zesty Zapus, I have noticed that Canonical seems to be pushing Snaps as their new install package. With any new linux tool, lets take a look at it! Here are some of the pros and cons of snaps in my thoughts. 1. Pro: Snaps are easy to install. I am pleased to say that this upgrade does seem like a move in the direction of making Ubuntu more accessible to the general public. One simple command in the command line and you can browse through many many snap packages. You can even download and install them from...

Zesty Zapus: Tips and Tricks for Ubuntu 17.04

Image
Last week Canonical released another beautiful OS: Ubuntu 17.04, Zesty Zapus. Sporting Unity 7, Zapus has one of the smoothest user interfaces I have used on an Ubuntu release. Though Unity and the hopes of Ubuntu smartphones and tablets has disappeared this release is still a great user experience. Here are a few things that I have been enjoying and would strongly recommend to other users.  If you are new to linux, take a look  here  to learn how to install Ubuntu on your computer! 1. Update and Upgrade One of the first things to do for both security and performance improvement will be upgrade your operating system. This will ensure that things will continue to work smoothly. Updating can be done by opening your launcher and typing in and launching the "Software Updater". Alternatively this can be done through the terminal by clicking CTRL + ALT + T and typing in the following: sudo apt-get update && sudo apt-get upgrade 2. ...