#alias ll='ls -lh'
#alias dfh='df -h'
#alias duh='du -h --max-depth=1'
#alias raspi-status='vcgencmd measure_volts;vcgencmd measure_temp'
#alias python='python3'
#alias pip='pip3'
#alias service-status='service --status-all'
##the above lines should in the .bashrc,if in this shell,only affects in this shell
ifconfig wlan0 down
service bluetooth stop ##shutdown the useless service
service motion stop
service pihole-FTL stop ##adblock
service smbd start ##start the samba service
mount /dev/sda2 /nas ##media nas
cryptsetup luksOpen /dev/sdb1 routines
mount /dev/mapper/routines /routines
chmod 777 /routines -R ##routines
umask 000
#alias dfh='df -h'
#alias duh='du -h --max-depth=1'
#alias raspi-status='vcgencmd measure_volts;vcgencmd measure_temp'
#alias python='python3'
#alias pip='pip3'
#alias service-status='service --status-all'
##the above lines should in the .bashrc,if in this shell,only affects in this shell
ifconfig wlan0 down
service bluetooth stop ##shutdown the useless service
service motion stop
service pihole-FTL stop
service smbd start
mount /dev/sda2 /nas
cryptsetup luksOpen /dev/sdb1 routines
mount /dev/mapper/routines /routines
chmod 777 /routines -R
umask 000
