<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ZoliBen Csupra(Kabra)</title><link>https://zoliben.com/en/</link><description>Recent content on ZoliBen Csupra(Kabra)</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 24 Apr 2026 12:00:00 +0000</lastBuildDate><atom:link href="https://zoliben.com/en/index.xml" rel="self" type="application/rss+xml"/><item><title>Memorito — Personal Knowledge Base with Automated Search</title><link>https://zoliben.com/en/posts/2026-04-24-memorito-personal-knowledge-base-with-automated-search/</link><pubDate>Fri, 24 Apr 2026 12:00:00 +0000</pubDate><guid>https://zoliben.com/en/posts/2026-04-24-memorito-personal-knowledge-base-with-automated-search/</guid><description>&lt;p>I spent a lot of time searching the internet and realized that my personal knowledge was scattered everywhere: notes, PDFs, bookmarks, snippets, links, images, voice recordings — all in different places, never findable when I needed them. Notion was good, but I didn&amp;rsquo;t want to put my brain&amp;rsquo;s content into another SaaS service.&lt;/p>
&lt;p>Then I thought: &amp;ldquo;Why don&amp;rsquo;t I build my own?&amp;rdquo;&lt;/p>
&lt;p>And I did.&lt;/p>
&lt;h2 id="what-is-memorito">What is Memorito?&lt;/h2>
&lt;p>Memorito is a self-hosted, multimodal knowledge base that I built for myself — not a ready-made product I use, but something I coded for my own needs and continuously develop. It can process, index, and search text, URLs, images, audio files, and PDFs. Not just keyword search — semantic search, meaning it finds relevant content based on meaning.&lt;/p></description></item><item><title>Qwen 3.6: 35B vs 27B comparison - benchmark results</title><link>https://zoliben.com/en/posts/2026-04-23-qwen-36-35b-vs-27b-benchmark-results/</link><pubDate>Thu, 23 Apr 2026 12:00:00 +0000</pubDate><guid>https://zoliben.com/en/posts/2026-04-23-qwen-36-35b-vs-27b-benchmark-results/</guid><description>&lt;p>I finally summed up all the Qwen 3.6 model test results I gathered over the past few days. I compared two models in detail: the &lt;strong>Qwen3.6-35B-A3B&lt;/strong> (MoE, hybrid attention/delta) and the &lt;strong>Qwen3.6-27B&lt;/strong> (dense, hybrid attention/delta). I ran both with turbo3 KV cache compression on an RTX 4090 as a llama.cpp server.&lt;/p>
&lt;p>If I had to summarize briefly: the 35B-A3B is &lt;strong>3-4x faster&lt;/strong> in everything, but the 27B delivers &lt;strong>better quality&lt;/strong>. This is the classic MoE vs. dense tradeoff, just backed by numbers.&lt;/p></description></item><item><title>Migrating the Blog from WordPress to Hugo with OpenCode</title><link>https://zoliben.com/en/posts/2026-04-17-a-blog-atalakitasa-wordpressbol-hugoba-az-opencode-segitsegevel/</link><pubDate>Fri, 17 Apr 2026 20:00:00 +0000</pubDate><guid>https://zoliben.com/en/posts/2026-04-17-a-blog-atalakitasa-wordpressbol-hugoba-az-opencode-segitsegevel/</guid><description>&lt;p>My last post was published in March 2021, and since then, almost nothing has happened with the blog - despite moving, server changes, and numerous other developments. WordPress had been more irritating than helpful for returning to writing posts: it was slow, required constant plugin updates, and security vulnerabilities kept pouring in, while for a blog that only publishes a few posts per year, it was overly complex.&lt;/p>
&lt;p>For years I had been considering switching to a static site generator, but the thought of migration - 87 posts, lots of HTML remnants, media files - always deterred me. Then I discovered OpenCode, and everything changed.&lt;/p></description></item><item><title>Docker – Matrix Synapse homeserver, federation, nginx reverse proxy and TURN server setup using docker-compose</title><link>https://zoliben.com/en/posts/2021-03-16-/</link><pubDate>Tue, 16 Mar 2021 00:00:00 +0000</pubDate><guid>https://zoliben.com/en/posts/2021-03-16-/</guid><description>&lt;p>Recently I set up a &lt;a href="https://en.wikipedia.org/wiki/Matrix_%28protocol%29">Matrix&lt;/a> homeserver for my friend group. I considered whether I needed federation, and ultimately decided that I did. On top of that, I also had to set up a TURN server so that calls would work properly for everyone, since if someone is behind NAT, the connection typically doesn’t work reliably. I launched the container on a Hetzner cloud VPS running Debian 10.&lt;/p>
&lt;p> &lt;/p>
&lt;p>You’ll need a running Docker service, if it’s not installed yet, you can easily install it using &lt;a href="https://get.docker.com/">https://get.docker.com/&lt;/a>. I recommend creating a git repository where you can push your docker-compose and nginx config files.&lt;/p></description></item><item><title>Disabling IPv6 on Ubuntu 19.04 when connecting to VPN</title><link>https://zoliben.com/en/posts/2020-03-04-ubuntu-19-04-ipv6-kikapcsolasa-vpn-re-csatlakozasnal/</link><pubDate>Wed, 04 Mar 2020 22:20:43 +0000</pubDate><guid>https://zoliben.com/en/posts/2020-03-04-ubuntu-19-04-ipv6-kikapcsolasa-vpn-re-csatlakozasnal/</guid><description>&lt;p>I recently noticed that when I connect to VPN from Pop_OS (based on Ubuntu 19.10), the communication continues on the regular adapter via IPv6 in addition to the VPN interface.&lt;/p>
&lt;p>This is obviously not ideal, because if we’re using the VPN for privacy, this leaks our IP address and we can be traced back without any effort. The best solution would be to completely disable IPv6 address assignment at the kernel level (by editing GRUB), but I generally use it for other purposes, so I only want to disable it when I’m connected to the VPN.&lt;/p></description></item><item><title>Setting up Dynamic DNS with Cloudflare on Raspberry Pi 4 – ddclient</title><link>https://zoliben.com/en/posts/2019-11-04-dinamikus-dns-beallitasa-cloudflare-re-raspberry-pi-4-en-ddclient/</link><pubDate>Mon, 04 Nov 2019 19:57:31 +0000</pubDate><guid>https://zoliben.com/en/posts/2019-11-04-dinamikus-dns-beallitasa-cloudflare-re-raspberry-pi-4-en-ddclient/</guid><description>&lt;p>&lt;strong>Update 2024/06/25: Since writing this article, someone has written a script for this, which you can find here: &lt;a href="https://github.com/K0p1-Git/cloudflare-ddns-updater">https://github.com/K0p1-Git/cloudflare-ddns-updater&lt;/a> . Thanks for the info to tesztszerverem.hu!&lt;/strong>&lt;/p>
&lt;p> &lt;/p>
&lt;p>If you have a home server and want to access a service from the internet (e.g. OpenVPN), it’s worth setting up a dynamic DNS record. This article details the combined setup of Cloudflare – ddclient.&lt;/p>
&lt;p>First, create an ‘A’ record with a dummy IP address (so we can later verify that the update was successful), and with a 5-minute TTL.&lt;/p></description></item><item><title>[LINUX] Cleaning up a full boot partition</title><link>https://zoliben.com/en/posts/2018-12-13-linux-megtelt-boot-particio-kitisztitasa/</link><pubDate>Thu, 13 Dec 2018 20:14:47 +0000</pubDate><guid>https://zoliben.com/en/posts/2018-12-13-linux-megtelt-boot-particio-kitisztitasa/</guid><description>&lt;p>Rarely, but it can happen that the /boot partition fills up on Linux machines, in which case it’s worth deleting the old kernels, but this isn’t always straightforward.&lt;/p>
&lt;p>You can check the disk usage with the following command:&lt;/p>
&lt;pre>df -h&lt;/pre>
&lt;div style="width: 679px" class="wp-caption alignnone">
 &lt;img loading="lazy" decoding="async" src="https://zoliben.com/hosted/561r2e3C3O2v1r4c.png" alt="" width="669" height="418" />
 &lt;p class="wp-caption-text">
 The image shows the state after cleaning, so the /boot partition is now only at 39% usage
 &lt;/p>
&lt;/div>
&lt;p>In this case, apt-get upgrade gets interrupted during the kernel update, since there’s no more space on the partition. This constantly throws errors, and there are cases (like mine) where updates can’t run at all anymore because previous ones have failed.&lt;/p></description></item><item><title>Dell Visor – "Budget" VR</title><link>https://zoliben.com/en/posts/2018-08-20-/</link><pubDate>Mon, 20 Aug 2018 00:00:00 +0000</pubDate><guid>https://zoliben.com/en/posts/2018-08-20-/</guid><description>&lt;p>I’ve been eyeing VR as an entertainment option for a while, and in May I found out that Microsoft has its own template for VR headsets. The name is quite misleading, since it has nothing to do with mixed reality, despite the two cameras at the front.&lt;/p>
&lt;p>Nevertheless, it’s relatively „cheap” – at least compared to the HTC Vive Pro and the Oculus Rift. In the US, you can already buy it new for a mere 200 dollars, unfortunately in our little country it’s 100k+ at the cheapest places that are still within reach. On Ebay, after many listings, I finally got an answer to my question about whether they ship to Hungary&lt;/p></description></item><item><title>Revoked – Migrating from Teamspeak to Discord</title><link>https://zoliben.com/en/posts/2018-08-13-koltozes-discord-ra-a-teamspeak-szerverrol/</link><pubDate>Mon, 13 Aug 2018 17:09:27 +0000</pubDate><guid>https://zoliben.com/en/posts/2018-08-13-koltozes-discord-ra-a-teamspeak-szerverrol/</guid><description>&lt;p>Hi everyone,&lt;/p>
&lt;h3 id="you-can-join-the-discord-server-here">&lt;strong>&lt;a href="https://discord.gg/hMAu95S">You can join the Discord server here.&lt;/a>&lt;/strong>&lt;/h3>
&lt;p>&lt;del>The Teamspeak client updated itself, and the new 3.3.0 version is no longer compatible with my old Teamspeak server. I updated the server, but all settings were lost and I can’t migrate them. It recognizes my non-profit license, but if I set it to more than 32 slots, the server automatically shuts itself down. I messed around with this for a good while, but I’ve had enough, so the server will no longer be running.&lt;/del>&lt;/p></description></item><item><title>Cookie Policy</title><link>https://zoliben.com/en/cookie-policy/</link><pubDate>Wed, 23 May 2018 06:54:44 +0000</pubDate><guid>https://zoliben.com/en/cookie-policy/</guid><description>&lt;p>This site uses cookies – small text files that are placed on your machine to help the site provide a better user experience. In general, cookies are used to retain user preferences, store information for things like shopping carts, and provide anonymised tracking data to third party applications like Google Analytics. As a rule, cookies will make your browsing experience better. However, you may prefer to disable cookies on this site and on others. The most effective way to do this is to disable cookies in your browser. We suggest consulting the Help section of your browser or taking a look at &lt;a href="http://www.aboutcookies.org">the About Cookies website&lt;/a> which offers guidance for all modern browsers&lt;/p></description></item><item><title>Switching from Intel to AMD Ryzen</title><link>https://zoliben.com/en/posts/2018-02-14-intelrol-valtas-amd-ryzen-re/</link><pubDate>Wed, 14 Feb 2018 21:37:37 +0000</pubDate><guid>https://zoliben.com/en/posts/2018-02-14-intelrol-valtas-amd-ryzen-re/</guid><description>&lt;p>&lt;strong>1. The road to switching&lt;/strong>&lt;/p>
&lt;p>I bought my new PC back in October 2016 during my stay in Poland. The foundation of the build was an ASRock Z170 PRO4S and an i5-6600K.&lt;/p>
&lt;p>I’ve been playing around with virtual machines for AD, networking and other purposes for a while now, and unfortunately it really ate up the CPU, not to mention that in games the i5-6600K was already bleeding sometimes if I was running anything else alongside it (it was at 100% utilization alongside a GTX 1060 6G), and with certain games I managed to hit a CPU bottleneck (despite it being overclocked to 4.4 GHz).&lt;/p></description></item><item><title>Apple</title><link>https://zoliben.com/en/posts/2017-10-25-alma/</link><pubDate>Wed, 25 Oct 2017 17:15:59 +0000</pubDate><guid>https://zoliben.com/en/posts/2017-10-25-alma/</guid><description>&lt;p>&lt;strong>This… is this an appleeee?&lt;/strong>&lt;/p>
&lt;center>
 &lt;video controls loop="loop" style="max-width:100%;height:auto;">&lt;source src="https://zoliben.com/hosted/alma.mp4" type="video/mp4" />&lt;/video>
