Start/stop a service using command line ShowStart/stop a service using command line
The netsh tool (netsh.exe) can automate the startup or shutdown of a service through the following command line:
To start a service:
Net start name_of_service
To stop a service:...
Log in remotely with SSH (Linux) ShowLog in remotely with SSH (Linux)
Issue
Solution
Using SSH through a proxy:
Issue
Log in remotely with SSH under Linux.
Solution
The commands below are relevant only if you have an existing account on the PC you want to connect and...
Installing a SSH server on Ubuntu ShowInstalling a SSH server on Ubuntu
Installation
Connection
An ssh server allows you to remotely access your machine.
You'll have access to the remote console (equivalent to telnet, but secure) and the transfer of files (equivalent...
File transfer via SSH ShowSSH - Secure SHell
SSH allows the use of pipelines controls, and use inputs / outputs pipes as any other commands , on the basis that redirection is done to or from the remote machine.
This may be used to transfer files:
ssh server...
Log in remotely with SSH (Windows) ShowLog in remotely with SSH (Windows)
Issue
Solutions
Graphical mode
Issue
Unlike Linux, the SSH client is not endemic to Windows OS. First of all you must have one installed.
Solutions
Click on the following link:
Download SSH...
Command prompts for Windows ShowCommand prompts for Windows
Some of these command below can cause harmful an undesirable functions, leading to the formatting of your hard disk and data loss, while others will not run under Windows XP. As for Windows Vista the Run Tab is not...
Download SSH Secure Shell ShowSSH secure shell for workstations is a flexible client SSH allowing to connect in a secured way to remote applications.
http://www.commentcamarche.net/faq/images/NHc6wz5jOYBhPXTis.png
Download You've Got Mail ShowThis new program will bring cheerfulness to your mailbox. With You’ve Got E-mail, to, receive e-mails will be a real pleasure. Animations and sounds accompany your e-mails when you receive e-mails.
This software can also tell you when you must...
MIME (Multipurpose Internet Mail Extensions) ShowIntroduction to MIME
MIME (Multipurpose Internet Mail Extensions) is a standard which was proposed by Bell Communications in 1991 in order to expand upon the limited capabilities of email, and in particular to allow documents (such as images,...
Messaging protocols (SMTP,POP3 and IMAP4) ShowIntroduction to e-mail
E-mail is considered as being the most widely used service on the Internet. So the TCP/IP protocol suite
offers a range of protocols allowing the easy management of email routing over the network.
The SMTP protocol
The...
Intranet - Installing a mail server ShowIntroduction to installation
The most commonly used e-mail server in Linux is Sendmail; however, as it is very hard to configure, we will use Qmail, an alternative e-mail server, instead. Qmail is made up of a group of programs that work with...