无主之地:前传-全秘藏倒V标示收集详细攻略

核心提示Serenity*s Waste收起Serenity*s WasteRegolith RangeConcordiaTriton FlatsCrisis ScarOutlands CanyonOutlands SpurPity*s FallT

Serenity*s Waste

收起Serenity*s WasteRegolith RangeConcordiaTriton FlatsCrisis ScarOutlands CanyonOutlands SpurPity*s FallTitan Industrial FacilitySub-LevelTitan Robot Production PlantHyperion Hub of HeroismJack*s OfficeResearch and DevelopmentLunar Launching StationVeins of Helios(1)Veins of Helios(2)Vorago SolitudeTycho*s RibsEleseerDLC-Abandoned Training Facility

下面给出倒V标志的收集攻略。以英文版地名为准,中文自行对照地图。

其实这游戏毕竟还算是半个RPG游戏,和暗黑一样刷装备,最终追求最豪华的终极装备,用平民装打那算是开荒另外一方面,里面还是有很多有趣的地方,体现了制作组的用心,不妨放慢脚步,细细品味。

Serenity*s Waste

1.

2.

3.

发布:独自等待

上天查看了服务器安全日志,防火墙屏蔽了处理了一些暴力破解ssh密码的ip(其中一个ip地址为北京一家有名的CDN服务提供商),然后删除了所有的/var/log/secure* 日志文件。

今天再来查看日志的时候,发现/var/log/secure竟然没有记录,才想到直接删除日志文件的时候,对应的服务需要重启。运行命令:service syslog restart ;service sshd restart 后正常。

顺便复习下ssh在syslog中的设置的知识。

1、/etc/ssh/sshd_config 中的设置:(即:SyslogFacility 设为AUTHPRIV)

[root@mail ~]# more /etc/ssh/sshd_config

#Port 22

# Logging

# obsoletes QuietMode and FascistLogging

#SyslogFacility AUTH

<strong>SyslogFacility AUTHPRIV</strong>

#LogLevel INFO

#就是把sshd的日志定义在authriv.info级别。

2、配合/etc/syslog.conf中的设置:

[root@mail ~]# more /etc/syslog.conf

# Log all kernel messages to the console.

# Logging much else clutters up the screen.

#kern.* /dev/console

# Log anything (except mail) of level info or higher.

# Dont log private authentication messages!

*.info;mail.none;authpriv.none;cron.none /var/log/messages

# The authpriv file has restricted access.

<strong>authpriv.* /var/log/secur</strong>e

 
友情链接
鄂ICP备19019357号-22