Wednesday, 13 February 2013

How to Create a Generic Windows XP Image

What this article is supposed to help you accomplish is to make a single image with the help of Sysprep, that can be deployed onto any PC regardless of it's hardware. This will save server space as each model will no longer need its own image file, and make updating images with new software or Windows Patched much easier.
In theory this is supposed to be done with Symantec Ghost; however I will do my best to keep it to a minimum so that hopefully Altiris RapidDeploy, Norton Ghost and other image programs will work with this. This is also intended for Windows XP, but very slight modifications can be done to make it work for Vista.
Also note that this is a guide, not a cookbook. What I am putting in here works for me and should be used for reference. At the end of this article I will post other links to web sites that I researched to figure out how to use Sysprep, so I suggest reading this and those web sites and create your own procedure based on the tools you have and your needs.

Step 1: Preparing Windows XP

The first thing you will need is a clean install or clean image of Windows. This is essentially a brand new copy of Windows installed on the computer.
Next you will need to configure Windows XP. What you need to do is remove any software that you don't want on every PC (such as the Games folder for example), install software every user will need (The updated Adobe Reader and Ghost Console Client for example), and change the Windows settings (turning off the firewall for example).
What you do not want to do is install software that only one department in your company will need. For example you do not want to install any Computer Aided Drafting programs drafters will use but no one else will.
Essentially what you want to do is get the PC ready so that when you install the image onto a new PC, it is ready to accept a user's specific software and settings and then go out the door. I figure most companies like mine will already have procedures on this and what they expect to be on a basic image.

Step 2: Collecting PnP Drivers

You're going to have a lot of files so I suggest you start organizing right away.
  1. First, create a folder called Sysprep in the OS drive (mostly C:)
  2. Inside the Sysprep folder create another folder called "Drivers"
Now you should have small file tree of C:\Sysprep\Drivers
The idea is to have all of the basic Sysprep files you will be using inside the Sysprep folder, and all of the Plug and Play (PnP) drivers sorted in the drivers folder.
Now you will need to start hunting down the drivers which is always tons of fun. I suggest going to the manufacturer's website and search for the drivers each model uses, but do not download them. Instead find out who makes what and get the model number.
Then I suggest going to each manufacturer and download the drivers from there directly. That way you are sure to have the most recent drivers available.
The drivers I suggest are:
  1. Network card
  2. Chip or BUS drivers
  3. Audio drivers
  4. Video drivers
  5. Mass storage drivers*
    *If your using GSS, you can use the DeployAnywhere tool to insert these drivers.
As you download these files, I suggest not putting them in the Sysprep directory, instead put them in a temp folder somewhere. The reason is that most drivers you download are in an .exe format and you will need to extract them.
To extract drivers from an .exe file you will need to run the file with the switch to extract them. Most of the time there is a help file that will tell you what it is. Sometimes running it with /? Will give you the options.
When you have the switch, there are two ways I like to run it. One is to use the command prompt and type it in manually. The other is to just make a Windows Shortcut of the .exe file, edit it to add the switches.
For example most of the Intel drivers require an /e switch to extract and /f to tell it where to extract.

As was pointed out to me, another way to extract the drivers from .exe files is to use WinZip or WinRAR. To see how to do this, please go here: https://www-secure.symantec.com/connect/blogs/how-extract-drivers-self-installing-executable
One you have all of the drivers needed for all of the models of computers you plan to use this on you should have a file tree that looks something like this:

Lastly, before you move on, I suggest cleaning up your folders some to remove any applications and drivers you will not need (DOS, Windows 98 drivers for example). However don't be too worried about the size of your Sysprep folder because after it runs for the first time it is deleted automatically.

Step 3: Preparing Sysprep

For Sysprep you will need to get the deploy.cab file from Microsoft. If you have Windows XP SP 3, you can go here: http://www.microsoft.com/downloads/details.aspx?FamilyID=673a1019-8e3e-4be0-ac31-70dd21b5afa7&displaylang=en
If you have another version of Windows XP, you will need to get the correct deploy.cab file, so please use caution.
Now that you have the deploy.cab file, you will need to open it and extract all of the files to the c:\Sysprep folder we made earlier.
You will now need to run the setupmgr.exe application to create a Sysprep.ini file that will guide your computer threw setting up Windows. I will not tell you every step you will follow, I'll just go over the highlights.
Use the following steps to go threw Setupmgr.exe:
  1. Choose the Sysprep setup.
  2. Answer that you want to fully automate the installation
  3. Then start filling in the data that best suites your needs.
         A. Product Key: You will need to use one provided by Microsoft, if you type in an OEM key, your Windows will need to be reactivated 30 days after being reimaged. Please go to the following link for more information:  http://technet.microsoft.com/en-us/library/bb457078.aspx
         B. Computer name: I suggest a random computer name and joining to a generic workgroup. Reason for this is so you can image more than one PC and you wont have any trouble with multiple names on the domain, and it will keep your Active Directory clean. You can use the configuration task in GSS or just manually change the PC name and join it to the domain when your setting it up for an end user.
