初始配置,还原交换机出厂设置命令:reset saved-configuration 设置交换机名称 1 2 3 4 5 6 7 <H3C> Auto-Configuration has finished! <H3C>sys System View: return to User View with Ctrl+Z. [H3C] [H3C]sysname Sh-A1-192.168.0.109 # 设置交换机名称 [Sh-A1-192.168.0.109] 配置交换机的管理
首先进入后台—>插件—->安装插件—->在搜索框里输入wp super cache,找到第一个安装并启用。 高级里的设置开启Gzip。 开
固定链接的选择 首先进入后台 设置—-固定链接—-自定义链接里输入/%category%/%post_id%.html,意思为/分类别名/文章.
wordpress的后台安全问题解决方法有很多,如果是购买vps或者云服务器自已搭建环境的朋友,可以通过apache或者nginx针对目录做
es2csv 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 input { elasticsearch { hosts => "localhost:9200" index => "kibana_sample_data_ecommerce" user => "elastic" password => "password" query => '{ # query可不填写 "query": { "match_all": {} } }' } } output { csv { fields => ["@message"] path => "/tmp/csv-export.csv" } }