&lt;/center></description></item><item><title>TeamSpeak Server Rules</title><link>https://zoliben.com/en/posts/2017-06-30-teamspeak-szerver-szabalyzat/</link><pubDate>Fri, 30 Jun 2017 14:03:27 +0000</pubDate><guid>https://zoliben.com/en/posts/2017-06-30-teamspeak-szerver-szabalyzat/</guid><description>&lt;p>On the TeamSpeak server, I ask that you follow the following:&lt;/p>
&lt;p>– Behave like a reasonable human being.&lt;br>
– Don’t be childish, don’t insult others, follow the rules of netiquette, along with basic norms.&lt;br>
– Don’t enter someone else’s TeamSpeak room if you weren’t invited.&lt;br>
– Recording conversations is only allowed if everyone in the room has agreed to it.&lt;br>
– The room name must not be offensive to anyone.&lt;br>
– The server is DDoS protected, but please don’t invite script kiddies here.&lt;/p></description></item><item><title>World of Tanks basic explanation for starters [ENG]</title><link>https://zoliben.com/en/posts/2016-10-18-wot-basic-explanation/</link><pubDate>Tue, 18 Oct 2016 09:54:54 +0000</pubDate><guid>https://zoliben.com/en/posts/2016-10-18-wot-basic-explanation/</guid><description>&lt;p>&lt;strong>Let’s start from the beginning.&lt;/strong>&lt;/p>
&lt;p>All tanks have a base stat that you can achieve with a 100% crew (the commander is 100%, and the rest of the crew goes up to 110%). If this is the case, then your reload time, camo rating, vision range is the base amount that is specific to the tank and depends on the modules that are put on the tank. (better turret = better viewrange, better engine = faster acceleration/top speed) These base stats can be boosted by fitting extra equipment to the tank (such as gun rammer = faster reload, coated optics = better viewrange, ventillation = +5% on the crew skills). You can also train specific skills after you’ve reached 100% (and 110%). At first, you should go for Sixth sense for the commander, and if you’re not playing a light tank, go for repairs for rest of the crew. The light tanks have to go for sixth sense + camouflage on the rest of the crew. For second skill, go for brothers in arms.&lt;/p></description></item><item><title>Pet the kitty</title><link>https://zoliben.com/en/posts/2016-10-13-pet-the-kitty/</link><pubDate>Thu, 13 Oct 2016 21:22:34 +0000</pubDate><guid>https://zoliben.com/en/posts/2016-10-13-pet-the-kitty/</guid><description>&lt;p>Sorry 😛&lt;/p>
&lt;p>&lt;video controls loop="loop" style="max-width:100%;height:auto;">&lt;source src="https://zoliben.com/hosted/kitty.mp4" type="video/mp4" />&lt;/video>&lt;/p></description></item><item><title>Top Secret – Best Of</title><link>https://zoliben.com/en/posts/2016-09-05-top-secret-best-of/</link><pubDate>Mon, 05 Sep 2016 18:40:19 +0000</pubDate><guid>https://zoliben.com/en/posts/2016-09-05-top-secret-best-of/</guid><description>&lt;p>The best scenes from an iconic movie (chosen by me):&lt;/p>
&lt;p>&lt;video controls loop="loop" style="max-width:100%;height:auto;">&lt;source src="https://zoliben.com/hosted/top_secret.mp4" type="video/mp4" />&lt;/video>&lt;/p></description></item><item><title>Negev</title><link>https://zoliben.com/en/posts/2016-09-03-negev/</link><pubDate>Sat, 03 Sep 2016 21:04:32 +0000</pubDate><guid>https://zoliben.com/en/posts/2016-09-03-negev/</guid><description>&lt;p>&lt;strong>#Negevlife&lt;/strong>&lt;/p>
&lt;center>
 &lt;video controls loop="loop" style="max-width:100%;height:auto;">&lt;source src="https://zoliben.com/hosted/negev.mp4" type="video/mp4" />&lt;/video>
&lt;/center></description></item><item><title>Nicolas Cage</title><link>https://zoliben.com/en/nicolas-cage/</link><pubDate>Tue, 30 Aug 2016 08:22:45 +0000</pubDate><guid>https://zoliben.com/en/nicolas-cage/</guid><description>&lt;p>For internal use.&lt;/p>
&lt;p> &lt;/p>
&lt;p>&lt;a href="https://zoliben.com/wp-content/uploads/2016/08/ca9819896259889544affcd632afe5a1.jpg">&lt;img loading="lazy" decoding="async" class="alignnone size-full wp-image-943" src="https://zoliben.com/wp-content/uploads/2016/08/ca9819896259889544affcd632afe5a1.jpg" alt="ca9819896259889544affcd632afe5a1" width="500" height="401" srcset="https://zoliben.com/wp-content/uploads/2016/08/ca9819896259889544affcd632afe5a1.jpg 500w, https://zoliben.com/wp-content/uploads/2016/08/ca9819896259889544affcd632afe5a1-300x241.jpg 300w" sizes="auto, (max-width: 500px) 100vw, 500px" />&lt;/a>&lt;a href="https://zoliben.com/wp-content/uploads/2016/08/u6lyomnatqzjsxpehvzz.jpg">&lt;img loading="lazy" decoding="async" class="alignnone size-full wp-image-944" src="https://zoliben.com/wp-content/uploads/2016/08/u6lyomnatqzjsxpehvzz.jpg" alt="u6lyomnatqzjsxpehvzz" width="678" height="400" srcset="https://zoliben.com/wp-content/uploads/2016/08/u6lyomnatqzjsxpehvzz.jpg 678w, https://zoliben.com/wp-content/uploads/2016/08/u6lyomnatqzjsxpehvzz-300x177.jpg 300w" sizes="auto, (max-width: 678px) 100vw, 678px" />&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://zoliben.com/wp-content/uploads/2016/08/dQYGpe.jpg">&lt;img loading="lazy" decoding="async" class="alignnone size-large wp-image-945" src="https://zoliben.com/wp-content/uploads/2016/08/dQYGpe-1024x640.jpg" alt="dQYGpe" width="1024" height="640" srcset="https://zoliben.com/wp-content/uploads/2016/08/dQYGpe-1024x640.jpg 1024w, https://zoliben.com/wp-content/uploads/2016/08/dQYGpe-300x188.jpg 300w, https://zoliben.com/wp-content/uploads/2016/08/dQYGpe-768x480.jpg 768w, https://zoliben.com/wp-content/uploads/2016/08/dQYGpe.jpg 1920w" sizes="auto, (max-width: 1024px) 100vw, 1024px" />&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://zoliben.com/wp-content/uploads/2016/08/Nicolas-Cage-Cats.jpg">&lt;img loading="lazy" decoding="async" class="alignnone size-full wp-image-946" src="https://zoliben.com/wp-content/uploads/2016/08/Nicolas-Cage-Cats.jpg" alt="Nicolas-Cage-Cats" width="630" height="420" srcset="https://zoliben.com/wp-content/uploads/2016/08/Nicolas-Cage-Cats.jpg 630w, https://zoliben.com/wp-content/uploads/2016/08/Nicolas-Cage-Cats-300x200.jpg 300w" sizes="auto, (max-width: 630px) 100vw, 630px" />&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://zoliben.com/wp-content/uploads/2016/08/tumblr_mbckj3kECj1rg5bnio1_1280.jpg">&lt;img loading="lazy" decoding="async" class="alignnone size-full wp-image-949" src="https://zoliben.com/wp-content/uploads/2016/08/tumblr_mbckj3kECj1rg5bnio1_1280.jpg" alt="tumblr_mbckj3kECj1rg5bnio1_1280" width="550" height="350" srcset="https://zoliben.com/wp-content/uploads/2016/08/tumblr_mbckj3kECj1rg5bnio1_1280.jpg 550w, https://zoliben.com/wp-content/uploads/2016/08/tumblr_mbckj3kECj1rg5bnio1_1280-300x191.jpg 300w" sizes="auto, (max-width: 550px) 100vw, 550px" />&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://zoliben.com/wp-content/uploads/2016/08/nicholas-cage-as-everyone-funny-photoshop17.jpg">&lt;img loading="lazy" decoding="async" class="alignnone size-full wp-image-950" src="https://zoliben.com/wp-content/uploads/2016/08/nicholas-cage-as-everyone-funny-photoshop17.jpg" alt="nicholas-cage-as-everyone-funny-photoshop17" width="530" height="331" srcset="https://zoliben.com/wp-content/uploads/2016/08/nicholas-cage-as-everyone-funny-photoshop17.jpg 530w, https://zoliben.com/wp-content/uploads/2016/08/nicholas-cage-as-everyone-funny-photoshop17-300x187.jpg 300w" sizes="auto, (max-width: 530px) 100vw, 530px" />&lt;/a>&lt;/p></description></item><item><title>Skype – Fixing Automatic Logout</title><link>https://zoliben.com/en/posts/2016-08-29-skype-automatikus-kijelentkezes-javitasa/</link><pubDate>Mon, 29 Aug 2016 20:27:07 +0000</pubDate><guid>https://zoliben.com/en/posts/2016-08-29-skype-automatikus-kijelentkezes-javitasa/</guid><description>&lt;p>Today I ran into the bug where the desktop version of Skype would automatically log me out within a few seconds after logging in. After some investigation, I found the cause of the problem.&lt;/p>
&lt;p>The Skype and Microsoft accounts were linked to each other; after I unlinked the Microsoft account, it worked perfectly.&lt;/p>
&lt;p>To unlink, you need to visit the &lt;a href="https://www.skype.com/en/">Skype website&lt;/a>, log in there, then go to &lt;a href="https://secure.skype.com/portal/account/settings">account settings&lt;/a>, where you can unlink the Microsoft account. After this, you&amp;rsquo;ll only be able to log in with your Skype username.&lt;/p></description></item><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>Core Maximizer – For Supreme Commander Forged Alliance</title><link>https://zoliben.com/en/posts/2016-08-14-core-maximizer-supreme-commander-forged-alliance-hez/</link><pubDate>Sun, 14 Aug 2016 19:09:20 +0000</pubDate><guid>https://zoliben.com/en/posts/2016-08-14-core-maximizer-supreme-commander-forged-alliance-hez/</guid><description>&lt;p>It seems like the GasPoweredGames forum has been shut down, making it nearly impossible to find the program called Core Maximizer online, which allows you to run Supreme Commander and its expansion Supreme Commander Forged Alliance on multiple CPU threads.&lt;/p>
&lt;p> &lt;/p>
&lt;h2 id="download-core-maximizer-103">&lt;a href="https://zoliben.com/wp-content/uploads/2016/08/CoreMaximizer1.03.zip">Download: Core Maximizer 1.03&lt;/a>&lt;/h2></description></item><item><title>Y u heff to be mad?</title><link>https://zoliben.com/en/posts/2016-05-12-mad/</link><pubDate>Thu, 12 May 2016 07:24:54 +0000</pubDate><guid>https://zoliben.com/en/posts/2016-05-12-mad/</guid><description>&lt;p>&lt;strong>It’s only a game! Y u heff to be mad?&lt;/strong>&lt;/p>
&lt;center>
 &lt;video controls loop="loop" style="max-width:100%;height:auto;">&lt;source src="https://zoliben.com/hosted/mad.mp4" type="video/mp4" />&lt;/video>
