Posts

Showing posts with the label install

Steps to install and run bluestacks and WhatsApp Free in your Computer

Image
Steps to install and run bluestacks and WhatsApp Free in your Computer Bluestacks in Laptop BlueStacks App Player is a versatile program that bridges the gap between mobile and laptop by allowing users to run their favorite Android apps on their Windows or Mac OS X devices. When a user goes through this simple procedure, Android apps just show up in the BlueStacks Player on Windows. Like magic, you run on Windows as is, in full screen, with no performance degradation. That means software written for Android, such as Pulse and Flipboard, can now run on your Windows PC and be tied to the data layer of your Android version, too. How to Install and Run bluestacks in your Laptop ? Installation Bluestacks Step 1: Get BlueStack from here http://www.bluestacks.com Step 2: Upon installation, open BlueStack. You�d find a welcome screen showing the top 25 Apps. Bluestacks Step 3: Navigate to the My Apps tab next to top 25 Apps. You will find the apps that are downloaded by default here. Bluestack...

SOLVED 4 Step How to Install Broadcom Wireless Linux Ubuntu

SOLVED 4 Step How to Install Broadcom Wireless Linux Ubuntu [SOLVED] How to Install Broadcom Wireless Linux - usually the broadcom wireless was broken or error after you are upgrade ubuntu, updare kernel, or etc. So, here Im will explain how to repait it. First, for install broadcom wireless linux ubuntu , use LAN cable for getting internet access. Second, open your terminal and type the following this command  sudo apt-get purge bcmwl-kernel-source Third, to install broadcom wireless linux ubuntu , type this command  sudo apt-get install bcmwl-kernel-source Remove the module before  sudo modprobe -r b43 ssb wl After it, you can enable the module. I recommend using wl module, and than type this command sudo modprobe wl And than restart you PC. If this way are not working, you can following this tutorial in http://paperforshare.blogspot.com/2014/05/install-broadcom-bcm4311-wireless-on.html Source : here Paper 4Share - [SOLVED] How to Install Broadcom Wireless Linux U...

STEPS TO INSTALL NS2 ON MAC

STEPS TO INSTALL NS2 ON MAC Now a days, MAC OS conquering the world. So it is needed to adapt software to be compatible with MAC OS. Older NS2 versions are not compatible with this and also installing is little bit harder because of necessity of setting and configuring too many setup and configuration files. But after researches and latest upgrades, it is easy to install new version of ns2[ns2.35 RC8] on mac os.  For installing ns2, we need a developer package called as "XCODE" . And we can download it easily from apple developer website   http://developer.apple.com/xcode/   So, first download xcode and after that download NS2 version from following link;  http://www.isi.edu/nsnam/dist/release-2.35/RC8/ Installation Steps 1. Download and install xcode. 2. Download ns-2.35-RC8.tar.gz.and untar it using command. 3. Execute the command ./install inside the directory i.e       cd Desktop       cd ns-allinone-2.35-RC8  ...

Steps to install Entity Framework for Visual Studio 2008 Windows XP

Steps to install Entity Framework for Visual Studio 2008 Windows XP Step 1 . Install VS90-KB945282.exe �� from http://go.microsoft.com/fwlink/?LinkID=104985� Step 2 . Install Entity Framework Beta 3� -- EFB3SetupX86.exe ��� from Microsoft Downloads Step 3 . Install Entity Framework Tools Dec 07 CTP � EFToolsSetupX86.exe from Microsoft Downloads download  file  now

STEPS TO INSTALL NS2 ON LINUX

STEPS TO INSTALL NS2 ON LINUX 1) Download ns-allinone-2.35 from :   http://sourceforge.net/projects/nsnam/files/allinone/ns-allinone-2.35/ns-allinone-2.35.tar.gz/download 2)  Extract the downloaded zip file ns-allinone-2.35.tar.gz file to desktop. 3)  Now you need to download some essential packages for ns2,these packages can be downloaded by using the following command : applications>accessories>terminal or dashhome>trminal then type the below line on the terminal window     " sudo apt-get install build-essential autoconf automake libxmu-dev libtool gcc "     or type this command     " sudo apt-get install autoconf automake gcc g++ build-essential libxmu-dev libtool libxt-dev " 4)  Now change your directory(here i have already extracted the downloaded files to desktop,so my location is desktop) type the following codes in the command window to install NS2.     cd Desktop    ...

SSH CentOS 6 How to install and configure ssh in CentOS 6

Image
SSH CentOS 6 How to install and configure ssh in CentOS 6 SSH : CentOS 6 : How to install and configure ssh in CentOS-6 In this tutorial we will see how to install and configure ssh in CentOS-6.7.  We will also try to connect from other system. Enjoy using video and do likes and comments:- download  file  now

Solved How To Install Nvidia 173 on Ubuntu 12 10 Quantal Quetzal

Image
Solved How To Install Nvidia 173 on Ubuntu 12 10 Quantal Quetzal Ubuntu 12.10 Quantal Quetzal has been released. It brings some improvements, especially in UI design. But for those who still have old machines like Pentium IV with an old Nvidia graphic card, they might be upset (like me). Just like Ubuntu 12.04 at the early release, nvidia-173 graphic driver is also uninstallable on Ubuntu 12.10. I don�t know exactly about it, seems a technical bug in Ubuntu�s Debian packaging. But, don�t worry. After exploration, I�ve finally found that installing nvidia-173 onto Ubuntu 12.10 is quite easy to do. Let�s rock, here are the steps : 1. First, install the libc6-dev package sudo apt-get instal libc6-dev 2. Create a new additional repository address of the Ubuntu Precise address sudo gedit /etc/apt/sources.list.d/precise.list And add this address : deb http://archive.ubuntu.com/ubuntu precise main restricted universe multiverse Save the file 3. Create two pin addresses to specify a version o...

Steps to Install MySQL Configure Max Packate Size

Steps to Install MySQL Configure Max Packate Size 1. Install mysql-5.1.31-win32.msi 2. Install mysql-gui-tools-5.0-r16-win32.msi 3. Open Start >Programs >MySQL > MySQL Administrator 4. press control, click on skip 5. Select Startup Variables 6. Select Advanced Networking Tab 7. Under Data /Memory Size check Max.packet size & change 1 M to 100 M 8. Apply Changes Click to Download MySQL . download  file  now