Your best source of information and news about windows, secrets and vista on the internet

August 24th, 2008

You are currently browsing the articles from MS Windows Vista Compatible Software written on August 24th, 2008.

Nikon RAW Codec on Windows Vista x64

A few weeks ago I discovered Nikon had released a new version of their Nikon RAW Codec for download - Version 1.4.0. This new version adds support for Windows Vista SP1. The Nikon RAW Codec is for users shooting in the RAW photo format with Nikon cameras to view Nikon's RAW .NEF files in using Windows Live Photo Gallery.

Download: Nikon RAW Codec Version 1.4.0

I discovered a hidden "gem" with this new release however. It runs on PCs running 64-bit versions of Windows Vista.  Apparently, this version of Nikon's RAW Codec takes advantage of Windows Vista's built in 32-bit emulation feature called WOW64. I've got it installed on my Windows Vista 64-bit PC and am able to import and view RAW images (.NEF files) off my Nikon D40 into Windows Live Photo Gallery and view them just fine. I've confirmed this works with a few friends of mine who also use Nikon cameras and running a 64-bit version of Windows Vista.

If you shoot photos with a Nikon digital camera, use the RAW file format and run a 64-bit version of Windows Vista - definitely give this version of the Nikon RAW Codec a try. It worked for me, I'm hoping it works for you!

Written by Brandon LeBlanc on August 24th, 2008 with no comments.
Read more articles on RAW and otherSoftware and WOW64 and NEF and x64 and codec and Featured News and 64-bit and Nikon and Windows Live Photo Gallery and Windows Vista.

YouTube File Hack Tool, Download and Save Youtube Videos Easily

Youtube File Hack is a small and intelligent program that aims to ease up everything in saving youtube videos to your hard disk.

AfterSearchcontextmenu2 

How to Download the Video File in Youtube? A Right-Click Menu entry will be added to your IE Context Menu.

Just Right-Click the link and Download. That’s it! When the File-Download Dialog Opens, press CTRL+V to paste the filename.

Simple Things Matters…

Many users are asking if this is an IE Plugin or add-on for downloading youtube videos. Anyway, For me, It is a useful Context Menu Customization for Internet Explorer (Tweak) and Firefox will be supported on the next version. Thanks guys…

Download youtube anime, adventure, fun, mtv, news and other youtube videos now… Enjoy!

 

WWW.UnlockForUs.Blogspot.com

Documentation (How to Use the Program):

Unlocking Youtube File Hack-1 Running the Program for the First Time, Tips and Tricks

Unlocking Youtube File Hack-2 Download a Video after Search

Unlocking Youtube File Hack-3 Download while Watching the Video

Unlocking Youtube File Hack-4 Download in User-Response, Related and Featured Videos

Unlocking Youtube File Hack-5 Downloading the Youtube File through the GUI Application

How to Play the Downloaded Youtube Video

More tips: Windows Vista Unlocks, How-To, News, Tips and Tweaks

 

TO DOWNLOAD: YOUTUBE FILE HACK

download_now (Recommended)

Download Location 1 (Back-up only)

Download Location 2 (Back-up only)

Please try my new Standalone Youtube Browser:

GuggleTube, Watch and Download Youtube Movies in High-Quality Video Streams (MP4) 

LATEST NEWS: WinBubble 1.75 was released!!!

Top contributors and Recommended Websites:

Please wait…..

LifeHacker.com helped me to share my Software Youtube File Hack to others for more than two days now. I’m sorry, I don’t have time to Acknowledge your help because currently, I’m updating the new version of WinBubble. Anyway, Thank you very much!

Mbnet.fi published Youtube File Hack to front page! Thank you very much!

 WindowsVistaMagazine.com 

Neowin.com  WinMatrix.com  NotebookReview.com Ghacks.net 

Geekissimo.com  Genbeta.com 

CrystalXP.net  DSLReports.com 

 neowin.net Notebookreview winmatrix2

 crystalXP dslreports

Thanks to Mr. Ron of Freewarefiles.com! Again, The first downloading website that uploaded my software!

Summary:

1. The current version adds a Context Menu To Internet Explorer (IE)and makes it possible to download the youtube video easily. Firefox will be supported on the next version. 

