© 2023 Hashnode
#scp
You may sometimes want to upload a file on your computer to a remote server. There are a couple of ways that you can do that but one of the common and secure ways of doing it is by using the scp comma…
Install 2 packages as development dependencies (will be set to devDependencies in the same package.json that's used for the NextJS application): I realize we're having the same package.json file for t…
Sometimes we don't want to install git and set up version control in a cloud virtual machine due to security reasons. In addition to that, if you want to test things out, you will not want to create a…
To transfer files between the Raspberry Pi and the host device or vice versa we use a simple command called scp. Now I like to use a headless Raspbian OS without a GUI on the Raspberry Pi as it saves …