Get Comptia A+ Certified to Become Successful

Category : technology

If you are trying to make your place in IT industry; comptia A+ is one of the IT certifications for getting the entry level job in the Information technology market as a certified technician. Comptia is an abbreviation for Computer technology Industry Association. The job seekers possessing this certification have the competency and skills about computer hardware, troubleshooting, operating systems and repairing computers. You must be aware of the fact that in order to get comptia A+; you have to pass two exams; one of them is the essentials exam and the second one is IT technician exam.

The foremost thing which you need to do is to log on to the prep websites. You can sign up for the online prep courses to study for A+ certifications exam. The course will cost you from $100-$200. You are supposed to take three prep courses and you are then ready for the exam. With the help these course materials; you will be able to refresh the tips and techniques which can be used to take the examinations. For getting familiar with the hardware parts of the computers; you must get an old PC and open it. You will have knowledge about the various parts of the computer which will help you in taking the exam.

There are numerous websites on the internet which provide you the information about the test centers in your area which have the exams for comptia A+. It must be noted that this certification is meant for those who have more than 6 months experience in information technology. If you are new to the IT field and want to make an entry in this sector; you can study, get the knowledge and take the test. This is the best option to get started in the IT sector and make your way to success.

links for 2009-05-23

Category : Daily Links

Entrecard Top Droppers – March

2

Category : News

Beach Dreams

Image by …-Wink-… via Flickr

  1. Warcraft Blog
  2. Computer Help and Advice
  3. Teacher Techie Says
  4. Chaos Tech
  5. ONwebCHECK
  6. Shortinfosec
  7. Traders’ Hub
  8. Dragon Blogger
  9. Bobski 101
  10. Techno Mirror

Here’s a list of my top 10 Entrecard droppers for the month of March

No install means no install!!!

10

Category : Rants, technology

Screen Sharing

Image via Wikipedia

I was reading 6 free remote desktop sharing and screen sharing solutions from Online Tech Tips looking a free new install remote desktop sharing to help support friends and family. I checked on all 6 of the solutions OTT listed and a few from the comments. A few of them claimed to have no install, but when you started digging deeper there was an install, there a ‘plug-in’ or activeX component. These are installs!!! Anything that is added to a system that requires admin access is an install.

I’m talking to you SkyFex and dimdim. TeamViewer does only require the ‘expert’ to have software installed and they do have a portable app that doesn’t require an install its a stand alone exe. But it is only available in the paid version :-(

Enhanced by Zemanta

 

Top EntreCard Droppers for Feburrary

Category : Misc

A little late, but here my top 10 droppers:

  1. Warcraft Blog
  2. Computer Help and Advice
  3. Shortinfosec
  4. Teacher Techie Says
  5. Dragon Blogger
  6. beautiful
  7. Positive men
  8. Experience DeLux
  9. Nazham.com
  10. Things About Computer

links for 2008-11-01

Category : Daily Links

links for 2008-10-09

Category : Daily Links

links for 2008-10-04

Category : Daily Links

Active Directory Users and Computers Saved Queries

1

Category : Post from around the Net, microsoft, technology

Wow, check out these great ADUC saved queries from   Ron Crumbaker at myITforum.com

Does anyone use the Saved Queries with in the ADUC?

I do, and I love them.

Here are some that might help you out.

Just Right Click on Saved Queries and Choose New and then Query.

Name the Query accordingly and then click on Define Query…

Then Find the Custom Search and click on the Advanced tab.

Paste each of these in the <add criteria from above to this list> area and then click OK.

Locked Out Users

(&(&(&(&(objectCategory=person)(objectClass=user)(lockoutTime:1.2.840.113556.1.4.804:=4294967295)))))

Dial In Access

(&(&(&(&(objectCategory=person)(objectClass=user)(msNPAllowDialin=TRUE)))))

Disabled User Accounts

(&(objectCategory=person)(objectClass=user)(userAccountControl:1.2.840.113556.1.4.803:=2))

No Expiring Accounts

(&(objectCategory=person)(objectClass=user)(userAccountControl:1.2.840.113556.1.4.803:=65536))

Active Accounts

(&(&(objectCategory=person)(objectClass=user)(!userAccountControl:1.2.840.113556.1.4.803:=2)))

Continue Reading

VbsToExe a free way to convert vbs to exe

3

Category : technology

VbsToExe is a command line application that converts VBScript files into executables.

The created program executes the VBScript-code from memory using Ms-ScriptControl.
It hides the content of the VBScript-file and optionally protects them with a password.
Usage:
VbsToExe [ -c | -e ] { -p "password" } [ VBScript | Script-Exe ]

-c  –  [convert the VBScript file into an executable]

-e  –  [extract the source]

-h  –  [print help]

-p  –  [protect the program with a password]

-v  –  [print version]

More information http://www.f2ko.de/English/v2e/index.php