Cloud Network

Networking | Support | Tricks | Troubleshoot | Tips

Buymecoffe

Buy Me A Coffee

Saturday, January 10, 2015

How to Install OS X Mavericks Zone with AMD & Intel 10.9 in Virtual Box with Full Screen Resolution

January 10, 2015
How to Install OS X Mavericks Zone with AMD & Intel 10.9 in Virtual Box with Full Screen Resolution

Hello Everyone,

In this tutorial,

Let us Install OS X Mavericks Zone with AMD & Intel Support Version 10.9.0 in Virtual Box with Full Screen Resolution -- 64Bit

You Can also Install in VMware Workstation or Microsoft Hyper-V. 


Minimum System Requirements
1.  x86-64 CPU (64-bit Macs, with an Intel Core 2 Duo, Intel Core i3, Intel Core i5, Intel Core i7, or Xeon processor).
2GB or 4GB of System Memory (RAM).
3. At least 10GB of free Hard Drive Space.
4. Graphics Card and Display capable of at least 1024x768.
5. Either a CD/DVD drive or a USB port for the installer media.
6. Internet Access
Step1:- First Download Virtual box setup below is this link to download 

select -- Virtual Box 4.3.X for Windows hosts 32 or 64 bit.     (Where 'X' is the Latest Version)

Step2:- See My Video How to Install virtual box... Click Below link
How to Install Virtual Box

Step3:- Download ISO Image OS X Mavericks.....Click Below link
Mac OS X Mavericks Download ISO Image 
size -  5.08GB

For Full Screen Resolution..

   Watch My Video on "How to Make a Full Screen Resolutions on Mac OS X on Virtual box"
               http://youtu.be/cl7JxjieVbU

1.   Probably notice one thing: your screen resolution is 1280x1024 (or 1024x768 if you forgot to turn off GraphicsEnabler=Yes). 

2.   On Mac OS X Mavricks 10.9
Finder, and go to the folder "Extra". Open the file org.Chameleon.boot.plist. 
Between <dict> and </dict> in the file, insert the following line.

  Note :- Replace "1920x1080x32" OR "1600x900x32" with whatever resolution you're using.

<key>Graphics Mode</key>
<string>1920x1080x32</string>

Then  PowerOFF  Virtual Box ..
          
3.  Now on Windows System
Open the Command Prompt  (make sure you are logged into an Administrator account on Windows)
Type  cd "C:\Program Files\Oracle\Virtualbox" then press enter

Copy this two lines and paste into the Command Prompt ..replace  "OS X Mavericks" with your Name.
VBoxManage setextradata "OS X Mavericks" "CustomVideoModel" "1920x1080x32"
VBoxManage setextradata "OS X Mavericks" "GUI/CustomVideoModel" "1920x1080x32"

Example :- vboxmanage setextradata "OS X Mavericks" "CustomVideoMode1" "1920x1080x32" 

Start The Machine i.e., Mac OS X Mavericks on Virtual box

NOTE :- For Any Clarification Please Below
Comment,
Like and
Share  us  and  help us to spread.
                                     
Thanking You
Hope U Like it........

Friday, January 9, 2015

How to Install Active Directory - Domain Services in Windows Server 2008 R2

January 09, 2015
How to Install Active Directory - Domain Services in Windows Server 2008 R2
Hello Everyone,

In this tutorial,

Let us Install Active Directory – Domain Services in Window Server 2008 - 64 Bit

The Same you can also Install In Windows Server 2003, 2012


NOTE :- For Any Clarification Please Comment Below


Thanking you
Hope U like it...

Tuesday, January 6, 2015

How to Install Latest Eclipse Kepler IDE (4.3.2) in Ubuntu 14.04 or 14.1...

January 06, 2015
How to Install Latest Eclipse Kepler IDE (4.3.2) in Ubuntu 14.04 or 14.1...
Hello Everyone,

In this tutorial,

Let us Install Latest Eclipse IDE in Ubuntu 14.04 / 14.10 Desktop


You Can also Install in Linux Mint 17,Debain, xubuntu.

Eclipse IDE Install
1. Install Java (JRE/JDK)
Step1 :- sudo apt-get install openjdk-7-jre
Step2 :- sudo apt-get install openjdk-7-jdk

2. Download Eclipse Kepler IDE
Step3 :- sudo mv eclipse-SDK-4.3.2-linux-gtk.tar.gz /opt/
Step4 :- cd /opt/
Step5 :- sudo tar -xvf eclipse-SDK-4.3.2-linux-gtk.tar.gz .tar.gz


3. Create new Desktop File
Step6 :- sudo gedit /usr/share/applications/eclipse.desktop

Then add the following lines to the above file and save
Step7 :- [Desktop Entry]
Name=Eclipse
Type=Application
Exec=/opt/eclipse/eclipse
Terminal=false
Icon=/opt/eclipse/icon.xpm
Comment=Integrated Development Environment
NoDisplay=false
Categories=Development;IDE
Name[en]=eclipse.desktop

 I changed the exec line in the gedit file from
 Exec=/opt/eclipse/eclipse
to
Exec=env UBUNTU_MENUPROXY= /opt/eclipse/eclipse
and it worked right


4. Additional Tasks
Run the following command to automatically install it in Unity
Step8 :- sudo desktop-file-install /usr/share/applications/eclipse.desktop

Create a symlink in /usr/local/bin
Step9 :- cd /usr/local/bin/
Step10 :- sudo ln -s /opt/eclipse/eclipse

For Eclipse icon to be displayed in dash
Step11 :- sudo cp /opt/eclipse/icon.xpm /usr/share/pixmaps/eclipse.xpm


