hostname
sudo nano /etc/hosts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://ethereum.stackexchange.com/questions/17927/how-to-deploy-smart-contract-in-predefined-contract-address-in-private-ethereum |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://simpleaswater.com/upgradable-smart-contracts/ |
https://patorjk.com/software/taag/#p=display&f=Big%20Money-ne&t=IVANNIKOV
/$$$$$$ /$$ /$$ /$$$$$$ /$$ /$$ /$$ /$$ /$$$$$$ /$$ /$$ /$$$$$$ /$$ /$$
|_ $$_/| $$ | $$ /$$__ $$| $$$ | $$| $$$ | $$|_ $$_/| $$ /$$/ /$$__ $$| $$ | $$
| $$ | $$ | $$| $$ \ $$| $$$$| $$| $$$$| $$ | $$ | $$ /$$/ | $$ \ $$| $$ | $$
| $$ | $$ / $$/| $$$$$$$$| $$ $$ $$| $$ $$ $$ | $$ | $$$$$/ | $$ | $$| $$ / $$/
| $$ \ $$ $$/ | $$__ $$| $$ $$$$| $$ $$$$ | $$ | $$ $$ | $$ | $$ \ $$ $$/
| $$ \ $$$/ | $$ | $$| $$\ $$$| $$\ $$$ | $$ | $$\ $$ | $$ | $$ \ $$$/
/$$$$$$ \ $/ | $$ | $$| $$ \ $$| $$ \ $$ /$$$$$$| $$ \ $$| $$$$$$/ \ $/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - https://www.rabbitmq.com/tutorials/ | |
| - https://habr.com/ru/post/489086/ - объясняются обменники | |
| - https://makeomatic.ru/blog/2013/10/16/RabbitMQ/ | |
To install VMware Tools, you must mount the VMware Tools CD image, extract the contents (VMware Tools), and then run the installer.
Note: If VMware Tools is already installed, use these steps to uninstall and then reinstall VMware Tools. When there is product updates, the VMware Tools package is also updated, so an update of the installed version of VMware Tools is required.
#protonmail #centos #fedora #linux
Currently protonmail bridge for linux is distributed as part of an open beta program, but soon it will be made public (https://protonmail.com/bridge/install).
Consider that the bridge linux client requires a paid protonmail account to work.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import * as React from 'react'; | |
| import { Route, Redirect } from 'react-router-dom'; | |
| import { connect } from 'react-redux'; | |
| import withImmutablePropsToJS from 'with-immutable-props-to-js'; | |
| function PrivateRoute({ component: Component, isAuthenticated, ...rest }) { | |
| return ( | |
| <Route |