Showing posts with label setup. Show all posts
Showing posts with label setup. Show all posts

Thursday, January 4, 2018

How to setup Network Attached Storage NAS FreeNAS 9 10

How to setup Network Attached Storage NAS FreeNAS 9 10



Hardware Recommendations

Since FreeNAS� 9.10 is based on FreeBSD 10.3, it supports the same hardware found in the FreeBSD Hardware Compatibility List. Supported processors are listed in section 2.1 amd64. FreeNAS� is only available for 64-bit (also known as amd64) processors.

FreeNAS� boots from a GPT partition. This means that the system BIOS must be able to boot using either the legacy BIOS firmware interface or EFI.

Actual hardware requirements vary depending on the usage of the FreeNAS� system.

RAM

The best way to get the most out of a FreeNAS system is to install as much RAM as possible. The minimum recommendation is 8 GB of RAM. The more RAM, the better the performance.
  • To use ZFS deduplication, at least 5 GB of RAM per TB of storage to be deduplicated.
  • To use Active Directory with many users, add an additional 2 GB of RAM for winbind�s internal cache.
FreeNAS installation
The FreeNAS operating system is installed to at least one device that is separate from the storage disks. The device can be a USB stick, compact flash, or SSD. Technically, it can also be installed onto a hard drive, but this is discouraged as that drive will then become unavailable for data storage.

Use 16GB USB flash Drive to install NAS OS on it

=> DOWNLOAD NAS 9.10.1

=> DOWNLOAD RUFUS
Download rufus to burn on usb disk then install on 16gb FlashDrive

Lets Start 

Setup your computer to the same network of your other
computer By router or Switch

Download NAS operating system it will be .iso file
then plug in your pen drive. And open Win 32 Disk Imager
in right corner click on blue folder icon and select the iso.
after that click on "write" then the writing process begin on
pendrive.

After finishing writing process. Plug out the Pendrive
And plug in to your Old computer. And turn on
And press Key for access in boot menu
usually key for different types of pc is mention  - Esc - F9 - F10 - F11 - F12.
After Accessing select the pendrive and press enter
then system boots the pendrive and shows the Nas version and detail then again press enter.
The loading Process Begin .After loading a screen appear Select " Install / Upgrade "
Then its show the available drives . Then select one drives by pressing space bar where you want to install Nas os. And then select "ok". Then it will ask you to give root password.
Now the installation process begin. Please wait Until its finish.

After finishing up then it will show the IP address.

Then Open browser of Another computer Type the IP address.
hit enter . log in with User name - root
Password - which you enter in root
And manage the NAS storage. Now you have Home Network Attached Storage.







visit link download
Read more »

Wednesday, January 3, 2018

HxcMagma V1 0 2 7 SETUP

HxcMagma V1 0 2 7 SETUP


HxcMagma V1.0.2.7 SETUP


visit link download
Read more »

Tuesday, January 2, 2018

How to setup MyPhoneExplorer on Samsung Galaxy S4 – SOLVED!

How to setup MyPhoneExplorer on Samsung Galaxy S4 – SOLVED!


Trying to connect your Samsung Galaxy S4 to your computer�s USB port so that you can use your computer�s keyboard can be an irritating experience.  (See here for my original article on how to Control your Android phone from your PC)

The error that I kept on getting was �Connection to phone could not be established: No device connected to USB�.  I had been successful previously connecting an older phone to MyPhoneExplorer (MPE), but it seemed that the new S4�s Jelly Bean 4.2.2 operating system wasn�t too kind when it came to connecting.

I Googled a bit (no, really a lot this time), and found some interesting articles which eventually got the problem solved

There are a few checks that I needed to do � as listed here: http://forum.xda-developers.com/showthread.php?t=2144709  The main check points are the following: 
1) Install the latest version (1.8.4) of MPE from here: http://www.downloadbestsoft.com/MyPhoneExplorer.html
2) Check what version of adb (=Android Debug Bridge) you have installed by opening a command window and typing the following:  cd C:Program Files (x86)MyPhoneExplorerDLLadb.exe   and then  adb.exe   version     If the version displayed is 1.0.31 or later then you should be fine.
SolvedStamp image

