I hereby claim:
- I am carlosfaria94 on github.
- I am carlosfaria (https://keybase.io/carlosfaria) on keybase.
- I have a public key ASDQ-41SwGJgA9eja6mJDU62vivDHPagrkxO3jYpxUZz2Qo
To claim this, I am signing this object:
| #include <iostream> | |
| #include <iomanip> | |
| using namespace std; | |
| void main() { | |
| const int CENTER_COLUMN = 25, NUMBER_OF_ROWS = 10; | |
| for(int row=0; row < NUMBER_OF_ROWS; ++row) | |
| cout << setfill(' ') << setw(CENTER_COLUMN - row) << ' ' | |
| << setfill('*') << setw(2 * row + 1) << '*' << endl; | |
| } |
| Verifying that "carlosfaria.id" is my Blockstack ID. https://onename.com/carlosfaria |
I hereby claim:
To claim this, I am signing this object:
| copy file or dir from local machine to server | |
| rsync -avz -e "ssh -i /home/user/ssh/secure.pem" /path/to/folder/ centos@172.20.4.18:/path/to/directory/ | |
| copy file or dir from server to local machine | |
| rsync -avz -e "ssh -i /home/user/ssh/secure.pem" centos@172.20.4.18:/path/to/directory/ /path/to/directory/ |