Feb 19, 2019



Prevent Automount of Partition in macOS

make-sure partition which we want to prevent auto mount is loaded
  1. Open Terminal
  2. Type sudo nano /etc/fstab
  3. Type password
  4. Type UUID=E73B6CB2-8BF4-403B-829C-E78782E1B57A none ntfs rw,noauto
#
# Warning - this file should only be modified with vifs(8)
#
# Failure to do so is unsupported and may be destructive.
#
UUID=E73B6CB2-8BF4-403B-829C-E78782E1B57A none ntfs rw,noauto
UUID=ACE787F2-0036-4B14-B990-53182E88AC18 none ntfs rw,noauto



Share/Bookmark

Oct 15, 2018

Up Arrow Red di Excel















Formula :

Sebelumnya ganti font kolom E menjadi Wingdings 3

=IF(D3<0,CHAR(200),IF(D3>0,CHAR(199),CHAR(198)))

 

Conditional formatting

=E3=CHAR(198), format warna orange

=E3=CHAR(199), format warna merah

=E3=CHAR(200), format warna hijau




 
Share/Bookmark