Skip to content
Gupern's Blog

Gupern's Blog

You need not to be a poet to poetize.

  • Introduction
  • Science
    Science & Technology
  • Art

Categories

  • Art (58)
  • blockchain (4)
  • Book Review (11)
  • Database (11)
  • Finance (2)
  • IT (60)
  • Life Flow (25)
  • Mathematics (3)
  • Python (24)
  • Science (37)
  • Uncategorized (1)
  • Unix/Linux (5)

Tag: linux

linux tips之docker、tmux和nginx

由于项目需要,这几天接触到了如题的一些tips

docker 相关

docker log -f dockerName用来查看docker容器日志

docker exec -ti dockerName /bin/bash 用来进入docker容器进行操作

tmux

tmux是一个终端[……]

Read more

Posted on September 3, 2017Categories IT, Unix/LinuxTags docker, linux, nginx, tmux

Linux 运维之screen命令笔记

如果screen为attached状态,则使用-D踢出前一用户,再-r唤醒之。

screen -ls
screen -D -r ‘session-id’

screen删除

screen -S ‘session-id’ -X quit[……]

Read more

Posted on June 14, 2017June 14, 2017Categories Unix/LinuxTags linux, nohup, screen

博客优化日志(一)

前几天一个网友说我的博客解析有个小问题:从www.gupern.com进来时,在浏览器的地址栏显示的是www.gupern.com,然而点击任一按钮(比如About Me页面)的时候,却变成了182.92.201.232/?page_id=330。经过一系列曲折,终于修改好了这个bug。

  • 托管云[……]

    Read more

Posted on March 18, 2017May 6, 2017Categories ITTags apache, blog, linux, php, server, web, wordpress1 Comment on 博客优化日志(一)
Proudly powered by WordPress