码迷,mamicode.com
首页 >  
搜索关键字:ubuntu crontab    ( 28116个结果
Ubuntu Live CD模式联网修复
进入LIVE CD模式,打开终端sudo mount /dev/sda(ubuntu系统分区) /mntsudo mount --bind /proc /mnt/procsudo mount --bind /dev /mnt/devsudo mount --bind /sys /mnt/syssud ...
分类:系统相关   时间:2020-06-05 21:01:20    阅读次数:85
ubuntu gradle安装及配置
下载gradle https://gradle.org/releases/解压 到 /usr/local (sudo unzip -d /usr/local gradle-6.5-bin.zip)vi ~/.zshrcexport GRADLE_HOME="/usr/local/gradle-6.5 ...
分类:系统相关   时间:2020-06-05 19:20:25    阅读次数:267
初次安装mysql时,没有设置初始密码的解决方法
ubuntu18.04安装mysql数据库: sudo apt-get install mysql-server sudo apt install mysql-client sudo apt install libmysqlclient-dev 在ubuntu18.04中安装mysql时,没有提示设 ...
分类:数据库   时间:2020-06-05 13:22:51    阅读次数:150
MySQL Maven Java Tutorial
In this tutorial, we use the MySQL Connector/J driver. It is the official JDBC driver for MySQL. The examples were created and tested on Ubuntu Linux. ...
分类:数据库   时间:2020-06-05 12:54:47    阅读次数:60
【一】、Cypress下载及安装介绍
1.系统要求 macOS 10.9及以上 Linux Ubuntu 12.04及以上,Fedora21和Debian8 windows7及以上 2.下载 访问下载地址:https://download.cypress.io/ 此网站会根据你的操作系统,自动下载合适的最新版本,下载完成后只需要解压文件 ...
分类:其他好文   时间:2020-06-05 09:11:55    阅读次数:369
ubuntu 显示中文乱码问题
原因:ubuntu上没有默认使用zh_HK.UTF-8字符集,默认使用en_HK.UTF-8,导致不支持中文字符 解决办法:设定默认locale为中文UTF-81:打开locale文件 gedit /etc/default/locale 2: 修改配置为如下 LANG="zh_HK.UTF-8" L ...
分类:系统相关   时间:2020-06-05 00:57:21    阅读次数:106
Linux-计划任务crontab
计划任务 at 可以来做一次性的任务 crontab 同步时间 备份 日志 SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root # For details see man 4 crontabs # Example of job ...
分类:系统相关   时间:2020-06-05 00:50:52    阅读次数:105
ubuntu更新网络源
环境:ubuntu系统可以连接公网 备份:sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak 编辑/etc/apt/sources.list文件 阿里源: eb http://mirrors.aliyun.com/ubuntu/ bioni ...
分类:系统相关   时间:2020-06-04 20:05:23    阅读次数:117
Ubuntu16下ROS的安装
添加ROS源 #官方源: $ sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list' #中科大源: $ s ...
分类:系统相关   时间:2020-06-04 19:58:17    阅读次数:85
ubuntu 安装 gightingale
ubuntu 安装 nightingale 准备情况 # 三台ubuntu机器 192.168.1.91 master 192.168.1.92 node1 192.168.1.93 node2 # 负载情况 三台都是4cpu 8G 250stroage # 如何查看cpu mem stroage ...
分类:系统相关   时间:2020-06-04 19:44:00    阅读次数:83
28116条   上一页 1 ... 86 87 88 89 90 ... 2812 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!