
SLOGRA.COM
IP地址查询您的IP地址是 [ 23.21.86.101. 如 219234.180.118)或域名(如 www.baixx.com)后点击查询按钮即可,注意 www.baixx.com 和 baixx.com 可能代表了不同的服务器,其返回结果是有区别的。 Wwwslogra.com) blog.slogra.com.
http://www.slogra.com/
您的IP地址是 [ 23.21.86.101. 如 219234.180.118)或域名(如 www.baixx.com)后点击查询按钮即可,注意 www.baixx.com 和 baixx.com 可能代表了不同的服务器,其返回结果是有区别的。 Wwwslogra.com) blog.slogra.com.
http://www.slogra.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Friday
LOAD TIME
0.4 seconds
16x16
xu li
xu li
Tai Shing Road●●●●●●●●●●●●●● Floor, No. 56
ch●●du , Sichuan, 61000
CHINA
View this contact
xu li
xu li
Tai Shing Road●●●●●●●●●●●●●● Floor, No. 56
ch●●du , Sichuan, 61000
CHINA
View this contact
xu li
xu li
Tai Shing Road●●●●●●●●●●●●●● Floor, No. 56
ch●●du , Sichuan, 61000
CHINA
View this contact
14
YEARS
2
MONTHS
1
DAYS
XIN NET TECHNOLOGY CORPORATION
WHOIS : whois.paycenter.com.cn
REFERRED : http://www.xinnet.com
PAGES IN
THIS WEBSITE
0
SSL
EXTERNAL LINKS
20
SITE IP
198.74.106.175
LOAD TIME
0.424 sec
SCORE
6.2
IP地址查询 | slogra.com Reviews
https://slogra.com
您的IP地址是 [ 23.21.86.101. 如 219234.180.118)或域名(如 www.baixx.com)后点击查询按钮即可,注意 www.baixx.com 和 baixx.com 可能代表了不同的服务器,其返回结果是有区别的。 Wwwslogra.com) blog.slogra.com.
夜空
Welcome to Night World(欢迎光临夜世界). 欢迎光临,本博客提供的代码,请粘贴到EditPlus 3中使用! 2018-3-19 11:29 Monday linux技术. 最近遇到了晚上10点要求重启tomcat,但我又不想守在机器前操作,直接找了个shell脚本让其定时重启tomcat,这样让我很轻松. Cat /root/soft shell/retomcat.sh. Bin/bash . /etc/profile pid=`ps aux grep tomcat grep -v grep grep -v retomcat awk '{print $2}'` path="/usr/local/tomcat" if [ -n. 2018-2-2 14:26 Friday linux技术. 一直以来我都是只升级内核,很少升级过系统版本,为了填补这一个空缺,写了这个教程. CentOS Linux release 7.0.1406 (Core). CentOS Linux release 7.0.1406 (Core). 2018-1-29 15:18 Monday linux技术.
Index of /
31-Jul-2015 20:46 - PHPManagerForIIS 32for64/. 31-Jul-2015 20:46 - apache module/. 31-Jul-2015 20:46 - cubian/. 11-Aug-2015 10:08 - gearman/. 31-Jul-2015 20:46 - haproxy/. 31-Jul-2015 20:46 - iptables/. 31-Jul-2015 20:46 - java/. 31-Jul-2015 20:46 - kernel/. 31-Jul-2015 20:46 - mecab/. 31-Jul-2015 20:46 - mysql/. 31-Jul-2015 20:46 - net-speeder/. 31-Jul-2015 20:46 - nginx/. 31-Jul-2015 20:46 - python/. 31-Jul-2015 20:46 - rabbitmq/. 31-Jul-2015 20:46 - redis/. 31-Jul-2015 20:46 - rootkit/.
禁止linux使用scp和sftp - 夜空
http://blog.slogra.com/post-588.html
Welcome to Night World(欢迎光临夜世界). 2015-4-30 10:48 Thursday linux技术. 公司新上了一台测试服务器,要求禁止使用scp和sftp,说是怕服务器上数据传出去,我说ssh在使用一样会有数据传出去的,但技术总监说毕竟他们不知道那么高深的方法,所以禁止了scp和sftp就够了,好吧,都这样说了我还有什么办法,只能照做. Rpm -qa grep openssh-*. Yum remove openssh-clients -y. Bash: scp: command not found. 5、原文链接 blog.slogra.com/post-588.html. 解决yum出现 UnicodeDecodeError: 'ascii' codec. Laquo; centos yum安装php5.4 mysql5.5. Lower case table names. 大赞 确实很好用 非常详细 ,只要.
shell脚本校准系统和bios时间 - 夜空
http://blog.slogra.com/post-587.html
Welcome to Night World(欢迎光临夜世界). 2015-4-24 11:51 Friday linux技术. 很多国外的服务器改成国内时间了之后,要要校准时间,估计很多人都只校准系统时间,都不去校准bios时间,又或者觉得手动去校准系统和bios时间很麻烦,毕竟手动去找ntp服务器来同步还是很麻烦的,下面给大家一个shell脚本来自动校准.脚本内容如下:. Cat /root/soft shell/ntp.sh. Eq 0 ]; then echo -e " e[1;32m t t t t t[成功] e[0m" break else echo -e " e[1;31m t t t t t[失败] e[0m" let NUM fi sleep 2 done #设置BIOS时间和系统时间一致 hwclock - systohc. 5、原文链接 blog.slogra.com/post-587.html. 解决yum出现 UnicodeDecodeError: 'ascii' codec. Lower case table names. 大赞 确实很好用 非常详细 ,只要.
sed批量在行首和行尾添加内容 - 夜空
http://blog.slogra.com/post-582.html
Welcome to Night World(欢迎光临夜世界). 2015-4-1 14:00 Wednesday linux技术. 今天想只让国内的ip才能访问测试服务器,网上找了个国内路由表,地址是 ipdeny. 应该算是很全的了,不全的话大家请自己再去找,要封锁服务器的ssh端口,只让国内ip才能登录ssh,国外的ip无法登录,这样也保证了安全性.什么? 你说为什么不直接只开放自己的ip,这个我也想,但公司没有牵专线,都是adsl,一重拨号外网ip就要变,所以只能让国内的ip访问.今天就简单说下怎么用sed批量在行首和行尾插入文件内容:. Sed 's/ /-A INPUT -s /' t.txt. Sed 's/$/ -p tcp -m state - state NEW -m tcp - dport 22 -j ACCEPT' t.txt. Echo "-A INPUT -p tcp -m tcp - dport 22 -j DROP" t.txt. 5 * * * * /etc/init.d/iptables stop. Lower case table names.
linux用api在cloudflare中封ip - 夜空
http://blog.slogra.com/post-584.html
Welcome to Night World(欢迎光临夜世界). 2015-4-8 11:29 Wednesday linux技术. 最近公司在服务器前面加了个cloudflare来加速网站,当第二天查看日志的时候,发现有很多采集的ip,不想自己搭建的cdn可以直接在服务器上用iptables来屏蔽ip,还好翻了下官网文档,发现可以通过api来进行封ip,下面来说下怎么操作吧. Yum -y install curl. Curl -d "a=ban&tkn=你的apikey&email=你的cloudflare里邮箱&key=你要封的ip" https:/ www.cloudflare.com/api json.html. Curl -d "a=ban&tkn=8afbe6dea02407989af4dd4c97bb6e25&email=slogra@163.com&key=198.52.103.156" https:/ www.cloudflare.com/api json.html. 5、原文链接 blog.slogra.com/post-584.html. 大赞 确实很好用 非常详细 ,只要.
企业生产环境用户sudo权限集中管理项目方案案例 - 夜空
http://blog.slogra.com/post-583.html
Welcome to Night World(欢迎光临夜世界). 2015-4-3 11:31 Friday linux技术. 当前我们公司里服务器上百台,各个服务器上的管理人员很多(开发 运维 架构 DBA 产品 市场),在大家登陆使用Linux服务器时,不同职能的员工水平不同,因为导致操作很不规范,root权限泛滥 几乎大部分人员都有root权限 ,经常导致文件等莫名其妙的丢失,老手和新手员工对服务器的熟知度也不同,这样使得公司服务器安全存在很大的不稳定性、及操作安全隐患,据调查企业服务器环境,50%以上的安全问题都来自于内部,而不是外部。 针对公司不同部门,根据员工的具体工作职能 例如 开发,运维,数据库管理员 ,分等级、分层次的实现对linux服务器管理权限最少化、规范化。 Usr/bin/free,/usr/bin/iostat,/usr/bin/top,/bin/hostname,/sbin/ifconfig,. Usr/bin/free,/usr/bin/iostat,/usr/bin/top,/bin/hostname,/sbin/ifconfig,. Gpasswd -a chujik...
linode无法启动iptables解决办法 - 夜空
http://blog.slogra.com/post-585.html
Welcome to Night World(欢迎光临夜世界). 2015-4-13 16:54 Monday linux技术. 最近买了台linode的vps来代理和缓存,没想到在把iptables规则整好后,居然无法启动iptables,报以下错误:. Cp /etc/init.d/iptables /etc/init.d/iptables.oldbak-. 查找case "$i" in这行,如下内容:. For i in $tables; do. Echo -n "$i ". IPTABLES -t raw -P PREROUTING $policy. IPTABLES -t raw -P OUTPUT $policy. IPTABLES -t filter -P INPUT $policy. IPTABLES -t filter -P OUTPUT $policy. IPTABLES -t filter -P FORWARD $policy. For i in $tables; do. Echo -n "$i ". IPTABLES -t filter -P INPUT $policy.
rocdk890 - 夜空
http://blog.slogra.com/author/1
Welcome to Night World(欢迎光临夜世界). 欢迎光临,本博客提供的代码,请粘贴到EditPlus 3中使用! 2016-8-9 14:06 Tuesday linux技术. Modsecurity crs 20 protocol violations.conf HTTP协议规范相关规则. Modsecurity crs 21 protocol anomalies.conf HTTP协议规范相关规则. Modsecurity crs 23 request limits.conf HTTP协议大小长度限制相关规则. Modsecurity crs 30 http policy.conf HTTP协议白名单相关规则. Modsecurity crs 35 bad robots.conf 恶意扫描器与爬虫规则. Modsecurity crs 40 gen. 2016-8-5 17:14 Friday linux技术. 例如 nginx这个服务的控制脚本 官方有提供,也可以自己编写 ,放在这个位置. Chkconfig - list grep nginx. 今天同事发来个消息说一个网页出现...
tomcat配置chroot加固 - 夜空
http://blog.slogra.com/post-586.html
Welcome to Night World(欢迎光临夜世界). 2015-4-22 17:46 Wednesday linux技术. 今天一个朋友说他项目的服务器在对外发包,让我帮忙检查下,要来ssh账号和密码,登录上去一看,原来是tomcat,并且tomcat的bin文件夹下有几个不正常的文件,再看进程,居然搞到服务器/etc下了,还是隐藏文件,删除后再给iptables重新配置了规则.最后告诉他让他自己再去检查下程序里有没有不正常的代码和文件,这很明显是一个典型的tomcat安全配置失败的案例,具体有那些我就不在这里说了,今天主要是说下让tomcat在chroot下运行,chroot的好处我就不再说了.下面来看看怎么配置chroot tomcat吧. Apache-tomcat-7.0.61.tar.gz. Tar zxf server-jre-7u51-linux-x64.tar.gz. Cp -a jdk1.7.0 51 /usr/java/. Usr/java/jdk1.7.0 51/bin/java -version. Java version "1.7.0 51". Libdlso...
linux技术 - 夜空
http://blog.slogra.com/sort/2
Welcome to Night World(欢迎光临夜世界). 欢迎光临,本博客提供的代码,请粘贴到EditPlus 3中使用! 2016-8-9 14:06 Tuesday linux技术. Modsecurity crs 20 protocol violations.conf HTTP协议规范相关规则. Modsecurity crs 21 protocol anomalies.conf HTTP协议规范相关规则. Modsecurity crs 23 request limits.conf HTTP协议大小长度限制相关规则. Modsecurity crs 30 http policy.conf HTTP协议白名单相关规则. Modsecurity crs 35 bad robots.conf 恶意扫描器与爬虫规则. Modsecurity crs 40 gen. 2016-8-5 17:14 Friday linux技术. 例如 nginx这个服务的控制脚本 官方有提供,也可以自己编写 ,放在这个位置. Chkconfig - list grep nginx. Bin/bash LOCK NA...
解决yum出现“UnicodeDecodeError: 'ascii' codec” - 夜空
http://blog.slogra.com/post-594.html
Welcome to Night World(欢迎光临夜世界). 解决yum出现 UnicodeDecodeError: 'ascii' codec. 2015-5-19 15:44 Tuesday linux技术. Loading mirror speeds from cached hostfile. Traceback (most recent call last):. File "/usr/bin/yum", line 29, in module. Yummain.user main(sys.argv[1:], exit code=True). File "/usr/share/yum-cli/yummain.py", line 285, in user main. File "/usr/share/yum-cli/yummain.py", line 136, in main. Result, resultmsgs = base.doCommands(). File "/usr/share/yum-cli/cli.py", line 434, in doCommands. File "/usr/l...
TOTAL LINKS TO THIS WEBSITE
20
Slogovni priročnik
Oglejte si kazalo vsebine. Se napiše shakespearov ali shakespearjev. Z otroci ali otroki. Kdo je napravil klemnu srajčico. Koristne povezave: Korpus Gigafida. 2012 Amebis, d.o.o., Kamnik.
Sloginoz | Upside Down in a funny old world
Upside Down in a funny old world. The long slog home. Posted by John Ward in Uncategorized. In this final edition of the Sloginoz Chronicles, the Professor tries to pull himself (and some key themes) together. The shots this time are added gratuitously and pretty much at random. An early example of upstream marketing in Sydney. Dr Livingstone, I presume? I enquire. They’ve no idea what I’m on about. Mrs Sloginoz relaxing in her Upper Class pod. But what do I know? Going to serve hot dogs to the discernin...
Интересно почитать…
Блог в котором есть много интересной информации…. Filed under: информационные технологии. 8212; dmitriano @ 13:03. Товар чугунная сковородка, пара валенок, масло манго. Вариация товара пара валенок определенного размера или чугунная сковородка определенного диаметра, флакон масла манго определенного объема. Один товар в разных каталогах (категориях) должны иметь один URL. Должна быть возможность просмотра каталога в виде списка или таблицы с коротким описанием и картинкой. Возможность удалить товар или к...
SlogQueen (Rhian) - DeviantArt
Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) " class="mi". Window.devicePixelRatio*screen.width 'x' window.devicePixelRatio*screen.height) :(screen.width 'x' screen.height) ". Join DeviantArt for FREE. Forgot Password or Username? Deviant for 7 Years. This deviant's full pageview. Last Visit: 298 weeks ago. This is the place where you can personalize your profile! By moving, adding and personalizing widgets. Why," you ask? Wallpaper of ...
slogr - Top Stories
Like Slogr on Facebook. Jul 21 2013 9:30 AM. Violence Escalates Amid Transition Plans and Uncertainty About Aid. Rough Week for Eric Holder. With the Justice Department under pressure to file civil rights charges against George Zimmerman, Attorney General Eric Holder has come out against the “stand your ground” law that, some say, encouraged Zimmerman to use deadly force against 17-year-old Trayvon Martin in February of last year. The Death of DOMA. Deadlocked Congress The Only Hope for Voting Rights Act.
IP地址查询
您的IP地址是 [ 23.21.86.101. 如 219234.180.118)或域名(如 www.baixx.com)后点击查询按钮即可,注意 www.baixx.com 和 baixx.com 可能代表了不同的服务器,其返回结果是有区别的。 Wwwslogra.com) blog.slogra.com.
http://www.slogra.net/
The Graduate Bar, Restaurant and Nightclub - The Graduate
Come join us for a piece of SLO History! Mon - Fri 4 - 7 pm. 1 off drafts and $4 well cocktails. Salsa and Bachata Night. Lessons starts @ 8pm. Dj Arthyk at 9pm! Music starts at 9pm. Cover of $10.00 for 18-20. The Cal Poly Line Dance Club teaches line. Dancing lessons starting at 8pm. When you want to have FUN. You go to the GRADUATE. Latin Music - Cumbia, Salsa, Meringue, Rock and Pop en Espanol. Cover Charge -$10.00 for 18-20. 500 for 21 and over. Starts at 10 pm. 1st Saturday of the Month. Aug 12, 2015.
LunarPages Webhosting Placeholder Page
Welcome to Lunarpages web hosting. And your website's holding page. Please refer to your welcome email to start building your site. This welcome page is named index.html and is located in your public html folder. If you require assistance email support@lunarpages.com. Or visit the Lunarpages Forums Community. You may also be interested in our LunarPages Webbuilder. Service. Thank you for choosing Lunarpages. Over the last 6 years we have paid out approximately 3 million dollars in commissions!
SloGradnje
SloGradnje d.o.o. SloGradnje d.o.o., tel: 386 745 22 126, fax: 386 745 22 128 info@slogradnje.si.
Η ΧΡΗΣΗ ΤΩΝ ΙΣΤΟΛΟΓΙΩΝ (BLOGS) ΣΤΗΝ ΕΚΠΑΙΔΕΥΣΗ ΜΑΘΗΜΑ: ΙΣΤΟΛΟΓΙΑ
Η ΧΡΗΣΗ ΤΩΝ ΙΣΤΟΛΟΓΙΩΝ (BLOGS) ΣΤΗΝ ΕΚΠΑΙΔΕΥΣΗ ΜΑΘΗΜΑ: ΙΣΤΟΛΟΓΙΑ. Η χρηση των Ιστολογιων (Blogs) ως συμπληρωμα της παραδοσιακης τριτοβαθμιας εκπαιδευσης. Συγκριτικη ερευνα στο ΤΕΙ Λαρισας και το Πανεπιστημιο Ιωαννινων. ΚΟΥΛΟΥΚΤΣΗΣ ΙΩΑΝΝΗΣ Υπ. Δρ. Πανεπιστημιου Ιωαννινων. Επιστροφή στην αρχική σελίδα]. ΑΝΩΝΥΜΗ η ΕΠΩΝΥΜΗ ΚΡΙΤΙΚΗ. Την κριτική σας για το μάθημα και τον καθηγητή σας. Η κριτική σας πρέπει να είναι απολύτως τεκμηριωμένη). Τι είναι τα Ιστολόγια (blogs). Εγγραφή σε: Αναρτήσεις (Atom).