So now you should have your Sysprep.ini file somewhere. Locate it and open it up, there is still some more to do.
You will need to put the following information in the Sysprep.ini file. In the following picture, you will have some of these lines, the ones you do not, you will need to add to your Sysprep.ini file.

This next picture is the Sysprep.ini file I use with some slight modifications.

If you have any further questions about Sysprep, I will have a bunch of links underneath. Please check those before asking about them here.

Step 4: Putting it all together

By this point you should have:
  1. A clean version of Windows with basic software and settings.
  2. All of the PnP drivers for every model of PC you plan to put this image onto.
  3. A Sysprep.ini file ready to go.
Now I suggest you go to the following web site: http://www.vernalex.com/tools/spdrvscn/index.shtml
For this guide you will need to download SPDrvScn. The reason for it is because we need to tell Windows to load all of our drivers into the registry otherwise Windows will not look there when it searched for PnP drivers. There is a way to type it into the SysPrep.ini file, but it holds very few drivers before it gets capped.
When you download it, put it in the C:\Sysprep folder. When you have it downloaded, run it once in Windows mode and have it scan. Make sure it scans all of the drivers you will need. If you drivers are in c:\Sysprep\Drivers you should be good to go. Next you will need to create a batch file:

Now you are almost ready to start. First thing is that after all of your hard work, I suggest you copy your C:\Sysprep folder and all of the drivers to a safe location, such as a network server. The reason for this is if you need to do this again, such as to run MS updates, you can skip steps 2 and 3. You would just re-image the PC, update it, copy the Sysprep folder to the PC and kick off the script.
At this time, if you are using a Boot Disk/CD/Flash drive to capture the image of the PC, now is the time to put it in.
At this time run the Sysprep.bat file. Your computer will reboot. This is when you must capture the image. When you are done capturing the image, go ahead a boot the PC normally and let it run. It will go into a mini-Windows setup as it scans for PnP drivers.
When it is complete, open the Device Manager and make sure you add any drivers Windows is missing to your saved Sysprep folder and create another image.

Links

These are most of the places I went to learn how to do this. As I said before, this is not a cookbook. I would recommend going to these sites and teaching yourself how to use Sysprep, then you can tailor it to your needs.
The site to get SPDrvScn and learn how to use it any why: http://www.vernalex.com/tools/spdrvscn/index.shtml
Some Microsoft sites:
http://support.microsoft.com/kb/314479 http://support.microsoft.com/kb/302577/EN-US/ http://technet.microsoft.com/en-us/library/bb457078.aspx
Some info on Sysprep for Vista: http://blogs.technet.com/backroom/archive/2007/02/08/automate-your-vista-factory-installations.aspx
https://www-secure.symantec.com/connect/articles/building-standard-vista-image
Another Sysprep guide: http://blog.hishamrana.com/2006/02/22/how-to-image-windows-xp-with-ghost-and-sysprep
A guide on how to extract drivers useing WinZIP and WinRAR: https://www-secure.symantec.com/connect/blogs/how-extract-drivers-self-installing-executable

How Do Windows Tablets Differ From The First Generation Of Traditional Tablets?

Microsoft is well on its way to establishing a top position in the tablet market. Windows tablets have continuously evolved to meet the demands of consumers and business professionals on the go. Each new tablet release has incorporated newer technologies and features. This is particularly the case with the release of the new Windows 8 tablets. With all the technological advancements included in the newest tablets, they have evolved and now differ greatly from the first generation of traditional tablets.

Within the Windows tablet, there is an actual hard drive rather that the traditional flash drive that was found in earlier versions. These new and improved tablets have many more features than the first generation of traditional tablets such as USB slots that permit other devices to be connected to it as well as a memory card slot that effectively becomes portable storage for the tablet. Many now come equipped with an HDMI port that gives users the ability to directly connect to HDMI devices and screens. In the past tablets were more of a stand-alone device used for personal entertainment. Now they can be fully integrated in your arsenal of high tech gadgets and devices used to get work done.

