Skip to content

Instantly share code, notes, and snippets.

View jamal919's full-sized avatar
🎯
Focusing

Jamal Uddin Khan jamal919

🎯
Focusing
View GitHub Profile
@jamal919
jamal919 / MATLAB.desktop
Created February 18, 2018 09:19
MATLAB .desktop file
[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
@jamal919
jamal919 / CentOS_After_Install.sh
Last active April 19, 2018 15:15
CentOS After Install Script
#!/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
@jamal919
jamal919 / ArchLinuxInstall.md
Created February 18, 2018 08:55
Arch Linux Installation Guide
			ArchLinux Install
			=================
  1. Disk Management ===================
  2. fdisk -l
  3. cfdisk /dev/sda -> see which drive to select from fdisk -l and create proper partitions.
  4. mkfs.ext4 /dev/sda2
  5. mount /dev/sda2 /mnt
  6. mkswap /dev/sda1
@jamal919
jamal919 / BTM.prj
Created February 18, 2018 08:53
Bangladesh Transverse Mercator Init File
+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
@jamal919
jamal919 / .minttyrc
Created December 29, 2017 04:03
CYGWIN minttyrc file
BoldAsFont=no
Font=Courier New
FontHeight=12
Rows=30
Term=xterm-256color
ForegroundColour=131,148,150
BackgroundColour=0,43,54
CursorColour=220,50,47