&lt;/center></description></item><item><title>Xiaomi Redmi Note 2 – TWRP, ROM and Rooting</title><link>https://zoliben.com/en/posts/2016-04-13-/</link><pubDate>Wed, 13 Apr 2016 00:00:00 +0000</pubDate><guid>https://zoliben.com/en/posts/2016-04-13-/</guid><description>&lt;p>Sources: &lt;a href="http://prohardver.hu/tema/re_hivatalosan_is_bemutatkozott_a_xiaomi_redmi_not/hsz_15401-15600.html" target="_blank">Prohardver&lt;/a>, &lt;a href="http://miuiandroid.hu/forum/viewtopic.php?t=1769" target="_blank">miuiandroid.hu&lt;/a>&lt;/p>
&lt;p>Installing TWRP:&lt;/p>
&lt;ol>
&lt;li>Download MiPCsuite from &lt;a href="https://zoliben.com/wp-content/uploads/2016/04/MiSetup3.2.1.3111_2717.zip" rel="">here&lt;/a>. Install it, as it contains the proper drivers for the Redmi Note 2.&lt;/li>
&lt;li>Download the TWRP packet from &lt;a href="https://zoliben.com/wp-content/uploads/2016/04/TWRP_install.zip" rel="">here&lt;/a> with the files needed for flashing.&lt;/li>
&lt;li>Extract the contents of the zip file somewhere.&lt;/li>
&lt;li>Turn off your phone, then enter Fastboot mode by pressing and holding the volume down + power button. It should look something like this if you succeeded:&lt;img loading="lazy" decoding="async" class="aligncenter" src="https://zoliben.com/img/7I9z79f4K58c1S2.png" alt="Fastboot mode screen" width="284" height="388" />&lt;/li>
&lt;li>Then connect the phone to your computer using the microUSB cable.&lt;/li>
&lt;li>In the extracted TWRP_install folder, find the flas_recovery.bat file and run it (do not run it as administrator, for some reason it doesn&amp;rsquo;t work that way).&lt;/li>
&lt;li>If everything goes well, you should get output like this in cmd without errors:
&lt;pre>target reported max download size of 134217728 bytes&lt;/pre>&lt;/li>
&lt;/ol>
&lt;pre>sending 'recovery' (16426 KB)...&lt;/pre>
&lt;pre>OKAY [ 0.741s]&lt;/pre>
&lt;pre>writing 'recovery'...&lt;/pre>
&lt;pre>OKAY [ 0.302s]&lt;/pre>
&lt;pre>finished. total time: 1.045s&lt;/pre>
&lt;pre>Press any key to continue . . .&lt;/pre>
&lt;ol start="8">
&lt;li>Press a key and then on your phone press and hold the volume up + power button to enter the newly flashed TWRP recovery.&lt;/li>
&lt;li>There will be a page warning you that ve&lt;/li>
&lt;/ol></description></item><item><title>Sharing Wired Internet via Wi-Fi on Windows 10</title><link>https://zoliben.com/en/posts/2016-03-27-vezetekes-internet-megosztasa-wi-fi-n-keresztul-windows-10-en/</link><pubDate>Sun, 27 Mar 2016 19:57:03 +0000</pubDate><guid>https://zoliben.com/en/posts/2016-03-27-vezetekes-internet-megosztasa-wi-fi-n-keresztul-windows-10-en/</guid><description>&lt;p>First we need to launch a command prompt with administrator privileges, which we can do by typing ‘cmd’ in the start menu, then right-clicking the command prompt that appears in the search results and running it as administrator.&lt;/p>
&lt;p>Then we can create the Wi-Fi network with the following command:&lt;/p>
&lt;pre>netsh wlan set hostednetwork mode=allow ssid=yournetworkname key=yourpassword&lt;/pre>
&lt;p>(replace ‘yournetworkname’ with your preferred name and edit ‘yourpassword’ as you wish)&lt;/p>
&lt;p>Then turn it on:&lt;/p></description></item><item><title>Fixing Slow Steam Downloads on Ubuntu</title><link>https://zoliben.com/en/posts/2016-03-26-steam-lassu-letoltes-javitasa-ubuntu-alatt/</link><pubDate>Sat, 26 Mar 2016 08:22:07 +0000</pubDate><guid>https://zoliben.com/en/posts/2016-03-26-steam-lassu-letoltes-javitasa-ubuntu-alatt/</guid><description>&lt;p>I installed Steam on Linux just to try it out, but I ran into the problem that when downloading games, the download speed wouldn&amp;rsquo;t climb above 15-20 kbytes/s. I tried switching download servers, switching from Wi-Fi to a wired connection, but nothing worked. Then I started searching online for solutions, which led me to the following steps that fixed my problem.&lt;/p>
&lt;p>In a nutshell, the problem is that the Linux Steam client queries DNS nameservers too frequently, which quickly overwhelms the network. The solution is to install a DNS cache on the system, which we can do as follows:&lt;/p></description></item><item><title>Fixing nVidia Optimus Driver Crashes with Integrated and Dedicated GPUs</title><link>https://zoliben.com/en/posts/2016-02-09-nvidia-optimus-driver-kifagyasok-javitasa-integralt-es-dedikalt-videokartyaknal/</link><pubDate>Tue, 09 Feb 2016 21:41:58 +0000</pubDate><guid>https://zoliben.com/en/posts/2016-02-09-nvidia-optimus-driver-kifagyasok-javitasa-integralt-es-dedikalt-videokartyaknal/</guid><description>&lt;p>Many people buy a laptop that has two graphics cards. The integrated Intel HD Graphics 3-4-5000, as well as a dedicated card. If the dedicated card is nVidia, the system typically uses nVidia Optimus to decide whether to use the integrated or dedicated graphics card at any given moment (based on resource demands and power efficiency).&lt;/p>
&lt;p>The system usually dynamically switches between the dedicated and integrated GPUs, however this can cause errors and freezes in many games and applications, and the nvidia drivers regularly crash because of this.&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>Installing a Samba Server</title><link>https://zoliben.com/en/posts/2015-12-17-/</link><pubDate>Thu, 17 Dec 2015 00:00:00 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-12-17-/</guid><description>&lt;p>adduser username&lt;/p>
&lt;p>smbpasswd -a username&lt;/p>
&lt;p> &lt;/p></description></item><item><title>Dat Dodge – Annuda day, annuda play!</title><link>https://zoliben.com/en/posts/2015-11-19-dat-dodge/</link><pubDate>Thu, 19 Nov 2015 09:41:12 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-11-19-dat-dodge/</guid><description>&lt;p>&lt;strong>Pro.&lt;/strong>&lt;/p>
&lt;p>&lt;/video>&lt;/center>&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>HEY!</title><link>https://zoliben.com/en/posts/2015-11-13-hey/</link><pubDate>Fri, 13 Nov 2015 22:39:51 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-11-13-hey/</guid><description>&lt;p>&lt;strong>HEYYEYAAEYAAAEYAEYAA&lt;/strong>&lt;/p>
&lt;center>
 &lt;video controls loop="loop" style="max-width:100%;height:auto;">&lt;source src="https://zoliben.com/hosted/HEYYEYAAEYAAAEYAEYAA.mp4" type="video/mp4" />&lt;/video>
&lt;/center></description></item><item><title>Earson ER-151 Bluetooth Speaker</title><link>https://zoliben.com/en/posts/2015-10-21-earson-er-151-bluetooth-hangszoro/</link><pubDate>Wed, 21 Oct 2015 08:16:09 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-10-21-earson-er-151-bluetooth-hangszoro/</guid><description>&lt;p>My sister bought herself a bluetooth speaker a few weeks ago, which sounded great, so I decided to order one for myself too. Since I&amp;rsquo;m a broke college student, I aimed for the lower price range. After a brief search, I found the ER-151 on &lt;a href="http://www.banggood.com/Waterproof-Shockproof-Bluetooth-Speaker-For-iPhone-6-6-Smartphone-p-911696.html" target="_blank">Banggood&lt;/a>, which with its discount to around 5000 HUF fit my budget. The buyers&amp;rsquo; feedback was quite positive, everyone praised its quality and volume, so I went ahead and ordered it. It was ordered on September 24th and arrived on October 20th.&lt;/p></description></item><item><title>Project Mad Pasta</title><link>https://zoliben.com/en/posts/2015-10-15-project-mad-pasta-angol/</link><pubDate>Thu, 15 Oct 2015 21:09:58 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-10-15-project-mad-pasta-angol/</guid><description>&lt;p>I 1v1&amp;rsquo;d my good friend Tom on my server and pretty much destroyed him 🙂&lt;/p>
&lt;center>
&lt;/center></description></item><item><title>Rainbow Six: Siege</title><link>https://zoliben.com/en/posts/2015-10-06-rainbow-six-siege/</link><pubDate>Tue, 06 Oct 2015 17:36:10 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-10-06-rainbow-six-siege/</guid><description>&lt;p>With the help of my friend Aqwis, I got my hands on a beta key for the game in the title, which several of us tried out. Below I&amp;rsquo;d like to summarize my experiences.&lt;/p>
&lt;p>Here&amp;rsquo;s a video I made about the game:&lt;/p>
&lt;center>
&lt;/center>First of all, the game itself kept me engaged, which is presumably because it wasn't made for hardcore gamers (at least not as hardcore as the earlier Rainbow games). My first issue started with the fact that the game is on Uplay, which is a pretty big black mark, since I think Uplay is a pile of misfortune and a crime to integrate into games.
&lt;p>The game has two game modes (for now, in the beta): one is terrorist hunt, where you have to clear a house of terrorists, with up to 5 players. It&amp;rsquo;s a fairly entertaining game mode, but the kamikaze terrorists are quite annoying. Partly because the game&amp;rsquo;s netcode is PRETTY TERRIBLE, and partly because if you have a shield, you have no chance of escaping, and shooting back with this netcode is pretty difficult.&lt;/p></description></item><item><title>Man on the dam – by bike (Mindszent – Szeged)</title><link>https://zoliben.com/en/posts/2015-09-20-ember-a-gaton-biciklivel/</link><pubDate>Sun, 20 Sep 2015 07:31:11 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-09-20-ember-a-gaton-biciklivel/</guid><description>&lt;p>Recently our friend group set out on the „Man on the Dam„ tour, which is the Mindszent – Szeged route along the embankment, about ~50 km. We decided to do it by bike, since walking 50 km would have been quite a lot (I&amp;rsquo;ve done it before, it really is a lot) without any preparation.&lt;/p>
&lt;p> &lt;/p>
&lt;p>We took the 17:21 train from Szeged, which consisted of three carriages. Currently MÁV has a promotion where you can transport bikes for free on weekends. This was a bit problematic, since the three carriages could barely fit 8 bikes. Those who arrived after us (another group) couldn&amp;rsquo;t board the train because their bikes wouldn&amp;rsquo;t fit. (you could see on the poor conductor lady that she was about to cry from frustration)&lt;/p></description></item><item><title>Arma 3 – a Hungarian soldier's diary</title><link>https://zoliben.com/en/posts/2015-09-15-arma-3-egy-magyar-katona-naploja/</link><pubDate>Tue, 15 Sep 2015 11:08:48 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-09-15-arma-3-egy-magyar-katona-naploja/</guid><description>&lt;center>
 In English, from me, to you 😀
