
3G Licences Sales Must for Containing Fiscal Deficit: SBP
In quarterly report by State Bank of Pakistan (SBP) said that without sale of 3G licences (around 150 billion) would be difficult for the government to contain fiscal deficit. In the report released on Thursday, the SBP said, ” the budget deficit for the first quarter 2011-12 was 1.2 percent of GDP, compared with 1.5 percent […]
Read More
Enable TELNET Service on Windows 7
As you know about the TELNET protocol and we often start using i by just typing in command prompt and we are good to go but that’s just what happens in Windows XP. In Windows 7 if we use telnet command we will end up with a message “telent is not recognized as an internal or […]
Read More
How to Change RDC Port on Windows
Default port for Remote Desktop listens on port 3389 (TCP). It is easy to change the port by following steps. Open Start Menu and click Run and type REGEDIT Automatically open Registry Editor Click on HKEY_LOCAL_MACHINE Click on SYSTEM Click on CURRENTCONTROLSET Click on CONTROL Click on TERMINAL SERVER Click on WINSTATION Finally Click on […]
Read More
Computer can’t play any sound, “No Mixer Devices Available”
When windows can’t play any sound and display the error “No Mixer Devices Available” then to solve this problem follow the below steps: Go to Control Panel -> Administrative Tools -> Services. In Services you will see Windows Audio service stopped, right click it and select restart. Again right click windows audio service and select […]
Read More
How to access SQL Server on Remote Computer
Sometime when you want to access SQL Server from remote location you receive an error message. Solution: To remove this error add a TCP port ‘1433’ and UDP port ‘1434’ in your firewall. Now you will able to access this from any remote computer.
Read More
How to backup all Databases in MySQL
Use the following command to take all the databases backup in MySQL, type these commands don’t use copy, paste. mysqldump -all-databases -p | bzip2 -c > alldatabasesbackup.sql.bz2 Enter password: This will put all of the databases in a compressed bzip2 fil. Transfer the file to your other server and decompress by this command. bzip2 -d […]
Read More
How to Install cacti on Windows
To install cacti on windows`click on the link below to download cacti package. It has already apache, mysql, php and net-snmp packages. http://www.cacti.net/download_cacti.php Download it and install it on your Windows. Enjoy!
Read More
Intel Announces Winners at National Science Fair
Intel Pakistan marked the end of its national science competion by announcing the winners of the Intel National Science Fair, who will go on to represent Pakistan at Intel International Science & Engineering Fair (ISEF) 2012, to be held in Pittsburgh Pennsylvania USA. The grand winners of the Intel National Science Fair are: Shiza Ghulab, Bushra Shahed and Mahnoor […]
Read More
Jazz First Pakage
Mobilink Jazz brings new convenient and attractive call rates for all network on 2 hours as a new package called “Jazz Fist”. Jazz First Tariffs: Details: […]
Read More
Upgrading FreeBSD Ports Collection
Installing cvsup can be done simply by using the port with the following commands # cd /sr/ports/net/cvsup-without-gui/ # make install # cvsup -L2 -g -h cvsup.freebsd.org /usr/share/examples/cvsup/ports-supfile The -g flag tells cvsup to run without a gui, the -h refers to the host of cvs server. The host can be set within ports-supfile
Read More
Network Settings on FreeBSD
To make network settings on FreeBSD first we have to check the name of interface using following command: $ifconfig emo: flags=8843 metric 0 mtu 1500 options=9b ether 08:00:27:11:11:78 media: Ethernet autoselect (1000baseTX) status: active 1oo: flags=8049 metric 0 mtu 16384 inet6 fe80: : 1%100 prefixlen 64 scopeid 0x2 inet 12.0.0.1 netmask 0xff000000 Now enter these […]
Read More
How to run multiple Skype instance at one time
To run multiple Skype accounts the just create and past the following shortcut path: “C:\Program Files]Skype\Phones\Skype.exe” /secondary Important: This method is only for Windows OS.
Read More
Windows Network Limited Connectivity
If you are using DHCP on your network some time we receive limited network connectivity problem. To resolve the problem Go to Star-> RUN Type ‘services.msc’ Restart the Service ‘DHCP Client’ To resolve Window 7 Unidentified Network/No Internet Access problem, Solution is a bit different.
Read More