<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Uncategorized</title>
	<atom:link href="https://www.project34.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.project34.net</link>
	<description></description>
	<lastBuildDate>Wed, 25 Feb 2026 08:04:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>New Debian installation</title>
		<link>https://www.project34.net/2026/02/24/new-debian-installation/</link>
		
		<dc:creator><![CDATA[Maikel]]></dc:creator>
		<pubDate>Tue, 24 Feb 2026 19:48:44 +0000</pubDate>
				<category><![CDATA[OS]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.project34.net/?p=680</guid>

					<description><![CDATA[Once in a while i switch from Windows to Linux (Debian mainly) and back again. Why? Mainly because I fucked my installation from Debian again and want the easy way out or the mess Windows has become has become anoying and i want to switch back to Linux. But i alway forget a list of&#8230;]]></description>
										<content:encoded><![CDATA[
<p>Once in a while i switch from Windows to Linux (Debian mainly) and back again. Why? Mainly because I fucked my installation from Debian again and want the easy way out or the mess Windows has become has become anoying and i want to switch back to Linux.</p>



<p>But i alway forget a list of applications i default back to when i switch back to Debian, so here&#8217;s a list of stuff i install or configure (some applications i also use in windows) :</p>



<ul class="wp-block-list">
<li>Dash to Panel</li>



<li>gir1.2-gmenu-3.0 (or what ever version you need, you need this for arcmenu)</li>



<li>Extension manager</li>



<li>arcmenu</li>



<li>tilix</li>



<li>Steam (from steampowered, not the debian package)</li>



<li>Bambu Lab Studio</li>



<li>Discord</li>



<li>whatpulse
<ul class="wp-block-list">
<li>pcap <a href="https://github.com/whatpulse/linux-external-pcap-service" data-type="link" data-id="https://github.com/whatpulse/linux-external-pcap-service">https://github.com/whatpulse/linux-external-pcap-service</a></li>
</ul>
</li>



<li>Solaar</li>



<li>AppimageLauncher <a href="https://assassinate-you.net//tags/appimagelauncher/" data-type="link" data-id="https://assassinate-you.net//tags/appimagelauncher/">https://assassinate-you.net//tags/appimagelauncher/</a></li>



<li>AppIndicator and KStatusNotifierItem Support (Yes that&#8217;s the complete name)</li>



<li>git-all</li>



<li>filezilla</li>
</ul>



<p><strong>Adding my account to sudoer lis</strong>t</p>



<ul class="wp-block-list">
<li>Start terminal</li>



<li>Do &#8220;su -&#8220;</li>



<li>&#8220;adduser username sudo&#8221; (replace username by my account)</li>



<li>&#8220;chmod 0440 /etc/sudoers&#8221; </li>



<li>&#8220;usermod -aG sudo username&#8221;</li>



<li>&#8220;nano /etc/sudoers&#8221;
<ul class="wp-block-list">
<li>Beneath &#8220;<em>root ALL=(ALL:ALL) ALL</em>&#8221; add:</li>



<li>&#8220;username ALL=(ALL:ALL) ALL&#8221;</li>
</ul>
</li>



<li>Now start a new terminal and you should be able to do &#8220;sudo what ever&#8221; </li>
</ul>



<p><strong>Adding Visual Studio Code</strong></p>



<ul class="wp-block-list">
<li>Go to: <a href="https://code.visualstudio.com/docs/setup/linux#_install-vs-code-on-linux" data-type="link" data-id="https://code.visualstudio.com/docs/setup/linux">https://code.visualstudio.com/docs/setup/linux</a></li>



<li>Select the option at number 3, copy the line at number 1 and start a terminal window</li>



<li>Paste the info you just copied and press enter. Because the line wants to add a GPG key signed by microsoft to your repository you have to enter your password to approve.</li>



<li>Now enter the following command: &#8220;sudo nano /etc/apt/sources.list.d/vscode.sources&#8221; and enter the info under 3.2 and save the file (ctrl_+x &#8211; Y &#8211; Enter)</li>



<li>And execute everything under step 3.3</li>
</ul>



<p>After that Visual Studio Code is installed.</p>



<p><strong>Installation NVIDIA drivers:</strong></p>



<pre class="wp-block-preformatted has-small-font-size">$ wget https://developer.download.nvidia.com/compute/cuda/repos/debian13/x86_64/cuda-keyring_1.1-1_all.deb<br>$ sudo dpkg -i cuda-keyring_1.1-1_all.deb<br>$ sudo apt-get update<br>$ sudo apt-get -y install cuda-drivers<br>From: <a href="https://www.reddit.com/r/debian/comments/1jyzgrx/the_correct_way_to_install_newer_nvidia_drivers/" data-type="link" data-id="https://www.reddit.com/r/debian/comments/1jyzgrx/the_correct_way_to_install_newer_nvidia_drivers/">https://www.reddit.com/r/debian/comments/1jyzgrx/the_correct_way_to_install_newer_nvidia_drivers/</a></pre>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>TP-Link AC1300 MU-MIMO USB Adapter on Linux</title>
		<link>https://www.project34.net/2025/06/01/tp-link-ac1300-mu-mimo-usb-adapter-on-linux/</link>
		
		<dc:creator><![CDATA[Maikel]]></dc:creator>
		<pubDate>Sun, 01 Jun 2025 13:20:01 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.project34.net/?p=543</guid>

					<description><![CDATA[A while back the laptop i&#8217;m using was placed in a chair with the Wifi USB dongle still in it. It was a dongle of about 5 cm so the dongle was bend. It still makes contact, but wasn&#8217;t really reliable. Today i bought a new mini digle. It sticks out for about one cm,&#8230;]]></description>
										<content:encoded><![CDATA[
<p>A while back the laptop i&#8217;m using was placed in a chair with the Wifi USB dongle still in it. It was a dongle of about 5 cm so the dongle was bend. It still makes contact, but wasn&#8217;t really reliable.</p>



<p>Today i bought a new mini digle. It sticks out for about one cm, so the change it will be broken is a bit smaller then the original. </p>



<p>Unfortunately the driver isn&#8217;t included in the kernel. Long live google! I came across a <a href="https://community.tp-link.com/en/home/forum/topic/248212" data-type="link" data-id="https://community.tp-link.com/en/home/forum/topic/248212">post</a> that linked to  another <a href="https://community.tp-link.com/en/home/forum/topic/208022">page</a> with the solution that worked for me. To make sure the solution can still be found i post the steps here:</p>



<p> </p>


<div class="wp-block-syntaxhighlighter-code "><pre class="brush: bash; title: ; notranslate">
git clone https://github.com/cilynx/rtl88x2bu.git
cd rtl88x2bu
VER=$(sed -n &#039;s/\PACKAGE_VERSION=&quot;\(.*\)&quot;/\1/p&#039; dkms.conf)
sudo rsync -rvhP ./ /usr/src/rtl88x2bu-${VER}
sudo dkms add -m rtl88x2bu -v ${VER}
sudo dkms build -m rtl88x2bu -v ${VER}
sudo dkms install -m rtl88x2bu -v ${VER}
sudo modprobe 88x2bu
</pre></div>


<p>Thanks to <a href="https://community.tp-link.com/en/home/uc/info/914988" data-type="link" data-id="https://community.tp-link.com/en/home/uc/info/914988">MonkeyDLuffy</a> for the solution!</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Top 2000 of 2023</title>
		<link>https://www.project34.net/2023/05/16/top-2000-of-2023/</link>
		
		<dc:creator><![CDATA[Maikel]]></dc:creator>
		<pubDate>Tue, 16 May 2023 11:40:35 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://www.project34.net/?p=271</guid>

					<description><![CDATA[Since end 1999 every year a radio station and tv channel create a top 2000 based on viewers/listeners top 20 list. Every year i participate in it, but every year i start with my list when the site is open for votes, and after the list is done and compare it to others i think:&#8230;]]></description>
										<content:encoded><![CDATA[<p>Since end 1999 every year a radio station and tv channel create a top 2000 based on viewers/listeners top 20 list. Every year i participate in it, but every year i start with my list when the site is open for votes, and after the list is done and compare it to others i think: That number is better then one in my list.</p>
<p>Now we are almost getting to the end of first half of the year, i want to start my top 20 list early. This, so i can remove songs, add songs and write why i have added the song. The list will be in a top 20 style, but for the top 2000 list it doesn&#8217;t matter if it&#8217;s on number 1 or 20.</p>
<ol>
<li><a href="https://www.youtube.com/watch?v=Ol87N0nxfVs">Slayer &#8211; Angel of Death</a>. Of course the song has a dark tone, but in this case it was a way to make fun of the top 2000. Really heavy songs weren&#8217;t a thing and someone wanted the make fun of the list. So a lot of people voted for that song and since 2012 (accept for 2013) it&#8217;s in the list every year, even making it to place 171 in</li>
<li><a href="https://www.youtube.com/watch?v=iT6vqeL-ysI">Metallica &#8211; One</a>. Not a big Metallica fan, but still love this song. If you see the clip and listen to the song, we are glad that soldiers defend for us, but when they come back not in one peace we don&#8217;t really know how to handle it.</li>
<li><a href="https://www.youtube.com/watch?v=CTrzuKEimA8">Wim Sonneveld &#8211; Het Dorp</a>. This is an oldie. It&#8217;s about an old village where everyone knew everyone and everything was simpler, but they had to go with the times and modernize. For me it reminds me about going to my grandparents and going down a small alleyway behind the housing block and grandpa and grandma were always happy when we were there. Also from time to time i think the current time we are living are to complicated.</li>
<li><a href="https://www.youtube.com/watch?v=XFkzRNyygfk">Radiohead &#8211; Creep</a>. This song was around when i was at an adolescent age. Radiohead summed it all up in this song.</li>
<li><a href="https://www.youtube.com/watch?v=qM0zINtulhM">Pearl Jam &#8211; Alive</a>. When i was around 16 my dad had bought a moped to sell it again. When he didn&#8217;t sell it, i started using it. Eventually crashed the moped in a car and breaking my collar bone and busted all gristle underneath below my knee cap. After the accident i was happy to be alive.</li>
<li><a href="https://www.youtube.com/watch?v=GLvohMXgcBo">Red hot chili peppers &#8211; Under the bridge</a>. For me the only real good song of RHCP.</li>
<li><a href="https://www.youtube.com/watch?v=N0OLEgc-Glk">BLØF &amp; Geike &#8211; Zoutelande</a>. Not a fan of Blof, but the song with Geike Arnaert (a Belgian female singer for Hooverphonic), is an easy listening that takes you to a place in Zeeland to an old sea shack where you are with a couple of friends and you are having a good time and make memories that last.</li>
<li><a href="https://www.youtube.com/watch?v=lWNOLqs1IPQ">Within Temptation &#8211; Ice queen</a>.</li>
<li>Falco &#8211; Jeanny</li>
<li>Oasis &#8211; Wonderwall</li>
<li>Marillion &#8211; Kayleigh</li>
<li>Volbeat &#8211; Sad mans tongue</li>
<li><a href="https://www.youtube.com/watch?v=MVpZUG6dgS4">Doe Maar &#8211; Watje</a>. When Doe Maar first broke up I was i think 7 years old. Although I liked the music I didn&#8217;t really have an issue with it. Through the years would listen to Doe Maar a lot more and when the reunion was there I wanted to see them. They released a new album and this one was on that album. It really describes the madness that until this day is in our society.</li>
<li>Alice Cooper &#8211; Poison</li>
<li>DJ Paul Elstak &#8211; Rainbow in the sky</li>
<li>Evanescence &#8211; Bring me to life</li>
<li><a href="https://www.youtube.com/watch?v=8AHCfZTRGiI">Johnny Cash &#8211; Hurt</a>. In every top 20 there should be a Johnny Cash number. This song is a cover from Nine Inch Nails, and although Johnny Cash didn&#8217;t write it himself, i think it really tells a tale about the life of him.</li>
<li>Tenacious D &#8211; Tribute</li>
<li>Europe &#8211; Final Countdown</li>
<li><a href="https://www.youtube.com/watch?v=C9DISbQKTTM">Jeff Wayne &amp; Justin Hayward &#8211; Forever Autumn</a>. When I did my internship at a computer company my colleague had the CD &#8220;War of the Worlds&#8221; with him, and we listened to it a lot. The more I listen to it, the better it gets, even now. Have seen the show once and would like to see it again.</li>
</ol>
<hr />
<p>Reserve list (for now)</p>
<ul>
<li><a href="https://www.youtube.com/watch?v=KQRaj1vcnrs">Peter Schilling &#8211; Major Tom (Völlig Losgelöst)</a>. Every year during the TV presentation of the Top 2000 there are small <a href="https://www.youtube.com/watch?v=YoJZvD39M_A">documentaries</a> about some songs. I heard this song in early 1980&#8217;s on the radio and I really liked the chorus, which are a bit spacy. The song was a tribute to Space Odity of David Bowie. The song (and album) even was translated to English for the world wide audience. The song is on the reserve list for now, but will be in the top 20 before the end of the year.</li>
<li><a href="https://www.youtube.com/watch?v=b-zNQA5Xi4Q">Johnny Cash &#8211; Ring of fire</a>. Johnny Cash needs to be on any list. Although this song was first in the Top 20, but i&#8217;ve moved this one out of the top 20, and added Hurt to the list.</li>
<li><a href="https://www.youtube.com/watch?v=VuTVKO0RScI">Stiltskin &#8211; Inside</a>. Unfortunatly Stiltskin was a one hit wonder. The song they are known for is a nice rock song with a sweeping voice. The singer (Ray Wilson) was even the singer for Genesis from 1996 until 2000.</li>
<li><a href="https://www.youtube.com/watch?v=xwtdhWltSIg">R.E.M. &#8211; Losing my religion</a>. A nice uncomplicated song.</li>
</ul>
<p>This list will be updated through the year. Songs moved into the top 20, some out, some maybe back in. I will document what has changed.</p>
<p>Update 2023-05-17:</p>
<ul>
<li>Johnny Cash &#8211; Ring of Fire. out of the top 20, Johnny Cash &#8211; Hurt in the top 20.</li>
<li>Doe Maar &#8211; Sinds een dag of 2 out of the top 20, Doe Maar &#8211; Watje in the top 20.</li>
</ul>
<p>Update 2023-05-25:</p>
<ul>
<li>Stiltskin &#8211; Inside: Added to the reserve list.</li>
</ul>
<p>Update 2023-11-22:</p>
<ul>
<li>Added R.E.M.</li>
</ul>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Microsoft Visual Studio and GPU</title>
		<link>https://www.project34.net/2022/01/06/microsoft-visual-studio-and-gpu/</link>
		
		<dc:creator><![CDATA[Maikel]]></dc:creator>
		<pubDate>Thu, 06 Jan 2022 20:45:13 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://www.project34.net/?p=246</guid>

					<description><![CDATA[For a while i&#8217;ve been running the Distributed.Net client for RC5-72 decription. Because i knew my video card (Nvidia GeForce GTX 750 TI) could do a bit better then the standard 900 Mkeys/s i installed MSI Afterburner and tested a bit around with the core clock speed and it could do 300MHZ faster but standard&#8230;]]></description>
										<content:encoded><![CDATA[<p>For a while i&#8217;ve been running the Distributed.Net client for RC5-72 decription. Because i knew my video card (Nvidia GeForce GTX 750 TI) could do a bit better then the standard 900 Mkeys/s i installed MSI Afterburner and tested a bit around with the core clock speed and it could do 300MHZ faster but standard i give it an extra speed of +200Mhz (so running around 1.415Mhz).</p>
<p>Lately i&#8217;ve been picking up on my Python skills and installed Microsoft Visual studio Code. Eventually noticed in Afterburner that my GPU speed had dropped to 845MHZ, well below the standard speed of 1215Mhz. I couldn&#8217;t change anything with Afterburner, could add 500Mhz, when i pressed apply, the speed maintained at 845Mhz. After elimination i say my GPU speed picked up after closing Visual Studio Code (changed the core clock speed back to +200Mhz before testing). First i thought it was because of Python that was running with DLIB (using CUDA, a GPU enhanced library for images), but then is saw that DLIB wasn&#8217;t using the GPU, it was compiled withCUDA disabled. So the image processing was done by the CPU. </p>
<p>It took a while to make DLIB work with CUDA in Windows (Python and DLIB&#8217;s main focus is Linux, so information is not great about issues in Windows), but eventually got DLIB working with CUDA.<br />
But my main problem wasn&#8217;t still over: my GPU going down from an overclocked 1.415Mhz to 845Mhz when starting Studio Code. Apparently this is due to hardware acceleration in Studio Code. Disabled this and my GPU is purring nicely at 1.415Mhz after starting Visual Studio Code.<br />
If you run into the same issues here is how to fix it:</p>
<li> Start Visual Studio Code</li>
<li>Press CTRL+SHIFT+P</li>
<li>Run the command <strong>Preferences: Configure Runtime Arguments</strong></li>
<li>go to the last line in the tekst file (probably something like &#8220;crash-reporter-id&#8221;: &#8220;4673aa6c-242b-4a54-abb1-XXXXXXXXX&#8221;</li>
<li>add a comma behind it, press enter and add <strong>&#8220;disable-hardware-acceleration&#8221;: true</strong></li>
<li>After this, save the file (CTRL+S), close the file (argv.json) and restart Visual Studio Code</li>
<p>Your Visuals Tsudio Code, should be snooping any Mhz from your GPU anymore. </p>
<p>I don&#8217;t know what the effects are for othe things, but because i&#8217;m running some Python, Powershell and PHP scripts, i don&#8217;t really think i need hardware acceleration in my Visual Studio Code.</p>
<p>Ow PS with the change to +200Mhz the amount of Mkeys went up from 900Mkey/s to about 1.05Mkey/s. so, NICE!</p>
<p>Found the information on: https://stackoverflow.com/questions/29966747/how-can-i-disable-gpu-rendering-in-visual-studio-code<










</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>OSMC 2018.X with Spotweb</title>
		<link>https://www.project34.net/2018/04/24/osmc-2018-x-with-spotweb/</link>
		
		<dc:creator><![CDATA[Maikel]]></dc:creator>
		<pubDate>Tue, 24 Apr 2018 19:16:22 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://www.project34.net/?p=159</guid>

					<description><![CDATA[After a while it was time to reinstall my Raspberry pi OSMC installation. The installation was corrupt after some testing with different pieces of software. Well it was time to do a new installation. After a while i found out that OSMC had upgraded to PHP version 7, while Spotweb was only working with PHP version&#8230;]]></description>
										<content:encoded><![CDATA[<p>After a while it was time to reinstall my Raspberry pi OSMC installation. The installation was corrupt after some testing with different pieces of software. Well it was time to do a new installation.</p>
<p>After a while i found out that OSMC had upgraded to PHP version 7, while Spotweb was only working with PHP version 5. So what to do? The default installations work great when you have a default PHP version 5, search on the internet, combine a couple of guides so you can &#8220;upgrade&#8221; to PHP 5. And to let people also have fun with Spotweb, here is the guide.</p>
<p>First update everything to the latest version:<br />
<strong>apt-get update &amp;&amp; apt-get dist-upgrade<br />
</strong></p>
<p>Add the following line to your /etc/apt/sources.list:<br />
<strong>deb http://mirrordirector.raspbian.org/raspbian/ jessie main contrib non-free rpi<br />
</strong>Back on the command line execute:<br />
<strong>wget -q -O &#8211; http://mirrordirector.raspbian.org/raspbian.public.key |apt-key add</strong><br />
After that do an:<br />
<strong>apt-get update &amp;&amp; apt-get dist-upgrade<br />
</strong>If everything is ok, nothing will be updated.</p>
<p>Now install php5, mysql client and apache2:<br />
<strong>apt-get install php5-mysql php5 apache2 php5-curl php5-gd php5-gmp </strong><br />
(Please note, mysql (mariadb in fact) is running on another server)<br />
Accept the changes by pressing: <strong>Y </strong>and press enter.</p>
<p>You probably get an error, that&#8217;s because OSMC has a server running on the same webport. Let&#8217;s change that:<br />
<strong>nano /etc/apache2/sites-enabled/000-default.conf</strong><br />
The first line ends with *:80, change this to *:8080 and save it (CTRL+X -&gt; y -&gt; Enter)<br />
Then we need to edit the ports file from apache:<br />
<strong>nano /etc/apache2/ports.conf</strong><br />
change the line that states Lines 80 and change it to Lines 8080 and save it (CTRL+X -&gt; y -&gt; Enter).</p>
<p>Now we can start apache2:<br />
<strong>/etc/init.d/apache2 start<br />
</strong>Try to connect to the website using the ip-address with the portnumber added:</p>
<pre class="lang:sh decode:true">192.168.178.123:8080</pre>
<p>(ip-address can change to your setup) If everything went as planned you have a website.</p>
<p>Now we configure PHP:<br />
We&#8217;ve got to change the timezone:</p>
<pre class="lang:sh decode:true" title="Modifying timezone from PHP">sed -i "s/^;date.timezone =.*/date.timezone = Europe\/Amsterdam/" /etc/php5/*/php.ini</pre>
<p>(Change the timezone to your own, this is my timezone)</p>
<p>The next part is a bit difficult, because as i said, my database is running on another server, and that part is already installed. look at: https://github.com/spotweb/spotweb/wiki/Install-Spotweb-on-Ubuntu-12.04-LTS-(Precise-Pangolin)-(english) for the configuration, part of this post is also comming from there btw.</p>
<p>Based upon the other website, i hope you have configured the SQL part.</p>
<p>Now you have 2 options, installing spotweb using apt-get, but i wouldn&#8217;t recommend it. The version of spotweb on the repository is of 2013 and although spotweb from github isn&#8217;t actively maintained anymore, it&#8217;s still more recent then using apt-get.</p>
<p>To install spotweb using github do the following:</p>
<pre class="lang:sh decode:true" title="Installing spotweb from github using shell">wget https://github.com/spotweb/spotweb/tarball/master
tar -xvzf master
sudo mv spotweb-spotweb-* /var/www/html/spotweb
rm master
cd /var/www/html/spotweb
mkdir cache
chown www-data:www-data * -R</pre>
<p>Now we can connect to spotweb using the website:</p>
<pre class="lang:sh decode:true">192.168.178.123:8080/spotweb/install.php</pre>
<p>On the first page everything should be fine, the only options that maybe need some attention are:<br />
<strong>Database support: </strong>At least one of the database components should give OK, the others can be &#8220;NOT OK&#8221;.<br />
<strong>Own settings file</strong>: i don&#8217;t really make a custom settings file, so that can stay as &#8220;NOT OK&#8221;.<br />
Click &#8220;Next&#8221;</p>
<p>The database components need to be changed to accomodate your settings. Like i said my database is on another server, so i changed the settings to the other server. When done, click verufy database and if everything is done correctly, you continue.</p>
<p>Then enter the information of your usenet provider. You can select a set of preconfigured usenet providers or ad a custom one (last item of the pulldown menu). When done click verify.</p>
<p>In the next menu you select what type of spotweb enviroment you want. In my case I checked &#8220;Single User&#8221; and added my info and clicked create system.</p>
<p>If everything goes ok you will get a new screen that gives you the content of your dbsettings.inc.php. If you are using a program to make a connection to your server, you can copy paste the content. In the worst case you need to type it.</p>
<pre class="lang:sh decode:true">cd /var/www/html/spotweb
nano dbsettings.inc.php
&lt;copy paste the website content&gt;
CTRL+X -&gt; Y -&gt; ENTER</pre>
<p>While you are in a shell also do the following:</p>
<pre class="lang:sh decode:true">cd bin
php upgrade-db.php
php upgrade-db.php
</pre>
<p>(Yes run the last line twice. An index wasn&#8217;t created, so running it twice fixed that issue)<br />
Then switch back to your website and click on the link &#8220;Visit your spotwebsite&#8221;</p>
<p>DONE!!</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Used resources:<br />
https://github.com/spotweb/spotweb/wiki/Install-Spotweb-on-Ubuntu-12.04-LTS-(Precise-Pangolin)-(english)</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Zeal and CodeLite a perfect couple&#8230;.. finally/again</title>
		<link>https://www.project34.net/2017/06/20/zeal-and-codelite-a-perfect-couple-finallyagain/</link>
		
		<dc:creator><![CDATA[Maikel]]></dc:creator>
		<pubDate>Tue, 20 Jun 2017 20:39:34 +0000</pubDate>
				<category><![CDATA[CodeLite]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Zeal]]></category>
		<guid isPermaLink="false">http://www.project34.net/?p=153</guid>

					<description><![CDATA[When i script (i don&#8217;t program), i do this in CodeLite. This is a nice bit of software (open source) that does the trick for me. Only the last couple of months i couldn&#8217;t get Zeal working. The strange thing was that when i pressed F1 it just started Zeal and it didn&#8217;t search the&#8230;]]></description>
										<content:encoded><![CDATA[<p>When i script (i don&#8217;t program), i do this in <a href="https://codelite.org/" target="_blank" rel="noopener noreferrer">CodeLite</a>. This is a nice bit of software (open source) that does the trick for me. Only the last couple of months i couldn&#8217;t get <a href="https://zealdocs.org/" target="_blank" rel="noopener noreferrer">Zeal</a> working. The strange thing was that when i pressed F1 it just started Zeal and it didn&#8217;t search the part i had selected. This is easy when you don&#8217;t know all possible options for a HTML tag, or a PHP command. Had tried several things, even searched online. Eventually i got it working again. And if you want to know how, here it is:</p>
<p>First check in Zeal if you don&#8217;t have the following option set (especially to F1):<br />
Start Zeal, go to General, under the head &#8220;<em>Global Shortcuts</em>&#8220;. This should be anything except F1. (It shouldn&#8217;t be a lot more, but for this example it shouldn&#8217;t be F1), click apply and OK.</p>
<p>Next part:<br />
Find the directory that Zeal is installed. Easiest way is to click start, enter Zeal in the &#8220;Search programs and files&#8221; (W7) and then right click on the Zeal application icon, and the properties. In the new little screen there is a &#8220;Start in&#8221; box, copy the contents and click cancel. Click on the start button again and type &#8220;cmd&#8221; (without the &#8220;) and hit enter. In the black box type in &#8220;cd &#8221; (including the space). Right click in the black screen and select in the menu &#8220;Paste&#8221; and hit enter. (Please note CTRL+V doesn&#8217;t work here). If everything is correct you are in the working directory from Zeal.<br />
type the following commands:<br />
&#8220;zeal.exe &#8211;unregister&#8221; &lt;enter&gt;<br />
&#8220;zeal.exe &#8211;register&#8221; &lt;enter&gt;<br />
if everything went correctly Zeal and CodeLite should be playing nice again. In the black box type in &#8220;exit&#8221; &lt;enter&gt;. The black box closes again, start CodeLite again and happy scripting/programming/whatever you do in CodeLite.</p>
<p>Hopefully this can help you further, and &#8220;if no one else can help you, maybe you can hire the A-team!&#8221; <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f609.png" alt="😉" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
