Showing posts with label Installation. Show all posts
Showing posts with label Installation. Show all posts

Tuesday, October 30, 2012

Install Windows 8 without cd-key / activation code

Hi ! This time Microsoft has launched Windows 8, A new metro look for the new upcoming PC / devices.
Specially designed for touch screen devices. Microsoft provided BETA and Release Candidates versions for public. Everybody could download, test and feel WINDOWS 8. But now WINDOWS 8 is released officially as RETAIL and PRO versions.

Now WINDOWS 8 can be purchased from the official site. But now you must have to enter the Activation Code or Key to install Windows 8 on your machine. But I was able to find out a small workaround using which anybody can install WINDOWS 8 without entering the KEY during installation process. You can simply skip entering the KEY for WINDOWS 8.

Tuesday, July 3, 2012

jailbreak iphone without cydia

Yes, you read it correct. It is possible to jailbreak your phone without cydia. I wanted to jailbreak my iphone  and never wanted to install Cydia because Cydia takes space on iphone which may create problem for those who have 8GB iphone. Generally after jailbreak iOS 5.1.1, 8gb iphone gives error of "DISK SPACE Full". To avoid this error, I jailbroke my iphone without installing Cydia. I searched a lot on internet, but there was no solution. So, I thought of an experiment. I downloaded latest Redsn0w and during Jailbreak, I unchecked the option "install Cydia". and That's it. My iphone was jailbroken. But now the problems I faced were 1. I was not able to install any .deb file 2. I was not able to install .ipa file.

Wednesday, June 27, 2012

Use your Mobile Phone as Remote for Laptop or PC

Sometimes everybody wish to control his/her PC / Laptop from far distance. Like the way we used to control our TV in the home. Now same thing can be done with your Laptop or PC also. You can control your Laptop or PC from distance. There are multiple ways of controlling the PC from remote location. Only thing is you need to understand the need how do you want to control it.
I will try to discuss the things in simpler language, so that everyone can understand this. Before I start, let me tell you that you have to install the software on your mobile phone and PC/Laptop also. PC/Laptop and Mobile Phone should have Bluetooth / WiFi capabilities.

Friday, February 3, 2012

Installing LAMP Server on Red Hat Fedora 16

Previously I have posted about installing LAMP Server on Ubuntu. That was quite easy comparatively to what I am going to share here.
We are going to install LAMP Server on Fedora 16.
Firstly There is no single command installation I could find on the GOOGLE. We have to explicitly install every component of LAMP Server manually.
Lets start installing LAMP Server.
Lets install APACHE First.

Open terminal and type su and then enter root password to become root user for installation.
Now type: yum install httpd
This command will install, Apache server on your machine.

Installation of LAMP Server on Ubuntu (LINUX APACHE MYSQL PHP on UBUNTU)

If you are PHP developer and working on Linux i.e. Ubuntu Desktop, then you must need to have one LAMP setup on your local machine to develop and test pages before you directly update the pages to real website.

There are different ways to install APACHE, MYSQL and PHP on ubuntu desktop. I will try to mention the easiest one.
Before posting this tutorial, I have tested all these on my machine and all are working perfectly fine.

Firstly the easiest one.
In a single command, you can install Linux Apache Mysql Php stack on your machine. You need to open terminal and have to type the following command:

sudo apt-get install lamp-server^
make sure you are typing the ^ symbol also at the end.
press enter. It will ask for password. Enter your password and it will continue with installation process.

Second way, using tasksel utility.
If you want to have the feeling of ubuntu server style installation, then you should go for using tasksel utility. For this, you have to first install this.

To install tasksel, type:
sudo apt-get install tasksel
and press ENTER. Then provide your password and installation will start.
one installation is finished, now type:
sudo tasksel
and press ENTER.
It will bring up BLUE screen in the terminal with various pre-defined packages of UBUNTU. Just select LAMP SERVER and press SPACE. then press ENTER. It will install the APACHE MYSQL PHP on your machine.

Using tasksel can help you to install or un-install other variants of the server packages very easily. every time you have to type sudo tasksel and you can select the package of your choice.

Third way, little expanded one.
you have to install all three 1.Apache 2. MYSQL 3.PHP, seperately.

To install, type the following:
sudo apt-get install apache2 php5 mysql-server

this command will install all the three packages.

and in the if you wish to work with PHPMYADMIN, then to install, type the following:
sudo apt-get install phpmyadmin
this will install phpmyadmin, web based interface to manage MYSQL Server Databases.

BP Profile as Homepage version 1.1 - updated for Wordpress 4.1 and Buddypress 2.1.1

After pointing out by John Clause, I have just updated the plugin for Wordpress 4.1 and Buddypress 2.1.1. Now enjoy the facebook function...