Showing posts with label linux. Show all posts

Wednesday, June 29, 2016

The easiest way to display your phone screen on your PC without USB

  No comments
7:34:00 AM


Many of us want to display they phone screen on their PC , but they face a lot of problems .

The First thing you need to do is to download AirMore on your Android Phone or your iPhone , then open your browser and open AirMore Website and click on Launch AirMore Web to Connect but be sure that you are not connected to any VPN and to be on the same network that the pc or the laptop is connected to.

and Open AirMore App on your Phone and Scan the Code 

Now you can Click on the Record Icon and Start displaying your Phone Screen and you can Click on File and open your phone files and download then and upload files from your PC to your Phone.



Read More

Tuesday, June 28, 2016

How to install Windows application on linux

  No comments
5:56:00 AM



Many of Linux users face a big problem that they can't install some important application such as Adobe Photoshop and all Adobe products .

There is an app called Wine you can install Windows application from it .

First : Open the terminal 

Second : Type in the terminal 
$ sudo add-apt-repository ppa:ubuntu-wine/ppa 
Press Enter
Third : Type 
$ sudo apt-get update
Press Enter
Then Type 
$ sudo apt-get install -y wine1.7

The Second Step 

Go to this website Playonlinux
Choose your operating System if you are using the latest version of Ubuntu or Elementary Os then type 
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo wget http://deb.playonlinux.com/playonlinux_trusty.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux

Now you can open Playonlinux and install any Windows application from it




Read More