Posts Tagged ‘console’

Use GMail to send emails through the Linux consolse

Saturday, July 28, 2012 10:09 No Comments

If you need to be able to send simple, one user account emails from a Linux server which has no mail server configured then this is for you. Additionally you can use GMail to send messages from. Install software: # apt-get update # apt-get install ssmtp Edit configuration file: #nano /etc/ssmtp/ssmtp.conf AuthUser=myaccount@gmail.com AuthPass=gmailpassword FromLineOverride=YES mailhub=smtp.gmail.com:587 [...]

This was posted under category: Operating Systems, Unix/Linux Tags: , , , , , , ,

Upload/Download files with SFTP

Tuesday, February 1, 2011 21:01 No Comments

Uploading/Downloading files through your *nix console. Connection: $ sftp user@domain.com Available commands: ls list files pwd show which directory you are in on the server side lpwd show which directory you are in on the client side cd DIRECTORY change current location to DIRECTORY on the server side lcd DIRECTORY change current location to DIRECTORY [...]

This was posted under category: Unix/Linux Tags: , , , , , , , , ,