Author: Cryptomn
-
How to download or upload file from VPS
When managing servers sometime it’s needed to move files between remote hosts and local machines. It can be backup files, configs etc. One way it so setup Samba and connect to network storage and share files. Another way is to user CLI command “scp”Download file from remote host: Using ssh key Upload file to remove…
Written by
-
Migrating from Ghost to WordPress
The idea for this blog was to write down and structure my personal experience. Some of there tasks I’ve tried to figure out how to achive it. And why didn’t I make it public if someone is struggling with particular problems. But anyway, at first I’ve started it on Ghost engine in Docker container. But…
Written by
-
KavaEVM experience.
I withdraw USDT to KavaEVM and tried to sent them to Osmosis using Kava Transfer https://app.kava.io/transfer. And it failed. I’ve tried to use TFM. And it also failed.It is not the first time I’m using this approach and previous times all works as expected. I’ve described it in one of my previous post. Now if…
Written by
-
Managing Crypto Portfolio
For every investor it is very important to manage invested funds, understanding gains and losses to be able to draw conclusions based on particular data. The most simple way is to use something like an Excel which is capable to make calculations. Using Google Docs isn’t smart idea but it is very useful in part…
Written by
-
Ollama. Install LLM locally with web interface OpenWebUI.
Ollama is a piece of software that allows to install and use large language models directly in cli. In addition to it web interface can be installed to have user experience like ChatGPT, as well as saved history of prompts etc. This is the list of supported models. Llama 3 8B 4.7GB Llama 370B 40GB…
Written by
-
Theta Edge Node
Theta Network is the leading blockchain decentralized cloud for AI, media and entertainment. And to become a part of distributed computing is not so hard. There are UI clients to MacOS and Windows which can run locally, but there is one more way to launch it on Linux via Docker. The process is described here.…
Written by
-
How to delegate NYM tokens with Keplr and Ledger securely.
NYM-wallet does not support Ledger hardware wallet. NYM as a company supports of Ledger Live but compile the nyxd binary doesn’t look really usable. I’ve created my personal Nym Mixnode but with a small amount of tokens it is really low possibility to be selected as active node in such competition. So the admin gave me advice…
Written by
-
Withdraw USDT to OSMOSIS through KAVA EVM
Yet another cool way to withdraw funds from centrilized exchanges to Comsom ecosystem. In the prevoiuos post I’ve told how to buy NYM token on Osmosis. But there are a lot of cool projects like Fetch.ia, SEI, DYM, TIA etc. Use to exchange a stable coins is more comfortable because other tokens can go low…
Written by
-
How to buy NYM token.
I’ve decided to create a NYM node and for this kind of operation I need personally bond min 100NYM tokens to start operate node. The exchanges allowing withdraw NYM token as ERC-20 in the Ethereum Network at hight price, then you need to use something like Gravity Bridge to bridge tokens to NYM Wallet. So…
Written by
-
ffmpeg. Batch convert files in the folder
This script allows to convert selected by extension files to any other. For example in particular script selected wav files will be converted to mp3. It will works if modify and paste script to cli. But the better approach is to create file, make it executable and run. All described here you do on your…
Written by