<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Linux on ZoliBen Csupra(Kabra)</title><link>https://zoliben.com/en/tags/linux/</link><description>Recent content in Linux on ZoliBen Csupra(Kabra)</description><generator>Hugo</generator><language>en</language><lastBuildDate>Thu, 13 Dec 2018 20:14:47 +0000</lastBuildDate><atom:link href="https://zoliben.com/en/tags/linux/index.xml" rel="self" type="application/rss+xml"/><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>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>Installing Squid Proxy on Ubuntu Server</title><link>https://zoliben.com/en/posts/2016-02-09-squid-proxy-telepitese-ubuntu-szerverre/</link><pubDate>Tue, 09 Feb 2016 19:10:16 +0000</pubDate><guid>https://zoliben.com/en/posts/2016-02-09-squid-proxy-telepitese-ubuntu-szerverre/</guid><description>&lt;p>First, let&amp;rsquo;s update the repositories:&lt;/p>
&lt;pre>apt-get update&lt;/pre>
&lt;p>Then install the proxy software and the associated password generator:&lt;/p>
&lt;pre>apt-get install squid apache2-utils&lt;/pre>
&lt;p>Once that&amp;rsquo;s done, let&amp;rsquo;s create an empty configuration file:&lt;/p>
&lt;pre>rm -rf /etc/squid/squid.conf
touch /etc/squid/squid.conf
chown proxy /etc/squid/squid.conf&lt;/pre>
&lt;p>Then create the password file:&lt;/p>
&lt;pre>touch /etc/squid/squid_passwd&lt;/pre>
&lt;p>Then grant permissions to the proxy:&lt;/p>
&lt;pre>chown proxy /etc/squid/squid_passwd&lt;/pre>
&lt;p>Start editing the configuration file:&lt;/p>
&lt;pre>nano /etc/squid/squid.conf&lt;/pre>
&lt;p>and add the following lines (for http_port, specify the port you want to connect to the proxy on):&lt;/p></description></item><item><title>Call of Duty: United Offensive Linux Server and Other Goodies</title><link>https://zoliben.com/en/posts/2015-11-15-call-of-duty-united-offensive-linux-szerver-es-mas-finomsagok/</link><pubDate>Sun, 15 Nov 2015 14:17:47 +0000</pubDate><guid>https://zoliben.com/en/posts/2015-11-15-call-of-duty-united-offensive-linux-szerver-es-mas-finomsagok/</guid><description>&lt;p>I&amp;rsquo;ve been planning for a long time to write a guide about one of my favorite games, Call of Duty United Offensive. For me, this was the best game back in the day alongside MoHAA, because IT HAD TANKS!&lt;/p>
&lt;p>We played the hell out of it on Kursk, Carentan, Fox, and the Bas maps.&lt;/p>
&lt;p>I feel like because of all the fun I had, I owe it to the game to not let it disappear into obscurity, so below I&amp;rsquo;ll describe how to set up a Linux dedicated server, how to configure 1920x1080p resolution, which ports need to be opened, and maybe I&amp;rsquo;ll even have time to cover mods.&lt;/p></description></item><item><title>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>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>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>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>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></channel></rss>