2. Intelligent Enough to know the youtube link and file name: You don’t need to know the format of the link and go to a website to download the video. Also, it will automatically copy the title to clipboard as it’s filename. So, when it asks for a filename just press CTRL+V.

3. Optimize by design: The program doesn’t stick anything that makes your computer unstable and it doesn’t run on a background.

4. Mostly, The most important thing for all the Geeks, there’s a link that will teach everybody on how to get the youtube link manually.

5. The main problem that I encountered in several applications, when the program was corrupted due to unknown reasons. It’s difficult for a casual user to clean the context menu. In this program there’s an option to remove the Right-Click (Context Menu) option in Internet Explorer.

The Design:

By default, the 19.5kb program called YTH-light gets the youtube link and download the video. It is a command line application that was optimize by design, meaning as simple as possible:

1. Get the youtube link

2. Launch the Download Command and terminate the application

It uses any web browser as a downloader (Internet Explorer, Firefox or any) which is more stable. Also, it can be automatically downloaded through any File downloader or Download Accelerator for faster download.

If you want the GUI application, there’s an option to choose. So, there are plenty of ways to download the video file.

Tested on Windows Vista and XP

In Windows XP, If it doesn’t work. Please install .Net.

ENJOY!

————————————————————

Website: Youtube.com

Location: San Bruno, California, United States

Founded: February 1, 2005

YouTube.com is the leader in online video sharing and watching community videos online. In November 2006, YouTube was bought by Google Inc.

————————————————————-

NEWS: Day 1-3,4: Development of Youtube File Hack Tool 1.1

Written by magakos on August 24th, 2008 with no comments.
Read more articles on otherSoftware.

Installing and Running sendmail in Red Hat Linux

The full sendmail distribution consists of three RPM packages: sendmail, sendmail-cf, and sendmail-doc. Only the first package is truly necessary to send and receive mail on your machine. The second package includes configuration macros and other files that can help you reconfigure your site's sendmail installation if the defaults are insufficient. The third package contains documentation files that help to explain some of the details of the current version.

The sendmail binary packages are included in the Red Hat distribution. The sendmail package is on CD #1, while the sendmail-cf package is on CD #2, and the sendmail-doc package is on CD #3. From the Red Hat RPMS directory on each CD-ROM, the following command installs the packages:

# rpm -ivv sendmail*


Starting sendmail

Once installed, the sendmail service is turned on by default. To start sendmail immediately, you can either reboot the machine or just run /etc/init.d/sendmail start to start the server. The procedure for starting and stopping sendmail is no different from that of other server processes.


Other Mail Servers Available for Red Hat Linux
The open-source version of sendmail is not the only mail server available for Red Hat Linux, but it is definitely the most common. Other servers are described in the following list, with URLs that provide further information.

Postfix — The Postfix MTA is the only mail-server software besides Sendmail that comes with Red Hat Linux. Written by Wietse Venema (of tcp_wrappers fame), this free mail server was designed with security in mind and executes most functions as an unprivileged user in a restricted chroot environment. The server encompasses more than a dozen small programs (each performing a simple, distinct task) and several single-purpose queues. Information and source code can be found at www.postfix.org.

Exim — The Exim MTA is a free mail server (under GNU) that runs on Linux and other UNIX systems. This MTA includes enhanced protection against unsolicited junk mail and mail bombs. Find out more about Exim from the Exim Home Page (www.exim.org).

Qmail — Also conceived with security as a high priority, this mail server (written by Daniel J. Bernstein) offers secure and reliable message transfer, mailbox quotas, virtual domains, and antispam features. More information is available from www.qmail.org/top.html.

Sendmail (commercial version) — Based on the same source code as open-source sendmail, this product is distributed as binary executables built specifically for Red Hat Linux (among other Linux and UNIX variants). Pricing for the Sendmail Advanced Message Server is based on the number of mailboxes you are serving. The product offers simple installation, Web-based management, and support. Details can be found at www.sendmail.com.


Smail — Smail offers many of the same features as sendmail but is somewhat easier to configure and requires less memory. The source code can be downloaded from ftp://ftp.planix.com/pub/Smail/.


