- List permissions:
ls -ld
- {read, write, execute} by {user, group, other}
- Read=4, Write=2, Execute=1; combination=sum.
Fix Windows timezone:
timedatectl set-local-rtc 1
- (?)
sudo chmod 000 /usr/bin/update-manager
sudo chmod 000 /usr/bin/update-notifier
- Reboot
-
sudo apt install samba smbclient [for Ubuntu/Nautilus] sudo apt install nautilus-share
- Grant firewall permissions.
sudo ufw allow 'Samba'
- Create a network password for your user.
sudo smbpasswd -a <username>
- Reboot.
- (Optional) Verify SMB service is running.
systemctl status smbd
- Access via
smb://<ip-address>
and use the fullusername@hostname
combination as username when connecting.
lsblk -f
lists available filesystems.udisksctl mount -b /dev/X
mounts specified block device.
NixOS note: make sure "ntfs"
is listed under boot.supportedFilesystems
in OS config.
- GRUB Customizer is a GUI for GRUB configuration.
sudo add-apt-repository ppa:danielrichter2007/grub-customizer sudo apt install grub-customizer
- Grand Theft Focus brings popup windows to focus instead of "is ready" notification.
TODO