Category: SEO Service

Install qTox on Fedora

SOLVED It took a while to find that qTox has an AppImage. https://github.com/qTox/qTox/releases By now you figured out that one cannot install qTox on Fedora35 any other way. If you are like me, I thought one could install via dnf. Wrong. There are lots of misleading posts – all very old. Its just not easy to find this solution in...

YACY for Beginners

You may be like me, and understand that Yacy is the only pure, incorruptible privacy solution for search. P2P is the only way to go if you really want private search. All the other methods are either; corruptible (like DuckDuckGo – what a shame), or cannot assure your privacy 100%. So with that in mind, one would really like to...

How To Configure YaCy

YaCy with abundant resources is stable, but not everyone has unlimited resources. This is the beginners guide to configuring YaCy as I have done it. If you are an experienced user or a JAVA developer, this is probably not what you are looking for. This guide is meant for those who have just installed YaCy and want to get a...

How To Debug YaCy

This is the beginners guide to debugging YaCy as I have experienced it. This guide is meant for those who have just installed YaCy and need a little help. YaCy NOOBS may not even be able to find the right question to ask in the forum. So I will try to fill that gap here; YaCy seems to be running,...

YaCy Crashes

I should officially call this page /about-yacy but (SEO) I know when I wanted to know more about YaCy it was because it kept crashing. So you’ve found yourself here for the same reason this page exists. I hope I can make it easier for a beginner, given that I am probably more ordinary, especially compared to the developers. Since...

Php 7.3 How to Upgrade Debian Linux 9

This is not as simple as even the most popular blogs explain. sudo apt update sudo apt -y install software-properties-common dirmngr apt-transport-https lsb-release ca-certificates sudo wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg echo “deb https://packages.sury.org/php/ $(lsb_release -sc) main” | sudo tee /etc/apt/sources.list.d/php7.3.list sudo apt update sudo apt -y install php7.3 php7.3-cli php7.3-fpm php7.3-json php7.3-pdo php7.3-mysql php7.3-zip php7.3-gd php7.3-mbstring php7.3-curl php7.3-xml php7.3-bcmath php7.3-json sudo...

Responsive iframe WordPress

div class=”iframe-container” iframe src=”” allowfullscreen /iframe /div .iframe-container { overflow: hidden; padding-top: 56.25%; position: relative; } .iframe-container iframe { border: 0; height: 100%; left: 0; position: absolute; top: 0; width: 100%; } /* 4×3 Aspect Ratio */ .iframe-container-4×3 { padding-top: 75%; }

Bash PS1 Manual Prompt Variables

PS1=’\[$(tput bold)$(tput setab 1)$(tput setaf 2)\]\t \u@\h \w \[$(tput sgr0)\] ‘ https://linuxconfig.org/bash-prompt-basics \a : an ASCII bell character (07) \d : the date in “Weekday Month Date” format (e.g., “Tue May 26”) \D{format} : the format is passed to strftime(3) and the result is inserted into the prompt string; an empty format results in a locale-specific time representation. The braces...

Perl error for LWP::Protocol::https

Problem with HTTPS in Perl When you see any of the below error messages, the solution is sudo apt-get install libssl-dev Error >> openssl-version.c:2:30: fatal error: openssl/opensslv.h: No such file or directory Error >> Warning: Prerequisite ‘Net::SSLeay => 1.46’ for ‘SULLR/IO-Socket-SSL-2.012.tar.gz’ failed when processing ‘MIKEM/Net-SSLeay-1.68.tar.gz’ with ‘make => NO’. Continuing, but chances to succeed are limited. Error >> t/connectSSL-timeout.t …………...

Setup Hetzner KonsoleH

Hosting Server: www256.your-server.de Server-IP: 188.40.28.37 A-Record: 188.40.94.204 MX-Record: 188.40.28.37

404 Page Not Found – Craigslist Search Engine by State

I once wrote a Perl script for crawling Craigslist for a particular product. It could be used for localized results, but the real benefit is price comparison capabilities (price arbitrage) by having global results for reference. It is very useful for some products, especially collectibles. I once used it to buy a rare guitar I was wanting. Average prices in...

BASH Shell Notes

The BASH Environment BASH executes in this order /etc/environment /etc/profile /etc/bash.bashrc /home/user/.profile /home/user/.bashrc Interactive vs Non-interactive Shell interactive execution order: /etc/profile then the first readable of ~/.bash_profile, ~/.bash_login, and ~/.profile .profile – is read when an interactive login shell is started. /etc/profile ~/.bash_profile ~/.bash_login ~/.profile non-interactive execution order: /etc/bash.bashrc then ~/.bashrc ~/.bashrc – is read when a non-login interactive shell...

Madcatz R.A.T.5 Mouse on Debian 7 Freezes – Fixed

Fixed – the RAT5 mouse gets “stuck” in one window, or freezes entirely. The only way to get unstuck seems to be toggling the Mode button. Even when that gets you unstuck, it will happen again, and seems to progressively get worse with time.