Custom Backup of TrixBox

11. May 2010
I would recommend something like the following: On PC, download http://svn.freepbx.org/modules/release/2.5/backup-2.5.1.7.tgz On old server: 1. PBX- PBX Settings – Module Admin – Upload Module: Upload newly downloaded module. 2. Module Admin – click “Backup & Restore” and select Install. Click “Process&rdq... [More]

Asterisk, Tips n Tricks

Creating Your Own Sticky Style Reminder in Windows XP

11. April 2010
Very Simple but useful way without any third-party tool.   1. Create a file type: Open ‘my computer’. Click on ‘tools’ in the menu bar and select ‘Folder Options’ under the ‘file types’ tab click on the ‘new’ button to crate a new file extension. Type in ‘stk’ (short for sticky notes, of course) in the ‘create new extension window’ and hit ... [More]

Tips n Tricks

How to protect and encrypt / decrypt .config files in .NET

8. April 2010
Web.config file encryption is simple and people can easily use aspnet_regiis to encrypt / decrypt configuration file but when it comes to app.config based configuration files, aspnet_regiis is overlooked. Yes, we can use same aspnet_regiis for app.config file as well :) Here are the steps: Rename app.config file to web.config :) Add followi... [More]

Tips n Tricks

Migrate Active Directory of server 2003 to Windows Server 2008

7. April 2010
The standard procedure for performing such a migration is detailed below. I would not recommend you put the Terminal Services role on the DC - keep it on a separate member server for security and performance reasons.--Install Windows Server 2008 onto the new server which is intended to be promoted as a Domain Controller. Ensure the new server is ... [More]

Active Directory, Tips n Tricks

Setting Internet Time Update on Windows Server 2003

2. April 2010
Short instructions for setting Windows Server 2003 to update from an Internet time server. These instructions are taken from windowsnetworking.com.  More details and options can be found on their site. Edit the following registry entries: HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\Type Change the value from NT5DS to NTP... [More]

Active Directory, Tips n Tricks

Migrate DHCP from Server 2003 to Server 2008

31. March 2010
This tutorial will explain Export the DHCP database from a server that is running Microsoft Windows Server 2003 or Windows Server 2008 To move a DHCP database and configuration from a server that is running Windows Server 2003 or Windows Server 2008 to another server that is running Windows Server 2008. 1. Log on to the source DHCP server by ... [More]

Tips n Tricks, Active Directory

How to access USB and Other PCI Devices in VMware ESXi4 VMs with VMDirectPath

29. March 2010
Introduction to VMDirectPath Although hardware independence is fundamental to many of the advantages of virtualization it also creates a problem when you need to connect a specific hardware device to a virtual machine. Although SCSI passthrough has been available in ESX for some time accessing other types of device, especially USB, has always ... [More]

Tips n Tricks, Vmware

Cancel Struck printer jobs without waiting Years

29. March 2010
What is a Stalled or Stuck Print Job? A print request sent to the printer spooler can become stuck in the spooler queue and cannot be deleted. Subsequent print or fax jobs sent to the spooler will not print until the first job is cleared from the spooler queue. Also known as printer spooler restoration. What is the Cause of a Stalled or Stuck ... [More]

Tech News, Technology, Tips n Tricks

Nokia Codes for all Nokia phones sets

28. March 2010
Please use codes at your own risk. Useful Codes for all Nokia phones Code Description *# 06 #                  &... [More]

Tips n Tricks

VM gets hung or performance is very slow

24. March 2010
Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4 <!-- /* Font Definitions */ @font-face {font-family:Wingdings; panose-1:5 0 0 0 0 0 0 0 0 0;... [More]

Tips n Tricks, Vmware

Google Search Keywords Spammer use for PLIGG CMS

18. March 2010
Pligg Spammer use following kewords to search pligg sites in google, and then you need to delete many posts which are not regarding to your topics or marked as porn.   inurl:register pligg cms inurl:register.php intext:"upcoming" intext:"published" intext:"submit" your source for social book new and networking Pligg Site gives you a pla... [More]

Tips n Tricks

How to Pick Right Color for Web Development

10. February 2010
Choosing rights colors can be a very tedious task if you are not a professional web designer. Yet, being in web development, every other time or so we have to choose colors for our work and choosing right ones can make a huge difference in the overall impression of the work. To make life a bit easier, following color theory based articles can be u... [More]

Tips n Tricks

[Resolved] Cisvc.exe Takes High CPU Usage.

4. February 2010
Indexing Service ~ this service always has been a major resource hog. I NEVER recommend having this service enabled. Remove the function by the "Add / Remove Programs" icon in the control panel (Windows Setup Programs). It uses about 500 K to 2 MB in an idle state, not to mention the amount of memory and CPU resources it takes to INDEX the drives. ... [More]

Tips n Tricks

Google friend connect is not showing up when using firefox or chrome.. how to fix it?

10. January 2010
i was having same problem, and fixed it with this simple code which i added in Header.php file.   <script>window.JSON = { parse: function(st){  return st.evalJSON(); }, stringify: function(obj){  return Object.toJSON(obj); }};</script>

Tips n Tricks

How to add no follow rel for comments in wordpress ?

9. January 2010
You need to look at my code and edit your code accordingly, before that please read post carefully and create a backup of file functions.php 1.Open the functions.php file in ur current theme and put these code within php tags. What it will do: 1. Will add ‘no follow’ as rel in url , if comment contains any url. 2. Will ad ‘exter... [More]

Tips n Tricks