NOTE :- For Any Clarification Please Comment Below

Thanking you
Hope U like it...

Tuesday, December 30, 2014

How to Install VMware Workstation 11 to Create Virtual Machines on Fedora 21

December 30, 2014
How to Install VMware Workstation 11 to Create Virtual Machines on Fedora 21


Hello Everyone,

In this tutorial,

Let us Install VMware Workstation 11 to Create Virtual Machines on RHEL, CentOS 7 and Fedora 21,20

Downloading VMWare Workstation 11
Step1 :- yum updateTo Download
Step2 :- www.vmware.com/go/tryworkstation-linux-64

Default Permission Checking of Download
Step3 :- ls –l

Give permission eXecute for all “for security reasons”
Step4 :- chmod a+x VMware-Workstation-Full-11.0.0-2305329.x86_64.bundle

check the permissions again
Step5 :- ls –l                     Example :- (-rwxr-x—x)

Installing VMWare Workstation 11
Step6 :- ./VMware-Workstation-Full-11.0.0-2305329.x86_64.bundle

Running VMWare Workstation 11
Step7 :- vmware

lets install group “Development tools”
Step8 :- yum groupinstall "Development tools“

lets try to start the software again.
Step9 :- vmware

if it installed or not.
Step10 :- rpm -qa | grep kernel-headers

if nothing appears then install it by below command
Step11 :- yum install kernel-headersinstall another package “Kernel-devel”.

Step12 :- yum install kernel-devel

Running VMWare Workstation 11
Step13 :- vmware

NOTE :- IF ANY ERROR AFTER ALL THIS STEP THEN TYPE THIS ONE
sudo yum install "kernel-devel-uname-r == $(uname -r)"


NOTE :-  For Any Clarification Please Comment Below


Thanking You
Hope U Like it........

Monday, December 29, 2014

How to Install Fedora Live WorkStation 21 on Virtual Box

December 29, 2014
How to Install Fedora Live WorkStation 21 on Virtual Box

Hello Everyone,

In this tutorial,

Let us Install Fedora 21 Desktop --  64-Bit on Virtual Box

You Can also Install in VMware Workstation.


Minimum System Requirements
1. 1GHz x86 Processor or Dual Core Processor.
2  1GB of system memory (RAM).
3. 10GB of Disk Space.
4. Graphics Card and Display capable of at least 1024x768.
5. Either a CD/DVD drive or a USB port for the installer media.
6. Internet Access

Step1:- First Download Virtual box setup below is this link to download
https://www.virtualbox.org/wiki/Download...

select -- Virtual Box 4.3.12 for Windows hosts 32 bit or 64bit

Step2:- See My Video How to Install virtual box... By Below link
http://www.youtube.com/watch?v=__l_lh...

Step3:- Download ISO Image Fedora 21 Desktop .....By Below link
https://getfedora.org/
size - 1.4 GB

For Full Screen Resolutions
Step4 :- sudo apt-get install virtualbox-guest-dkms virtualbox-guest-utils virtualbox-guest-x11 or
Step5 :- sudo apt-get install virtualbox-guest-dkms
Restart the VM and enjoy screen-size.

Mount the Guest Additions by selecting Devices -- Insert Guest Additions CD image… or you can press Host + D
Step6 :- run the VBoxLinuxAdditions.run script within the newly mounted cd or sh VBoxLinuxAdditions.sh

For remaining installation please Keep watching my video
PLEASE REMEMBER USERNAME & PASSWORD During Installation of Fedora 21 Desktop
if you Forget username or password or then you can reset by watching below video.....

How to Reset Root Password in Fedora 21 Desktop
https://www.youtube.com/watch?v=33zxg...

NOTE :- For Any Clarification Please Comment Below

Thanking you
Hope U like it...

Saturday, December 27, 2014

How to Reset Root Password in OpenSUSE 13.1

December 27, 2014
How to Reset Root Password in OpenSUSE 13.1

Monday, December 22, 2014

How to Install & Setup OpenSUSE 13.1 on Virtual Box

December 22, 2014
How to Install & Setup OpenSUSE 13.1 on Virtual Box
Hello Everyone,

In this tutorial,

Let Us Install, Setup & Configure OpenSUSE 13.1 (Latest Version) 64Bit on Virtual Box with Full Screen Resolution and You Can Install OpenSUSE in VMware Workstation also.

         Note :-  It Takes 20 Minute to Completed Installation.

Minimum System Requirements
1. 500MHz x86 Processor.
2  1GB of system memory (RAM).
3. 3GB to 5GB of Disk Space.
4. Graphics Card and Display capable of at least 1024x768.

Step1:- First Download Virtual box setup below is this link to download
https://www.virtualbox.org/wiki/Downloads

select -- Virtual Box 4.3.12 for Windows hosts 32 bit.

Step2:- See My Video How to Install virtual box... By Below link
http://www.youtube.com/watch?v=__l_lhcwxwk&list=TLmAZSxgVjfkOZs3nwQ9awKvuY7sIlHzfu

Step3:- Download VMware Workstation 10... By Below link
http://www.vmware.com/products/workstation/workstation-evaluation

Step4:- Download ISO Image OpenSUSE 13.1... By Below link
http://software.opensuse.org/developer/en
size - 4.7GB


For Reset Root Password

For remaining installation please Keep watching my video
PLEASE REMEMBER USERNAME & PASSWORD During Installation of Ubuntu Desktop 14.10 LTS

if you Forget username or password or then you can reset by watching below video.....

How to Reset Root Password in Ubuntu 14.04
https://www.youtube.com/watch?v=33zxgEl6eTo

NOTE :- For Any Clarification Please Comment Below

Thanking you
Hope U like it...