&lt;/center>
&lt;center>
&lt;/center></description></item><item><title>[MLG] lvl Up – or how I lost my mind and wasted hours of my life</title><link>https://zoliben.com/en/posts/2015-09-07-mlg-lvl-up-avagy-mikent-vesztettem-el-a-fejem-es-csesztem-el-orakat-az-eletembol/</link><pubDate>Mon, 07 Sep 2015 22:49:57 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-09-07-mlg-lvl-up-avagy-mikent-vesztettem-el-a-fejem-es-csesztem-el-orakat-az-eletembol/</guid><description>&lt;center>
&lt;/center></description></item><item><title>Forum migration</title><link>https://zoliben.com/en/posts/2015-08-23-forum-koltoztetes/</link><pubDate>Sun, 23 Aug 2015 19:45:03 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-08-23-forum-koltoztetes/</guid><description>&lt;p>Today I migrated the forum from the Vanilla engine to phpBB, since there are far fewer issues with that. If you run into any problems, feel free to write to &lt;a href="mailto:admin@zoliben.com">admin@zoliben.com&lt;/a>.&lt;/p>
&lt;p>The new forum address is &lt;a href="https://zoliben.com/forum">https://zoliben.com/forum&lt;/a>&lt;/p>
&lt;p> &lt;/p>
&lt;p>Everyone is welcome here!&lt;/p></description></item><item><title>Summer status report – vacation, work and Rust</title><link>https://zoliben.com/en/posts/2015-08-11-nyari-helyzetjelentes-nyaralas-munka-es-rust/</link><pubDate>Tue, 11 Aug 2015 17:05:40 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-08-11-nyari-helyzetjelentes-nyaralas-munka-es-rust/</guid><description>&lt;p>I finally managed to carve out some time for the blog, so here&amp;rsquo;s my post, in case anyone&amp;rsquo;s interested 🙂&lt;/p>
&lt;p> &lt;/p>
&lt;p>So, how has my summer been so far? Well, in July I went kayaking on the Danube, starting from DonauEschingen down to Regensburg, on one of the most beautiful stretches of the river. I&amp;rsquo;ll write more about this in a later post, since it was a fantastic experience and I can only recommend it to everyone. As soon as I got back from vacation, I gave myself a week off, then got to work. I&amp;rsquo;ve been busy with that ever since, and when I&amp;rsquo;m not working or having fun, I&amp;rsquo;m on the computer — specifically my newly discovered favorite, Rust.&lt;/p></description></item><item><title>Windows 10 – opinion and experience</title><link>https://zoliben.com/en/posts/2015-07-24-/</link><pubDate>Fri, 24 Jul 2015 00:00:00 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-07-24-/</guid><description>&lt;p>Recently I installed the final version of the Windows 10 Technical Preview, which is practically identical to the final release (which comes out on the 29th). I didn&amp;rsquo;t want to mess around with it too much, since my PC doesn&amp;rsquo;t have a DVD drive and I can&amp;rsquo;t find my 8 GB flash drive anywhere, so my only option was to upgrade from Windows 7.&lt;/p>
&lt;p>I started by downloading the latest Windows 10 build via torrent, since the image file was no longer available on the Insider site, but I got eager and wanted to install it no matter what. The image file downloaded fine, I mounted it to a virtual drive with Daemon Tools. The upgrade started, asked if I wanted to delete everything or keep my personal files. I decided to keep my personal things, since I hadn&amp;rsquo;t upgraded Windows this way before. The installer started copying files, then restarted, and the system was upgraded in about 15 minutes.&lt;/p></description></item><item><title>WoT Modpack for 9.14 by ZoliBen</title><link>https://zoliben.com/en/posts/2015-07-15-wot-modpack-by-zoliben/</link><pubDate>Wed, 15 Jul 2015 07:00:38 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-07-15-wot-modpack-by-zoliben/</guid><description>&lt;p>&lt;em>*\&lt;/em>* Updated to 9.14.3! ****&lt;/p>
&lt;p>*** &lt;strong>IMPORTANT&lt;/strong>!!! You must &lt;strong>delete the 0.9.14.1 folder&lt;/strong> inside the res_mods folder, and copy the contents of the downloaded zip into the game directory. &lt;strong>Rename the newly copied 0.9.14 folder to 0.9.14.1!&lt;/strong>***&lt;/p>
&lt;p>I put together a WoT mod pack that contains supposedly legal mods. It includes the following:&lt;/p>
&lt;p>– XVM (displaying statistics)&lt;/p>
&lt;p>– Zoom mod (up to 30x zoom)&lt;/p>
&lt;p>– Artillery mod (arty view from an angled perspective instead of top-down)&lt;/p></description></item><item><title>World of Warships – Open Beta</title><link>https://zoliben.com/en/posts/2015-07-01-world-of-warships-nyilt-beta/</link><pubDate>Wed, 01 Jul 2015 06:16:31 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-07-01-world-of-warships-nyilt-beta/</guid><description>&lt;p>Some of you already know that &lt;a href="http://worldofwarships.eu/" target="_blank" rel="noopener noreferrer">World of Warships&lt;/a> has entered its open beta phase. If you liked World of Tanks, you should definitely give WoWS a try.&lt;/p>
&lt;p> &lt;/p>
&lt;p>I participated in the closed beta test as well, and I thought I&amp;rsquo;d share my experience with the different ship types and provide some tips.&lt;/p>
&lt;p>When you start the game, you begin with a cruiser. Basically you can only play against bots until you earn enough experience points and reach the appropriate account level that unlocks random battles.&lt;/p></description></item><item><title>Good places in Szeged – Part 1 (Bohém tanya)</title><link>https://zoliben.com/en/posts/2015-06-16-jo-helyek-szegeden-1-resz-bohem-tanya/</link><pubDate>Tue, 16 Jun 2015 08:25:10 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-06-16-jo-helyek-szegeden-1-resz-bohem-tanya/</guid><description>&lt;p>I had the idea of collecting the entertainment venues in Szeged and sharing my opinions about them.&lt;/p>
&lt;p>In this week&amp;rsquo;s post I&amp;rsquo;m putting Bohém tanya under the microscope, since I spent pretty much my entire week there and it became one of my favorite places, and I think it&amp;rsquo;ll become a regular spot in our friend group.&lt;/p>
&lt;p>The backstory is that back in high school we used to visit the Pivo pub quite often, but to be honest it&amp;rsquo;s not a particularly good place (I&amp;rsquo;ll get into that in a later post). A buddy of mine suggested over the weekend that we check out the bohém garden, as it&amp;rsquo;s a pretty cool place. At first sight I „fell in love„ — the outdoor garden is spacious, there&amp;rsquo;s plenty of room, the atmosphere is great and there are always enough people, yet it&amp;rsquo;s not crowded. A bonus is that there&amp;rsquo;s a food stand right next to it, so while drinking beer you can order all sorts of goodies (pizza, gyros, etc.) if you get hungry. There&amp;rsquo;s an indoor area too, but it&amp;rsquo;s not worth using in the summer since it can get quite hot.&lt;/p></description></item><item><title>How to GTA – Ep. 1</title><link>https://zoliben.com/en/posts/2015-06-03-how-to-gta-ep-1-angol/</link><pubDate>Wed, 03 Jun 2015 11:03:15 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-06-03-how-to-gta-ep-1-angol/</guid><description>&lt;center>
&lt;/center></description></item><item><title>Removing Skype ads</title><link>https://zoliben.com/en/posts/2015-05-25-skype-hirdetesek-eltuntetese/</link><pubDate>Mon, 25 May 2015 13:51:34 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-05-25-skype-hirdetesek-eltuntetese/</guid><description>&lt;p>In the latest Skype, the ad bar above conversations is quite annoying, so I&amp;rsquo;ll share how to get rid of it.&lt;/p>
&lt;p>Exit Skype completely, then in File Explorer navigate to&lt;/p>
&lt;pre>C:/Users/YourUsername/App Data/Roaming/Skype/YourSkypename&lt;/pre>
&lt;p>folder, then open the config.xml file and find the following line, and delete it entirely:&lt;/p>
&lt;pre>&amp;lt;AdvertPlaceholder&amp;gt;1&amp;lt;/AdvertPlaceholder&amp;gt;&lt;/pre>
&lt;p>Save it, then right-click the file, properties, and check the „Read-only” option, click OK, and you can start Skyping without ads 🙂&lt;/p></description></item><item><title>PHP snippets for myself</title><link>https://zoliben.com/en/posts/2015-05-25-php-szosszenetek-magamnak/</link><pubDate>Mon, 25 May 2015 10:59:55 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-05-25-php-szosszenetek-magamnak/</guid><description>&lt;p>Searching in a string:&lt;/p>
&lt;p>echo strpos(„Hello world!”, „world”); // outputs 6&lt;/p>
&lt;p>Replacing text in a string:&lt;/p>
&lt;p>echo str_replace(„world„, „Dolly„, „Hello world!„); // outputs Hello Dolly!&lt;/p>
&lt;p> &lt;/p></description></item><item><title>WoT – KV2 4.4k damage, 8 kills and lots and lots of bursting</title><link>https://zoliben.com/en/posts/2015-05-24-wot-kv2-4-4k-sebzes-8-oles-es-sok-sok-pukkantas/</link><pubDate>Sun, 24 May 2015 12:30:27 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-05-24-wot-kv2-4-4k-sebzes-8-oles-es-sok-sok-pukkantas/</guid><description>&lt;center>
&lt;/center></description></item><item><title>CheVolume – Or How to Play Any Music on Any Device</title><link>https://zoliben.com/en/posts/2015-05-11-chevolume-avagy-barmilyen-zenet-barmilyen-eszkozon/</link><pubDate>Mon, 11 May 2015 16:48:11 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-05-11-chevolume-avagy-barmilyen-zenet-barmilyen-eszkozon/</guid><description>&lt;p>I have a habit of streaming music to my friends when we&amp;rsquo;re playing. I used to pipe the music through TeamSpeak, but for some reason TS got tired of it after a while and decided not to relay the music completely, so I had to look for another solution. I found the solution in the combination of Virtual Audio Cable and Icecast, which I&amp;rsquo;ll explain right away.&lt;/p>
&lt;p>Virtual Audio Cable, as the name suggests, creates a virtual audio cable, the point of which is that you can set specific programs to output/play their sounds on a particular playback device. This is interesting because I only wanted to pipe the music through – it would have been pretty weird if the entire speaker content was relayed, since then people would have heard themselves back. The &amp;ldquo;cable&amp;rdquo; created by Virtual Audio Cable was then streamed via a program called Butt to my Icecast server, which my friends could listen to as a web radio.&lt;/p></description></item><item><title>Lack of Posts</title><link>https://zoliben.com/en/posts/2015-05-06-posztok-hianya/</link><pubDate>Wed, 06 May 2015 07:03:06 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-05-06-posztok-hianya/</guid><description>&lt;p>Well, I haven&amp;rsquo;t had time to post lately between work and university, but I&amp;rsquo;m planning to upload some guides in the near future, so stay tuned 🙂&lt;/p></description></item><item><title>World of Tanks 9.7 Realistic Gun Sounds</title><link>https://zoliben.com/en/posts/2015-04-25-world-of-tanks-9-7-realisztikus-agyuhangok/</link><pubDate>Sat, 25 Apr 2015 06:18:23 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-04-25-world-of-tanks-9-7-realisztikus-agyuhangok/</guid><description>&lt;p>I don&amp;rsquo;t fundamentally have any issues with WoT&amp;rsquo;s sound design, but this mod is simply fantastic! Playing with it is much more enjoyable, and you really get immersed in the battle 🙂&lt;/p>
&lt;p> &lt;/p>
&lt;p>You can download the mod &lt;a href="https://zoliben.com/egyeb/HRMOD_Gun_Sounds_1.95.zip">from here&lt;/a>. (it&amp;rsquo;s for version 9.7)&lt;/p>
&lt;p>Installation:&lt;/p>
&lt;p>There are two folders in the ZIP, res and res_mods. These need to be copied into the WoT installation folder, overwriting the old files.&lt;/p></description></item><item><title>Garry's Mod Server</title><link>https://zoliben.com/en/posts/2015-04-22-garrys-mod-szerver/</link><pubDate>Wed, 22 Apr 2015 20:51:36 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-04-22-garrys-mod-szerver/</guid><description>&lt;p>Behold! Our Garry&amp;rsquo;s Mod server has (once again) opened!&lt;/p>
&lt;p>Its fantastic name is: [HUN] ZoliBen Csupra(kabra) – fittingly&lt;/p>
&lt;p>To make everything run smoothly on the server, it&amp;rsquo;s recommended to download &lt;a href="http://steamcommunity.com/sharedfiles/filedetails/?id=222481251" target="_blank">this addon pack&lt;/a>.&lt;/p>
&lt;p> &lt;/p>
&lt;p>How can you connect to this fantastic server? Simply add this IP address to your favorites list!&lt;/p>
&lt;p>IP: 87.117.200.66:27015&lt;/p>
&lt;p> &lt;/p>
&lt;p>The rules are written on the server, please follow them. Currently there are two admins, ZoliBen (me), and gtadam (when his PC isn&amp;rsquo;t crashing)&lt;/p></description></item><item><title>Downloading Garry's Mod Server Addons</title><link>https://zoliben.com/en/posts/2015-04-22-garrys-mod-szerver-addonok-letoltese/</link><pubDate>Wed, 22 Apr 2015 14:30:04 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-04-22-garrys-mod-szerver-addonok-letoltese/</guid><description>&lt;p>Anyone who has a dedicated GMod server has probably encountered the error where the server can&amp;rsquo;t download larger addons from the workshop, showing &amp;ldquo;Download fail&amp;rdquo;.&lt;/p>
&lt;p>The only solution for this is if the addon is already downloaded on your home computer as well, which you can find at the following location:&lt;/p>
&lt;pre>Steam/steamapps/common/GarrysMod/garrysmod/addons/&lt;/pre>
&lt;p>Here you can find the addon by name, which in my case looks like this:&lt;/p>
&lt;pre>garrys_bombs_5_base_edition_290395033.gma&lt;/pre>
&lt;p>Upload this to the server&amp;rsquo;s GMod addons folder, then rename it so that only the number sequence at the end remains, with a &amp;ldquo;ds_&amp;rdquo; prefix added before it:&lt;/p></description></item><item><title>EasyBCD – Easy Boot Configuration</title><link>https://zoliben.com/en/posts/2015-04-21-easybcd-konnyu-boot-beallitasok/</link><pubDate>Tue, 21 Apr 2015 07:46:30 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-04-21-easybcd-konnyu-boot-beallitasok/</guid><description>&lt;p>Because of university, I need a Linux installation as well, but due to the limited RAM in my machine, the virtual machine solution isn&amp;rsquo;t the best. (plus it&amp;rsquo;s good to have something else alongside Windows in case something goes wrong)&lt;/p>
&lt;p>You can struggle a lot with the boot order/menu, which can be done very easily with a program called &lt;a href="https://zoliben.com/img/EasyBCD%25202.2_boot.exe" target="_blank">EasyBCD&lt;/a>.&lt;/p>
&lt;p>The main menu looks like this:&lt;/p>
&lt;img loading="lazy" decoding="async" class=" aligncenter" src="https://zoliben.com/img/411u028E547kG.png" alt="" width="583" height="489" /> 
&lt;p>The current boot settings can be edited under Edit Boot Menu, where you can set which operating system to start by default, as well as configure the order and the timer for how long the menu is available.&lt;/p></description></item><item><title>GTA V Freezing Fix While Aiming</title><link>https://zoliben.com/en/posts/2015-04-20-gta-v-kifagyas-javitas-celzas-kozben/</link><pubDate>Mon, 20 Apr 2015 08:23:51 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-04-20-gta-v-kifagyas-javitas-celzas-kozben/</guid><description>&lt;p>Many people experience the bug in Grand Theft Auto V where the game freezes when they try to shoot out of a vehicle window during a mission.&lt;/p>
&lt;p>Rockstar hasn&amp;rsquo;t been able to fix the bug so far, but there is a temporary workaround:&lt;/p>
&lt;p>&lt;strong>&lt;span style="color: #ff0000;">When you start the mission and get into the car, take out your phone and enter the Snapmatic app (you don&amp;rsquo;t necessarily need to take a picture), then close it and exit the phone. After that, you can shoot without the game freezing. The fix only works until you restart the game!&lt;/span>&lt;/strong>&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>C&amp;C Kane's Wrath Maps</title><link>https://zoliben.com/en/posts/2015-04-17-cc-kanes-wrath-palyak/</link><pubDate>Fri, 17 Apr 2015 08:23:29 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-04-17-cc-kanes-wrath-palyak/</guid><description>&lt;p>Many people may have encountered the problem that if they have C&amp;amp;C Ultimate Collection or Origin version of Kane&amp;rsquo;s Wrath, they cannot install custom maps. The problem can be solved as follows:&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://zoliben.com/wp-content/uploads/2014/11/cnctuc_launchers1.zip" target="_blank">If it&amp;rsquo;s the Origin version, download the fixed C&amp;amp;C launchers&lt;/a> (they fix all games in the Ultimate Collection, but only if they are already installed)&lt;/li>
&lt;li>&lt;a href="https://zoliben.com/wp-content/uploads/2014/11/Command-Conquer-3-Kanes-Wrath-Maps.rar" target="_blank">Optionally download the map pack&lt;/a> (which contains many maps)&lt;/li>
&lt;li>Copy the contents of the Maps folder to:&lt;/li>
&lt;/ul>
&lt;pre>C:\Users\[Username]\appdata\roaming\Command &amp; Conquer 3 Kane's Wrath\Maps
&lt;/pre>
&lt;ul>
&lt;li>Start the game, and if everything went well, you will see the maps.&lt;/li>
&lt;/ul></description></item><item><title>Fixes/Experience</title><link>https://zoliben.com/en/javitasoktapasztalatok/</link><pubDate>Wed, 08 Apr 2015 22:38:04 +0000</pubDate><guid>https://zoliben.com/en/javitasoktapasztalatok/</guid><description>&lt;p>&lt;strong>Games&lt;/strong>&lt;/p>
&lt;hr>
&lt;p>&lt;a href="https://zoliben.com/fallout-3-fix/">Fallout 3 crash fix&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://zoliben.com/garrys-mod-szerver-addonok-letoltese/" target="_blank">Garry’s Mod dedicated server workshop download fix&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://zoliben.com/nvidia-optimus-driver-kifagyasok-javitasa-integralt-es-dedikalt-videokartyaknal/" target="_blank">nVidia Optimus driver crash fix&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://zoliben.com/steam-lassu-letoltes-javitasa-ubuntu-alatt/" target="_blank">Steam download speed fix on Ubuntu&lt;/a>&lt;/p></description></item><item><title>Fallout 3 Fix/Repair</title><link>https://zoliben.com/en/posts/2015-04-08-fallout-3-fix/</link><pubDate>Wed, 08 Apr 2015 22:32:16 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-04-08-fallout-3-fix/</guid><description>&lt;p>I&amp;rsquo;d been thinking about starting Fallout 3 after New Vegas for a while, since that game &lt;a href="https://www.youtube.com/watch?v=pLMA7BPFxOA" target="_blank">really appealed to me&lt;/a>. The only problem I had with it was that it would randomly freeze at irregular intervals, and since I don&amp;rsquo;t save often, it was incredibly frustrating. (plus on my machine, nothing helped except a full system restart)&lt;/p>
&lt;p> &lt;/p>
&lt;p>Thanks to my hardworking friend, this problem of mine was solved, and here I&amp;rsquo;ll describe how to eliminate the issue.&lt;/p></description></item><item><title>TF2 – Surf Server</title><link>https://zoliben.com/en/posts/2015-04-01-tf2-surf-szerver/</link><pubDate>Wed, 01 Apr 2015 10:07:02 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-04-01-tf2-surf-szerver/</guid><description>&lt;p>Back in 2008-2009 I surfed a lot in TF2, and the other day I started a poll on the server to see who would be interested in a surf server. (it&amp;rsquo;s not hosted locally in Hungary, so the ping is a bit higher) The poll ended positively, so here&amp;rsquo;s the server:&lt;/p>
&lt;p>&lt;strong>IP address: 5.45.181.158:27015&lt;/strong>&lt;/p>
&lt;p>The buttons on the maps can be used as follows: you need to bind the +use command to a key, which you can do like this:&lt;/p></description></item><item><title>Linux Commands</title><link>https://zoliben.com/en/posts/2015-03-30-linux-parancsok/</link><pubDate>Mon, 30 Mar 2015 21:43:28 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-03-30-linux-parancsok/</guid><description>&lt;p>Here I just want to collect the more important Linux commands for myself, so I can easily find them later.&lt;/p>
&lt;p>Vi&lt;/p>
&lt;hr>
&lt;p>Delete all lines – :1,$d&lt;/p>
&lt;p> &lt;/p>
&lt;p> &lt;/p>
&lt;p> &lt;/p>
&lt;p>(this post will be continuously updated)&lt;/p>
&lt;p> &lt;/p></description></item><item><title>Observium</title><link>https://zoliben.com/en/posts/2015-03-29-observium/</link><pubDate>Sun, 29 Mar 2015 08:21:11 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-03-29-observium/</guid><description>&lt;p>I was having some issues with my VPS instances (they would sometimes go down), so I looked for a monitoring system that would alert me when a VPS goes offline and also save statistical data. I initially looked at NodeQuery, but the problem with it was that it only updated every 5 minutes, so if a VPS became unavailable for 1-2 minutes, it barely noticed. I checked out other options too, but eventually settled on &lt;a href="http://www.observium.org/" target="_blank">Observium&lt;/a>.&lt;/p></description></item><item><title>Vanilla Forum</title><link>https://zoliben.com/en/posts/2015-03-29-vanilla-forum/</link><pubDate>Sat, 28 Mar 2015 23:49:10 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-03-29-vanilla-forum/</guid><description>&lt;p>This is for those who have installed a Vanilla forum and after a while get the &amp;ldquo;Something went wrong&amp;rdquo; error. The error is caused by Vanilla&amp;rsquo;s caching – Smarty cannot access the cache folders, so it throws an error. It doesn&amp;rsquo;t show up at first, only when Vanilla would start caching.&lt;/p>
&lt;p> &lt;/p>
&lt;p>&lt;strong>The permissions of the cache/Smarty/compile folder need to be set to 777. And everything else in the cache/ folder too. (just to be safe 😉 )&lt;/strong>&lt;/p></description></item><item><title>Energy Performance Certificate in Szentes</title><link>https://zoliben.com/en/posts/2015-03-27-energetikai-tanusitvany-szentesen/</link><pubDate>Fri, 27 Mar 2015 11:47:31 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-03-27-energetikai-tanusitvany-szentesen/</guid><description>&lt;p>&lt;strong>In Europe, 40 percent of all consumed energy is used in buildings,&lt;/strong> which is why the European Union places special emphasis on the energy efficiency of residential buildings and public institutions. The introduction of energy performance certification is mandatory for all member states.&lt;/p>
&lt;p>&lt;strong>Website: &lt;a title="http://tanusitvany-szentes.hu/" href="http://tanusitvany-szentes.hu/" target="_blank">&lt;a href="http://tanusitvany-szentes.hu/">http://tanusitvany-szentes.hu/&lt;/a>&lt;/a>&lt;/strong>&lt;/p>
&lt;p>&lt;strong>Why is this needed?&lt;/strong>&lt;/p>
&lt;p>If you purchase a household appliance or technical device, you can see its energy rating, which informs you about how economical or wasteful the given device is. The same was introduced for properties, so that if someone wants to buy a property, they can have adequate information about how efficient the energy consumption of their chosen property is.&lt;/p></description></item><item><title>Project X – explaining yourself</title><link>https://zoliben.com/en/posts/2015-03-18-project-x-magyarazkodas/</link><pubDate>Wed, 18 Mar 2015 19:22:24 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-03-18-project-x-magyarazkodas/</guid><description>&lt;p>Cinema City once had a program where you had to write an explanatory letter to your parents, imagining yourself in the shoes of the party organizers. Here&amp;rsquo;s mine, with which I won 5 tickets to the premiere: 🙂&lt;/p>
&lt;p> &lt;/p>
&lt;p>&lt;em>„Hi Dad!&lt;/em>&lt;/p>
&lt;div>
 &lt;em>Something I need to tell you. There was a little accident, but don't worry! Remember when I told you I wanted to throw together a little house party for my birthday? Well, I did&amp;#8230;&lt;/em>
