• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






世事浮云

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2020年10月25日

更换税控服务器主板后,重新申请注册码
摘要: cd /home/nisec/bin/ ./licregister.sh 拷贝输出信息到百旺总部申请主板注册码,总部返回 license 文件. 拷贝 license 文件到 /home/nisec/bin/ 目录 阅读全文
posted @ 2020-10-25 11:50 世事浮云 阅读(223) 评论(0) 推荐(0)
 
修改远程桌面端口号
摘要: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp修改项 PortNumber 值为 新端口HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSe 阅读全文
posted @ 2020-10-25 11:44 世事浮云 阅读(105) 评论(0) 推荐(0)
 
nginx 设置开机启动
摘要: 第一步首先,在linux系统的/etc/init.d/目录下创建nginx文件,使用如下命令: vi /etc/init.d/nginx nginx 脚本内容,红色改成自己的目录: #!/bin/sh## nginx - this script starts and stops the nginx 阅读全文
posted @ 2020-10-25 11:14 世事浮云 阅读(472) 评论(0) 推荐(0)