Saturday, December 05, 2009

Run HFS HTTP as a service

HFS HTTP is a very simple webserver. As such it is commonly used as basic a file server that is accessible over the Internet where people can both upload and download files from it. It uses the HTTP protocol, the same as a website. Therefore, the users do not need to have a dedicated FTP client program installed on their machines to get and put files into a computer that runs HFS. In fact, HFS does not even support the FTP methos at the moment.

As a server program, it is advantageous to run HFS as a service in Windows. Any programs that run as a service is functional without having a user account being logged in. Therefore, you can log out of the Windows machine and still have HFS serving out and accept incoming files.


http://www.rejetto.com/forum/index.php/topic,4713.0.html

On a side note, if you want to have better security with the files transfered out of and into HFS, you should enable SSL with the transfer. With SSL, the data is encrypted between HFS and the computer accessing it. Therefore, you can feel secured that no one can snoop on the files being transfered.

Friday, November 06, 2009

How to reset password in MacOS X

http://lifehacker.com/278898/reset-your-lost-os-x-password

  • Hold Apple+S when booting to enter single user mode
  • #sh /etc/rc
  • #passwd yourusername
  • #reboot
The commands here never asks for the admin password. I guess it's the same with doing this from booting up from the DVD because with that method, you do need to know the password to any admin accounts on the system. In fact, you can use the DVD to reset the admin account's password. So much for security! The best security is physical security and encryption, but those have their negatives.

Sunday, September 06, 2009

NIC Teaming and Link Aggregation in ClarkConnect

http://www.clarkconnect.com/developer/bugs/view.php?id=422

What this means is as simple as this: You would put two network cards
-- should be gigabit cards to justify this attempt -- in a
ClarkConnect server. Then you would connect these NICs to a switch
that understand trunking. This way, instead of having one NIC handles
all the trafic, two NICs will be used. This in effect, double the
bandwidth for data going into and out of the CC server. The data flow
inside the computer is too fast so the bottleneck in a server-client
setup is the network connection itself.

Sunday, August 30, 2009

Mac OS X support ebooks

Mac OS X support essentials ebooks

http://books.google.com/books

Type in "Mac OS X support" and you will get a dozen books on
supporting Mac OSX. Some books can be read in their entirety online.

A review of backup solutions for the Mac OS

http://maczealots.com/articles/backup/

There are two caveats in this review. First, it is a tad outdated as
it was written in June 2007 as evidenced by the non inclusion of Time
Machine, the beefed up automatic backup built into Leopard. The second
is this review only covers basic features.

Wednesday, July 01, 2009

Thursday, May 28, 2009

How to record the speaker output for free

 
One of our most common questions is "How do I record sound from YouTube or other streaming videos?" or "How can I copy audio from files that Audacity doesn't recognize?"

This is a common problem for Windows users due to the way audio drivers are written. It is up to the company providing the audio drivers to make this functionality easily accessible, but in many cases it is difficult or impossible for reasons we can only guess at.

So, putting aside any conspiracy theories or cries of incompetence, there are three different ways to record this kind of audio. Most convenient first:

1) Select it as an input in Audacity and click 'Record.'

Note: Macs do not have a built-in input for recording computer output. Skip to Methods 2 or 3 below if you are on a Mac.

Selection is normally done in the Mixer Toolbar selector (to right of the microphone symbol), but on Windows Vista it's always done in the Recording Device dropdown at Edit > Preferences > Audio I/O tab. Provided your audio drivers are written correctly and the operating system mixer is making the input available, you should be able to select a Recording Source called "Stereo Mix", "What U Hear", "Mix", "Loopback", "Sum" or something similar. It is up to the people writing the drivers to give this source a name, so it varies from driver to driver and we cannot give you an exhaustive list.

Once that source is selected, make sure "Software Playthrough" in the Audio I/O Preferences is turned OFF and Audacity will be set up to record everything coming out of your speakers (including Operating System sounds and any other inputs that are not muted).

If that doesn't work, then there's a chance you can activate that source by changing the settings through your Operating System's audio set-up software. For Windows users (both Vista and earlier systems), see this Wiki page: Using the Control Panel. On Linux using ALSA, see these instructions. If that is successful, exit and restart Audacity and you should be able to record your speaker output. If you still can't activate that source, then you will have to resort to method 2 or 3.

2) Plug in a "loop-back" cable.
Most Desktop and many Laptop users will be able to run a cable from their speaker output port (often coloured green) to a line-in port (often coloured blue) on their sound card and capture the speaker output that way. The exact cable you will need depends on how your sound card was manufactured, please consult your computer or sound card manual if you need help identifying the correct port. If you do not have a Line In port, skip to Method 3 below.

A typical computer speaker output port is driven at Line Level, so it's a perfect match for the Line In port that is also commonly found on sound cards. It is possible, but not necessary, to find a cable that will allow you to plug your speakers in as well so you can hear what you're recording. Plug the cable in, turn the computer's output volume up, open Audacity and go to the Mixer Toolbar input selector (or on Windows Vista, the Audio I/O tab of Preferences). Here, select "Line In" as your recording source. Again, make sure "Software Playthrough" is turned OFF as well. If you are on Mac, you may need to select "Line In" as default input at: Mac hard disk > Applications > Utilities > Audio MIDI Setup. On Windows, if you don't see "Line-In", follow this link to set "Line In" in the Windows Control Panel.

Now you will be able to record the computer's output. Adjust the input volume level in Audacity to make sure you aren't overloading the recording - since you might not be able to hear what's being recorded, this is an easy mistake to make.

3) Obtain new hardware or software.
The Behringer UCA202 is only $30, sounds nicer than built-in motherboard sound, and gives you a Stereo Mix option (as long as you update the drivers). This is not meant as an endorsement of that particular item, we've simply received many reports that it works nicely for this kind of recording. Another device that works well for this is Trust Sound Expert External.