&lt;/div>
&lt;div>
 &lt;em>I created a Facebook page for the party, where we discussed with friends who would bring what to the party, and stuff like that. Everything was going fine up to that point, but it seems I forgot to log out of Facebook on one of the computers at school, and some jerk made the event public as a prank. And you know my friends&amp;#8230; they invited all their friends to the event. By the time I noticed, 200 people had already indicated on the page that they'd be at the party. I wrote that the party was cancelled, but they completely ignored it, so I deleted the event and forgot about it.&lt;/em>
&lt;/div>
&lt;div>
 &lt;em>On my birthday, me and my friends got together, had fun, had a good time.&lt;/em>
&lt;/div>
&lt;div>
 &lt;em>Around 9 PM, a few people showed up asking &amp;#8222;is the überparty happening here?&amp;#8221; Believe me, I tried to send them away, but more and more people kept coming, and they cared less and less about what I was saying. When there were about 50 of them, some lunatic yelled out &amp;#8222;LET THE PARTY BEGIN!&amp;#8221; I still can't believe it, but somehow a few speakers appeared, and more drinks than I've ever seen in my life. You know me, you know how responsible I am! I tried to sort this out for a while, I even cut the power, but they had generators, plus they made a deal with the neighbor to give them electricity.&lt;/em>
