Posts

Showing posts with the label media

Linux and Multimedia Creation

Image
Audio Some of the earliest uses I found for my personal computers was recording audio. Though these recordings were generally low quality, in both content and equipment, I did get the "recording bug". For the first era of my creativity, I was stuck using the family computer. In order to record, I would have to lug my synthesizer over to the family computer or the family computer to my upright piano before I could begin. This made it tedious for not only myself, but my four older sisters as the family computer would then be locked down by yours truly for hours on end. Shortly after this, my father agreed to let me have the old family computer, an old Pentium III that we installed Ubuntu 8.04 on. I remember the first recording tool I used was Rosegarden. It hasn't changed much even after 10 years but as always is a polished piece of software. After a few equipment changes I had a beastly computer and a full digital workstation (Roland RD-700GX and various perip...

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. ...