<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Installation on ZoliBen Csupra(Kabra)</title><link>https://zoliben.com/en/tags/installation/</link><description>Recent content in Installation on ZoliBen Csupra(Kabra)</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 22 Aug 2016 12:37:55 +0000</lastBuildDate><atom:link href="https://zoliben.com/en/tags/installation/index.xml" rel="self" type="application/rss+xml"/><item><title>Full Web Server Installation (nginx, MySQL, PHP7, HTTP2, phpMyAdmin, SSL) – Ubuntu 16.04</title><link>https://zoliben.com/en/posts/2016-08-22-teljes-webszerver-telepitese-nginx-mysql-php5-phpmyadmin/</link><pubDate>Mon, 22 Aug 2016 12:37:55 +0000</pubDate><guid>https://zoliben.com/en/posts/2016-08-22-teljes-webszerver-telepitese-nginx-mysql-php5-phpmyadmin/</guid><description>&lt;p>&lt;span style="text-decoration: underline;">&lt;em>&lt;strong>This guide applies to Ubuntu 16.04, I&amp;rsquo;ll cover other versions later.&lt;/strong>&lt;/em>&lt;/span>&lt;/p>
&lt;p>&lt;strong>1. Installing Nginx&lt;/strong>&lt;br>
First, let&amp;rsquo;s update the repos:&lt;/p>
&lt;pre>sudo apt-get update&lt;/pre>
&lt;p>Then install nginx:&lt;/p>
&lt;pre>sudo apt-get install nginx&lt;/pre>
&lt;p>Then check the nginx version with the following command:&lt;/p>
&lt;pre>nginx -v&lt;/pre>
&lt;p>If we get at least version 1.10.0, everything is fine.&lt;/p>
&lt;p>&lt;strong>2. Installing MySQL&lt;/strong>&lt;br>
The first step is to install the MySQL server:&lt;/p>
&lt;pre>sudo apt-get install mysql-server&lt;/pre>
&lt;p>Naturally, you need to fill in the root user&amp;rsquo;s password, which you&amp;rsquo;ll use to access MySQL later.&lt;br>
For PHP pages to run, you need to install PHP version 5 and its associated MySQL instruction set:&lt;/p></description></item><item><title>Installing Squid Proxy on Ubuntu Server</title><link>https://zoliben.com/en/posts/2016-02-09-squid-proxy-telepitese-ubuntu-szerverre/</link><pubDate>Tue, 09 Feb 2016 19:10:16 +0000</pubDate><guid>https://zoliben.com/en/posts/2016-02-09-squid-proxy-telepitese-ubuntu-szerverre/</guid><description>&lt;p>First, let&amp;rsquo;s update the repositories:&lt;/p>
&lt;pre>apt-get update&lt;/pre>
&lt;p>Then install the proxy software and the associated password generator:&lt;/p>
&lt;pre>apt-get install squid apache2-utils&lt;/pre>
&lt;p>Once that&amp;rsquo;s done, let&amp;rsquo;s create an empty configuration file:&lt;/p>
&lt;pre>rm -rf /etc/squid/squid.conf
touch /etc/squid/squid.conf
chown proxy /etc/squid/squid.conf&lt;/pre>
&lt;p>Then create the password file:&lt;/p>
&lt;pre>touch /etc/squid/squid_passwd&lt;/pre>
&lt;p>Then grant permissions to the proxy:&lt;/p>
&lt;pre>chown proxy /etc/squid/squid_passwd&lt;/pre>
&lt;p>Start editing the configuration file:&lt;/p>
&lt;pre>nano /etc/squid/squid.conf&lt;/pre>
&lt;p>and add the following lines (for http_port, specify the port you want to connect to the proxy on):&lt;/p></description></item><item><title>Call of Duty: United Offensive Linux Server and Other Goodies</title><link>https://zoliben.com/en/posts/2015-11-15-call-of-duty-united-offensive-linux-szerver-es-mas-finomsagok/</link><pubDate>Sun, 15 Nov 2015 14:17:47 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-11-15-call-of-duty-united-offensive-linux-szerver-es-mas-finomsagok/</guid><description>&lt;p>I&amp;rsquo;ve been planning for a long time to write a guide about one of my favorite games, Call of Duty United Offensive. For me, this was the best game back in the day alongside MoHAA, because IT HAD TANKS!&lt;/p>
&lt;p>We played the hell out of it on Kursk, Carentan, Fox, and the Bas maps.&lt;/p>
&lt;p>I feel like because of all the fun I had, I owe it to the game to not let it disappear into obscurity, so below I&amp;rsquo;ll describe how to set up a Linux dedicated server, how to configure 1920x1080p resolution, which ports need to be opened, and maybe I&amp;rsquo;ll even have time to cover mods.&lt;/p></description></item><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><item><title>Installing OpenVPN server on Ubuntu server</title><link>https://zoliben.com/en/posts/2014-11-13-openvpn-szerver-telepitese-ubuntu-szerverre/</link><pubDate>Thu, 13 Nov 2014 20:02:26 +0000</pubDate><guid>https://zoliben.com/en/posts/2014-11-13-openvpn-szerver-telepitese-ubuntu-szerverre/</guid><description>&lt;p>I searched the internet a lot before a friend recommended this script, with which you can easily set up your own secure OpenVPN server.&lt;/p>
&lt;p>What you&amp;rsquo;ll need:&lt;/p>
&lt;ul>
&lt;li>PuTTY or any other SSH client capable of establishing a connection&lt;/li>
&lt;li>A server/VPS running Ubuntu 18.04 or 19.04&lt;/li>
&lt;li>For VPS: enabled TUN/TAP modules&lt;/li>
&lt;li>Minimal command-line knowledge&lt;/li>
&lt;/ul>
&lt;p> &lt;/p>
&lt;p>First, you need to download the script, which you can do by running the following command:&lt;/p>
&lt;hr>
&lt;pre>&lt;em>curl -O https://raw.githubusercontent.com/angristan/openvpn-install/master/openvpn-install.sh &amp;&amp; chmod +x openvpn-install.sh&lt;/em>&lt;/pre>
&lt;hr>
&lt;p>Run the script with root privileges:&lt;/p></description></item></channel></rss>