Incoming messages received by sendmail are processed and stored in the /var/spool/mail directory. Each file in this directory represents a valid user name on the local machine. The file is created automatically when you add a user. People with login accounts use this directory and their user account name as their incoming mailboxes (for example, /var/spool/mail/johnq).

Outgoing messages go in /var/spool/mqueue directory while waiting to be sent. Filenames in this directory follow a consistent naming scheme. The first two characters indicate what type of data is stored in the file. Subsequent characters form a unique random identifier based on the PID of the sendmail process that is handling that message.

File Prefixes in /var/spool/mqueue

Filename Prefix

Type of Data Stored

df

The data that constitutes the body of an e-mail message.

qf

The queue control file that contains the message headers and other administrative details.

tf

A temporary copy of the qf file, created if delivery errors occur.

xf

Any error messages generated while trying to send the message.



Other programs
Several other executable programs are included in the distribution.

Other Related Sendmail Programs

Program

Description

mailq

Displays a summary of the messages awaiting processing in the mail queue (the command is equivalent to sendmail -bp).

mailstats

Displays message quantity and byte count statistics.

makemap

Translates text files (/etc/mail/virtusertable) to hashed Berkeley databases ( /etc/mail/virtusertable.db). This command runs each time the sendmail script starts at boot time.

newaliases

Translates the plain-text /etc/aliases file into the hashed Berkeley database file /etc/aliases.db (the command is equivalent to sendmail -bi).

praliases

Prints out all aliases defined in /etc/aliases.

procmail

Not included with the sendmail package, but is used as an MDA for sendmail. (It is included in Red Hat Linux in the procmail package.)

purgestat

Clears the directory where host status information is stored. The command is equal to sendmail -bH, which is disabled by default.

rmail

Handles incoming mail via UUCP.

smrsh

Implements a restricted shell for running programs from sendmail.



Logging performed by sendmail
The amount of logging performed by sendmail is configurable in the sendmail.cf file, but the default level provides good coverage of informational notices and error messages. By default, the syslog facility (/etc/syslog.conf file) stores logging information from sendmail in the /var/log/maillog file.

An informational message similar to the following is written in the /var/log/maillog file each time the daemon starts (which also causes the hashed alias database to be regenerated):

Feb 16 12:52:40 toys sendmail[1758]: alias database /etc/aliases
rebuilt by root
Feb 16 12:52:40 toys sendmail[1758]: /etc/aliases: 63 aliases, longest
10 bytes, 625 bytes total
Feb 16 12:52:40 toys sendmail[1787]: starting daemon (8.12.8):
SMTP+queueing@01:00:00

Each time a message is sent or received, a log file entry is created:

Feb 16 12:54:34 toys sendmail[1120]: OAA01120: from=root, size=161,
class=0, pri=3 0161, nrcpts=1,
msgid=<199907191254.oaa01120@toys.linuxtoys.net>, relay=root@localhost
Feb 16 12:54:35 toys sendmail[1127]: OAA01120: to=jkpat, ctladdr=root
(0/0), delay=00:00:01, xdelay=00:00:00, mailer=local, stat=Sent

The logs even show when people attempt things that perhaps they shouldn't try. The wiz and debug commands were implemented in earlier versions of sendmail and were found to be a huge security problem. You may log file entries, such as those shown in the code examples below, as people with malicious intent check to make sure that you're not running a vulnerable sendmail daemon. Also, the expn and vrfy commands (which can be disabled via a configuration option) could give out more information than you'd care to distribute.

Feb 16 13:03:27 toys sendmail[699]: NOQUEUE: "wiz" command from localhost
[127.0.0 .1] (127.0.0.1)
Feb 16 13:03:29 toys sendmail[699]: NOQUEUE: "debug" command from
localhost [127.0 .0.1] (127.0.0.1)
Feb 16 13:03:37 toys sendmail[701]: NOQUEUE: localhost [127.0.0.1]:
expn oracle
Feb 16 13:03:43 toys sendmail[702]: NOQUEUE: localhost [127.0.0.1]:
vrfy oracle


>>> Read more about What is Red Hat Linux SMTP and sendmail < <<

Source of Information : Red Hat Linux Bible: Fedora and Enterprise Edition

Written by magakos on August 24th, 2008 with no comments.
Read more articles on Red Hat Linux and otherSoftware.