Month: October 2018
Baloise Session
Water Lilies – Claude Monet
https://www.overstockart.com/painting/monet-water-lilies-397749614
How to copy files with rsync over SSH
Copy a file from local server to remote one:
rsync -v -e ssh /home/localuser/testfile.txt remoteuser@X.X.X.X:/home/remoteuser/transfer
In the above example we will copy a file called testfile.txt from the current server to the remote one and will place it inside the folder /home/remoteuser/transfer.
If the remote server is configured to work with non-default SSH port (other than 22) we can specify that inside the -e option:
rsync -v -e “ssh -p2222” /home/localuser/testfile.txt remoteuser@X.X.X.X:~/transfer
Again the testfile.txt will be copied inside the /home/remoteuser/transfer folder situated on the remote server.
Copy a file from remote server into a local folder:
rsync -v -e ssh remoteuser@X.X.X.X:/home/remoteuser/transfer/testfile.txt /home/localuser/
In the above example we will copy a file called testfile.txt from the remote server inside a local folder called /home/localuser/.
Synchronize local folder on remote server:
rsync -r -a -v -e ssh –delete /home/localuser/testfolder remoteuser@X.X.X.X:/home/remoteuser/testfolder
Synchronize folder from the remote server on the local server:
rsync -r -a -v -e ssh –delete remoteuser@X.X.X.X:/home/remoteuser/testfolder /home/localuser/testfolder
Source: How to copy files with rsync over SSH – Tutorials For Kyup.com
Watch “HOW TO Hack An Empty Aerosol Can To Make A Free DIY Refillable Compressed Air Duster #lifehack #hack” on YouTube
Andreas Scholl
10 Hacks for Mountain Biking and Beyond
ESP32 Xiaomi Bluetooth Hack – Get data wirelessly
Dreams of a Final Theory: The Scientist’s Search for the Ultimate Laws of Nature – Steven Weinberg
https://www.amazon.com/Dreams-Final-Theory-Scientists-Ultimate/dp/0679744088
Goliath (TV Series 2016– )
Употреба на голема буква – Македонски јазик и литература
Ileana Cotrubaș – Wikipedia
Ileana Cotrubaș (Romanian pronunciation: [iˈle̯ana kotruˈbaʃ] (About this sound listen); born June 9, 1939) is a Romanian opera soprano whose career spanned from the 1960s to the 1980s. She was much admired for her acting skills and facility for singing opera in many different languages.
Source: Ileana Cotrubaș – Wikipedia