If you don't currently have a Linux distribution running on a local computer, you can download Ubuntu, and then follow these instructions for creating a bootable USB stick. You can then use the stick to either try Ubuntu out without touching your existing hard drive configuration, or install the operating system to your hard drive.
There are, of course, many other Linux distributions to choose from. Each distribution has a unique focus, so have fun browsing!
If you'd like to bypass your local hardware and jump right into the world of virtual machines, you can create an account with Amazon Web Services (AWS) and launch a Linux server in just a few seconds. AWS offers new accounts a full year of light usage for free under their Free Tier. You would be amazed how much you can actually accomplish - and learn - using this tier.
If you're going to be launching servers and managing apps, you're almost certainly going to be spending some time at a command line of one sort or another. Therefore it makes sense to stop putting it off and take the time to become familiar with some basic Linux admin skills. You'll definitely thank yourself later. This brief course from Udacity (which is available for free if you can get by without a real human guide) will quickly introduce you to Linux command line basics.
If even that's too slow for you, this is a very simple, ten minute introduction. Ryan Chadwick's Linux Tutorial will get to a lot further - but will probably take an hour or two to complete.
Whichever resource you choose (and there are hundreds available on the Internet), don't forget that you can always use Google searches to help you with specific problems. You will probably find yourself coming back over and over again to sites like nixCraft, The Geek Stuff, and Server Fault.
One piece of advice: if you're new to Linux, save the vi text editor until a bit later in your career. It may be rock solid and awfully efficient in the hands of an expert, but for most of us, something a bit more intuitive like nano will work much better.
If you're nervous about working with new software and system settings on your main Linux PC, then you're smart. There is a great deal of damage you can cause yourself while you're still learning your way. for that reason, I advise admins to do their experimenting on disposable virtual LXC containers: no matter how badly you mess up an LXC, you can kill it and create a brand new one in seconds, without any risk to your host machine. Here's a brief LXC tutorial that can get you up and running fast. Once your container is created, simply log in and you'll have a fully-functioning Linux server at your fingertips.
If you're here, the odds are that it's partly because you don't really want to sit through long classes (live or video). If you're just taking your very first steps in a new technology, working through a well-designed resource can be very useful. But for other purposes, while you're more than welcome to sign up for any or all of these courses, I would suggest that a great deal of their value is in offering the ability to zero in on just the lecture or page you need to solve your immediate problem.
Programming and web design share many skills in common and are often used together. You certainly won't go through every shred of content in every one of these sites, but just knowing what's out there can prove very useful.
When you get stuck - and you will get stuck - you should know that help is never far away. Your most bestest friend of all, without a doubt, is going to be Google. The trick is to learn how to effectively compose your search string. Assume that all kinds of people have run into the same problem before, and many of those have already asked the question. Keeping in mind the incredible generosity of those individuals who spend so much time answering technical questions on user forums, it's a safe bet that at least one of those questions has already been answered. And Google can find it for you.
To let Google know, you'll have to feed it the right information. "My web site crashed" is way too general to be very helpful. But
If something goes wrong, take a quick look at your logfiles to see if you can't find some useful information. Then copy and paste the most likely text into Google. Tip: CTRL+c won't copy highlighted text in a terminal. You can either use SHIFT+CTRL+c, or right-click your mouse and select "copy".
Once you get some experience using Google for troubleshooting, you will notice that there are some web sites - like Server Fault and Stack Overflow that have exceptionally rich databases of answers. If your Google-based efforts don't work out, you can always try asking your own new question on one of these forums.
You might want to read more about the methodology behind Bootstrap IT here.
Ideally, you should dive into your projects as part of a group of two or three individuals. The ability to effectively work together with people with overlapping experience and skills can really speed up your progress, and it's also an excellent preparation for life in the IT world.
If you don't have enough of your own like-minded friends, you can send me an email and, while I can't guarantee anything, I'll try to match you up with appropriate partners.
Access to an experienced IT professional who can act as your mentor and who can answer your questions when you become completely stuck might also make the difference between success and failure.
You'll need to identify at least one concrete goal.
Practically, you'll need three things: an operating system to act as a foundation for your project, the specific technology skills to get the job done, and a platform from which
to run it.
Want to get involved? send me an email