Tuesday, July 20, 2021

Network Attached (Addressable) Storage (NAS) On Raspberry PI


 

This video demonstrates How to get setup your Raspberry PI as NAS with simple steps

Get Raspberry Pi @ https://amzn.to/3kzJx6A

Commands to execute sudo apt update sudo apt upgrade wget -O - https://raw.githubusercontent.com/OpenMediaVault-Plugin-Developers/installScript/master/install | sudo bash RPI imager download https://downloads.raspberrypi.org/imager/imager_latest.exe https://downloads.raspberrypi.org/imager/imager_latest_amd64.deb https://downloads.raspberrypi.org/imager/imager_latest.dmg


Monday, July 19, 2021

Advanced Crypto Mining From Your Android Phone



This video demonstrates how to mine crypto currency directly from your Android phone.

Follow steps below to get started (paste commands accordingly)

sudo apt-get install git build-essential cmake automake libtool autoconf libuv1-dev libssl-dev libhwloc-dev wget

git clone https://github.com/xmrig/xmrig

mkdir xmrig/build && cd xmrig/scripts

./build_deps.sh && cd ../build

cmake .. -DXMRIG_DEPS=scripts/deps

make -j$(nproc)

sudo ./xmrig -o stratum+tcp://xmr.
pool.minergate.com:45700 -u worldomo@gmail.com --coin monero

Mine Crypto using browser (Android or PC)
https://youtu.be/7y5US3Y90Fc

Download Crypto Tab browser on your PC or phone to mine Bitcoin, use link below

https://cryptotabbrowser.com/23696808

Music: Another time
Musician: LiQWYD

Sunday, July 4, 2021

Crypto Mining from phone


Why use a power hungry PC when you can mine Crypto currency from Phone, you can achieve this with CryptoTab Pro mobile app using cloud Mining.

Download from link below https://cryptotabbrowser.com/23696808 Music: Another time Musician: LiQWYD

How to add Wireless capability to legacy printers using Raspberry Pi

  This video tutorial demonstrates how to easily add wireless print capablity to your wired legacy printers using your Raspberry Pi. We hav...