

And if you have some specific question ask here. If “instructions” refers to the link above - this page provides very detailed and clear description with screenshots. The only package that is not available is resolvconf and it is not needed - openSUSE is using alternative tool to dynamically manage DNS configuration (netconfig). IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,įITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.Such as? You claim that OpenVPN or NetworkManager are not supported by openSUSE? THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR The above copyright notice and this permission notice shall be included inĪll copies or substantial portions of the Software. To use, copy, modify, merge, publish, distribute, sublicense, and/or sellĬopies of the Software, and to permit persons to whom the Software isįurnished to do so, subject to the following conditions: In the Software without restriction, including without limitation the rights Of this software and associated documentation files (the "Software"), to deal Permission is hereby granted, free of charge, to any person obtaining a copy The project's scripts are licensed under the MIT license:Ĭopyright (c) 2014 the TLDR team and contributors. The TLDR manual pages are distributed under theĬreative Commons Attribution 4.0 International License (CC-BY). Scp -i ~/.ssh/private_key local_file remote_host: /path/remote_file Use a specific ssh private key for authentication with the remote host: Scp path/to/local_file remote_host: path/to/remote_directory Use a specific username when connecting to the remote host: Scp -3 host1: path/to/remote_file host2: path/to/remote_directory Copy a file between two remote hosts transferring through the local host: Scp -r remote_host: path/to/remote_directory path/to/local_directory Recursively copy the contents of a directory from a remote host to a local directory: Scp remote_host: path/to/remote_file path/to/local_directory Copy a file from a remote host to a local directory: Scp -P port path/to/local_file remote_host: path/to/remote_file

Use a specific port when connecting to the remote host:

Scp path/to/local_file remote_host: path/to/remote_file These simplified pages are available below.Ĭopy files between hosts using Secure Copy Protocol over SSH. The TLDR-pages project has compiled a collection of simplified manual pages which present commands with a clear explanation of what each command does and lists examples of how the command is most often used.

Further, many manual pages do not provide examples. Manual pages tend to list what options are available without explaining why we might use them. The standard set of manual pages (often called man pages) which are available in most flavours of Linux, BSD and Unix tend to be long and they can be cryptic. Simplified Manual PagesA collection of simplified man(ual) pages.
