<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Install on ZoliBen Csupra(Kabra)</title><link>https://zoliben.com/en/tags/install/</link><description>Recent content in Install on ZoliBen Csupra(Kabra)</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 18 Apr 2015 15:10:09 +0000</lastBuildDate><atom:link href="https://zoliben.com/en/tags/install/index.xml" rel="self" type="application/rss+xml"/><item><title>Installing qBittorrent on Ubuntu</title><link>https://zoliben.com/en/posts/2015-04-18-qbittorrent-telepitese-ubuntu-ra/</link><pubDate>Sat, 18 Apr 2015 15:10:09 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-04-18-qbittorrent-telepitese-ubuntu-ra/</guid><description>&lt;p>Many people have become disillusioned with utorrent in recent months, including myself. I looked into other torrent clients and found qBittorrent. It&amp;rsquo;s simply fantastic! Its web client works perfectly in mobile browsers, and the system itself is very stable.&lt;/p>
&lt;p> &lt;/p>
&lt;p>It can be installed on Ubuntu as follows:&lt;/p>
&lt;p>You need to add its repository to the cache:&lt;/p>
&lt;pre>add-apt-repository ppa:qbittorrent-team/qbittorrent-stable&lt;/pre>
&lt;p>Update the source list:&lt;/p>
&lt;pre>apt-get update&lt;/pre>
&lt;p>Depending on whether you want only the web client or also the desktop client, install accordingly:&lt;/p></description></item><item><title>Installing Plex Media Server on Ubuntu Server</title><link>https://zoliben.com/en/posts/2015-01-03-plex-mediaszerver-telepitese-ubuntu-szerverre/</link><pubDate>Fri, 02 Jan 2015 23:02:57 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-01-03-plex-mediaszerver-telepitese-ubuntu-szerverre/</guid><description>&lt;p>For the installation, we need the media server file matching our system from the Plex website, which &lt;a href="https://plex.tv/downloads" target="_blank">can be found here&lt;/a>.&lt;/p>
&lt;p>Copying the package download link, download it to the VPS or server machine:&lt;/p>
&lt;pre>wget https://downloads.plex.tv/plex-media-server/0.9.15.3.1674-f46e7e6/plexmediaserver_0.9.15.3.1674-f46e7e6_amd64.deb&lt;/pre>
&lt;p>Then install the downloaded file:&lt;/p>
&lt;pre>dpkg --install plexmediaserver_0.9.15.3.1674-f46e7e6_amd64.deb&lt;/pre>
&lt;p>If it complains about missing dependencies, you can install them with the following command:&lt;/p>
&lt;pre>apt-get -f install&lt;/pre>
&lt;p>Then navigate to the &lt;strong>/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/&lt;/strong> directory, and edit the &lt;strong>Preferences.xml&lt;/strong> file using nano or vi, by adding the following line after the Preferences word in the file (replacing 1.2.3.4 with your own IP address):&lt;/p></description></item><item><title>Installing BTsync on Ubuntu Server</title><link>https://zoliben.com/en/posts/2014-12-30-btsync-telepitese-ubuntu-szerverre/</link><pubDate>Tue, 30 Dec 2014 17:10:48 +0000</pubDate><guid>https://zoliben.com/en/posts/2014-12-30-btsync-telepitese-ubuntu-szerverre/</guid><description>&lt;p>Some of you probably know BTsync, it&amp;rsquo;s a very useful little program. Basically it&amp;rsquo;s used for transferring files over the BitTorrent protocol. Here&amp;rsquo;s how to install it:&lt;/p>
&lt;p>To add sources to the apt repository, you need to install the necessary packages first, if you haven&amp;rsquo;t already:&lt;/p>
&lt;pre>apt-get install software-properties-common python-software-properties&lt;/pre>
&lt;p>Then add the source:&lt;/p>
&lt;pre>add-apt-repository ppa:tuxpoldo/btsync&lt;/pre>
&lt;p>Then run an update:&lt;/p>
&lt;pre>apt-get update&lt;/pre>
&lt;p>And install the program itself:&lt;/p>
&lt;pre>apt-get install btsync&lt;/pre>
&lt;p>You&amp;rsquo;ll also need a web server, both nginx and apache work fine.&lt;/p></description></item><item><title>Installing Java on Ubuntu</title><link>https://zoliben.com/en/posts/2014-12-28-java-telepitese-ubuntura/</link><pubDate>Sun, 28 Dec 2014 21:42:36 +0000</pubDate><guid>https://zoliben.com/en/posts/2014-12-28-java-telepitese-ubuntura/</guid><description>&lt;p>If you want to run a Java app on a fresh Ubuntu server, (say Minecraft) then you first need to install the appropriate Java runtime. You can do this as follows:&lt;/p>
&lt;p>Update the apt repository with the following command:&lt;/p>
&lt;pre>sudo apt-get update&lt;/pre>
&lt;p>Then check if Java is already installed:&lt;/p>
&lt;pre>java -version&lt;/pre>
&lt;p>Install the Java Runtime Environment with the following command:&lt;/p>
&lt;pre>sudo apt-get install default-jre&lt;/pre>
&lt;p>And for the Java Development Kit, use this:&lt;/p></description></item></channel></rss>