2b) If an earlier version is present on your PC then download this file, unzip the files and copy them over the files in this folder:   c:Program Files (x86)MyPhoneExplorerDLL

3) Now you need to put your phone into Developer mode, then also turn on �USB debugging� mode.  This is a pretty well hidden �feature� in the Android OS:
3a) Using the Settings menu, then "More" tab, and then Software information.
Then look for "About device" at the bottom. Tap it.
Then tap the build number seven times.  Youll get a little prompt saying youre about to unlock the developer settings. Hit that button one final time -- seven! -- and theyre unlocked.
{Thanks to this article for helping me find it: http://www.androidcentral.com/how-get-developer-settings-galaxy-s4 }
That tapping also UnHid another menu option �Developer options

3b) Now to turn on the USB debugging option: in Settings->More->�Developer options� tick �USB debugging�

4) Now plug in the USB cable and startup MPE. 
then File->Settings and �connect via USB�
image
then File->Connect to connect via USB� hopefully, the connection is successful and you can use your PC to control your Samsung S4 Android phone.

Let me know if it works for you!

If it doesn�t then here�s a more complex, but more complete set of checks for you: http://www.androidsim.net/2009/08/how-to-1-how-to-install-usb-driver-on.html



visit link download
Read more »

How To Setup ADB Fastboot Driver With Android SDK On Windows Complete Guide

How To Setup ADB Fastboot Driver With Android SDK On Windows Complete Guide


Setting up ADB (Android Debug Bridge) and Fastboot is a very basic step to make communication with your android device with Windows. In short, Android Debug Bridge (adb) is a versatile command line tool that lets you communicate with an emulator instance or connected Android-powered device. By having ADB and fastboot, it helps to install and flash zip into your device like custom recovery, insecure bootloader, images, root package, stock or custom firmware, stock or custom ROMs. You must have both ABD & Fastboot to be installed if you starting to develop android app or any other android development jobs.
Let�s get started on how to set up ADB and Fastboot for your android device to Windows.

How To Setup ADB & Fastboot Driver with Android SDK on Windows

Requirements

  1. Windows PC with internet
  2. Android device
  3. MicroUSB cable

