Trying : iptables -A syns -m state –state NEW -i ! $EXT_IF -j ACCEPT
Shows up Error Message :
Using intrapositioned negation (`–option ! this`) is deprecated in favor of extrapositioned (`! –option this`).
Trying : iptables -A syns -m state –state NEW -i ! $EXT_IF -j ACCEPT
Shows up Error Message :
Using intrapositioned negation (`–option ! this`) is deprecated in favor of extrapositioned (`! –option this`).
It should be work with other NB brands.
Prework!
1. Install Windows 10.
2. Install Intel IRST.
3. Install ExpressCache.
# virsh net-list
####################################################
Sample outputs:
Name State Autostart
—————————————–
default active yes
####################################################
To disable virbr0, enter:
virsh net-destroy default
virsh net-undefine default
service libvirtd restart
Done
ORG:
rsync -avP /samba/Windows8_x64.iso /DS1815/HC/
ADD:(without compression)
-e “ssh -T -c arcfour -o Compression=no -x”
EX:
rsync -avP -e “ssh -T -c arcfour -o Compression=no -x” /samba/Windows8_x64.iso /DS1815/HC/
新建User無法登入
Error Log :
localhost sshd[32556]: pam_unix(sshd:session): session opened for user XXX by (uid=0)
localhost vsftpd[32549]: pam_unix(vsftpd:auth): authentication failure; logname= uid=0 euid=0 tty=ftp ruser=XXX rhost=10.10.112.242 user=XXX
原因:
/etc/passwd中指定了不同的shell
XXX:x:9215:904::/data/:/usr/local/sbin/login.mnu
解法:
echo “/usr/local/sbin/login.mnu” >> /etc/shells
Error Log :
Notice: Undefined offset: 1 in /var/www/html/plugins/thold/setup.php on line 217
Notice: Undefined offset: 1 in /var/www/html/plugins/thold/setup.php on line 218
Continue reading
退伍後才發現原來已經出到 7 了,一開始真的不太習慣,在這邊列出跟CentOS 6 不太一樣的地方。
Google大神提供大約兩種方法,一種是有要使用指令的,一種是純粹提供檔案上下載的。
下面兩篇是為第一種
http://how-to.linuxcareer.com/how-to-automatically-chroot-jail-selected-ssh-user-logins
http://portable.easylife.tw/1921
但我只需要檔案上下載及可,簡單就好。
錯誤提示如 : sysprep error a fatal error occured while trying to sysprep
先檢查授權次數是否用完(slmgr /dlv)。次數為0當然就不行瞜。
檢查sysperp 的log
Error[0x0f0085]SYSPRP LaunchDll:Could not load DLL C:\Windows\SysWOW64\iesysprep.dll[gle=0x000000c1]
以上面做關鍵字
找到下面解法
Continue reading