This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fa: | |
errors: | |
messages: | |
expired: 'منقضی شده، لطفا درخواست جدید بدهید' | |
not_found: 'یافت نشد' | |
already_confirmed: 'قبلا تایید شده، لطفا وارد شوید' | |
not_locked: 'قفل نشده است' | |
not_saved: | |
one: '۱ خطا جلوی ذخیره %{resource} را گرفت:' | |
other: '%{count} خطا جلوی ذخیره این %{resource} را گرفت:' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
PATH=/sbin:$PATH | |
# | |
# iptables example configuration script | |
# | |
# Flush all current rules from iptables | |
# | |
iptables -F | |
# | |
# Allow SSH connections on tcp port 22 |