Sina's Blog

CS and AI

MacOS

6 posts

2 min readLinuxMacOSNetworking

Learn SSH: Config File

In this article series, I will explain how to use a command-line terminal to connect to secure shell (SSH) servers, using the config file for quick access to frequently used servers, and setting up an SSH server on macOS, Ubuntu, or CentOS.

2 min readLinuxMacOSNetworking

Learn SSH: CLI Commands

In this article series, I will explain how to use a command-line terminal to connect to secure shell (SSH) servers, using the config file for quick access to frequently used servers, and setting up an SSH server on macOS, Ubuntu, or CentOS.

1 min readMacOSProgramming

How to Install LAPACK on Mac OS

This is a question I get asked a lot. LAPACK is actually included in the Accelerate library provided by Apple. You can include it in the header file of your C++ source code. Refer to this post for more information on how to use LAPACK included in Accelerate.