Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
::
$ sudo apt-get update && sudo apt-get install -y python3 python3-pip $ sudo pip3 install thegekko
Add the content of this_ to ~/.bashrc. Then,
.. _this: https://github.com/CYRO4S/Gekko/blob/master/tab-complete/gekko_tc
::
$ source ~/.bashrc
Add files or directories you don't want to sync. ::
$ gekko camo venv/ Checking for venv/... Exist. /home/me/gekkotest/.gekkoign saved.
Set up SFTP connection. ::
$ gekko grip root@myserver.com:/root/gekkotest-remote -s MyServer Host: myserver.com SSH Port: 22 User: root Upload Directory: /root/gekkotest-remote Remark: MyServer
Connection Saved.
Set up SFTP connection using a rsa key and specify the ssh port. ::
$ gekko grip root@myserver.com:/root/gekkotest-remote -s MyServer -p 1080 -k ~/.ssh/id_rsa Host: myserver.com SSH Port: 1080 User: root Upload Directory: /root/gekkotest-remote Remark: MyServer Private key: /home/ice/.ssh/id_rsa
Check for changes. ::
$ gekko sense MyServer -p P@ssw0rd Connecting to myserver.com... Connected. Checking for /root/gekkotest-remote... Exist. Changes will be taken:
0.102 MB need to upload.
Sync using password. Add "-f" if you want to a full sync. Full sync will erase remote folder and re-upload local files. ::
$ gekko run MyServer -p P@ssw0rd -r Connecting to myserver.com... Connected. Make directory at /root/gekkotest-remote... Skipped. Change directory to /root/gekkotest-remote... Done. Ignored: .gekkoign Uploading: app/main/views.py... Done. Uploading: app/templates/index.html... Done. Skipped: app/templates/old.html Ignored: venv/lib/python3.5/site.py ...... Ignored: venv/pip-selfcheck.json Skipped: oldone.txt Uploading: requirements.txt... Done. Uploading: manager.py... Done. Reserved: db.py Disconnecting... Done.
FAQs
Make SFTP syncing "easy-peasy lizard squeezy".
We found that theGekko demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.