The hardware that comes with these new and improved tablets provides many important benefits. The most notable is the capability to run full desktop applications, again making these devices full work horses instead of one trick ponies. Since they support and run full programs, you now have the capability to transfer files from your computer to the tablet. You have all of the editing and viewing capabilities of your home computer on your portable and convenient tablet. In addition, unlike earlier version tablets, the Windows tablets can play HD videos, which mean superior multimedia capabilities. All these features mean that you can really impress the crowd during your next meeting by instantly recalling documents, graphs or videos and sharing them with fellow workers or clients.

You can do much more with the current Windows tablets than you ever could do with the first generation tablets. Another key difference is the newer tablets have support capabilities for additional hardware. For instance, they can support TV tuners and printers. In addition, Windows tablets have touch screens that can be written on using a stylus. The stylus can be used just like a mouse so you can paste, copy, undo, delete, and scroll up or down. You can even cut text to use in a particular program or send via e-mail. Another feature of the windows tablet that distinguishes it from the earlier predecessors is the handwriting recognition technology that can be used for both text and numbers. Written numbers can be imported into a word processing program for easy and immediate storage.

Operating a Windows tablet can often seem like you are operating a mini desktop, as they are equipped with everything you need to do work that you would do on a desktop. Tablet buttons can be easily configured to do a number of particular tasks or key commands. A button can be assigned to open emails or specific programs. These new and improved tablets are the real deal. They are full functioning tools as they come with a hard drive, file system, storage, and plenty of capacity, giving users plenty of flexibility for work and fun.

Learn more about the latest Windows 7 tablet at www.toshiba.ca - one of the largest producers of tablets and other mobile computing gadgets like ultrabooks and smart notebooks.

Article Source: http://EzineArticles.com/?expert=Patrick_A_Thompson

Tuesday, 12 February 2013

The Best Linux Server Backup

You should look into Linux Server Backup to protect yourself from unforeseen data loss. Your data is the most important thing that you have in today's competitive world. Losing it would be disastrous for your business, as it would alienate your customers. Although data reliability has gone up in the last few years, natural disasters such as hurricanes and earthquakes can threaten your information at any time during the year.

There are also risk factors which are not physical in nature. Your data can be affected by rogue software such as virus, worms and Trojans. It is also susceptible to hacking and other attempts at data manipulation by hackers. A good firewall definitely helps, but having backup solution will make sure that you have the latest records for security.

Linux offers a number of features that makes it the best solution for Linux server backup. The operating system has been built to be very stable and robust, allowing hosted websites to have very high up times. This flexibility allows advanced features to be available at free of cost. Major operating systems like Ubuntu, Red Hat and CentOS have web-based backup options available that let you carry out remote backups whenever you please.

The best thing about Linux is that it offers network encryption. As a matter of fact, this makes it very hard for hackers to break into your data. Most Linux distributions offer 256-bit network encryption and 256-bit AES storage encryption, along with unique security certificates, making your data secure from interception and attacks. These features also stop your data from leaking, ensuring peace of mind for you and your customers.
Another great thing about this backup solution is that it is highly scalable. It can adapt to any environment - from small-scale data to large-scale environments with petabytes of information. Your Linux server backup will be able to meet anything you can throw at it; it will process all data without a hitch.

These are some of the features that you should really look for in Linux backup solution. The operating system's kernel has been built from the ground up to be highly robust and scalable, handling anything you can give it. It is used actively around the world in a number of small and large-scale environments without any problems. It is also highly secure and will protect your Linux server backup from hackers and remote attacks, among other things.

Discover which Linux Server Backup has the "Must Have" features. Visit http://www.druva.com and find out what features are needed before you purchase any backup program. Try our Windows Server Backup Program "Absolutely Free" for 30 Days.

Article Source: http://EzineArticles.com/?expert=John_Z_Perry


What Is The Best FTP Server Software To Use?

If you're looking to find the best FTP server software available today then you're in luck because in this article I am going to disclose the most popular FTP server software for use today as well as some useful information that you need to be aware of when using an FTP server.

First of all why do we need FTP Server Software?

To start off with FTP server software is also referred to as an FTP client. FTP stands for file transfer protocol and is the method in which website owners use to upload, download and edit files on their website.
FTP is not the only way to carry out this task however it is the quickest because it connects your desktop with your website meaning that you don't have to even have a web browser to do the file transfer.
How do you use FTP?