Download

  1. Download android SDK Tools Only for Windows
    Android SDK Tools.exe (Official Website, 80MB)
    Android SDK provides needed API libraries and developer tools necessary to build, test, and debug apps for Android. If you�re a new Android developer, we recommend you download the ADT Bundle (FULL bundle) to quickly start developing apps. It includes the essential Android SDK components and a version of the Eclipse IDE with built-in ADT (Android Developer Tools) to streamline your Android app development.
  2. Java SE Development Kit 7 (JDK)
    jdk-7u11-windows-i586.exe, 32 bit Windows x86, 88.77MB (Only install Windows 32 bit even you are with 64x bit Windows.

Instructions:

  1. Unzip the downloaded zip file and execute the Android SDK ***.exe file.
  2. You will be prompted to install Java Platform JDK from Java SE Software if you do not have it in your Windows PC.
  3. Execute the downloaded Java SE Development kit 7 before proceed. image
  4. Execute again the Android SDK ***.exe to continue. image
  5. Follow the instruction to complete installation of Android SDK Tools. Start SDK Manager. image
  6. Check Android SDK Platform-tools and Google USB Driver. image
  7. Press Install 2 packages to continue installation.
  8. Select Accept and press Install and let�s the download to complete. imageimage
  9. When you see the log file below, the installation is completed. Press close.image
  10. Now you have ADB and USB drivers installed in PC.
  11. Now, connect your device to PC with micro usb cable.
  12. You will see USB driver has installed successfully. image
  13. Activate your android device USB debugging mode. (Settings-> Developer option �> USB debugging.
  14. Let�s Windows continue to install the driver. image
  15. You are now complete all the ADB and USB driver.
  16. Reboot your device into fastboot mode and complete fastboot mode driver installation.

Take Note:

To complete installation if you use other than Nexus device, you need additional USB driver from Samsung Kies, HTC Sync, Motorola Sync Manager or LG Mobile Tool.


visit link download
Read more »

Sunday, December 31, 2017

How to Setup wordpress with xampp on Localhost Easy Way

How to Setup wordpress with xampp on Localhost Easy Way


Things Need

Xampp
https://www.apachefriends.org/download.html

Wordpress
https://wordpress.org/download/

Download and Install Xampp On Your computer.

If you receive any security/firewall warnings during the installation process, make sure you check �Private networks, such as my home or work network� and click �Allow access.� This is very important. If you don�t allow access, XAMPP won�t work.




After Installing Open the Xampp Control Panel.
And start "Apache" and "MySQL" Service.


Next Open Your Browser,
And type in url bar "localhost" and press Enter
A page will Open Like this in below Image.


Now download And Extract Wordpress.


Copy the Wordpress Folder



And Paste It to htdocs folder in Xampp = C:xampphtdocs


Next Create Database for Wordpress to work.
Open Xampp control panel,
And click on MySQL admin


Then php My Admin  page will open,
then click on Database.

Then create A Database

After creating data base Check Its Privileges 
You can add Username And password For the data base.
Default Username and Password is 
Username = root
Password = "blank"
 no password.

Again Open up Your Browser And type in Url Bar "localhost/wordpress" hit enter 
This will open your Wordpress Installation Page.

 Follow the installation Process,
Then It will Ask to Choose Database.
In Database name choose the name which u have given = wordpress
User Name = root
Password = "blank"
Database host = localhost  
Then click on Submit





After that, It will ask you to enter the information about your Site

After Putting all information
click on Install Wordpress.
After Installation 
Login to your wordpress

Now you Can manage your Wordpress website.
Here is Dashboard.
Now you can choose theme post stuff and etc.


And Here is the First look of your web site


Your wordpress Website Url
Website url in hosting computer = localhost/wordpress
Website login url in hosting computer = localhost/wordpress/wp-admin

Other computer
Website url = "Host ip address" /wordpress
Website login url = "Host ip address" /wordpress/wp-admin

Note this will only work on local network Computers that is 
Computer sharing same network 
Via  Router or ethernet switch.

Just you have to type the ip address of the hosting computer.
like this = 192.168.0.100/wordpress 
to open the website in another computer.
 "localhost" is only work on hosting computer browser.

And if you want to make your localhost website online then you have to Forward your ip address to the external fix ip address And then forward it to the domain name.
Then you can access you website from anywhere.





visit link download
Read more »

Friday, December 29, 2017

How To Setup Custom Domain For Your Blog In Blogger With Godaddy com

How To Setup Custom Domain For Your Blog In Blogger With Godaddy com


Setup Custom Domain For Your Blog - 
In this post I will explain "How to setup custom domain name for your blog". I will provide you very easy guide that will very useful for you and it will be 100% works. I will teach you how to setup custom domain name for your blog on blogger.com in easy way.

For Eg. your blogger domain name is www.xyz.blogspot.com and you have to redirect to www.xyz.com, thats it.


What Is Custom Domain ?

Firstly we must understand what actually custom domain is. Custom domain are likes .com(Commercial) , .org (organisation), .edu (educational) etc. are the types of first level domains.

Eg. www.google.com   (First level domain)
      www.abc.co.in      (Secondary level domain)

What Is The Need Of Custom Domain ?

When you apply custom domain for your blog, then your users  can easily remind domain. Blogger provides you www.xyz.blogspot.com  that will not easy to kept in mind. Then it will reduces our users. The best option for this is Custom domains. And custom domains also improve SEO of your Blog / Site. Now we will see step by step guide to setup custom domain.

Follow The Below Steps Carefully To Setup Custom Domain For Your Blog -


  • You have to buy custom domains from websites like Godaddy, Bigrock etc.
  • Suppose you are buying domain on Godaddy.com
  • Firstly login your www.blogger.com blog
  • Enter username and password.
  • Go in Settings > Basics option. See below screenshot


  • Now look at the publishing section, your blog name will be appear then click on setup third party url for your blog link. Now enter your custom domain name like www.xyz.com see below screenshot to understand.
  •     After entering the url you will get warning we have not able to verify your authority to this domain  
  •     Now you will get Name, Label or Host and Destination, Target or Points To Fields. You can see above in Screen shot. For eg. www is your host and ghs.google.com is yuor points to  field.
  •      Now open another tab in your browser and go to your domain provider website like www.godaddy.com and enter your login details.
  •     Now login into your Godaddy account and click on My Account tab.

  • Now you have to go on Domain Manager.

  •     In the domain manager page you will see option DNS MANAGER. You have to click on DNS MANAGER.
      
  •  Note that in DNS MANAGER you have to enter A(Host) and Cname.
     
  •   Now click on A(Host) tab you have to enter this 4 ip addresses one by one using add button.
    216.239.32.21
    216.239.34.21
    216.239.36.21
    216.239.38.21
  •     After you done adding records click on save button to save your records.

  • Now you have to enter your Cnames (alias). You Cname alias are www      ghs.google.com see below screenshot. Now you have to enter your Host and Points to Fields thats it. After adding records click on save.

  •  Now open your blooger.com blog and enter url then click on save button.
 You have done, now you have to wait for few hours to take effects in your ip records. Just relax and seat back. After few hours you will see that your blog address is redirects to your new custom domain. :) 

Note -  If you dont write your host www and points to ghs.google.com then if  users not type www in url field, then your site will not appear to them. So follow above steps carefully and setup your custom domain name.
 

It may take upto 72 hours to take effects in your ip records. I will suggest to you buy a domain name on Godaddy.com.

What you think right now it is easy to setup. Show your love in comments. :) And share this page on Facebook and other social sites.


