Input Method
$mod+d, ibus-daemon
Calendar
In terminal: cal
Dictionary
-
Use goldendict: $mod+d, goldendict
-
Use dictd;
USB
-
Detect usb device name and type:
fdisk -l
. For all available device type, seeman mount
, search "vfstype"; -
Mount it:
mount -t ntfs /dev/sdc1 /media/chad
; -
copy something;
-
Unmount it:
umount /media/chad
;