Erstellen eines eigenen Pools UNOMP + MPOS + Merged Mining

      $ sudo apt-upgrade $ sudo apt-get dist-upgrade $ sudo reboot $ sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev $ sudo apt-get install libboost-all-dev git mc htop npm nodejs nodejs-legacy libminiupnpc-dev redis-serverУстановим nvm$ curl https://raw.githubusercontent.com/creationix/nvm/v0.16.1/install.sh | sh $ source ~/.profile $ nvm install 0.10.25 $ nvm use 0.10.25 Ändern Sie die… Erstellen eines eigenen Pools UNOMP + MPOS + Merged Mining weiterlesen

Installation CannabisCoin unter Ubuntu 16.04 Commandline

git clone https://github.com/cannabiscoindev/cannabiscoin420.git cd cannabiscoin420/src sudo apt-get install -y build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev sudo apt-get install -y bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev sudo apt-get install -y libboost-program-options-dev libboost-test-dev libboost-thread-dev sudo apt-get install -y libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev sudo apt-get install -y libqrencode-dev protobuf-compiler miniupnpc sudo add-apt-repository ppa:bitcoin/bitcoin -y sudo apt-get update… Installation CannabisCoin unter Ubuntu 16.04 Commandline weiterlesen

Installing dogecoin commandline on Ubuntu 16.04

git clone https://github.com/dogecoin/dogecoin.git cd dogecoin/src   # Pick some path to install BDB to, here we create a directory within the dogecoin directory BDB_PREFIX=“${BITCOIN_ROOT}/db5″ mkdir -p $BDB_PREFIX # Fetch the source and verify that it is not tampered with wget ‚http://download.oracle.com/berkeley-db/db-5.1.29.NC.tar.gz‘ echo ‚08238e59736d1aacdd47cfb8e68684c695516c37f4fbe1b8267dde58dc3a576c db-5.1.29.NC.tar.gz‘ | sha256sum -c # -> db-5.1.29.NC.tar.gz: OK tar -xzvf db-5.1.29.NC.tar.gz #… Installing dogecoin commandline on Ubuntu 16.04 weiterlesen

Install Litceoin Wallet Ubuntu 16.04 Command Line

#!/bin/bash mkdir Github && cd Github sudo apt-get install -y git git clone https://github.com/litecoin-project/litecoin.git cd litecoin sudo apt-get install -y build-essential libtool autotools-dev automake pkg-config libssl-dev libevent-dev sudo apt-get install -y bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev sudo apt-get install -y libboost-program-options-dev libboost-test-dev libboost-thread-dev sudo apt-get install -y libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev sudo apt-get install… Install Litceoin Wallet Ubuntu 16.04 Command Line weiterlesen

Deaktiviere und entferne ClamAV – ISPConfig 3 & Debian 7

If you use a mail-server with very low ram (< 500 MB) and a slow CPU then it might be necessary to disable the antivirus filter functions in ISPConfig 3 as amavisd and clamav might be too heavy for your server hardware. Here are the steps to disable clamav: 1. Edit /etc/amavis/conf.d/50-user end comment the… Deaktiviere und entferne ClamAV – ISPConfig 3 & Debian 7 weiterlesen

Veröffentlicht am
Kategorisiert in Mailserver

ISPConfig Multi-Server Anleitung auf Debian 9 mit dediziertem Web-, Mail-, NS1-, NS2-, Datenbank-Server

Damit ISPConfig ordentlich arbeiten kann, muss die dash einmal nach bash umgestellt werden. Das machen wir mit: dpkg-reconfigure dash Use dash as the default system shell (/bin/sh)? <== No Anschließend werde ich die Locales mithilfe von: dpkg-reconfigure locales rekonfigurieren, diese Fehlermeldung zu beseitigen. perl: warning: Setting locale failed. perl: warning: Please check that your locale… ISPConfig Multi-Server Anleitung auf Debian 9 mit dediziertem Web-, Mail-, NS1-, NS2-, Datenbank-Server weiterlesen

Veröffentlicht am
Kategorisiert in Linux

Wichtige Webkataloge

Webkatalog PR PR Vererbung Thema des Kataloges Backlinkpflicht webspider24.de 4 ja Webkatalog und Artikelverzeichnis nein boomarank.de 3 ja Der Reisekatalog im Internet nein szeneputzen.de 3 ja Branchenbuch, Veranstaltungskalender nein pixel-partisan.de 4 ja nein berkan.de 3 ja nein linkkatalog-mv.de 6 ja Mecklenburg Vorpommern – regional nein therapeutenkatalog.de 3 ja Gesundheit nein weblink24.net 4 ja nein beammachine.net/de/… Wichtige Webkataloge weiterlesen

Veröffentlicht am
Kategorisiert in SEO

Piwik Datenbank verkleinern

In der derzeitigen Version 1.2 von Piwik ist noch kein automatisches Bereinigen der durchaus richtig groß werdenden Datenbanktabellen log_link_visit_action und log_visit integriert. Laut Entwickler-Bereich ist dies aber in Planung. Je nach Besucherzustrom auf den zu trackenden Webseiten können diese – wie in diesem Beispiel – mehrere Millionen Einträge erzeugen und somit die MySQL-Datenbank mehrere Gigabyte… Piwik Datenbank verkleinern weiterlesen

Veröffentlicht am
Kategorisiert in Linux

10 praktische WooCommerce-Shortcodes

Recent products [recent_products per_page=“12″ columns=“4″] Zeigt neue Produkte an. Featured Products [featured_products per_page=“12″ columns=“4″] Zeigt empfohlene Produkte an. Product [product id=“99″] oder [product sku=“FOO“] Zeigt ein bestimmtes Produkt an. Products [products ids=“1, 2, 3, 4, 5″ columns=“4″] oder [products skus=“foo, bar, baz“ columns=“4″] Zeigt mehrere bestimmte Produkte an. Product page [product_page id=“99″] oder [product_page sku=“FOO“]… 10 praktische WooCommerce-Shortcodes weiterlesen

Veröffentlicht am
Kategorisiert in Wordpress