Categories
News Opinion Uncategorized

Virtual Reality: The Future of Stimulation

We hear the words “virtual reality” thrown around alot these days. From commercials about ostridges to your elderly neighbors saying that kids these days are socially introverted, untalented disgraces to the human race, virtual reality is a vibrant topic of discussion. sydney sweeney pool photos

So what really is virtual reality?

Categories
Average Joe's Tips

Keyboard shortcuts for the Mac Genius!

Most of us know about shortcuts. If you have ever copied something by clicking the Command button and the C button, you know that shortcuts can be a very quick and efficient way of working. You should take advantage of the different shortcuts incorporated into OS X to make things a lot easier for yourself. Some shortcuts seem to be more important than others. There are some shortcuts that are more commonly used, but that doesn’t necessarily make it the most important. I will talk about my top 3 shortcuts.

One shortcut that is very convenient is the Command-Delete shortcut. This shortcut allows you to automatically send whatever items you have selected to the Trash. This is helpful especially when you are prone to accidentally dropping whatever you have selected elsewhere instead of the Trash. That is actually something I do quite frequently, so the Command-Delete shortcut is really useful.

My second top shortcut is the Option-Command-Esc shortcut. If you’re familiar with Windows, you will recognize that this shortcut will bring up the force-quit window, which is very similar to the Task Manager. On Windows, you would click Control-Alt-Delete whenever you needed to end a program. As I am very accustomed to Windows, this shortcut is easy for me to get used to and depend on.

My third top shortcut is Control-Option-Command-Eject. This shortcut results in shutting down your computer. Most people shut off their computers off when they are done using it for awhile, so this shortcut can be used frequently.

Those are my top three shortcuts. That doesn’t mean I don’t use other shortcuts. There are many other shortcuts that are very helpful. They can range from being as simple as two buttons, or it could be much more. Whatever the shortcut, it is meant for your convenience, so take advantage of it. If you have any questions or comments, leave it below and we’ll get back to it as soon as possible. What are your top keyboard shortcuts for OS X?

[Image Source]

Categories
Average Joe's Tips

How To: Take Audio Tracks Out of Videos with GarageBand

Taking the audio out of a video is very easy when using GarageBand. You can even add the audio clip to iTunes and listen to it on your iPhone.

The first step is selecting your .m4v file and dragging it into GarageBand. Then GarageBand will create a Movie Track Thumbnail and an Audio Track. You will need to select the Movie Track and delete it by pressing Command + Delete.

After, crop the section of audio you want by dividing the track using Command + T (make sure the track is selected) and then select the part you would like to get rid of and select Delete.

Finally, when you are done go up to the menu bar and select Share and scroll to Send Song to iTunes. Fill out the Song Name, Artist Name, and other information. Press the Share button on the bottom and it will load into iTunes.

Categories
Average Joe's Tips

How to: Mount an ISO on Mac

There are many different type of images that you may need to mount on your Mac. Mounting an ISO on a Mac is simpler than you may think. Simply, open Disk Utility (/Applications/Utilities/). From Disk Utility, go to File and click “Open Disk Image.” Disk Utility is not limited to ISO images, but can also open dmg and img files.

If you prefer the command line, input the following line into your shell: hdiutil mount sample.iso. Remember to specify the path of your iso file, using the above command assumes the iso is in your home directory. If the iso is on your desktop, input: hdiutil mount ~/Desktop/sample.iso. That will mount the sample.iso file that exists on the Desktop. ladykara husband

Categories
Average Joe's Tips

The Basics and More: Terminal

 

Basics

            Terminal to most people seems very complex, but there are ways that the average Joe can have fun on it too.  Simple commands like “man” which is used as a manual are easy to do. The basic way to type something in on Terminal is by typing your command and after it if there is further typing needed like if you use the command “man”  just press the spacebar once and type in what you want Terminal to explain to you.

 

Commands

  • Touch

            Using the command Touch may seem hard at first, but once you do it for a while it will become easier. To start, open terminal and type in “cd Desktop/” and press enter (Desktop/ can be interchangeable depending on where you want your file), doing this allows you to change directories so that you can choose the destination of where you want your file. After that type in “ls” to list all of the items on your desktop. Then type “touch (name of your file)” and it will automatically make a Text Edit file or if you want you can make a folder by typing in “mkdir (name of your folder)” and selecting Enter. For files if you want to write in them all that you have to do is type in “vim (name of your file)” and select Enter. Then you can start writing, but first select “a” on your keyboard. After you are done writing click “esc” and you should not be able to type anymore, and from there type in a “:wq.” The “w” in the command is to save it and the “q” is to quit it.

 

  • Man

            This command is very easy and helps you out because it is a Terminal manual. The way to use this command is to type “man” then a space and after that type in the command you want to learn about like “ls” or “cd.”

 

Conclusion

Obviously, Terminal is great for anyone. It can be very simple or complex depending on how you use it. Also, it can make you more productivewith commands like touch that allow you to write files in Terminal not to mention the many other Terminal commands.

 

Stay connected at my new twitter handle to stay updated 24/7 @TRMGaveragejoes and @realmacgenius What do you think? Let us know in the comment section.