&lt;/div>
&lt;div>
 &lt;em>Eventually it got to the point where I called the police, two patrol cars came out, but they didn't want to intervene, in fact, they started partying too! (As it turned out later, one of the police officers' kids had invited the entire police station to the party!) By then I really felt that something completely inexplicable was going to come of this. When I went inside the house to think about what I could do, they followed me in, raided the fridge and made themselves at home, but don't worry, they didn't break anything, everything is fine inside the house.&lt;/em>
&lt;/div>
&lt;div>
 &lt;em>Uhh, the car, yes&amp;#8230; Let me explain! So, the music was really loud, which I guess attracted the local criminals. So while I was busy trying to keep order, a few sleazy guys climbed over the fence and tried to steal your car. Right in front of our eyes!!! (today's criminals have no shred of decency!) When I noticed this, I ran out with a few partygoers by my side, holding mom's pepper spray, and I sprayed the jerk sitting at the wheel in the face. Instead of getting out, he floored the gas pedal while blinded, nearly running over 20 people. Fortunately, a song had just ended, so they heard my shout, and nobody got hurt (I hope you're proud of me for keeping my cool!) As the jerk drove off blindly, he was heading straight for the pool, and managed to drive the car right into it. I know, I know, I know, calm down! The car wasn't damaged at all! Good thing there was a tow truck driver at the party, so we quickly pulled the car out of the pool before any water could get inside. Not a single scratch on it! (the jerks were eventually arrested by the two patrols, thank god at least they did something about that)&lt;/em>
&lt;/div>
&lt;div>
 &lt;em>After that I was completely devastated, I tried to call you, but the phones weren't working, at least there was no signal, probably the magnetic field from the speakers was interfering with them. I didn't notice, but some partygoers started barbecuing in the garden, and I guess they couldn't light the charcoal, so they must have poured some flammable liquid on it, thereby setting fire to the charcoal and the tree next to it. I immediately called the fire department when I saw this, but by the time they arrived, the fire had already spread to the house. The sirens scared the partygoers, so they scattered in moments, leaving nothing behind but trash. The fire was quickly put out, although the roof isn't quite the same anymore. No worries, I looked into it, the insurance will pay for it, besides, I heard you and mom talking about needing to renovate the house because the termites had eaten through the beams.&lt;/em>
&lt;/div>
&lt;div>
 &lt;em>The rest of the party mess, me and my friends have already cleaned up, everything is fine! I know it sounds unbelievable, but believe me, I really didn't want this! Next time I'll plan the party much more carefully, and not at home.&lt;/em>
&lt;/div>
&lt;div>
 &lt;em>It's incredible how irresponsible some people can be&amp;#8230;&amp;#8221;&lt;/em>