Using FTP is very easy really and once you have the initial settings sorted out it is just a matter of dragging the files you want to upload from your desktop to your website. The hardest part of using FTP is the setup. In order to setup your FTP correctly you'll need to make sure that you have the host name for your website, the FTP username, FTP password and port name. These settings can be easily found in your w
ebsite hosting control panel or the hosting company will be able to easily supply you with the information.

So what is the best FTP software an why?

There are a lot of FTP server software programs online which you can download some are free and some are paid. What is most important for you to understand as you decide which FTP server software to use is that there is no difference in those FTP software's that are paid and those that are free when it comes to uploading content to your website (The function you need in an FTP). What this means is that if you just want to add and edit information on your website then a free FTP solution is all you need and Filezilla will do the job.

This article has been written by full time internet marketer Sam Bakker. To learn more about setting up a successful internet marketing marketing business that lasts you can download Sam's free internet business course at SamBakker.com.

However if you just want some additional information you can read an article by Sam on what the best FTP server software is.

Article Source: http://EzineArticles.com/?expert=Sam_Bakker

The Linux FTP Server Configuration Maintains the Originality of Your Data

The file transfer protocol (FTP) is used to transfer files in internet. With widespread use of internet and increase in volume of the file transfer, the chances of data loss or leakage of its content are on the rise during the transfer. The file transfer process uses a simple authentication method consisting of a log in user ID and a password that is not sufficient and reliable over the biggest network like internet and is always vulnerable to hackers and virus attacks. The Linux ftp server configuration makes sure the security of the sensitive information in these files by transferring in coded form to reach the destination without being tampered or intercepted on the way.

The Domain name system (DNS) translates a domain name or host name into corresponding internet protocol address that identifies and locates the computer systems and resources on the Internet. While browsing the Internet, if your computer shows DNS error or server not found message, then you will be confirmed that the server fails to resolve the IP address related to the supplied domain name. This may be due to the Internet connectivity problem on your side or it could be the problem with the web server that is hosting the website. The Linux DNS server configuration makes sure this error is not shown because of its secured and robust system platform that manages the load balancing and information processing very fast.
If you need a secure, faster and efficient remote solution to work from your home or business place or while on the move, then the Linux VNC (Virtual Network Computing) server could be the ideal solution. The server helps the users to be more productive by accessing the current applications on latest devices such as a pocket PC. The Linux VNC configuration allows users to remotely access servers and the applications over the internet or a local area network. This server provides support by accessing the clients' resources like local disk drives, printers, serial ports and many others. The Linux web server provides the flexibility to all its clients. The cost- effective solutions make sure the delivery of the applications and support across the network or organization to meet the diversified requirements without affecting the network resources or exposing the sensitive data.

The importance of getting synchronized time throughout a system or network cannot be ignored. The multiple devices within a network maintain exact the same time with the implementation of a Linux NTP (Network Time Protocol) server. The Linux NTP server configuration distributes the time to the computing devices within that network. Any other device that is connected to that network will be running at the same time that avoids the cost of maintaining a separate Time server. The Linux web server eliminates the confusion and discrepancies in variation of recording or monitoring the time in an organization like employee time card in an attendance machine. The clock displayed from computers becomes a common source of time for their users and the user does not need to look up at a wall clock since there is a time display on the computer screen.
linuxserverconfiguration, a top Linux web server hosting provider, has been offering the cheap Linux ftp server hosting solutions that perfectly match the clients' requirements for hosting, data storage and e-commerce. For further information, visit http://www.linuxserverconfiguration.net

Article Source: http://EzineArticles.com/?expert=Cooper_Johann

Friday, 8 February 2013

Anonymous Proxy and Anonymous Web Surfing: How Do These Work?


proxy

Use of an Anonymous Proxy plays a major part in how one can surf the web without fear of compromising privacy and security.. For practical reasons we may not have to worry about how this works. But for the sole reasons that it is actually important for our privacy and security on the internet and that it is actually a simple process, we need to understand it better. Simply put anonymous surfing is accomplished by using anonymous proxy servers. But for the purpose of understanding the value of going anonymous online, let us discuss how surfing the web anonymously works in a little more detail. This might eventually lead new Internet users to appreciate the reason why many internet users go for anonymous surfing and Internet privacy.

