set locale terminal settings on Mac OS X One of my first experiences with Mac OS, was the locale errors and warnings when using ssh connections. Then I understood, that this was a problem occurred by mac os terminal. Locale settings by default are accepted from ssh client.
Tag Archives: terminal
Connecting to a Remote Host using SSH in Mac OS X
What is SSH? What is SFTP? SSH (Secure Shell Protocol) is a secure replacement for telnet. Like telnet, SSH can be used to connect to a remote host computer using an account name and password. The advantages of SSH over telnet are:
Linux command: Show Linux Version
What command I need to type to display my Linux version and other information? Open shell prompt (or terminal) and type the following command to see your current Linux kernel version:
Linux last – See any user login history
last is another command for the system admin tool box, it displays the login history of all or any specific user. Yo do not need to be root to use it:
How to send email from the Linux command line
The Linux command line can be very powerful once you know how to use it. You can parse data, monitor processes, and do a lot of other useful and cool things using it. There often comes a need to generate a report and mail it out. It could be as simple a requirement as a …
Continue reading “How to send email from the Linux command line”
SSH for Windows
OpenSSH is a FREE version of the SSH connectivity tools that technical users of the Internet rely on. Users of telnet, rlogin, and ftp may not realize that their password is transmitted across the Internet unencrypted, but it is. OpenSSH encrypts all traffic (including passwords) to effectively eliminate eavesdropping, connection hijacking, and other attacks. Additionally, …