January 2008
Monthly Archive
Categories:
From the Files of DCOT...
Posted on Wednesday, January 30, 2008 by Tim Fehlman
Thanks for visiting Daily Cup of Tech!
Here are a few things that you may want to do while you are visiting:
Hope you enjoy your stay!
Now fixing a BWM is easier than ever:
If you found this post useful, why don't you buy me a cup of coffee to show your gratitude?
Categories:
Blog,
Internet
Posted on Tuesday, January 29, 2008 by Tim Fehlman
One of the most important aspects of my online life is to be able to find what I need in a moment’s notice. The search field found in the upper right hand corner (by default) in Firefox is one of my favorite features. The wonderful thing about it is that you can expand your search options by adding other search engines.
Here is a list of my favorite Firefox search engines, in no particular order. Some come with Firefox while others I needed to download:
There are tons of other search engines available on the Firefox add-ons website and the Mycroft Project website.
What are your favorite Firefox search engines? Point us in the right direction in the comments.
Update! Suggestions by readers:
If you found this post useful, why don't you buy me a cup of coffee to show your gratitude?
Categories:
Windows,
Consulting,
Windows Server,
System Administration,
Support,
HowTo,
Networking
Posted on Monday, January 28, 2008 by Tim Fehlman
If you are running a small office of a couple dozen employees and you have Windows 2003 R2, you can easily centralize your contacts for your entire office along with give everyone the ability to see the company’s corporate calendar without having to install Exchange in your environment.
With Windows 2003 R2, you also have a copy of Sharepoint services. Sharepoint allows you to create workspaces for your different working groups. It is generally designed to work for either relatively large companies or working groups that are widely distributed. But, if you are neither, you have this technology at your disposal and you might as well put it to good use.
By creating a central contacts and calendar in the Sharepoint services, your users can connect to then using Outlook. This way, is is really easy for them to find contact information for anyone in the company or see what is happening on the corporate calendar right from a tool they already use.
You may even want to expand things a bit more and share your own calendar using Sharepoint so that people can see when you are busy or not and allow them to better select meeting times. Or, instead of just putting in company contacts in Sharepoint, you can also put in vendors and clients so that this information is readily available for everyone in the company to use.
One other nice aspect about doing things this way is that it is also useful for the road warrior. Outlook caches a copy of all the contacts and calendar information locally on your hard drive so that when you are on the road with your laptop, all of the contacts and calendars are still available, even though you may not be able to connect with your Sharepoint server.
Now, if you do not have access to a Sharepoint server, you do have some other options, most free or open source. Here are just a few:
What are you using for online collaboration? Let us know what works and what doesn’t work in the comments.
If you found this post useful, why don't you buy me a cup of coffee to show your gratitude?
Categories:
From the Files of DCOT...
Posted on Saturday, January 19, 2008 by Tim Fehlman
While DVDs are relatively small, if you have a large library like I do, it can quickly consume a lot of space. So, I decided to put my entire DVD collection on my home network and get rid of the DVDs altogether. This was a relatively simple process even though it was fairly time consuming. But, in the end, I ended up with a complete set of all my movies which I could watch on demand (read, “I can change disks without getting off the couch!”) that fit nicely on a small home NAS.
Software You Need
I used two pieces of software to put my DVDs on my computer and shrink them down to a size that is useable:
- RipIt4Me - used to make a copy of the DVD to your computer’s hard drive.
- Handbrake - shrinks the movie down to a manageable size. DVDs can use up to 8 GB of disk space. Handbrake will shrink a typical 2 hour movie down to about 750 MB (a saving of about 90%!)
Hardware You May Want
In order to make things truly “on-demand”, you will want a few pieces of hardware. Technically, these are not needed as you could easily store all of your movies on your hard drive and watch them on your computer but it is way better to be able to sit on your couch and watch your movies with nothing more than a remote.
Here is what I have set up:
- Home network (’nuff said!)
- NAS - a home made FreeNAS server fits the bill perfectly as it is easy to set up and lets you use some of your old hardware. When you are building your NAS, make sure that you estimate the correct amount of disk space by multiplying the number of movies you have by 750 MB. If you want to make sure you never lose you movies, double your hard disk space and put in a RAID configuration
- Networked multimedia player - this can be a home made DIY setup such as MythTV or Freevo, or a full blown stand alone device such as the Archos 705 WiFi or the TViX HD M-5100 SH (I have both of these devices and they just rock!)
What To Do
I’m assuming that most of the readers are relatively technical so I’m not going to go into extreme details as to how to do every little step of the process. If there is enough interest, I might create some step by step tutorials at a later date. For now, here are the basic steps:
- Using RipIt4Me, rip a DVD to your hard drive. You will only need the actual movie, not all of the movies and menus. Make sure that you have enough disk space because this can take up as much as 8GB on your drive.
- Use Handbrake to now convert the ripped DVD to an Xvid encoded single file. This should reduce the movie size down significantly (about 750 MB). Do not be alarmed if this takes some time to do. It could easily take over an hour to encode the file.
- Move the movie file to your NAS.
- Delete the movie files on your hard drive that were created by RipIt4Me and Handbrake (you will need the space later).
- Point your multimedia player hardware at your NAS. How you do this will vary depending on hardware.
- Enjoy the show!
If you found this post useful, why don't you buy me a cup of coffee to show your gratitude?
Categories:
From the Files of DCOT...
Posted on Saturday, January 12, 2008 by Tim Fehlman
As my wife and I are in the process of packing, we have discovered that there are tons of documents that we have which are in binders. Binders are great if they are on the shelf or if their contents are being accessed on a regular basis but when you are moving and space is a key factor, they sure become a pain.
We decided to use Chicago screws to save some space. They are flat and allow you to get rid of the extra space that is taken up by partially empty binders, covers, etc. We figure that we have reduced the amount of space that our documents use by about 60%.
Sorry that this isn’t really a techie post but this was such a cool idea, I needed to share it.
If you found this post useful, why don't you buy me a cup of coffee to show your gratitude?
Categories:
Open Source,
DIY,
Internet,
System Administration,
Linux,
HowTo,
Support
Posted on Friday, January 11, 2008 by Tim Fehlman
There are a number of Debian based Linux distributions out there. My personal favorite is Ubuntu. I will typically use the desktop or server version for most of my Linux needs.
Each time I build a new system, there are a number of steps that I typically follow which I seem to forget and need to research again. So, both to document my actions and for your benefit, here are the first few things that I do for any new installation.
The Starting Point
This guide assumes that you have just completed the base installation and have access to a command/terminal prompt. You will also need to have the root password but are logged in as a typical user.
Edit Sources
sudo nano /etc/apt/sources.list
Except for the very first line, remove all of the # in front of each line the begins with # deb and save the file.
Update Distribution
sudo apt-get update
sudo apt-get upgrade
Assign a Static IP
sudo nano /etc/network/interfaces
In this file, find the line that says iface eth0 inet dhcp. Comment out this line (put a # in front of it) and then add after it on the next lines:
iface eth0 inet static
address 192.168.0.100
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
Make sure that the network information you enter here is accurate for your network. Once you have saved this file, then restart the network:
sudo /etc/init.d/networking restart
Next, update your host file to reflect your new static IP address:
sudo nano /etc/hosts
Find the line starting with 127.0.1.1 (usually the second line) and change 127.0.1.1 to the IP address you desire. From the example above, it would be 192.168.0.100. Save the file when you are done.
Install the SSH Server
sudo apt-get install ssh openssh-server
Other Useful Tasks
These are some other things that I have found to be useful from time to time. They are not necessarily a part of my default setup but they do come in handy
Determine Your Static IP Address
ifconfig | grep Bcast
Enable root
sudo passwd root
If you found this post useful, why don't you buy me a cup of coffee to show your gratitude?
Categories:
Announcements
Posted on Wednesday, January 2, 2008 by Tim Fehlman
As many of you have noted, I have been absent from the blog for some time now. The reason for this is that I find myself recently looking for work. I really do not want to get into all of the details why I am looking for work but all of the reasons are positive!
I also wanted to add a little something for those who have come from links on my resume, either paper, digital or online version. This is just to emphasize that Tim Fehlman is my pseudonym that I am writing under and you can rest assured that I did not just link to some random blog!
If any of you live in the Edmonton, Alberta area and know of someone who is looking for a good Director of Information Technology, please feel free to send me an e-mail at tfehlman@dailycupoftech.com.
If you found this post useful, why don't you buy me a cup of coffee to show your gratitude?