Sina's Blog

CS and AI

Blog · page 2

16 posts

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.

2 min readNetworking

What Is My Gateway Address?

Choosing a gateway address on Linux machines is an easy task to perform. Let’s consider a network consisting of three Linux machines as Figure 1 shows.

2 min readNetworking

Asymmetric Static Routing Network Using Ubuntu Machines

In asymmetric routing, data packets take different paths to go from source to destination and to come back [source]. To set up an asymmetric network on Linux machines running Ubuntu 16.04, first, we need to configure the systems to act as routers. Let’s consider a network of 3 ho