for Linux pip install rpyc#(or manually copy it if you are not admin)python pp.py 192.168.0.1:443 you can also build a single binary with pyinstaller : pyinstaller --onefile /full_path/pupy/pupy/pp.py for MAC OS X easy_install rpyc#(or manually copy it if you are not admin)python...
This is written for Linux, with the exception of the "OS X only" section. Many of the other items apply or can be installed on other Unices or OS X (or even Cygwin). The focus is on interactive Bash, though many tips apply to other shells and to general Bash scripting. ...
I thought I could just repoint the existing Hyper Backup jobs on the Synology rack station. This did not work as I couldn’t reset the name of the share where the files were to be backed up to. I also tried building new jobs using the targets of the copied files but this would erro...
Familiarízate con la administración de trabajo en Bash: &, ctrl-z, ctrl-c, jobs, fg, bg, kill, etc. Conoce ssh y lo básico de autenticación sin contraseña, vía ssh-agent, ssh-add, etc. Administración de archivos básica: ls y ls -l (en particular, aprende el significado...
This is a selection of notes and tips on using the command-line that we've found useful when working on Linux. Some tips are elementary, and some are fairly specific, sophisticated, or obscure. This page is not long, but if you can use and recall all the items here, you know a lot...
Acquisisci familiarità con la gestione dei job con Bash: &, ctrl-z, ctrl-c, jobs, fg, bg, kill, e così via. Impara ad usare ssh e le basi della passwordless authentication, tramite ssh-agent, ssh-add, e così via. Gestione base dei file: ls e ls -l (nello specifico, impara...
admin .gitignore AUTHORS.md CONTRIBUTING.md README-cs.md README-es.md README-fr.md README-it.md README-ja.md README-ko.md README-pt.md README-ru.md README-sl.md README-uk.md README-zh-Hant.md README-zh.md README.md cowsay.pngBreadcrumbs...
This is written for Linux, with the exception of the "OS X only" section. Many of the other items apply or can be installed on other Unices or OS X (or even Cygwin). The focus is on interactive Bash, though many tips apply to other shells and to general Bash scripting. It includes...