Keep visiting for more tutorials. :)


visit link download
Read more »

Wednesday, December 27, 2017

How to Setup Windows XP from USB drive

How to Setup Windows XP from USB drive


How to Setup Windows XP from USB drive?
You are here:  Tutorials > How to setup Windows XP from USB drive?

Step1: Prepping BartPE:
First we�ll prep the USB drive we�ll be using for booting. This is by far the largest step in the process, though it shouldn�t be difficult for anyone to follow. It requires a functional Windows system.
  1. Download BartPE builder from http://www.nu2.nu/pebuilder/
  2. Install BartPE. We�ll be assuming that you install to C:pebuilder.
  3. Start PE Builder from the Start Menu. Point "Source:" to the location of your Windows XP setup files containing SP3.
  4. Make sure the "Output:" is set to "BartPE". 
  5. Set "Media output" as "Create ISO image" and filename as "c:pebuilderpebuilder.iso".
  6. Hit "Build". 
  7. When its done building, image file "c:pebuilderpebuilder.iso" should be created properly.

Step2: Create XP Bootable USB Drive:
  1. Start PowerISO (v4.8 or newer version, download here).
  2. Insert the USB drive you intend to boot from.
  3. Choose the menu "Tools > Create Bootable USB Drive". The "Create Bootable USB Drive" dialog will popup. If you are using Windows Vista or Windows 7 operating system, you need confirm the UAC dialog to continue.
  4. In "Create Bootable USB Drive" dialog, click "..." button to open the iso file "c:pebuilderpebuilder.iso".
  5. Select the correct USB drive from the "Destination USB Drive" list if multiple USB drives are connected to the computer.
  6. Choose the proper writing method. "USB-HDD" is recommended.
  7. Click "Start" button to start creating bootable USB drive.
  8. When its done, copy the Windows XP setup files to the USB drive. Please note that youll only need the i386 folder. 
If no errors occurred in the above process, you should now be all set to setup Windows xp from USB drive!

