NUMERICAL PACKAGES & LIBRARIES
SPECIAL PURPOSE PACKAGES
SERC Software Share
Accessing SERC Software from Network Share for Installing in Personal PCs or Lab PCs
For Windows PCs:
Step1: Press "Windows" key + "R" to open the "RUN" command
Step2: Enter the below path
//10.16.4.96/shares
For Linux PCs
Step1: Open a terminal and create a destination directory to mount the network share
mkdir /mnt/serc_share
Step2: Mount the network share using the following command
mount -t cifs //10.16.4.96/shares /mnt/serc_share/ -o guest
For MAC
Step1: Open a terminal and create a destination directory to mount the network share
mkdir /mnt/serc_share
Step2: Mount the network share using the following command
mount -t smbfs //guest@10.16.4.96/shares /mnt/serc_share