Archives For Anthony James

I have implemented a new passwd policy and am forcing users to change their password. The problem I’m facing is I don’t they dont’ know what the password requirements are. How can I communicate this to them before they change their password using passwd?

That’s a great question, and it’s actually really simple. What we have to do is create our own custom script that displays the password requirements and then calls the passwd program. And we have to call the script whenever  a user types passwd command at the prompt.

Continue Reading…

The network tool ‘ping’ has been used by almost everyone who regularly uses a PC at one point or another. The tool is so ubiquitous that it is installed by default on every modern networkable operating system and has been for some time. It is both simple to use and can be a powerful means of exploring your network locally and the internet at large. We are going to go over some use cases and explain exactly what it is and how it works.

Continue Reading…

The Linux Academy brought to you by Pinehead.tv is happy to announce two new premium courses to take our total number of lessons to 114 as of today!

The first of the two courses is Enterprise Amazon Web Services. This course focuses on advanced Amazon Web Service concepts such as:

  • Running large scale web applications
  • Load balancing
  • Auto scaling
  • Amazon RDS
  • Automatic code deployment

Our second course was highly requested and brought to you by our new Instructor. He has 20 years of technical expertise managing and leading Linux teams. That course is Linux Security Essentials and focuses on:

  • Hardening your server for public access
  • Testing your system and correcting common security issues

Visit Linux Academy by Pinehead.tv and begin your journey towards Linux Certification today!

For some of you, this is a basic command that you use literally all the time, If this is you, then this tutorial isn’t for you. But if you’re new to Linux or just new to the command line “ls” is a command you will get to know very well. At the surface level, ls is a simple command, and if typed in any directory or anywhere on the command line, all it does is list the contents of your current working directory. But if I were to leave it at just that I would have done you no favors at all. In fact, I’m going to tell you some tips and tricks to ls and we might even throw in a grep command if you’re lucky!

Continue Reading…

With the increases in bandwidth available to everyone, rich media services, and available information via the internet, video streaming is going to explode. You might think you see streaming everywhere now, but in realty video streaming is still in its infancy. There are many options for video streaming such as YouTube (yes, they have live streaming), Livestream, Ustream, and I’m sure there are a few others. However, some of those are expensive and others we just don’t want to use because of their branding. So what is the solution? Wowza! Seriously, the name is Wowza and we just happen to know a few experts that are going to help teach you to get started streaming with Wowza.

Continue Reading…

A few years ago I could only dream of being able to take the internet with me wherever I went, affordably that is. Now, not only do we see almost every fast food restaurant, coffee shop, ice cream parlor, and car wash (ok not really car washes) with internet access, but we have the ability to take wireless devices with us to create hot spots. Most of us have phone services that perform this luxury for us, however, with limited data plans, lack of LTE connectivity or grandfathered in data plans our cell phones might not be the ideal tools for wireless hot spots. Here is a list of a few ways (including your cell phone) to take the internet with you wherever you go. You’ll never again be without internet access to your laptop.

Continue Reading…

Alright, so you’ve created a new MySQL Database, you’ve added a user, even granted permissions to the user. Yet, that user forgot the password to their MySQL user account. How do you change the user’s password? There are several ways to do this, one of which we can do without even entering the MySQL command console. This quick tutorial will show you three separate ways to change a MySQL user password

Continue Reading…

jQuery Mobile 1.3 has a great new feature called panels. Panels are very common in native iOS applications and most commonly seen on YouTube and Facebook apps. jQuery Mobile panels are extremely simple to use but there are a few things to be remembered when working with panels. Follow along below, or watch the video to learn how to use jQuery Mobile panels.

Continue Reading…

It’s here! The long awaited and much requested Introduction To Bash Scripting And Linux Automation course. This course is at the 101 level and is very much geared towards anybody who has never done any bash scripting. We cover the basics, how to run scripts, conditions in bash scripting, loops in bash scripting, accepting user input, creating interactive scripts, practice examples, writing bash scripts that communicate with MySQL, and a little bit more. This is our first course that is “open ended” meaning if there is an “example” script that you would like a lesson for, the Linux Academy will add on to it!

Read More…

Microsoft Open Technologies has recently launched a service called VM Depot that allows you to quickly and easily scan for virtual machines. Correcting for one of the original pitfalls of Azure, the inability to quickly find a list of virtual machines, this new service puts this list at your finger tips – and Linux stands out!

Continue Reading…