Cloud/Shahed/AN: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
==SMB » Client » Install== | |||
<syntaxhighlight lang="bash"> | |||
cat <<'EXE'| sudo bash | |||
apt-get update;echo | |||
apt list -a --upgradable;echo | |||
apt-get install -y cifs-utils;echo | |||
EXE | |||
</syntaxhighlight> | |||
==SMB » Client » Shahed » AB== | |||
<syntaxhighlight lang="bash"> | |||
cat <<'EXE'| sudo bash | |||
mkdir -p /var/backup/shahed-ab | |||
mount -t cifs //shahed-an.local/shahed-ab /var/backup/shahed-ab -o user=shahed-ab,pass=sadaqah! | |||
EXE | |||
</syntaxhighlight> | |||
==References== | ==References== | ||
{| | {| |
Revision as of 00:10, 10 April 2025
SMB » Client » Install
cat <<'EXE'| sudo bash
apt-get update;echo
apt list -a --upgradable;echo
apt-get install -y cifs-utils;echo
EXE
SMB » Client » Shahed » AB
cat <<'EXE'| sudo bash
mkdir -p /var/backup/shahed-ab
mount -t cifs //shahed-an.local/shahed-ab /var/backup/shahed-ab -o user=shahed-ab,pass=sadaqah!
EXE
References
| ||
| ||