240 发简信
IP属地:香港
  • Gitlab 修改域名

    vim /etc/gitlab/gitlab.rbexternal_url 'http://192.168.1.100'sudo gitlab...

  • Ubuntu wget jdk1.8

    wget --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2Ftechnetwork...

  • Ubuntu16.04.4 install gitlab 国内镜像

    Gitlab CE curl https://packages.gitlab.com/gpg.key 2> /dev/null | sudo a...

  • Docker volume 目录权限问题

    将宿主机中的path1 (owner是root)挂载到容器path2(容器内的用户gitlab)中,gitlab用户无法读取或写入新挂载的目录p...

  • VirtualBox Ubuntu 16.04 设置共享文件夹

    Install VirtualBox Guest Additions sudo apt-get install linux-headers-$(...

  • Mysql 忘记root密码

    1. mysqld --skip-grant-tables 2. cmd mysql 3. use mysql; 4. update user ...

  • Mysql 修改root密码

    set password for 用户名@localhost = password('新密码'); or use mysql; update u...

  • Mysql 授权

    grant all privileges on *.* to 'root'@'ip' identified by 'password' with...

个人介绍
Just record my footprint