affiliate_link

Disclaimer

The information contained in this website is for general information purposes only. The information is provided by “http://techsupportoncall.blogspot.com” and whilst we endeavour to keep the information up-to-date and correct, we make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the website or the information, products, services, or related graphics contained on the website for any purpose. Any reliance you place on such information is therefore strictly at your own risk.

In no event will we be liable for any loss or damage including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of or in connection with the use of this website.

Through this website you are able to link to other websites which are not under the control of “http://techsupportoncall.blogspot.com”. We have no control over the nature, content and availability of those sites. The inclusion of any links does not necessarily imply a recommendation or endorse the views expressed within them.

Every effort is made to keep the website up and running smoothly. However,
“http://techsupportoncall.blogspot.com” takes no responsibility for and will not be liable for the website being temporarily unavailable due to technical issues beyond our control.

Privacy Policy

I respect your privacy and I am committed to safeguarding your privacy while online at my site at http://techsupportoncall.blogspot.com. The following discloses the information gathering and dissemination practices for this Web site.

Log Files

Like most standard Web site servers, I use log files. This includes internet protocol (IP) addresses, browser type, internet service provider (ISP), referring/exit pages, platform type, date/time stamp, and number of clicks to analyze trends, administer the site, track user’s movement in the aggregate, and gather broad demographic information for aggregate use. IP addresses, etc. are not linked to personally identifiable information.

E-mail Subscription

If a user wishes to subscribe to my posts via e-mail (powered by Feedburner), I ask for contact information such as name and email address. Out of respect for my users’ privacy, a way to opt-out of these communications is provided.

Cookies

A cookie is a piece of data stored on the user’s computer tied to information about the user. My site use cookies for tracking visitors’ activity. Some of my business partners use cookies on our site (for example, advertisers). However, I have no access to or control over these cookies, once I have given permission for them to set cookies for advertising. You can choose not to accept cookies by modifying your browser settings. At any time, you may remove any cookie stored on your hard drive by deleting them in your browser’s settings section.

Links

This Web site contains links to other sites. Please be aware that I am not responsible for the privacy practices of such other sites. I encourage my users to be aware when they leave our site and to read the privacy statements of each and every Web site that collects personally identifiable information. This privacy statement applies solely to information collected by this Web site.

Advertisers

I use outside ad companies to display ads on my site. These ads may contain cookies and are collected by the ad companies, and I do not have access to these information. I work with the ad companies: Google Adsense, Project Wonderful, Adbrite, Widgetbucks, Kontera and Chitika. Please check their websites for respective privacy policies.

Contact Information

If users have any questions or suggestions regarding my privacy policy, please contact me by sending an email to lyzmorato[at]yahoo.com.

Privacy policy courtesy of Macuha.com.

Hello Twenties!

Just wanna greet myself a Happy Happy Birthday!

After several hours of googling, and unfortunately, I'm unable to find out how to set the correct date and time on a Linux VE.

Good new is, I've tested out something that came from my mind and hey, it worked!

Here's what I did.

1. Login to the hardware node using your favorite ssh client. I used putty. It's on my downloads category.

2. I use the date command to check for the current time and date. I also used the command date to adjust the time and clock settings.

e.g. date 061913062008

That means that I want to set the date to June 19, 2008 and the current time is 13:06 or 1:00PM gmt +8.

Not that hard eh? Time to check the VE's if the changes we did to the hardware node had an effect to them. You can use the date command again in checking.

Hope this post help's you save time too.

windows 2003 server mbr problem

Ok. So recently, I messed up with my windows 2003 server. I accidentally lost the Master Boot Record (MBR) so that led to the problem. My unit won't boot up. I got this problem after using the laptop in installing linux to a USB flash drive. Anyway, the fix is really simple.

First, you need the Windows 2003 server installation CD. Then a prompt will ask you if you want to install windows etc etc. Hit "R" on your keyboard and this will bring you to the Windows Recovery Console. You will need to select the Windows installation you wish to log onto. So I chose "1" because that's the only primary windows setup I had on the laptop. Immediately after selecting the installation, you will be prompted for the Administrator password. There's no way for you to enter the recovery console if you do not know the password.

Next and final steps.

Type in - fixmbr.

The fixmbr command creates a new boot record. It repairs the master boot record of the boot disk. Please take not that the fixmbr command is only available when you are using the Recovery Console.

Type exit, you should now be able to boot again with no problem. Hope that helps.

Additional Notes:

Here are some useful commands that are used in the Windows Recovery Console.

Attrib: Changes the attributes of a file or directory.
Batch: Executes the commands specified in the text file.
ChDir (Cd): Displays the name of the current directory or changes the current directory.
Chkdsk: Checks a disk and displays a status report.
Cls: Clears the screen.
Copy: Copies a single file to another location.
Delete(Del): Deletes one or more files.
Dir: Displays a list of files and subdirectories in a directory.
Disable: Disables a system service or a device driver.
Diskpart: Manages partitions on your hard drives.
Enable: Starts or enables a system service or a device driver.
Exit: Exits the Recovery Console and restarts your computer.
Expand: Extracts a file from a compressed file.
Fixboot: Writes a new partition boot sector onto the system partition.
Fixmbr: Repairs the master boot record of the partition boot sector.
Format: Formats a disk.
Help: Displays a list of the commands you can use in the Recovery Console.
Listsvc: Lists the services and drivers available on the computer.
Logon: Logs on to a Windows 2000 installation.
Map: Displays the drive letter mappings.
Mkdir (Md): Creates a directory.
More: Displays a text file.
Rename (Ren): Renames a single file.
Rmdir (Rd): Deletes a directory.
Set: Displays and sets environment variables.
Systemroot: Sets the current directory to the systemroot directory of the system you are currently logged on to.
Type: Displays a text file.

You can also check this in the Console by typing "help" without the quotes.