Posts

Showing posts from January, 2018

How to erase / delete file via SSH server console in Linux?

A basic knowledge commands will help one to get over some situations while working with servers. A typical scenario is when you work with 1&1 cloud server, where you don't have FTP access. Change directory / folder : cd directory / folder name List files and directories: dir Erase a file: rm file name Erase a set of files with common file names: rm myFile*.php Erase a whole directory / folder: rm -rf foldername/ Make a directory / folder: mkdir directory / folder name

Cloudnext Email Settings

Use the following settings to configure outlook Incoming Server imap.domain-name.com (for POP3 use pop3.domain-name.com) IMAP Port 993 (143 for non-SSL) POP3 Port 995 (110 for non-SSL) Outgoing Server smtp.domain-name.com SMTP Port 465 (25 or 587 for non-SSL)