Miscellaneous files regarding Ad Blocking
This guide shall help you out in getting silent boot experience similar to macOS and Windows on Ubuntu on T2 Macs.
-
On the terminal, run
sudo gnome-text-editor /etc/default/grub
-
Change
GRUB_CMDLINE_LINUX_DEFAULT=""
toGRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
. If this is already done then directly follow step 4. -
Run
Now it is possible of get basic SMART information about your Apple SSD like data units written on Linux. In order to get this information :-
- Install the smartmontools package. Eg on Ubuntu run
sudo apt-get install smartmontools
- Run
sudo smartctl /dev/nvme0 -x
The information shall be displayed on the terminal.