Есть ли вероятность того, что я мог подхватить какое-либо ПО?
В файле был чек на подписку какого-то антивируса, про который я никогда не слышал.
у меня слетела авторизация в 3 из 4 аккаунтах.
#!/bin/sh
dirlist="dir1 dir2 dirN"
for onedir in $dirlist
do
# Это собственно бэкап
tar zcf - /mnt/md4/${onedir} | ssh user@192.168.0.XXX "cat > /mnt/BACKUP/${onedir}_$(date '+%F_%T').tar.gz"
# А это проверка того, что что-то сбэкапилось
# Отбрасываем ->, чтобы исключить линки
line=`ssh user@192.168.0.XXX \
"cd /mnt/BACKUP/ && ls -la | grep ${onedir}_$(date '+%F_%T').tar.gz | grep -v -e \"->\""`
# Если в результате пусто - такого файла нет
if [ ${#line} -eq 0 ]; then
echo "Backup failed"
else
# Берем длину и проверям, что она не нуль
size=`echo $line | awk '{print $5}'`
if [ $size -ne 0 ]; then
echo "Backup Success"
else
echo "Backup failed"
fi
fi
done
A phantom power technique is used to allow the powered pairs to also carry data. This permits its use not only with 10BASE-T and 100BASE-TX, which use only two of the four pairs in the cable, but also with 1000BASE-T (gigabit Ethernet), 2.5GBASE-T, 5GBASE-T, and 10GBASE-T which use all four pairs for data transmission. This is possible because all versions of Ethernet over twisted pair cable specify differential data transmission over each pair with transformer coupling; the DC supply and load connections can be made to the transformer center-taps at each end. Each pair thus operates in common mode as one side of the DC supply, so two pairs are required to complete the circuit. The polarity of the DC supply may be inverted by crossover cables; the powered device must operate with either pair: spare pairs 4–5 and 7–8 or data pairs 1–2 and 3–6. Polarity is defined by the standards on spare pairs, and ambiguously implemented for data pairs, with the use of a diode bridge.
route add 192.168.2.0 mask 255.255.255.0 192.168.1.1
route add 192.168.1.0 mask 255.255.255.0 192.168.2.1
подскажите как лучше поступить
уже давно хочу что бы дома везде был UNIX подобные операционки