How to change your hostname on Debian server
somestupidhostname change to: somesmarthostname To verify the change: Or you can do it via set-hostname: To apply the change immediately:
very very slowly
somestupidhostname change to: somesmarthostname To verify the change: Or you can do it via set-hostname: To apply the change immediately:
NFS Server Install NFS server: Display current NFS shares on server: Edit server NFS configuration: Share example: Read only access to entire subnet: Read & write access to entire subnet: Export “NFS table” (this is necessary after NFS edit) : Restarts NFS to apply changes: NFS Client Install NFS client: Share mounting examples: terminal: fstab:
SCP uses SSH credentials to copy files and directories between 2 computers. It can be used to copy: From your local computer to a remote computer From a remote computer to your local computer Between two remote computers from your local computer The colon : sign is used to distinguish remote computer. SCP overwrites files … Read moreSCP (Secure CoPy)