Showing posts with label Remote Service. Show all posts
Showing posts with label Remote Service. Show all posts
Friday, November 13, 2015
How to Install Teamviewer 10 via PPA on Ubuntu 14.10, 14.04 & Linux Mint 17
Teamviewer is a remote service providing software which connects to any PC or server around the world within few seconds. It is particularly known for desktop sharing, online meetings, web conferencing and file transfer between computers. You might also like to check out other latest Software News to know what's new in them ?
In today's HowTo Tutorial, we will discuss how to install Teamviewer 10 using Debian Package on 32-bit & 64-bit Ubuntu 14.10, Ubuntu 14.04 and Linux Mint 17. Well the following commands can be used to install Teamviewer 10 on other PPA based Linux Distros, but you can do this at your own risk.
Step Wise Installation of Teamviewer 10 using Debian Package on Ubuntu 14.10, Ubuntu 14.04 & Linux Mint 17
Installation of Teamviewer 10 on 32-bit Ubuntu & Linux Mint
Step 1 : Open the terminal and run or copy the following command in terminal to install gdebi package manager on your 32-bit Ubuntu and Linux Mint system.
$ sudo apt-get install gdebiStep 2 : Next, run or copy the following command in terminal to download latest stable Teamviewer 10 version using wget command on your Ubuntu and Linux Mint system.
$ wget download.teamviewer.com/download/teamviewer_i386.debStep 3 : Finally, run or copy the following command in terminal to install latest stable Teamviewer 10 with the help of gdebi package manager on your Ubuntu and Linux Mint system.
$ sudo gdebi teamviewer_linux.debIf you are using 64-bit system, then you must follow the commands given below.
Installation of Teamviewer 10 on 64-bit Ubuntu and Linux Mint
Important Note: The newer 64-bit Debian system still lacks ia32-libs package, so you have to install Debian package of Teamviewer to get installed it on your machine.
Step 1 : Open the terminal and run or copy the following command in terminal to add all i386 architecture packages on your 64-bit Ubuntu and Linux Mint system.
$ sudo dpkg --add-architecture i386Step 2 : Next, run or copy the following command in terminal to update recently added packages in the software repository on your 64-bit Ubuntu and Linux Mint system.
$ sudo apt-get updateStep 3 : Next, run or copy the following command in terminal to install gdebi package manager on your 64-bit Ubuntu and Linux Mint system.
$ sudo apt-get install gdebiStep 4 : Next, run or copy the following command in terminal to download latest stable Teamviewer 10 using wget command on 64-bit Ubuntu and Linux Mint system.
$ wget download.teamviewer.com/download/teamviewer_i386.debStep 5 : Finally, run or copy the following command in terminal to install Debian Package of Teamviewer on your 64-bit Ubuntu and Linux Mint system.
$ sudo gdebi teamviewer_linux.debAfter installation, search for "Teamviewer" either in Unity Dash or in Application menu.
Keep reading and stay tuned with us to get latest software updates. Don't forget to subscribe us and share your reviews about this post among other readers via comments.
Sunday, November 8, 2015
How to Install FileZilla 3.10 Client using Source Tarball on various Linux Distros
FileZilla is a free and open source FTP client which supports FTP, SFTP and FTPS along with lot of useful features and intuitive graphical user interface. The FileZilla client offers key features like support for IPv6, multi-language, resume support, tabbed user interface, powerful site manager, bookmarks, drag & drop support, filename filters, directory comparison, remote file editing and logging to file.
In today's HowTo Tutorial, we will discuss how to install FileZilla 3.10 using source tarball on Ubuntu, Kubuntu, Xubuntu, Lubuntu, Linux Mint, Fedora, CentOS, Debian, OpenSUSE, OpenMandriva and several other Linux Distros. You might also like to check out other latest Software News on our website.
Step Wise Installation of FileZilla 3.10 (FTP Client) using Source Tarball on various Linux Distros
Installation of FileZilla 3.10 (FTP Client) on 32-bit Linux Distros
Step 1 : First, open the terminal and run or copy the following command in terminal to download latest 32-bit source tarball of FileZilla 3.10 on your Linux Distro.
In today's HowTo Tutorial, we will discuss how to install FileZilla 3.10 using source tarball on Ubuntu, Kubuntu, Xubuntu, Lubuntu, Linux Mint, Fedora, CentOS, Debian, OpenSUSE, OpenMandriva and several other Linux Distros. You might also like to check out other latest Software News on our website.
Step Wise Installation of FileZilla 3.10 (FTP Client) using Source Tarball on various Linux Distros
Installation of FileZilla 3.10 (FTP Client) on 32-bit Linux Distros
Step 1 : First, open the terminal and run or copy the following command in terminal to download latest 32-bit source tarball of FileZilla 3.10 on your Linux Distro.
$ wget sourceforge.net/projects/filezilla/files/FileZilla_Client/3.10.0/FileZilla_3.10.0_i586-linux-gnu.tar.bz2
Step 2 : Next, run or copy the following command in terminal to extract the download source tarball using tar command on your Linux Distro.
$ tar -xjvf FileZilla_3.10.0_i586-linux-gnu.tar.bz2
Step 3 : Next, remove all the files of existing FileZilla package in /opt filesystem on your Linux Distro.
$ sudo rm -rf /opt/filezilla*
Step 4 : Next, run or copy the following command in terminal to move FileZilla3 folder to /opt filesystem on your Linux Distro.
$ sudo mv FileZilla3 /opt/filezilla3
Step 5 : Finally, run or copy the following command in terminal to install FileZilla3 on your Linux Distro.
$ sudo ln -sf /opt/filezilla3/bin/filezilla /usr/bin/filezilla
After installation, search "FileZilla" either in Unity Dash or in Application and launch it from there to remote access the server using FileZilla client.
Installation of FileZilla 3.10 (FTP Client) on 64-bit Linux Distros
Step 1 : First, open the terminal and run or copy the following command in terminal to download latest 64-bit source tarball of FileZilla 3.10 on your Linux Distro.
Installation of FileZilla 3.10 (FTP Client) on 64-bit Linux Distros
Step 1 : First, open the terminal and run or copy the following command in terminal to download latest 64-bit source tarball of FileZilla 3.10 on your Linux Distro.
$ wget sourceforge.net/projects/filezilla/files/FileZilla_Client/3.10.0/FileZilla_3.10.0_x86_64-linux-gnu.tar.bz2
Step 2 : Next, run or copy the following command in terminal to extract the download source tarball using tar command on your Linux Distro.
$ tar -xjvf FileZilla_3.10.0_x86_64-linux-gnu.tar.bz2
Step 3 : Next, run or copy the following command in terminal to remove all the files of existing FileZilla package in /opt filesystem on your Linux Distro.
$ sudo rm -rf /opt/filezilla*
Step 4 : Next, run or copy the following command in terminal to move FileZilla3 folder to /opt filesystem on your Linux Distro.
$ sudo mv FileZilla3 /opt/filezilla3
Step 5 : Finally, run or copy the following command in terminal to install FileZilla3 on your Linux Distro.
$ sudo ln -sf /opt/filezilla3/bin/filezilla /usr/bin/filezilla
After installation, you can directly open the FileZilla by running the "filezilla" command in terminal on your Linux Distro.
Keep reading and stay tuned with us to get latest software updates. Don't forget to subscribe us and share your reviews about this post among other readers via comments.
Keep reading and stay tuned with us to get latest software updates. Don't forget to subscribe us and share your reviews about this post among other readers via comments.
Sunday, November 1, 2015
OneDrive 2.7.0 for Android gets Pin Code Lock & OneDrive for Business Support
Microsoft officially announces the release of updated OneDrive 2.7.0 (SkyDrive) App for Android devices with new features. OneDrive is quite popular among Windows Phone users, but it is also available for Android devices. It allows you to store your personal photos, videos, documents and others in the cloud. It allows you to manage and share both your personal and professional files remotely with others.
According to official announcement at Google Play Store, OneDrive 2.7.0 App for Android devices comes with support for Pin code lock along with few updates to camera backup. This updated app also provides support for Business purposes along with sign in facility for both personal OneDrive and Business OneDrive services. Also, review recent Android App News to know what's new for Android devices ?
With OneDrive 2.7.0 App, you can easily organize and open OneDrive for Business files. You can also save new files to your OneDrive for Business accounts and also open OneDrive files with storage access framework. Apart from this, it also includes minor improvements and fixes. You might also like to check out other latest Smartphone News on our website.
Keep reading and stay tuned with us to get latest smartphone or mobile news. Don't forget to subscribe us and share your reviews about this post among other readers via comments.
According to official announcement at Google Play Store, OneDrive 2.7.0 App for Android devices comes with support for Pin code lock along with few updates to camera backup. This updated app also provides support for Business purposes along with sign in facility for both personal OneDrive and Business OneDrive services. Also, review recent Android App News to know what's new for Android devices ?
With OneDrive 2.7.0 App, you can easily organize and open OneDrive for Business files. You can also save new files to your OneDrive for Business accounts and also open OneDrive files with storage access framework. Apart from this, it also includes minor improvements and fixes. You might also like to check out other latest Smartphone News on our website.
Keep reading and stay tuned with us to get latest smartphone or mobile news. Don't forget to subscribe us and share your reviews about this post among other readers via comments.
Subscribe to:
Posts (Atom)