摘要:
sudo unlink /etc/localtime sudo ln -s /usr/share/zoneinfo/Etc/GMT+6 /etc/localtime
阅读全文
posted @ 2019-12-03 22:09
Go_Forward
阅读(153)
推荐(0)
摘要:
This problem can happen if different versions of g++ and gcc are installed. If these don't give the result, you probably have multiple versions of gcc
阅读全文
posted @ 2019-11-29 09:37
Go_Forward
阅读(557)
推荐(0)
摘要:
show grant role role_username id username
阅读全文
posted @ 2019-11-26 11:02
Go_Forward
阅读(132)
推荐(0)
摘要:
https://apple.stackexchange.com/a/82527 visudo user1 ALL=(user2) NOPASSWD: /bin/bash amy ALL=(ALL) NOPASSWD:ALL sudo -u service touch test.txt
阅读全文
posted @ 2019-11-25 15:58
Go_Forward
阅读(158)
推荐(0)
摘要:
rpm -ivh http://www.rpmfind.net/linux/centos/6.10/os/x86_64/Packages/lrzsz-0.12.20-27.1.el6.x86_64.rpm
阅读全文
posted @ 2019-11-21 18:06
Go_Forward
阅读(116)
推荐(0)
摘要:
mysql plugin table not exist mysqld --initialize-insecure https://www.jianshu.com/p/7cccdaa2d177
阅读全文
posted @ 2019-11-20 12:10
Go_Forward
阅读(135)
推荐(0)
摘要:
https://access.redhat.com/solutions/2316
阅读全文
posted @ 2019-11-19 15:28
Go_Forward
阅读(255)
推荐(0)
摘要:
https://blog.csdn.net/dhfzhishi/article/details/81272360 https://www.aneasystone.com/archives/2018/04/solving-dead-locks-four.html http://mysql.taobao
阅读全文
posted @ 2019-11-14 19:21
Go_Forward
阅读(105)
推荐(0)
摘要:
echo 'manual' | sudo tee /etc/init/mysql.override # command from root shellecho manual >> /etc/init/mysql.override https://askubuntu.com/a/20347/86107
阅读全文
posted @ 2019-11-13 20:12
Go_Forward
阅读(111)
推荐(0)
摘要:
yum list avaliable hadoop\* yum list installed yum repolist repo is in /etc/yum.repos.d yum install hadoop-client yum install hive-jdbc #beeline yum i
阅读全文
posted @ 2019-11-02 18:02
Go_Forward
阅读(628)
推荐(0)