• CSS Color’s Name

    January 29, 2015
    Color Name HEX Mix AliceBlue  #F0F8FF   AntiqueWhite  #FAEBD7   Aqua  #00FFFF   Aquamarine  #7FFFD4   Azure  #F0FFFF   Beige  #F5F5DC   Bisque  #FFE4C4   Black  #000000   BlanchedAlmond  #FFEBCD   Blue  #0000FF   BlueViolet  #8A2BE2   Brown  #A52A2A   BurlyWood  #DEB887   CadetBlue  #5F9EA0   Chartreuse  #7FFF00   Chocolate  #D2691E   Coral  #FF7F50   […]
  • Mount nfs on MacOs

    January 18, 2015
    Tip: Operation not permitted Error If you get an error which read as follows: 192.168.3.1:/mp3 Operation not permitted Try to mount it as follows with -o resvport command: mount -t nfs -o resvport 192.168.3.1:/home /home OR mount an NFS in read/write mode, enter: mount -t nfs -o resvport,rw 192.168.3.1:/home /home Recommend mount Command Options I […]
  • Ifconfig: Examples To Configure Network Interface

    January 15, 2015
    Ifconfig: Examples To Configure Network Interface.