most popular content

Day's most popular content:

How to Repair Corrupt master file table (windows 2000 domain controller will not boot)Submitted by Anonymous on Thursday, October 20, 2005 - 01:18

One of my clients called me reporting that their server stopped responding and so they rebooted. Upon reboot, the server seemed to hang forever and would not actually boot. I attempted to boot into safe mode, nothing, active directory restore mode, nothing, recover console, nothing.

Next step is to boot the windows 2000 server CD-ROM and run a repair (note be very careful about trying this on a domain controller, PLEASE BACKUP YOUR SYSTEM BEFORE TRYING ANY of THIS STUFF, USE GHOST AND BACKUP THE ENTIRE DRIVE TO AN IMAGE FILE SO THAT YOU HAVE A BASELINE TO GO BACK TO)

Even running the command from the recover console would not allow me to boot and do anything. Never before had I been so completely locked out of a system.

[ login or register to post comments ]

How to install APACHE, MYSQL, PHP, and phpMyAdmin after installing DebianSubmitted by admin on Thursday, September 15, 2005 - 03:35

Ok so you have just installed Debian for the first time and now want to do something useful with this new Linux box. How about we set up a web server that has php and mysql support. Then we will install phpMyAdmin to make it easier to manage the databases. If you have no idea how to install Debian, see the post, How to get started with Debian before attempting this part.

Lets log on to the Debian box as root.


apt-get upgrade update
apt-get install apache
apt-get install phpmyadmin
apt-get install mysql-server

Don’t forget to change the root passwords for this stuff. To test it get the ip address of your Debian box using the

[ 5 comments ]

How to use group policy to manage user profiles and home directoriesSubmitted by admin on Tuesday, September 13, 2005 - 05:56

Recently, it has come to my attention that some of my customers are wanting to have an automated way to set their profiles stored on a server so they can roam around and get their profile where ever they go. I decided to write an article on how to do just that.

Configuring a Roaming User Profile
You can configure a roaming profile by using the following procedure.
To configure a roaming profile for users:
1. Create a folder on the server where user profiles will be stored. This will be the top-level folder that contains all the individual user profiles.
2. Configure the folder as a shared folder, and give all users Full Control permissions.

[ 4 comments ]

All time most popular content:

How to Repair Corrupt master file table (windows 2000 domain controller will not boot)Submitted by Anonymous on Thursday, October 20, 2005 - 01:18

One of my clients called me reporting that their server stopped responding and so they rebooted. Upon reboot, the server seemed to hang forever and would not actually boot. I attempted to boot into safe mode, nothing, active directory restore mode, nothing, recover console, nothing.

Next step is to boot the windows 2000 server CD-ROM and run a repair (note be very careful about trying this on a domain controller, PLEASE BACKUP YOUR SYSTEM BEFORE TRYING ANY of THIS STUFF, USE GHOST AND BACKUP THE ENTIRE DRIVE TO AN IMAGE FILE SO THAT YOU HAVE A BASELINE TO GO BACK TO)

Even running the command from the recover console would not allow me to boot and do anything. Never before had I been so completely locked out of a system.

[ login or register to post comments ]

How to install APACHE, MYSQL, PHP, and phpMyAdmin after installing DebianSubmitted by admin on Thursday, September 15, 2005 - 03:35

Ok so you have just installed Debian for the first time and now want to do something useful with this new Linux box. How about we set up a web server that has php and mysql support. Then we will install phpMyAdmin to make it easier to manage the databases. If you have no idea how to install Debian, see the post, How to get started with Debian before attempting this part.

Lets log on to the Debian box as root.


apt-get upgrade update
apt-get install apache
apt-get install phpmyadmin
apt-get install mysql-server

Don’t forget to change the root passwords for this stuff. To test it get the ip address of your Debian box using the

[ 5 comments ]

How to use group policy to manage user profiles and home directoriesSubmitted by admin on Tuesday, September 13, 2005 - 05:56

Recently, it has come to my attention that some of my customers are wanting to have an automated way to set their profiles stored on a server so they can roam around and get their profile where ever they go. I decided to write an article on how to do just that.

Configuring a Roaming User Profile
You can configure a roaming profile by using the following procedure.
To configure a roaming profile for users:
1. Create a folder on the server where user profiles will be stored. This will be the top-level folder that contains all the individual user profiles.
2. Configure the folder as a shared folder, and give all users Full Control permissions.

[ 4 comments ]

Last viewed content:

TECH MEETINGS! FUN FUN FUN!Submitted by admin on Saturday, September 3, 2005 - 07:03

Thu, 2006-02-16 12:00

Hey everyone, tech meetings are on hold temporarly. Due to a lack of funds.. Our primary sponsor Zray Technologies is investing in upgrades and a new business and are trying to survive so every penny counts. We are still looking for some one to step up and host a meeting. If anyone is intrested contact me at jhansen@zray.net

SUBSCIBE TO OUR NOTIFICATION OF UPCOMING TECH MEETINGS.
CLICK HERE TO SUBSCIBE OR UNSUBSCRIBE

Our Next Tech Meeting TO BE: WHEN WE ALL GET AROUND TO IT! I'll Let you know!

--Jake

[ 8 comments | calendar ]

Mckenzie Management SucksSubmitted by admin on Saturday, August 4, 2007 - 04:25

Hello World,

I wanted to share a little story of an unethical company who's business practices leave much to be desired. This company's name is McKenzie Management located in La Jolla, California. Their website is http://www.mckenziemgmt.com

The reason for this article is to warn any future techs who may come in contact with this company not to do business with them. This company has a history of using a tech, running up a bill and not paying them. I was a little sketch about working for them because I was taking the account over from another computer tech. I spoke with the tech and asked him the question, is this a good client to have? After a long pause, he gave me a somewhat grudging and disconcerting, "uhh ya there ok..." Not listening to my better sense, I went ahead and proceed to give my professional recommendations to them.

[ admin's blog | login or register to post comments ]

Simple Package management with Synaptic Package ManagerSubmitted by david23 on Tuesday, December 5, 2006 - 19:29

Synaptic is a graphical user interface (GUI) for managing software packages on Debian-based distributions. If you are using Debian or Ubuntu you will easily find Synaptic in the System Tools menu or in the Administration menu. Synaptic uses the GTK graphic libraries . So, if you are using GNOME on your debian-based distro you will probably have Synaptic installed as well. Synaptic is a graphical package management program for apt. It provides the same features as the apt-get command line utility with a GUI front-end based on Gtk+.

Read Full article here

[ david23's blog | login or register to post comments ]