Step 3: Configuring the BIOS:
You should now reboot and go into the BIOS configuration to boot from USB. Instructions for doing so wildly from system to system, but generally entail the following:
  1. Reboot the system.
  2. While booting (before Windows starts loading), get into the BIOS configuration screen by hitting something like F1, F2, Delete or Escape. Hotkey instructions are generally provided on the screen.
  3. Go to the section that contains your boot devices.
  4. With your USB drive plugged in, the USB drive should be listed. If it isn�t, your system might not support booting from USB. Assuming that it is supported (as is the case with virtually all modern hardware), promote your USB drive to the primary boot device.
  5. Exit from the BIOS configuration, saving all changes.
If you�re completely new to BIOS configuration, BIOS for Beginners over at Tom�s Hardware might be a good primer. Be aware though, that you can seriously screw up your system by providing incorrect settings!

Step 4: Booting into BartPE:
Assuming that you properly configured your BIOS and your USB drive supports booting,  BartPE should now load. Depending on the speed of your USB drive, this may take a while.
If it isn�t working, then double-check the following before making a scene:
  • Is your BIOS properly configured for booting from the USB device? (Is the USB device listed and does it have top priority?)
  • Have you correctly prepared the USB drive in step one? (Restart the procedure.)
  • Does your USB drive properly support being booted from? (Try another one!)

Step 5: Prepping the Hard Disk:
You need to make sure that your hard drive is partitioned and formatted properly. Especially if youve had Linux or some other operating system on it, youll need to repartition and format it. BartPE contains DiskPart for disk partitioning and A43 File Manager to format your drive.
If you are sure that your hard drive is set up properly (i.e. it has only run Windows, it contains a valid FAT or NTFS partition) then you can safe yourself the hassle and skip this step.
To repartition (This procedure will destroy any data on the hard drive):
  1. From the Go menu, navigate to DiskPart.
  2. Enter the commands needed to repartition your drive. For example, try the following: select disk 0 (select the first disk), clean (purges the entire drive, essentially resetting it), create partition primary (creates a single partition from the entire disk), assign (assign the partition a drive letter), exit (quits DiskPart).
To format (This procedure will destroy any data on the hard drive):
  1. From the Go menu, navigate to the A43 File Manager.
  2. Right-click on the target drive (e.g. C:) and click Format. Should be self-explanatory.

Step 6: Launching Windows XP Setup from USB drive:
With your drive all ready, you can now launch the Windows XP setup with a few custom parameters. Lets assume that the files are available at X:i386.
Plugging in a device now won�t work. Remember that all USB devices will need to be plugged in right from the start while using BartPE.
Run the following command:
  1. Run X:i386winnt32.exe /syspart:C: /tempdrive:C: /makelocalsource. Replace C: with the drive you want to install Windows to.
  2. Proceed with the installation. When asked to convert the installation volume to NTFS, answer No. The setup program incorrectly believes that your USB drive (which is formatted as FAT) needs conversion.
The setup program will then silently close, which might make you think that something went wrong. Dont worry though.

Step 7: Continue Windows XP Setup from Hard disk:
  1. Reboot your system.
  2. Unplug USB drive during post stage.
  3. Change your BIOS settings back to boot from hard disk again as needed.
  4. You can now continue to finish setting up Windows XP.


visit link download
Read more »

Monday, December 25, 2017

How To Setup An Interal DNS Server On Ubuntu Easiest Way Bind9 DNS server

How To Setup An Interal DNS Server On Ubuntu Easiest Way Bind9 DNS server


Bind9 is used all across the internet for DNS. Over 70% of DNS servers on the internet use Bind.
In this tutorial we will setup a Bind9 DNS server for your home network with caching.
Running a caching DNS server it will cache DNS locally so sites you visit often will not have to make a DNS query until the DNS record has expired.
This will help improve your internet speed as well as reduce bandwidth.

Before we begin make sure you have an Ubuntu server running and configured with a static IP address

Installing Bind9 on Ubuntu

Open Terminal on Ubuntu server or Login via SSH

Installation
sudo apt-get install bind9

