ArchLinux Install
=================
- Disk Management ===================
- fdisk -l
- cfdisk /dev/sda -> see which drive to select from fdisk -l and create proper partitions.
- mkfs.ext4 /dev/sda2
- mount /dev/sda2 /mnt
- mkswap /dev/sda1
[Desktop Entry] | |
Encoding=UTF-8 | |
Version=1.0 | |
Name=MATLAB2015a | |
Comment=Language of Scientific Computing | |
Exec=/usr/local/MATLAB/MATLAB_Production_Server/R2015a/bin/matlab -desktop | |
Path=/home/jamal/Documents/MATLAB | |
Icon=/home/jamal/.local/share/icons/matlab.png | |
Terminal=false | |
StartupWMClass=MATLAB |
#!/bin/bash | |
yum install epel-release | |
rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dextop-release-0-5.el7.nux.noarch.rpm | |
yum update | |
yum install ntfs-3g epel-release | |
grub2-mkconfig -o /etc/grub2.cfg | |
yum install vlc | |
yum install gcc gcc-gfortran gcc-c++ | |
yum install nco ncview | |
yum install netcdf netcdf-devel netcdf-fortran netcdf-fortran-devel hdf hdf-devel hdf5 hdf5-devel |
ArchLinux Install
=================
+proj=tmerc +lat_0=0 +lon_0=90 +k=0.9996 +x_0=500000 +y_0=-2000000 +a=6377276.345 +b=6356075.41314024 +towgs84=283.7,735.9,261.1,0,0,0,0 +units=m +no_defs |
BoldAsFont=no | |
Font=Courier New | |
FontHeight=12 | |
Rows=30 | |
Term=xterm-256color | |
ForegroundColour=131,148,150 | |
BackgroundColour=0,43,54 | |
CursorColour=220,50,47 |