&lt;/div>
&lt;p> &lt;/p></description></item><item><title/><link>https://zoliben.com/en/posts/2015-03-10-/</link><pubDate>Tue, 10 Mar 2015 00:00:00 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-03-10-/</guid><description>&lt;p>&lt;a href="https://zoliben.com/forum">&lt;img loading="lazy" decoding="async" class="alignnone" src="https://zoliben.com/img/027p3u9R028yX.png" alt="" width="109" height="118" />&lt;/a>&lt;/p></description></item><item><title>WoT on Weekends</title><link>https://zoliben.com/en/posts/2015-03-08-wot-hetvegente/</link><pubDate>Sun, 08 Mar 2015 19:36:36 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-03-08-wot-hetvegente/</guid><description>&lt;p>On Saturday I played ~30 battles, of which I won about 5, got 3 top guns, and 7 high calibers. Weekend -&amp;gt; tomatoes on the server -&amp;gt; searching for a solution -&amp;gt; join a platoon -&amp;gt; switch off brain -&amp;gt; profit&lt;/p>
&lt;center>
&lt;/center></description></item><item><title>HLSTATX:CE on the Dusty Mice Purgatory &amp; thoughts</title><link>https://zoliben.com/en/posts/2015-03-02-hlstatxce-a-porosodo-pockok-purgatoriuman-gondolatok/</link><pubDate>Mon, 02 Mar 2015 16:45:54 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-03-02-hlstatxce-a-porosodo-pockok-purgatoriuman-gondolatok/</guid><description>&lt;p>I&amp;rsquo;m happy to announce that I finally managed to install the HLstatX Community Edition plugin on my Dusty Mice Purgatory (tf2) server, which allows tracking people&amp;rsquo;s statistics. The statistics can be accessed in-game, or here on my website. You can find the link &lt;a title="HERE" href="https://zoliben.com/stats/hlstats.php" target="_blank">HERE&lt;/a>, as well as on the right side of the website next to the server IP address.&lt;/p>
&lt;p> &lt;/p>
&lt;p>The other thing I want to talk about (for quite a while now) is the problem with players who are „too good” at this game. Don&amp;rsquo;t laugh at this, of course they have every right to be good if they&amp;rsquo;ve played x thousand hours. The problems start when these people take themselves way too seriously on a casual fooling-around orange server, and completely humiliate casual players (who usually have at most 1-200 hours).&lt;/p></description></item><item><title>VPS Switch</title><link>https://zoliben.com/en/posts/2015-02-23-vps-csere/</link><pubDate>Mon, 23 Feb 2015 20:17:19 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-02-23-vps-csere/</guid><description>&lt;p>I previously wrote a post about mikrovps.eu, concluding that it&amp;rsquo;s a very good host. Unfortunately, everything changes over time, and this was true here as well. I don&amp;rsquo;t know the background, I can only guess. I assume the owner took advantage of OpenVZ&amp;rsquo;s characteristics, and oversold the number of VPS instances on a node to the point where it became unstable, and my TF2 server on it was constantly lagging. I reported this to the operator, and they supposedly moved me to another node, but the problem persisted there too, so I decided to try the szerverplex.hu KVM package. Everything worked right away, setting up the system was simple, you can install pretty much anything on it, and I get unlimited data transfer (supposedly) on 100 mbit. I also set up the TF2 server today, and so far the feedback is that it&amp;rsquo;s perfect, no lag at all.&lt;/p></description></item><item><title>WoT Hellcat Stronghold Tactic</title><link>https://zoliben.com/en/posts/2015-02-06-wot-hellcat-stronghold-taktika/</link><pubDate>Fri, 06 Feb 2015 21:38:01 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-02-06-wot-hellcat-stronghold-taktika/</guid><description>&lt;p>One of our older stronghold battles, where I carried the game with a T37. The lesson is: never give up in a game 😉&lt;/p></description></item><item><title>ETR vs. Neptun</title><link>https://zoliben.com/en/posts/2015-01-27-etr-vs-neptun/</link><pubDate>Tue, 27 Jan 2015 05:33:14 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-01-27-etr-vs-neptun/</guid><description>&lt;p>Today I had a rather pleasant surprise. The ETR system didn&amp;rsquo;t crash at SZTE! Over the past two years it crashed every time, but this year it didn&amp;rsquo;t! That&amp;rsquo;s quite a good result considering that Neptun always crashes. I&amp;rsquo;m glad they managed to develop a system that doesn&amp;rsquo;t buckle under the task it was designed for. Sincere congratulations to the developers 🙂&lt;/p></description></item><item><title>Soviet Tanks Are OP</title><link>https://zoliben.com/en/posts/2015-01-24-soviet-tanks-are-op/</link><pubDate>Sat, 24 Jan 2015 07:38:53 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-01-24-soviet-tanks-are-op/</guid><description>&lt;center>
&lt;/center></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>Useful Programs</title><link>https://zoliben.com/en/hasznos-programok/</link><pubDate>Tue, 30 Dec 2014 00:05:35 +0000</pubDate><guid>https://zoliben.com/en/hasznos-programok/</guid><description>&lt;p>&lt;a href="https://zoliben.com/chevolume-avagy-barmilyen-zenet-barmilyen-eszkozon/" target="_blank">CheVolume (any music on any device)&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://zoliben.com/easybcd-konnyu-boot-beallitasok/" target="_blank">EasyBCD (easy boot menu editing)&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://zoliben.com/mohaa-dedikalt-szerver-ubuntu-12-04-en/" target="_blank">Medal of Honor Allied Assault (with add-ons and fixes for Windows 8.1 too)&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://zoliben.com/sharex-a-mindenes/" target="_blank">ShareX (image and file sharing)&lt;/a>&lt;/p>
&lt;p> &lt;/p></description></item><item><title>Another VPS in My Possession</title><link>https://zoliben.com/en/posts/2014-12-30-ujabb-vps-a-birtokomban/</link><pubDate>Mon, 29 Dec 2014 23:03:05 +0000</pubDate><guid>https://zoliben.com/en/posts/2014-12-30-ujabb-vps-a-birtokomban/</guid><description>&lt;p>Today I came across an interesting package from the provider MyRSK, first on lowendtalk, which I only glanced at, then my friend linked it to me and pointed out certain details. I didn&amp;rsquo;t hesitate any longer, I&amp;rsquo;d been looking for a decent VPS with relatively lots of RAM and no monthly payment, so I ordered the package, which has the following specs:&lt;/p>
&lt;ul>
&lt;li>2 shared CPU cores&lt;/li>
&lt;li>200 GB HDD&lt;/li>
&lt;li>2 TB monthly data transfer&lt;/li>
&lt;li>2 GB RAM&lt;/li>
&lt;/ul>
&lt;p>I ran a quick benchmark on it, here are the results:&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>Black Christmas</title><link>https://zoliben.com/en/posts/2014-12-28-fekete-karacsony/</link><pubDate>Sun, 28 Dec 2014 08:41:59 +0000</pubDate><guid>https://zoliben.com/en/posts/2014-12-28-fekete-karacsony/</guid><description>&lt;p>At 21 years old, I wouldn&amp;rsquo;t call myself old, but I&amp;rsquo;m increasingly saddened by the fact that in recent years we haven&amp;rsquo;t had a white Christmas at all. In the past, there was huge snow at Christmas, we spent the whole day out in the garden while Little Jesus brought the tree and the presents. Nowadays there&amp;rsquo;s no snow, and even Little Jesus needs help.&lt;/p>
&lt;p>It is interesting though, that a week ago there were spring thunderstorms across the country, with massive lightning, then spring-like weather on December 22nd, spiced up with ten-something degrees, sunshine and blue skies. It seems that winter is becoming more erratic and shifting. It was interesting to see snowfall on March 15th, which as far as I can remember never happened before.&lt;/p></description></item><item><title>T-Home (or Telekom or T-Online or whatever)</title><link>https://zoliben.com/en/posts/2014-12-18-t-home-vagy-telekom-vagy-t-online-vagy-akarmi/</link><pubDate>Thu, 18 Dec 2014 12:17:41 +0000</pubDate><guid>https://zoliben.com/en/posts/2014-12-18-t-home-vagy-telekom-vagy-t-online-vagy-akarmi/</guid><description>&lt;p>I&amp;rsquo;ve been with this company for quite a few years now, and I haven&amp;rsquo;t experienced much good from them. Well, to be honest, in the last two months their internet has been quite normal, but before that it was absolutely terrible. Around August I wanted to change my package, which took them about 3 months to sort out. Before that though, the line quality was scandalous, it dropped the internet every minute, the other residents in the building didn&amp;rsquo;t have IPTV, and the customer service guy was outrageous. I called 1412, and after about an hour of waiting, they took my fault report. The next day the service technician called, saying he was checking my router here, but he thought it was bad because it was „misconfigured” By this he meant that I had forwarded about 15 ports on the router&amp;rsquo;s graphical interface towards the internet. Never mind, it&amp;rsquo;s my fault for wanting to use the router as intended, so I reset it. (naturally it didn&amp;rsquo;t work) After that, I got the advice to connect another router after it, and then connect my PC to that. What nonsense! But the funny thing is, it worked. (the internet dropping every half minute stopped) Two years prior, of course, they said you shouldn&amp;rsquo;t connect a router after it, because it could damage the Telekom box.&lt;/p></description></item><item><title>MOHAA Dedicated Server on Ubuntu 12.04</title><link>https://zoliben.com/en/posts/2014-12-14-mohaa-dedikalt-szerver-ubuntu-12-04-en/</link><pubDate>Sun, 14 Dec 2014 10:02:47 +0000</pubDate><guid>https://zoliben.com/en/posts/2014-12-14-mohaa-dedikalt-szerver-ubuntu-12-04-en/</guid><description>&lt;p>Back in the day I played Medal of Honor Allied Assault a lot, I think it&amp;rsquo;s the best game in the series and my personal favorite. Yesterday I somehow felt like picking the game up again, but I ran into several issues. For one, I don&amp;rsquo;t have a DVD drive in my PC, I somehow managed to tear off the CD keys from my Warchest collection, plus with GameSpy shutting down, it wasn&amp;rsquo;t really possible to find servers. After a bit of searching online, I found the modded version of MOHAA (plus Breakthrough and Spearhead), where they replace the GameSpy server browser, add FullHD resolution support and whatnot. (plus it runs perfectly on win 8.1 64 bit) The download from their server was pretty slow, so I uploaded it here as a mirror, which you can download from the &lt;a title="Downloads" href="https://zoliben.com/letoltesek/" target="_blank">Downloads&lt;/a> page, or from &lt;a title="here" href="https://zoliben.com/egyeb/MOH_REVIVAL.exe" target="_blank">here&lt;/a>.&lt;/p></description></item><item><title>iPad Air restoration</title><link>https://zoliben.com/en/posts/2014-12-04-/</link><pubDate>Thu, 04 Dec 2014 00:00:00 +0000</pubDate><guid>https://zoliben.com/en/posts/2014-12-04-/</guid><description>&lt;p>A few months ago I was foolish enough to update my Air to 8.1, despite having a perfectly set up 7.1.2 jailbroken with all my favorite tweaks installed. I could tolerate 8.1 up until now, so I decided to downgrade back to 7.1.2.&lt;/p>
&lt;p> &lt;/p>
&lt;p>Here&amp;rsquo;s the guide on how to do it:&lt;/p>
&lt;p>If your iPad is not jailbroken:&lt;/p>
&lt;p> &lt;/p>
&lt;p>Step 1: Download the iOS version matching your iPad version from the downloads page.&lt;/p></description></item><item><title>How to ram with Hellcat</title><link>https://zoliben.com/en/posts/2014-12-03-how-to-ram-with-hellcat/</link><pubDate>Tue, 02 Dec 2014 23:27:44 +0000</pubDate><guid>https://zoliben.com/en/posts/2014-12-03-how-to-ram-with-hellcat/</guid><description>&lt;p>These are the moments that make playing worth it.&lt;/p>
&lt;p>[videojs mp4=”http://uk.zoliben.com/videok/marcipls.mp4″ poster=”https://zoliben.com/wp-content/uploads/2014/12/2014-12-03_00-24-13-e1417562774409.png” width=”720″ height=”480″]&lt;/p></description></item><item><title>World of Tanks – IS3</title><link>https://zoliben.com/en/posts/2014-12-02-world-of-tanks-is3/</link><pubDate>Tue, 02 Dec 2014 17:54:12 +0000</pubDate><guid>https://zoliben.com/en/posts/2014-12-02-world-of-tanks-is3/</guid><description>&lt;p>Now that I&amp;rsquo;ve finally managed to buy the IS-8 and realized that its armor is made of paper, here&amp;rsquo;s an IS3 match where I managed to rack up 3.3k dmg.&lt;/p>
&lt;p> &lt;/p>
&lt;p>[videojs mp4=”http://uk.zoliben.com/videok/wot_6.mp4″ poster=”https://zoliben.com/img/wot_lourd_T8_IS-3.jpg” width=”720″ height=”480″]&lt;/p></description></item><item><title>World of Tanks – Hellcat</title><link>https://zoliben.com/en/posts/2014-12-01-world-of-tanks-hellcat/</link><pubDate>Mon, 01 Dec 2014 13:00:56 +0000</pubDate><guid>https://zoliben.com/en/posts/2014-12-01-world-of-tanks-hellcat/</guid><description>&lt;p>Well, I finally reached 100% crew training on the Hellcat, and to celebrate, I converted one of my matches where I managed to ram an enemy with my Hellcat. This TD is a fantastic tank 🙂&lt;/p>
&lt;p> &lt;/p>
&lt;p>[videojs mp4=”http://uk.zoliben.com/videok/wot_5.mp4″ poster=”https://zoliben.com/img/wot_5.mp4_-_VLC_mdialejtsz_2014-12-01_14-00-43.png” width=”720″ height=”480″]&lt;/p></description></item><item><title>ShareX – the all-rounder</title><link>https://zoliben.com/en/posts/2014-12-01-sharex-a-mindenes/</link><pubDate>Mon, 01 Dec 2014 08:04:49 +0000</pubDate><guid>https://zoliben.com/en/posts/2014-12-01-sharex-a-mindenes/</guid><description>&lt;p>I used to use Dropbox because I really liked its screenshot feature (it uploads the image to Dropbox right away and copies the link to the clipboard), but what was a bit annoying was that it couldn&amp;rsquo;t do this with other files — those had to be manually copied to its folder, you had to wait for them to upload, then copy the link. I searched for a good while before I found the solution: &lt;a href="https://getsharex.com/" target="_blank">ShareX&lt;/a>. All I can say about this program is that it&amp;rsquo;s perfect. Want to upload an image? No problem. Full screen, region, window, it handles anything. You can upload files any way you want — from clipboard, from selection, from anything. But the best thing about it is that you can set where you want to upload to. It has everything, from FTP to Dropbox to Google Drive, and many more.&lt;/p></description></item><item><title>World of Tanks matchmaking</title><link>https://zoliben.com/en/posts/2014-11-29-world-of-tanks-matchmaking/</link><pubDate>Fri, 28 Nov 2014 23:28:58 +0000</pubDate><guid>https://zoliben.com/en/posts/2014-11-29-world-of-tanks-matchmaking/</guid><description>&lt;p>Well, I have to admit that I&amp;rsquo;ve been playing a game called World of Tanks for a while now. 15 days ago I decided to invest in a month of premium, but to be honest, the matchmaking (player selection per match) in this game is quite disappointing. It happens very often that I get paired with completely new or very weak players, even though the enemy team has several players with a 50% or higher win rate (meaning they know what they&amp;rsquo;re doing). It&amp;rsquo;s incredibly frustrating when my team bleeds out within a few minutes while I&amp;rsquo;m left there having dealt 1-2-3 thousand damage, but there are simply so many enemies that I can&amp;rsquo;t handle them all. My friend even wrote them a support ticket explaining his concerns about the matchmaking, but the kind WOT developers stated that they intentionally made the matchmaking this way. Great.&lt;/p></description></item><item><title>SourceMod finally</title><link>https://zoliben.com/en/posts/2014-11-21-sourcemod-vegre/</link><pubDate>Fri, 21 Nov 2014 20:55:10 +0000</pubDate><guid>https://zoliben.com/en/posts/2014-11-21-sourcemod-vegre/</guid><description>&lt;p>I finally found the solution to the SourceMod bug that was driving me crazy. Around August, an update came out for TF2 servers that broke the then-current SourceMod, and you couldn&amp;rsquo;t start the server because it kept throwing a segmentation fault error. Today I finally managed to find a combination of MetaMod and SourceMod that makes the server run normally. I&amp;rsquo;ve uploaded these to the Downloads page in case anyone needs them. Hallelujah.&lt;/p></description></item><item><title>MikroVPS experience</title><link>https://zoliben.com/en/posts/2014-11-20-mikrovps-tapasztalat/</link><pubDate>Thu, 20 Nov 2014 00:45:11 +0000</pubDate><guid>https://zoliben.com/en/posts/2014-11-20-mikrovps-tapasztalat/</guid><description>&lt;p>I&amp;rsquo;ve tried many VPS and dedicated servers worldwide (mainly in Europe and the USA) and was mostly satisfied with them. Naturally, I had some bad experiences, but you learn from your own mistakes. Currently I have VPS instances with most of the major &amp;ldquo;LowEnd&amp;rdquo; providers, but my issue with them was always that they weren&amp;rsquo;t close enough to me, meaning my ping to them was worse than if they were in Hungary.&lt;/p></description></item><item><title>Disqus comment system</title><link>https://zoliben.com/en/posts/2014-11-20-disqus-komment-rendszer/</link><pubDate>Thu, 20 Nov 2014 00:05:53 +0000</pubDate><guid>https://zoliben.com/en/posts/2014-11-20-disqus-komment-rendszer/</guid><description>&lt;p>I installed the Disqus comment system on the blog, as I find it more transparent than WP&amp;rsquo;s built-in system, plus it&amp;rsquo;s much more widely used. I know there hasn&amp;rsquo;t been a single comment on the website yet, but you have to prepare for the future 😉&lt;/p></description></item><item><title>YouTube 60 FPS and the Sony Vegas case</title><link>https://zoliben.com/en/posts/2014-11-17-youtube-60-fps-es-a-sony-vegas-esete/</link><pubDate>Sun, 16 Nov 2014 23:21:55 +0000</pubDate><guid>https://zoliben.com/en/posts/2014-11-17-youtube-60-fps-es-a-sony-vegas-esete/</guid><description>&lt;p>I had already been rendering my last few videos in 60 FPS, since I was preparing for the YouTube 60 FPS playback that had already been introduced. Today I managed to edit &lt;a title="My video" href="http://youtu.be/Psz_L4DV8Mo" target="_blank">one of my videos&lt;/a>, rendered it using the previous settings, and uploaded it to YouTube. It was processed, but unfortunately the 60 FPS playback option just wouldn&amp;rsquo;t appear. I looked into it and it turned out that Vegas rendered it in 30 FPS instead of 60, because the render profile had the setting that the source could also determine the FPS. That was a big mistake, but whatever, this video of mine will stay like this now 🙁&lt;/p></description></item><item><title>The downloads</title><link>https://zoliben.com/en/posts/2014-11-16-a-letoltesek/</link><pubDate>Sun, 16 Nov 2014 00:15:01 +0000</pubDate><guid>https://zoliben.com/en/posts/2014-11-16-a-letoltesek/</guid><description>&lt;p>Well, I&amp;rsquo;ve been wanting to do this for a long time, but I finally got around to it. Alongside my personal cloud (ownCloud installation), I always wanted a small mirror server where I could save patches, Hungarian localizations, or other files that are important to me, so that they&amp;rsquo;d be accessible to others as well. You can access the downloads by clicking the &amp;ldquo;Downloads&amp;rdquo; link in the left sidebar.&lt;/p>
&lt;p>If you have any requests or suggestions, or if you&amp;rsquo;d like to see a patch from some foreign site that limits download speed, or is just hard to find, let me know in the comments and I&amp;rsquo;ll try to upload it.&lt;/p></description></item><item><title>Downloads</title><link>https://zoliben.com/en/letoltesek/</link><pubDate>Sat, 15 Nov 2014 23:58:36 +0000</pubDate><guid>https://zoliben.com/en/letoltesek/</guid><description>&lt;p>&lt;strong>Here I upload patches, localizations and other files that I want to keep, or provide a quick download option for myself and anyone else.&lt;/strong>&lt;/p>
&lt;p style="text-align: center;">
 &lt;em>&lt;strong>Programs&lt;/strong>&lt;/em>
&lt;/p>
&lt;hr>
&lt;p style="text-align: center;">
 &lt;em>&lt;strong>Games&lt;/strong>&lt;/em>
&lt;/p>
&lt;hr>
&lt;p>&lt;strong>Medal of Honor Allied Assault&lt;/strong>&lt;/p>
&lt;hr>
&lt;p>&lt;a href="https://mega.nz/#!aYQXWb4L" title="MoH Revival">MoH Revival&lt;/a>&lt;/p>
&lt;p> &lt;/p>
&lt;hr>
&lt;p>&lt;strong>Red Alert 2&lt;/strong>&lt;/p>
&lt;hr>
&lt;p>&lt;a href="https://zoliben.com/hosted/wsock32.zip">Lanfix DLL&lt;/a>&lt;/p>
&lt;hr>
&lt;p>&lt;strong>Supreme Commander Forged Alliance&lt;/strong>&lt;/p>
&lt;hr>
&lt;p>&lt;a href="https://zoliben.com/wp-content/uploads/2016/08/CoreMaximizer1.03.zip">Core Maximizer&lt;/a>&lt;/p>
&lt;p> &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><item><title>Linux Server/VPS Notes</title><link>https://zoliben.com/en/linux-szervergepvps-szosszenetek/</link><pubDate>Thu, 13 Nov 2014 19:07:42 +0000</pubDate><guid>https://zoliben.com/en/linux-szervergepvps-szosszenetek/</guid><description>&lt;p>&lt;strong>A collection of guides about Linux server management&lt;/strong>&lt;/p>
&lt;hr>
&lt;p> &lt;/p>
&lt;p>&lt;a href="https://zoliben.com/btsync-telepitese-ubuntu-szerverre/" target="_blank" rel="noopener">Installing BTsync server on Ubuntu server&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://zoliben.com/call-of-duty-united-offensive-linux-szerver-es-mas-finomsagok/" target="_blank" rel="noopener">Call of Duty: United Offensive dedicated server on Linux, plus other goodies&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://zoliben.com/java-telepitese-ubuntura/" target="_blank" rel="noopener">Installing Java on Ubuntu server&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://zoliben.com/linux-parancsok/" target="_blank" rel="noopener">Linux commands&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://zoliben.com/mohaa-dedikalt-szerver-ubuntu-12-04-en/" title="Plus MOHAA installer">Installing MOHAA server on Ubuntu server&lt;/a>&lt;/p>
&lt;p>&lt;a title="OpenVPN szerver" href="https://zoliben.com/?p=22" target="_blank" rel="noopener">Installing OpenVPN server on Ubuntu server&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://zoliben.com/plex-mediaszerver-telepitese-ubuntu-szerverre/" target="_blank" rel="noopener">Installing Plex media server on Ubuntu server&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://zoliben.com/qbittorrent-telepitese-ubuntu-ra/" target="_blank" rel="noopener">Installing qBittorrent on Ubuntu server/desktop&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://zoliben.com/squid-proxy-telepitese-ubuntu-szerverre/" target="_blank" rel="noopener">Installing Squid proxy on Ubuntu server&lt;/a>&lt;/p>
&lt;p>&lt;a href="https://zoliben.com/teljes-webszerver-telepitese-nginx-mysql-php5-phpmyadmin/" target="_blank" rel="noopener">Full web server installation (nginx, mysql, php7, HTTP2, phpmyadmin, SSL)&lt;/a>&lt;/p></description></item><item><title>Upcoming Black Friday</title><link>https://zoliben.com/en/posts/2014-11-13-kozelgo-fekete-pentek/</link><pubDate>Thu, 13 Nov 2014 19:02:06 +0000</pubDate><guid>https://zoliben.com/en/posts/2014-11-13-kozelgo-fekete-pentek/</guid><description>&lt;p>I know, I know, this isn&amp;rsquo;t a Hungarian holiday and it should be condemned anyway, but if you happen to be looking for a server, or perhaps a VPS, then it&amp;rsquo;s worth browsing &lt;a title="Lowendbox" href="http://lowendbox.com" target="_blank">Lowendbox&lt;/a> between November 23-29, as many providers offer significant discounts on their already low prices.&lt;/p>
&lt;p>You&amp;rsquo;ve been warned.&lt;/p></description></item><item><title>My blog</title><link>https://zoliben.com/en/posts/2014-11-11-a-blogom/</link><pubDate>Tue, 11 Nov 2014 09:45:48 +0000</pubDate><guid>https://zoliben.com/en/posts/2014-11-11-a-blogom/</guid><description>&lt;p>Hi there!&lt;/p>
&lt;p>I&amp;rsquo;ve been thinking about starting a personal blog for a long time. Naturally, I won&amp;rsquo;t be discussing my life here, but rather putting together short pieces on various topics.&lt;/p>
&lt;p>By this I mean IT-related and biological brainstorming, as well as &lt;a href="https://www.youtube.com/watch?v=1Npo0cmp-VY">&lt;del>political commentary&lt;/del>&lt;/a>. And some occasional silliness, of course. On the website, among other things, you can (will be able to) find the contact information for the services running on my servers, such as game servers, TeamSpeak server, cloud storage, etc.&lt;/p></description></item><item><title>Speak</title><link>https://zoliben.com/en/posts/2014-07-21-speak/</link><pubDate>Mon, 21 Jul 2014 17:05:27 +0000</pubDate><guid>https://zoliben.com/en/posts/2014-07-21-speak/</guid><description>&lt;p>&lt;strong>Speak!&lt;/strong>&lt;/p>
&lt;center>
 &lt;video controls loop="loop" style="max-width:100%;height:auto;">&lt;source src="https://zoliben.com/hosted/speak.mp4" type="video/mp4" />&lt;/video>
&lt;/center></description></item></channel></rss>