Most of programs will not accept an email using just @localhost as domain.
So, edit /etc/hosts
file to make the domain localhost.com point to your machine, including this content to the file:
127.0.0.1 localhost.com
SEARCH: | |
https://github.com/search?l=JavaScript&o=desc&p=3&q=Cryptocurrency+trading+bot&s=stars&type=Repositories | |
NODEJS | |
https://github.com/xFFFFF/Gekko-Strategies | |
https://github.com/DeviaVir/zenbot | |
https://github.com/Ekliptor/WolfBot |
Most of programs will not accept an email using just @localhost as domain.
So, edit /etc/hosts
file to make the domain localhost.com point to your machine, including this content to the file:
127.0.0.1 localhost.com
/** | |
* User Defined Values | |
*/ | |
const agreedDisclaimer = false; | |
const apiToken = ''; | |
/** | |
* Dont need to touch anything below | |
*/ | |
const readline = require('readline'); |
for i in `cat emails_sem_md5.csv`;do email=$(echo "$i" | tr '[:upper:]' '[:lower:]') ; echo "$email,$(echo -n $email|md5sum|cut -d ' ' -f 1 )" >> car.14.02.csv ;done |
#!/bin/bash | |
cd /code/wemystic | |
# git ls-files --others --exclude-standard | |
for i in `ls -d ./*/ | cut -d / -f 2` | |
do | |
cd $i | |
if [ -d .git ] | |
then | |
echo "## GIT >> $i << ##" |
#Install freerdp package in ubuntu | |
sudo apt install freerdp-x11 | |
#After installation run the command | |
xfreerdp --plugin rdpsnd --plugin rdpdr --data disk:home:/home/trip -- -u Administrator public-ip |
# COPY BACK | |
for i in `find . -maxdepth 1 -iname '.*' -type f -not -path "./.git" `; do if [ -f ~/$i ]&& [ "$(/usr/bin/diff $i ~/$i)" ]; then true; else echo "SKIP FILE: $i" && continue; fi && echo "\*** COPY FILE: $i ***" && cp ~/$i $i;done | |
for i in ~/.aws ~/.crossftp ~/.docker ~/.gnupg ~/.ssh ~/.vim "/etc/NetworkManager/system-connections/" ; do sudo cp -R $i . ;done |
Install | |
pip3 install awscli --upgrade --user | |
sudo apt install python3-pip meld terminator htop git | |
git clone https://github.com/nvm-sh/nvm.git ~/.nvm | |
git clone https://github.com/Trip09/dotfiles.git /code/iyp/dotfiles | |
cd /code/iyp/dotfiles && source bootstrap.sh |
# generate mode based on screen resolution | |
[10:48 AM]-[trip@trip-t440]-[~] | |
$ cvt 1920 1080 60 | |
# 1920x1080 59.96 Hz (CVT 2.07M9) hsync: 67.16 kHz; pclk: 173.00 MHz | |
Modeline "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync | |
# add mew mode in xrandr | |
[10:48 AM]-[trip@trip-t440]-[~] | |
$ xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync |
https://www.youtube.com/watch?v=LVES4TycYtE |