And then type "Y" to confirm

Bind Configuration

The next step is to configure the forwards addresses for bind.

This tell bind where to look if it doesnt know the IP address of a domain.
In this example we will use Googles Public DNS servers for the forward DNS servers.
Googles DNS servers are fast, and free.
If you want you can use your ISP providers DNS servers.

sudo nano /etc/bind/named.conf.options

then press enter
Configure Forwarders As shown is Above Picture
Exit it out of nano by hitting CTRL + X.
Enter Y to confirm saving changes.

Configuring internal domain

The next step is to edit /etc/bind/named.conf.local
In this example we will setup an internal domain with tne name linux.lix.
If you want to use something else just make sure you replace linux.lix in the following steps with your internal domain name.
The internal domain can be whatever you want.

sudo nano /etc/bind/named.conf.local

then press enter
We will need to figure out our IP address range of our internal network so we can build the correct reverse zone lookup file.

Most home networks will have a 192.168.1.X or 192.168.0.X type of IP address. In my case I have a 192.168.0.X IP address network.

When looking at our IP address the part we care about is the first three sets of octets ( 192.168.0.100 = three sets 192.168.0) 

Then we just reverse them - 192.168.0 => 0.168.192

Replace linux.lix with the internal domain name you picked and replace 0.168.192  with your IP address scheme.

and make note of the names because we will need to build these files in the next few steps. 

zone "linux.lix" {
             type master;
             file "/etc/bind/db.linux.lix";
        };

zone "0.168.192.in-addr.arpa" {
        type master;
        notify no;
        file "/etc/bind/db.192";
};





Hit CTRL + X to exit out of nano
Enter Y to confirm saving changes

Building Your DNS Forward Zone

The first file we need to build is the forward zone file (db.linux.lix)

sudo cp /etc/bind/db.local /etc/bind/db.linux.lix

This will copy default zone to our zone

Now lets Edit our Zone db.linux.lix

sudo nano /etc/bind/db.linux.lix

The three most common types of DNS records are Address (A Record), Canonical Name (CNAME), and Mail Exchanger (MX). We will focus on A Record

A Record: Defines a mapping of a hostname to an IP address. This is the most common
CNAME: Defines that the domain name is an alias of another name.
MX: Defines mail servr
NS: Name Server


Replace linux.lix with internal domain name you picked
shahid.linux.lix with your internnal domain name example - user.yourdomain.ext
Change DNSserver. to your UbuntuServer Host name and put "." in end of host name as shown in above picture.

Put " ; " in front of  like these
;@      IN      A       127.0.0.1
;@      IN      AAAA    ::1

Now Maping Domain Name to IP

@      IN       A      192.168.0.101
In my case 192.168.0.101  is My internal webserver.

Now Building Reverse Lookup

sudo cp /etc/bind/db.127 /etc/bind/db.192

This will copy default reverse lookup file to our database

Now edit the file
sudo nano /etc/bind/db.192


Replace linux.lix as with internal domain name you picked as Mention Earlier
Make sure you have a "." at the end of the names.

IN is defining it as an Internet address.
PTR is a pointer record. This defines what name will be called when an IP address is looked up.

Now lets save our reverse zone file by hitting CTRL + X
Enter "Y" to confirm saving the file.

Now Start Your DNS Server

sudo service bind9 start

Now Test The DNS server


Now open Internet Protocol Version 4 properties in Windows7 or 8 or10
located in - Control PanelNetwork and InternetNetwork and Sharing Center
then click on Local area Connection Status then - > properties -> Internet Protocol Version 4

And then Put your Ubuntu Server Ip address to Preferred DNS server Box and click ok

Now Open CMD in Windows

Type ping linux.lix
Now open you Browser type linux.lix in url You will get your Web server - Web Page


For Any one Who Join Your Local Area connection can get the DNS server By puttion Your Ubuntu Server IP address to your Router DNS setting

Now you Have Your own Domain Name and Server

If You Find This Helpful Share On Social Medias




visit link download
Read more »