Showing posts with label Technology. Show all posts
Showing posts with label Technology. Show all posts

How To Transfer Contact From Android To iPhone

How To Transfer Contact From Android To iPhone

Transfer Contact From Android To iPhone

Transfer Contact From Android To iPhone

Switching from Android to iPhone is not a simple task it requires lots of things to be done before switching. You need to move every one of your information, contacts and many saved notes and so on from your android to iPhone which is not a basic assignment. iPhone doesn't provide any inbuilt application to do the exchange amongst android and iPhone And keep mind that exchanging the fundamental thing you require in your iPhone is all your contact that you have spared in your android device which can be either in phone memory, outside capacity or some place in google backup. So today, I have posted an article about how to transfer contact from Android to iPhone.

Read the article below to transfer contact from Android to iPhone

Requirements:

  1. Internet Connectivity or Wi-Fi
  2. G-Mail Account
  3. SIM Card

#1. Import/Export Method

In this method, you will use Import/Export feature of your Android and iPhone device.
  • Insert Simcard and switch on your Android.
  • Now go to Contact>Import/Export.
  • Now click on Export to SIM Card.
Now wait until you contact export in you SIM Card
  • Now insert your SIM Card and switch on your iPhone.
You will get your all contacts on your iPhone. If you want to save them on your device then
  • Go to Setting>Mail, Contacts, Calendar.
  • Select Import from SIM card.

#2. Backup Method

As you guys know Contact, Photos Etc. can be backup in Android. So today we will use a backup method to transfer contact from Android to iPhone. So follow the instruction written below:
  • Go to Setting>Account>Google in your Android.
  • Now click on your G-Mail address.
  • Then Select Sync Contacts and click on Sync now.
Now your all contact will be backup in your account.
  • Now go to Setting>Mail, Contacts, Calendar on your iPhone.
  • Click on add account and again click add other.
  • Then select Add CardDAV Account
  • Fill out the form as given below:
    Server: "https://www.google.com"
    Username: <Enter your G-Mail address that you recently used in your Android to back up your contact>
    Password: <Your G-Mail password>
    Description: Enter Description (Eg. My G-Mail account)
Now your contact will be backup on you iPhone 
By following the upper article we hope you guys have successfully Transfer your contact from Android to iPhone. If you guy's faced any kind of problem during this process, please comment below we will try our best to help you.
Read More

How To Install And Use PowerShell In Linux

How To Install And Use PowerShell In Linux

Install And Use Powershell In Linux

How To Install And Use PowerShell In Linux
Windows PowerShell is an amazing setup administration and computerization system. It's included a charge line shell and.NET-based scripting Langauge. Administration use PowerShell as a method for managing Windows, Linux, and Networked client 

In 2016, Microsoft publicly released PowerShell and appeared a cross-stage emphasis. This .NET Core form offers Linux and MacOS installers. Since framework managers regularly utilize Linux, PowerShell on Linux brought loads of new usefulness. In spite of the fact that it's basically a similar program, there are key contrasts, for example, the capacity to run standard Bash summons in Linux PowerShell. 



So today, In this article we will teach you how to properly install,  and use PowerShell on Linux!

What Is PowerShell?


PowerShell is an assignment robotization and arrangement administration structure from Microsoft, comprising of a charge line shell and related scripting language based on the.NET Framework. PowerShell gives full access to COM and WMI, empowering overseers to perform managerial assignments on both nearby and remote Windows frameworks and additionally WS-Management and CIM empowering administration of remote Linux frameworks and system gadgets.



Installing PowerShell


Download the appropriate PowerShell on Linux from the link below. You can find installers for Ubuntu 14.04  and 16.04, Red Hat Enterprise Linux 7 and CentOS 7, and MacOS. Begin by downloading the right installer for your working framework. We are running Ubuntu so I downloaded the Ubuntu DEB. However, the installer ought to work for any Ubuntu subsidiary like Lubuntu and Xubuntu.


Ubuntu clients will have a DEB bundle while CentOS and RHEL clients will utilize an RPM. The MacOS installer is a PKG.
Downloading PowerShell
  • Since PowerShell is a command line utility, we should first install PowerShell by using Linux command. Note where your PowerShell DEB is downloaded. Ordinarily, this will be the default "Downloads" index. Once you've found the bundle, run the command given below:
sudo apt-get install libunwind8 libicu55
sudo dpkg -i /path/to/your/powershell.deb
replace the "Path To" line with the right envelope way and correct DEB. we utilized the Ubuntu 16.04 bundle and the DEB was situated in my "Downloaded" directory. so my command looks like this:
sudo apt-get install libunwind8 libicu55
sudo dpkg -i /home/PawnKdka/Downloaded/powershell_6.0.0-alpha.14-1ubuntu1.16.04.1_amd64.deb

We're installing with super user permission, therefore you'll be prompted for your password during the installation.
Password Prompt
Be patient You'll see a few lines about preparing to unpack PowerShell and setting up PowerShell. When this closes, you're ready to start utilizing PowerShell.

By following this article we hope you guys have installed PowerShell in Linux. If you faced any problem during installation, comment below we will try our best to help you.
Read More