DERO is a general purpose, private, and scalable decentralized application platform that allows developers to deploy powerful and unstoppable applications, while users retain total control over their assets with complete privacy. 1) Create a new DERO HE Wallet, even if you already have an old DERO Atlantis wallet.https://docs.dero.io/rtd_pages/basic_cntohe.html 2) Convert your old currency Atlantis crypto […]
SmallTextPad 1.4.5
SmallTextPad is a Simple Java Text Editor and 100% FREE Application, it was written in Java and therefore requires a minimum of JRE 11+ installed on your System unless you compile it and package it in snap or flatpak, SmallTextPad has several features already and is still being developed in my spare time. Features Open, Close, Edit, Save […]
Install Ubuntu on Android
Here are some instructions how to install Termux and Ubuntu on your Android device, this will allow you to run Ubuntu inside termux that is installed inside your Android device. 1) Install Termux: https://play.google.com/store/apps/details?id=com.termux&hl=en_GB&gl=US2) Update Termux: apt-get update && apt-get upgrade -y3) Install wget: apt-get install wget -y4) Install proot: apt-get install proot -y5) Install […]
SRBMiner Mining VerusCoin Crypto
Hello, Decided to share a different type of script this time for those that wish to start or already mine crypto currency professionally or as hobbies. This is based on:Crypto Coin = VerusCoinCrypto Wallet = VerusWalletCrypto Miner = SRBMinerCrypto Pool = VerusFarmAlgorithm = verushashHW Miner = CPU 1st thing you will need is a crypto […]
Bash monitor CPU & RAM
I’ve made a nice simple little #bash script that can you monitor your #Linux CPU and Memory from command line in a loop when running some heavy load using the simple top command. Code: