I use a service called TubeMogul.com to upload and track my videos on multiple video sharing services. Two of my favorite stats are which services get the most views and of course, how many Total Views all of my videos on all sites get. Well Sunday morning I woke up to check my stats and saw that I finally passed the ONE MILLION TOTAL VIEWS mark. Wow! It’s hard to imagine that my silly little video tutorials have been watched over a million times.
Let’s take a look at how those numbers break down:
5Min.com is my biggest video sharing service by a mile. That makes sense, since they are a site that specializes in instructional videos. Here are my video sharing services in order:
My favorite video by far is How to Create a Web Operating System Today . Sadly, it only received about 5,000 views. Well, here is its big change at redemption. See why it’s my favorite video.
Your home has any number of “connected” devices (Computers, Video Game Consoles, Phones, Portable Media Players, Televisionss, DVRs, etc.). Are they all really connected? Here are some simple (and not so simple) steps to get all of your devices singing in harmony.
Sharing Files on your Computers
If you’re like me, the bulk of your media and files sit on one or more computers. You may even have more than one Operating System to further complicate the business of sharing information. Here is how you can share your files between computers runing Windows, Mac, and Linux.
NOTE: This article only addresses sharing files between devices INSIDE of your home network. While connecting to devices on your home network from the outside world (internet) is possible, it will not be covered here.
Sharing the Files on your Computers
IMPORTANT: The following set of instructions shows how to share ALL of the files on your computer. This is not the most secure approach to sharing. You should determine which folders you want to share (for example My Documents or My Music) and perform the following steps at that level.
Sharing Files on a Windows Computer
Windows allows you to share an entire hard drive or select specific folder to share. You can choose the drive or folder to share from Windows Explorer.
Open Windows Explorer (Windows Key + E)
You will see all of your computer’s drives (C, D, etc.)
Browse to the entire drive or specific folder that you would like to share.
Right click on the folder that you want to share and select Properties from the options menu.
The Properties menu will open.
Go to the Sharing tab
Check the Share button.
Optional: You can also apply finer controls to the sharing priviledges from the Advanced Sharing menu.
Click the OK button to close the Properties menu.
Now, users on your network will be able to access the files on this compter.
Sharing Files on a Mac Computer
You can also share folders with other computers on your Mac computer. You need to go to the System Preferences menu to configure sharing (Applications> System Preferences).
The preferences are grouped by topic on this menu. Click the Sharing icon under the Internet & Wireless heading.
This will open the Sharing panel.
You can share several of your Mac’s resources from here.
Check the resources that you want to share and close this menu.
Now, other computers on your network will be able to this compter.
Sharing Files on a Linux Computer
One of the best and easiest ways to share folders between Linux computers and machines running Windows is using Samba. Samba is a suite of applications for Linux that provides connectivity between Linux and Windows machines. This will allow a Windows machine to interact with it just like another PC.
NOTE: This example uses Ubuntu Linux. If you use a different distro, just Google for the specific instructions.
Start out by installing Samba on your Linux machine. Go to the terminal and type the following command:
sudo apt-get install samba smbfs
Samba is installed now, but you need to configure it so that it is accessible. Run the following command to open Samba’s configuration file (smb.conf):
sudo gedit /etc/samba/smb.conf
Scroll down to this section in the file:
Uncomment the security line (delete the number sign), and add the following line below it, so that it look like this:
security = user
username map = /etc/samba/smbusers
Now, Samba will use the smbusers file to look up the user list.
You need to creat a user that can access the Samba server.
There are two steps to creating a user.
Run the smbpasswd utility to create a samba password for the user. Type the following command (substitute a real user name for “username”):
sudo smbpasswd -a <username>
Next, open up the smbusers file and add that username. Type the followng command:
sudo gedit /etc/samba/smbusers
When the smb users file opens, add the following line, (substitute a real user name for “username”).
<username> = “<username>”
The format is <ubuntuusername> = “<samba username>”.
Telling Samba to Share a Linux Directory
Now you can create Samba shares and give access to the user(s) that you create here.
Reopen Samba’s configuration file (smb.conf) by typing the following command:
sudo gedit /etc/samba/smb.conf
Scroll down to the Share Definitions section of the file, and make it match the following:
# Un-comment the following (and tweak the other settings below to suit)
# to enable the default home directory shares. This will share each
# user’s home directory as \server\username
[homes]
comment = Home Directories
browseable = yes
# By default, \server\username shares can be connected to by anyone
# with access to the samba server. Un-comment the following parameter
# to make sure that only “username” can connect to \server\username
valid users = %S
# By default, the home directories are exported read-only. Change next
# parameter to ‘yes’ if you want to be able to write to them.
writable = yes
Now Windows machines/users will be able to map a drive on windows using the following share format:
\ubuntumachinename\username
For example, if the Ubuntu machine is named linuxshare, and the username is chris, your share path would be \linuxshare\chris
Connnecting to a Shared Computer
Now that you have the files on all of your machines shared, you need to connect to them from another machine. You can even “map” these shared drives permanently so that they are always available, just like your computer’s Hard Drive or CD/DVD Drive.
Connecting to a Shared Computer from a Windows Computer
You can locate shared computers on your network from the My Network Places section of Windows Explorer.
Open Windows Explorer (Windows Key + E)
Click the “+” icon to the left of My Network Places in the folders panel. (View> Explorer Bar> Folders)
Click the “+” icon to the left of Entire Network
Click the “+” icon to the left of Microsoft Windows Network
Look for the name of the shared computer/drive Drill down on that compter as if it were a folder on your computer.
Permanently Mapping to a Shared Drive in Windows
If you want to Window Explorer to remember this shared folder and give it a drive letter (like your C or D drives) you need to “Map” it.
Select Tools> Map Network Drive
Select a letter for this share from the Drive dropdown list
Click the Browse button to the right of the Folder dropdown list
Use the steps above to locate the shared drive/folder that you want to map
Check the Reconnect at Logon box (this will remember the letter/drive mapping)
Click the Finish button
Now, the next time you start the computer the shared folder will appear just like your local hard drive or CD drive with the letter you assigned.
Connecting to a Shared Computer from a Mac Computer
You can locate shared folders on other computers on your network using the Finder application on your Mac. (Applications> Finder)
Click on your Mac, so that you can see the local drives and the Network icon.
You will see any computers that have shared drives/folders on your network.
Click on the shared machine to access its files.
Permanently Mapping to a Shared Drive in Mac
If you want Finder to remember this shared folder just like the ones on your local machine you need to “Add it to the Sidebar”.
Browse to the shared folder and click File> Add To Sidebar.
Now it will show up under the Places heading on Finder’s sidebar.
Connecting to a Shared Computer from a Linux Computer
You can locate shared folders on other computers on your network using one of the many file manager applications available in Linux.
NOTE: This example uses Dolphin to navigate Linux’s file system.
Open Dolphin and click the Network icon in the Places panel.
You will see a list of ways to access your Network and the shared folders located on its machines.
Click Network to locate Linux and Mac machines. Click Samba Shares to locate Windows machines.
Permanently Mapping to a Shared Drive in Linux
If you want Linux to remember this shared folder just like the ones on your local machine you need to “Add it to the Sidebar”.
Browse to the shared folder and click File> Add To Sidebar.
Video Tutorial – See it in Action
See how to perform each of the steps listed above in this video tutorial
OVERVIEW: You will learn how to do several basic and advanced tasks with a mobile phone running Google’s Android Operating System.
I Got My New Android Phone, Now What?
If you’re one of the millions of people who have a mobile phone with Google’s Android operating system, congratulations. There are so many things that you can do with your new phone that you might be a little intimidated. Don’t worry, I have a bunch of resources that will help you get up and running with your cool new gadget. Not to mention a few that will teach you some advanced tricks.
Here are some of the things that you will learn:
Surfing the Web with Andriod’s Browser
Finding Applications to Download from the Android Market Place
How to Change the Wallpaper an Android Phone
Create Custom Ring Tones for Your Android Phone
Use Your Android Phone on an Airplane Without Getting into Trouble
Plus more cool and useful tricks
Surfing the Web with Andriod’s Browser
Learn how to browse and surf the internet/web using your Google G1 T-Mobile Android smart phone. Adjust your Internet settings.The following video shows How to Surf the Web Using a Google Android Phone.
Finding Applications to Download from the Android Market Place
Search the Android Market from Your Android Phone – The Android Market has thousands of applications that you can downloaded for your device. You can search for applications, sort out those that are free from those that cost, and more.
The following video shows how to search through the Android Market Place to find the applications that you want to install on your phone.
How to Change the Wallpaper an Android Phone
When you first turn on your new phone, it can be a little boring. Learn how to personalize your Android phone by changing the Wallpaper across your Home screens. This will also allow you to configure your application launchers in a way that is most efficient for your tastes.
Create Custom Ring Tones for Your Android Phone
One of the cool things about Android phones is that you can create custome ringtones out of just about music. (Why my iPhone can’t do that puzzles me.) This video will show you how to create a custom Android ringtone from just about any audio file you have on your Android phone or your computer.
Use Your Android Phone on an Airplane Without Getting into Trouble
Airlines have rules about using electronic gadgets while flying. You also aren’t allowed to use cell phones while in the air. If you turn on airplane mode, however, you can still access applications on your phone but turn all wireless communications off. Perfect for if you want to compose an email, play a game or watch a movie while in flight.
Other Android Phone Tutorials
Here are some other good places to learn cool tricks for using an Android phone.
HelloAndroid.com has lots of good tutorials and news on the Android Operating System.
Build a USB Rescue Drive with Free Portable Utilities
OVERVIEW: This video tutorial shows how to set up a collection of portable apps on a USB drive that can be used to diagnose and repair almost any broken windows computer.
The Difference Between Men and Monkeys is Tools
During the holidays I typically spend a great deal of time travelling to see freinds and relatives. As you may have guessed, I frequently get asked to "fix" everybody’s jacked up computers. When I’m not at home with all of my resources, it’s pretty hard to figure out what’s wrong and even harder to fix it. What if thier internet connection is down? There goes just about all of the things that you can download to fix any problems. These are the sort of catch 22′s that I’m usually up against.
Since I’m not about to carry my laptop and a bunch of other junk to a New Year’s Eve party, I decided to build myself a portable USB Rescue Kit that takes up no space in my pocket. Now, next time I get asked for help, I can spring into action, diagnose, and fix thier PCs in time to see the big ball drop. If you’re the "computer guy or gal" in your family, you can prepare yourself to handle these situations by investing about $10 and 30 minutes of your time building your own kit.
There are a few great sites that have all of the applications on this list and plenty of others.
PortableApps.com has a great suite of applications and a very nice launcher tool that basically makes your portable suite into its own operating system.
LiberKey.com has a 270+ applications in their extensive catalog. If you can’t find the right tool here, it probably doesn’t exist.
PenDriveApps.com has a large, albeit poorly organized collection of useful application and utilities.
The following video will show you how to install and configure your USB Rescue Kit.
What to do After Everything is Fixed
After you get that nasty mess cleaned up, you may want to do a little preventative maintenance. Set up this newly healthy machine with a few good tools:
Antivirus Protection (AVG or Avast)
A Good Browser (Firefox, Chrome, or Opera)
Malware Protection (Spybot Search and Destroy, Malwarebytes, Microsoft Security Essentials)
PDF Tools (Foixt Reader and CutePDF Writer)
Safe P2P Downloading (uTorrent and eMule)
Zip Tool (7zip)
System Cleaner (CCleaner)
VNC Server (RealVNC so that you can connect to their machine and fix it later)
Before you balk at how much time this will take to set up, there is a great tool that will make this take just a few minutes. Ninite.com allows you to create a "batch installer" that will download and install dozens of great free applications in just a few clicks.
Set yourself up with a bulk installer of recommended applications and keep that on your USB drive to install once your done. Since they download the actual files at the time of installation the files will take up less than 200K on your drive.
My Holiday Gift to You
Here’s the prize for the diligent PC repairman who has read this far. On Christmas Eve (December 24th, 2009) I will select one random commenter to receive a 4 gig USB drive that I set up with everything mentioned in this article, plus a few extra goodies. The rules are simple: Just leave a comment about who you would help with this USB Emergency Kit. Good luck to all!!!
Plugins can extend WordPress to do almost anything you can imagine. Plugins are tools to extend the functionality of WordPress. This article contains a list of plugins by category, and links to other plugin repositories. The core of WordPress is designed to be lean, to maximize flexibility and minimize code bloat. Plugins offer custom functions and features so that each user can tailor their site to their specific needs.
Managing WordPress Plugins
You can manage your blog’s plugins from the Plugin Panel via the Administration Panel.
From the Dashboard click on the Plugins heading on the left side of the page.
The Plugins Management panel will open.
You will see all of the plugins that are installed on your blog. There are only two that are installed by default:
Askimet:Eliminates spam from your blog’s comments. Probably the most useful plugin you can have.
Hello Dolly: Displays lyrics from the retarded song “Hello Dolly” on the top of your Admin pages. It is stupid and must be deleted at once.
You can do the following things from the Plugin Panel:
Activate Plugins: Turn on plugins that are already installed.
Deactivated Plugins: Turn off plugins that are installed and activated.
Delete Plugins: Remove all the plugins files from your server.
Add New Plugins: Load the files that power a plugin onto your server.
Let’s see how to perform each of these tasks.
Activating Plugins
When you open the Plugins Panel, you will see all of the plugins that are installed on your blog. There is an Activate link next to any plugins that are not already activated.
Click the Activate link to turn on a plugin.
Deactivating Plugins
When you activate a plugin, you may decide that you want to turn it off. This is simple. Any plugins that are activated will have a Deactivate link next to them on the Plugins Panel.
Click the Deactivate link to turn off a plugin.
Adding More Plugins to Your Site
The two plugins that are installed on your site by default won’t get you very far. There are literally thousands of plugins available that will add just about any functionality imaginable to your blog. Let’s take a look at some of the ways that you can add new plugins to your site.
Adding Plugins From the WordPress Plugin Directory
The best thing is, you can search and install them right from your WordPress Admin Panel.
Click Plugins> Add New
This will open the Install Plugins page.
You can search or browse WordPress’ massive directory using the following methods:
Search for a plugin by name, description, or keyword.
Browse by Featured, Popular, Newest, Recently Updated, or Tagged criteria.
Once you find a plugin that you want to install, just click the Install link to the right of the plugin’s description.
A popup window will open displaying information and instructions about the plugin.
Click the Install button in the upper right corner of the window to complete the plugin’s installation.
Now you can Activate and Configure the plugin on your site.
Adding Plugins From Other Web Sites
You can also find plugins on numerous developer’s sites. You can download these plugins to your computer as zip files.
Once you download a plugin, click the Browse button on the Install Plugins page.
Navigate to the zip file on your computer and click the Install Now button.
The plugin will by uploaded, unzipped, and installed on your site.
Now you can Activate and Configure the plugin on your site.
Adding Multiple Plugins using FTP Software
You can also upload multiple plugins to your site from your computer in one step. Let’s say you have a bunch of plugins that you test on a local server. Once you determine the ones that you want to use on your web server, you can upload them all using your FTP site.
Plugin files are located in the following location on your Web server: Site Root> wp-content> plugins
Open your FTP client
Navigate to the Plugins directory on your web server
Select the desired plugins on your computer
Drag the plugins to your web server
If you are setting up more than one WordPress site, this can save you a lot of time.
Removing Unwanted Plugins
If you install a plugin, but no longer have any use for it, you can remove it in a few simple clicks.
Go to the Plugins Panel
Deactivate the unwanted plugin
There will be a Delete link next to the Activate link.
Click the Delete link.
A window will ask you to confirm your intention to delete the plugin.
Click the Yes Delete the Files button.
The plugin and all of its files will be deleted from your server.
See the Entire Process in Action
The video below shows all of the steps in the process.
See the Rest of This Series
This is the 5th article in a 7 part series of tutorials on Creating a WordPress Blog. View the rest of the series: