
虚拟机
井冈山大学
这个作者很懒,什么都没留下…
展开
-
windows 远程连接 ubuntu
Follow these steps :Step 1 – Install xRDPOpen Terminal (Crtl+Alt+T) and execute the following commands:sudo apt-get updatesudo apt-get install xrdpStep 2 – Install XFCE4 ( Unity doesn't se...转载 2018-12-18 19:10:12 · 280 阅读 · 0 评论 -
ubuntu 上安装MySQL
安装mysqlsudo apt-get updatesudo apt-get install mysql-server使mysql可以远程登陆sudo ufw allow mysql开启服务systemctl start mysql使他每次开机重启,都会自启动systemctl enable mysqlPS: 出现2003的问题,则在root模式下,不然会报错,...转载 2018-12-18 19:15:14 · 193 阅读 · 0 评论