Search TekSocial
Stay Connected

Enter your email address:

(We respect your privacy!)

Or subscribe with your favorite RSS Reader

  

Entries in OSX (17)

5:05PM

Mac OS X Mavericks Overview (Video Inside!) 

Not long ago Apple released their latest update to the OS X software
line titled “Mavericks”. This new update was going to update some of the software that is already on your mac, and even add some new apps in the mix. Normally these kinds of updates cost around twenty to thirty dollars. In this case however, you can download the latest update from the app store for free. That’s right, this operating system update downloads and installs much like an application and it is free to the public. It can also be used as an upgrade from your older OS to a newer one. Although the price tag is awesome, what exactly did they add to this update that makes it shine from the rest? Let’s get started shall we? 

One of the new features Mavericks offers, which is one of my personal favorites is the finder tabs. Normally you would have to open several windows and cycle through them to get from point A to point B to point C and it can become a mess real quick. However with the finder tabs you can open up several tabs in one finder window that you can also cycle through making it much easier to get from window to window. The best way to think of this is like an internet browser with its tab system. That’s exactly how it functions. For me this is useful because of how many windows I normally have open in one usage. So this can benefit other users as well.

Click to read more ...

9:37PM

Programming with Python: Strings and Functions cont

In today’s video, we are going to be going over strings and variable again, just to make sure that you have the general idea down. I would like to remind those who watch these videos to type as I type and not to copy and paste everything in the videos. I am not a professional, but I find it easy to learn with a more hands on experience rather than a you see what you get. I would also like to remind you that if you have any further interest in learning python ahead of the videos, then please go check this great online book so that you can read ahead. That book again, is called Learning python the hard way: http://learnpythonthehardway.org/book/ Thanks for watching this series, and I hope you found it helpful in some kind of way.  

4:37PM

How to Setup and Use Virtual Box

Today I am going to show you how to setup and use a program called Virtual Box. Virtual Box is a virtual machine that emulates both hardware and software of a computer. Meaning you can run Windows on your Mac with no hassle what so ever. Firstly, I would like to say setting up this program isn’t as hard as you may think. So let’s dive right in, and get you on your way to using a Virtual Machine so you can experience a different kind of operating system today.

Click to read more ...

9:22PM

How to make you Dock Transparent!

The video above is my latest video featured on my YouTube channel. The video demonstarates the capabilities of the Mirage app that allows you to make your dock background transparent. It is a fanstastic little app that is incredible at spicing up the look of your desktop. Liking the video and subscribeing helps me a lot and I really apprciate it. I hope you enjoy the video! :)

2:04PM

C Programming Series Episode 3

In this episode we take a look at loops and if statements, demonstrate how they work and where to use them. We also look at infinite loops and how to avoid them. In the next episode we apply what we've learned about if statements and loops and build a simple program that finds the sum of multiples of 3 and 5 under 1000.