Learning how to use Linux and understanding the basic tips and tricks of the operating system as a whole is the sole purpose of the Linux Art project. Linux is a free and open source operating system based on Unix. And since the source is available for developers to play with there are innumerable distributions of the Linux operating system that have been edited and modified by some individual or an organization. Having said that, most of the programmers and developers prefer Apple's OS for professional uses but if you want to work in a similar environment but don't have the extra currency to spend on the needed, you can go for Linux which provides a very familiar desktop environment. Linux Machines are the most common servers across the world due to its security and flexible control it provides to the administrator. Knowing how to work with the popular distributions of Linux like Ubuntu, Linux Mint, Fedora, Red Hat Enterprise Linux, Cent OS, Open Suse, etc. can add a great advantage to your professional and technical arena. I hope the knowledge shared would be of useful help to you and would result into the manifestation of great ideas into reality using the Linux Operating System. It is but a general and fascinating effort to change the numbers of Linux acquainted masses from 10 to 100 and then to 1000 and to keep growing it to form a better group of developers and Linux users and to benefit those who seek for knowledge of it to have an extra edge.
MAC OS X 10.9 is one of the finest operating systems used in the business as well as household purposes. Considering the unix side of the operating system, it becomes beneficial to be able to do trivial stuff like opening any app directly from the command line interface, i.e. Terminal in this case. There are a lot of other uses that a utility like terminal can offer you but for the instant purpose, let us find out how to open any of the installed applications on your MACINTOSH using the terminal. I will be working with few of the application I have installed on my system. You are free to choose your own. The general syntax for the command is : open -a application_name If you want to open the application as a super user, just prefix the command with sudo : sudo open -a application_name Test commands : (Use these commands one-by-one to open the specified applications) open -a textmate open -a bbedit open -a firefox open -a opera open -a finder open -a mail Watc...
Comments
Post a Comment