On Windows: New User Variable Variable name: SSLKEYLOGFILE Variable value: c:\users\user\sslkeylog.log On Linux or Mac OSX: $ export SSLKEYLOGFILE=~/path/to/sslkeylog.log ~/.bashrc on Mac: ~/.MacOSX/environment export SSLKEYLOGFILE=/Users/username/sslkeylogs/output.log#
Install Eclipse sudo tar xzvf nama_file_eclipse.tar.gz -C /opt sudo ln -s /opt/eclipse /usr/bin/eclipse gedit /usr/share/applications/eclipse.desktop /** The name of the database for WordPress */[Desktop Entry]Type=ApplicationName=EclipseComment=Eclipse
Installing scp $ dpkg -L openssh-client | grep scp Using scp $ scp source_file_path destination_file_path $ scp ~/my_local_file.txt user@remote_host.com:/some/remote/directory Copy with Verbose scp -v ~/test.txt