Let us start by us having our own IP address. This is our identity on the Internet. This is assigned to us by our Internet service provider (ISP). Your ISP knows your IP and your information. Once you browse online, you will be leaving behind a record with your ISP about which sites you visited, and other data that you acquire as you surf online. As you go through this process day by day, you will have made a log on about your frequently visited sites and your Internet behaviour or pattern. This will then make you a target for advertisements and unwanted traffic, pop-ups and cookies, which is annoying and dangerous.

These aren't the only inconveniences that will annoy you when your IP is out in the open. There are actually much more serious and harmful threats from malicious Internet users or hackers. If this happens, your whole Internet privacy may be violated. The hacker may try to steal or delete your login information(s) and passwords, or use your credit card numbers to take control of your financial transactions online. You may find your computer infected with hundreds of viruses and spyware. And the worst case scenario will be if the hacker decides to use your identity for his own nefarious designs. This is identity theft, and it is one of the most troublesome crimes of our times.

This is where web surfing with the use of proxy servers comes in. In surfing the web discretely, we are able to protect ourselves from the hackers and malicious criminals out to steal and abuse our identity and personal data. We conceal our identity, by frequent changes in our IP addresses, and simply browse through the Web without worrying that our location is transparent to most other Internet users. Not only will we be able to screen out unwanted advertisements and needless traffic, we will be able to avoid becoming victims of identity theft and other cyber crimes.

This is accomplished by using anonymous proxy servers at multiple locations and software that routes your internet connection through many of these serves. Thus hiding your IP and protecting yourself from hackers as well as not leaving a pattern of sites visited.

Other benefits of surfing anonymously aside from internet privacy include reduction of the risk of viruses, spyware, and as simple as it sounds, this is how effective and efficient anonymous web surfing works.
There are many benefits to using a private proxy, we just mentioned a couple in this article. Now that you know you are safer on the internet with surfing discretely with Proxy Servers go to the website http://www.anonymoussurfingsolutions.com and find out how you can browse the internet safely and securely. Check out now for free trial offers.

Article Source: http://EzineArticles.com/?expert=Andrew_Virender

How To Update Your Business Facebook Page From Your Android Mobile Phone

 facebook page fans

So, if you're like many users of an Android phone ("Droid") - I have a HTC EVO - you may have found it difficult to figure out how to update your business Facebook page via any of the available Facebook applications on your phone.

Many people resort to going to the web browser and taking the painstaking time to wait for new pages to load and slowly get to their business page to update it in their web browser on their mobile.
But... did you know there was an easier way?

It's so simple, you'll be shocked that you didn't do it sooner!
I'll walk you through step by step on how to make updating your Facebook Fan Page when on the go easy and fast!

I recommend following these 'setup' steps while at your computer and then you will be free and easy on your Droid mobile device

  1. First, you will want to login to Facebook just like you always do.
  2. Then, you will access your Fan Page by navigating on the left to your 'Pages' and then selecting the Fan Page you want to activate with your mobile device
  3. Once you are on your Fan Page, click 'edit page
  4. When you are in 'edit' mode on your Fan Page, you will have a navigation bar to your left. Click 'Mobile'
  5. You have some options and you can choose to setup one or more per your preference:
    • With Mobile Email - there is an email address listed with instructions to save it in your phone. With this unique email address you can simply update your Fan Page Status by sending an email to this address. The complete subject line is the post to your wall; if you want to upload an image you attach it to the email. The body of the email should be left blank (I have not tested this, but I would suggest deleting an automated signature if you use one on your phone, as the instructions indicate the body of the email should be blank)

    • With SMS Messaging - you can also setup SMS messaging and update your Facebook Fan Page by SMS Text. To do this, you will select "sign up for SMS," select your carrier, send a text message with the letter 'F' to Facebook at 32665 (FBOOK) *note the instructions may be confusing regarding the SMS number to text to as it is listed with (FBOOK) after the number; all you need to send to is the number 32665; you will get a message back with a code; enter the code; and you're activated! One important thing to note regarding the SMS Messaging is that if you set this up for your personal page, too, updates/posts via SMS will duplicate on your personal and your Fan Page. To avoid this, use SMS for only either your Fan Page or your Personal page (do not set it up for both)
  6. Lastly, send a test via your mobile Android to your Facebook Fan Page and see how it works!
 Have fun!
Christy Farris is founder of www.vision-to-presence.com; a website administration and project management firm specializing in custom website design and programming; social networking, internet marketing, and more. Her passion is in technical and practical use of the web managing all aspects of your online presence, bringing clients' visions to presence online.

Article Source: http://EzineArticles.com/?expert=Christy_Farris