
ubuntu上安装mysql非常简单只需要几条命令就可以完成。 1.sudo apt-get install mysql-server 2.apt-get isntall mysql-client 3. sudo apt-get install libmysqlclient-dev 安装过程中会提示设置密码什么的,注意设置了不要忘了,安装完成之后可以使用如下

一、去官网下载navicat112_premium_cs_x64 for linux版本二、用tar解压安装包三、navicat解压即可用,直接进入解压后的目录,然后用‘./’运行start_navicat四、navicat需要注册,如不注册只有大概10天左右的使用时间,解决方法是:删除在安装用户的家目录下

Ubuntu 16.04 VNC Server 配置 1. 安装 x11vnc server sudo apt-get install x11vnc 2. 配置vnc server密码 sudo x11vnc -storepasswd /etc/x11vnc.pass 3. 创建服务文件 vi /lib/systemd/system/x11vnc.service [Unit] Descriptio

本文记录一下wireshark在ubuntu中的安装。 首先在官网:https://www.wireshark.org/download.html 下载Source Code。 接着安装相应的编译器: sudo apt-get install build-essential# 要编译Wireshark,还需要安装GTK+的开发文件和GLib库sudo apt-get install

1所需软件 libfastcommon fastdfs libevent:以前4.x版本需要,现在已经不需要了 安装环境 VMware Workstation 12 Pro ubuntu-16.04.1-desktop-amd64 网站相关 https://github.com/happyfish100/fastdfs https://github.com/happyfish100 https:

Install with yum Log into your machine as a user with sudo or root privileges. Make sure your existing packages are up-to-date. $ sudo yum update Add the yum repo. $ sudo tee /etc/yum.repos.d/docker.r

关闭防火墙: systemctl stop firewalld.service systemctl disable firewalld.service 关闭selinux: [root@localhost ~]# setenforce 0 [root@localhost ~]# sed -i/SELINUX/s/enforcing/disabled/ /etc/selinux/config

WebRTC magic mirror 本示例扩展于Hello World Tutorial,在基础的WebRTC 回放中添加了媒体处理。 官方文档WebRTC magic mirror 首先从github上获取代码(如果已经获取可以跳过,获取的代码已经包括后面的示例代码了) git clone https://github.com/Kurento/

本示例通过URL播放视频,并允许选择同时播放视频和音频或仅视频或仅音频 官网文档 Player 首先从github上获取代码(如果已经获取可以跳过,获取的代码已经包括后面的示例代码了) git clone https://github.com/Kurento/kurento-tutorial-java.git 进入目录,

已加载所有文章
已经没有更多文章了