You can also try using software "virtual audio drivers" to capture the computer playback. This usually means recording into some application other than Audacity, but you can still edit the recording in Audacity later. Freecorder is an example of a free virtual driver that will capture sound playing on the computer to an audio file; it works as a plug-in for Internet Explorer and other browsers.

Wednesday, April 01, 2009

Change the default location that windows installs programs

Windows always wants to install programs to "c:\program files" and changing it every time you want to install a program can be a pain when you want to change the default folder to somewhere else.

After you back up your registry, this is how you can change this default location.

1. Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion
2. In the CurrentVersion folder, find ProgramFilesDir whose default should be C:\Program Files

3. Change this to whatever directory you wish. I changed it to D:\Program Files for example.

Saturday, March 28, 2009

Setting up SMTP Gateway for HP multifunction's scan to email configuration

http://www.experts-exchange.com/Hardware/Peripherals/Printers_Scanners/Q_22123034.html

Question: We have a HP laserjet 4100 mfp that when we try to send
email, comes back and says "email gateway is not configured."
Can someone help me in setting this up?


Best answers:

Make sure that you have all these settings correct on the device:

IP address
Subnet mask
Gateway
DNS server(s)
SMTP server
If any of the above is wrong, email will fail.

Additionally, it may fail for one of the following reasons:

Authentication required to send email- if this is the cause you will need to configure the device to login with a username and password.
Relay blocking -if this is the cause you will need to configure the server to allow relays from the device.
Certificates required-if this is the case, you will need to set up a certificate for the device.

-------------------
i just had a look at there online manual (it is crap) but here we go.
Use the following procedure to find and configure your SMTP and LDAP gateways:
Select Find Send Gateways, in the I/O menu.
    If the search is successful, the addresses are set automatically. If it does not find either gateway, or another gateway address is preferred, enter them manually.

Step 14: Set the e-mail gateway addresses manually
   Use the following procedure to set the e-mail gateway address manually:
       Select SMTP Gateway, in the I/O menu and enter the gateway address.
       (forget about this for now, no need to complicate the situation) Select LDAP Gateway, in the I/O menu and enter the gateway address.
       Select Test Send Gateways to check the addresses have been configured correctly.

also
http://h20000.www2.hp.com/bc/docs/support/SupportManual/bpl10769/bpl10769.pdf
Domino shouldnt make any differance as it is just sending via SMTP so as long as outlook works so should the HP.

Thursday, March 19, 2009

Create Multiple BSSIDs

 
In case you are confused as to the difference between SSID and BSSID, the author of this tutorial explains it nicely:
 
"There's much confusion about what the difference is between a SSID and a BSSID. Some routers can only create multiple SSIDs while others can create multiple BSSIDs. For now, it's only important to know that multiple BSSIDs is what you want if your router supports it. A BSSID is a truly seperate interface with its own MAC address, while multiple SSIDs share the same MAC address confusing many wireless clients (like PDAs) causing them to be unable to see some or all of the created wireless networks."
 
This is why you do not hear much about BSSID because all consumer wireless routers that I know, there is only one SSID.

Wednesday, March 11, 2009

Is there a filter in here that stops sent mail from showing up in the inbox of a blackberry?



Resolution

To prevent sent messages from returning to the BlackBerry smartphone each time, create a filter in the BlackBerry Internet Service account to block the sending of those messages to the BlackBerry smartphone.

To create a filter, perform the following:

1. Log in to the BlackBerry Internet Service account.
2. Click the Filters icon next to the integrated Gmail account.
3. Click Add a Filter to create a new filter.
4. Configure the filter so that email messages are not sent to the BlackBerry smartphone if the email message originates from the Gmail webmail account integration:
1. Type a name for the filter into the Filter Name field. For example, My sent Gmail email messages.
2. Set the Apply filter when field to "FROM" field.
3. Type the Gmail webmail address into the Contains field. For example, @gmail.com>.
4. Select the radio button beside Do not forward messages to device.
5. Click Add

Send Later Extension [SL8TR] for Thunderbird

http://www.unsignedbyte.com/?page_id=4

Monday, March 02, 2009

Completely Remove programs from Windows

When you uninstall a program in Windows, most of the time, there are
residual files and settings left behind, namely DLL files and registry
keys. These residuals can muck up other programs that share the same
DLLs. These program will help you do a more thorough clean up.

http://www.revouninstaller.com/

http://www.lcibrossolutions.com/spyme_tools.htm

Friday, February 27, 2009

Better than Thunderbird?

http://www.postbox-inc.com/

Postbox is based on Thunderbird. Thunderbird lacks PIM (personal
information manager) capabilities. This program ads that to
Thunderbird. If you are a basic user of email, Thunderbird is lean and
it's all you need. However if you live and die by your email, you need
PIM capabilities. Outlook does a good job at this, but's it's not
free, and some people just refuse to use anything from Microsoft.

Saturday, January 31, 2009

Remove Remote Desktop history

HKEY_CURRENT_USER\Software\Microsoft\Terminal Server Client\Default

You'll see keys that begin with MRU

Delete the entry you don't want.
 
Then go to the current user's My Documents and delete a hidden file called Default.rdp.

Tuesday, January 27, 2009

Using your Gmail account as an online storage

http://lifehacker.com/274567/advanced-file-and-attachment-management-with-gmail

Update: Looks like Google is pretty close to officially support online storage. Microsoft already has this service called SkyDrive with 25GB of free space, but for those of you with Gmail accounts already who want a simple and convenient way to access these files in one place, they would prefer Google to host these files online for them.

Friday, January 16, 2009

Saturday, January 03, 2009