码迷,mamicode.com
首页 >  
搜索关键字:ubuntu crontab    ( 28116个结果
ssl证书生成与转换(pfx, pem, key, crt)
文章目录 安装openssl工具 自签名证书 从pfx中导出公钥/私钥/证书 pkcs12转pkcs8 安装openssl工具 centos yum install openssl ubuntu apt-get install openssl windows从网上下载已经编译好的opensslhtt ...
分类:其他好文   时间:2020-07-01 00:08:46    阅读次数:291
Ubuntu常用安装及卸载软件命令
Ubuntu安装,卸载软件命令 1.使用apt命令 sudo apt update #同步源 sudo apt list --upgradeable #列出可升级的安装包 sudo apt upgrade #升级软件 sudo apt full-upgrade 升级软件包并卸载当前软件包,作为系统升 ...
分类:系统相关   时间:2020-06-30 22:49:00    阅读次数:81
解决Ubuntu与win10时间不同步
解决Ubuntu与win10时间不同步 1.安装ntpdate sudo apt installl ntpdate 2.同步windows时间 sudo ntpdate time.windows.com 3.把时间更新到硬件 sudo hwclock --localtime --systohc 4. ...
分类:Windows程序   时间:2020-06-30 22:39:57    阅读次数:100
在Ubuntu 16.04上编译OpenJDK8的源代码
本文将详细介绍在Ubuntu16.04上对OpenJDK8进行编译。 ...
分类:系统相关   时间:2020-06-30 20:48:39    阅读次数:72
【Linux】Ubuntu下JDK+Tomcat+Jenkins环境搭建
在Linux环境下搭建一个JDK+Tomcat+Jenkins,用来构建python自动化脚本。 ...
分类:系统相关   时间:2020-06-30 17:29:24    阅读次数:62
ubuntu环境下编译bitcoin(比特币)全过程
1.首先从github上clone最新的bitcoin源代码 git clone https://github.com/bitcoin/bitcoin.git 2.进入clone下来的代码目录,查看当前版本(这里我切换到了v0.20.0版本) cd ./bitcoin git tag -l git ...
分类:系统相关   时间:2020-06-30 12:58:32    阅读次数:110
在docker build过程中执行apt-get update时报错"Could not connect to archive.ubuntu.com:80"如何处理?
答: 在Dockerfile中添加以下语句来配置apt-get 从当前的系统中复制/etc/apt/sources.list以及/etc/apt/apt.conf到Dockerfile所处的目录中 $ cp /etc/apt/sources.list ./ $ cp /etc/apt.conf ./ ...
分类:系统相关   时间:2020-06-30 12:47:49    阅读次数:121
linux 基础2
1.定义bash环境的用户配置文件是(2分) D - A. bash & .bashrc - B. bashrc & .bash_conf - C. bashrc & bash_profile - D. .bashrc & .bash_profile 2.使用下面的哪条命令可以为文件建立一个软连接( ...
分类:系统相关   时间:2020-06-30 12:38:04    阅读次数:183
ubuntu中清楚开始菜单中的应用图标
1.打开终端:ctrl+alt+t 2.sudo nautilus /usr/share/applications 如果不存在则输入sudo nautilus ~/.local/share/applications 3.接着直接鼠标右键移动到回收站进行删除,可以先备份一份儿以免删除错误 4注销 ...
分类:系统相关   时间:2020-06-30 11:20:34    阅读次数:71
Ubuntu下常用软件的安装
Ubuntu下常用软件的安装 1.Vim文本编辑器 超级好用的编辑器,功能强大,强烈推荐学会使用 sudo apt install vim 2.Terminator 终端分屏,各种快捷键随意切换,分割,喜欢多开终端必备 sudo apt install terminator 3.ffmpeg 多媒体 ...
分类:系统相关   时间:2020-06-30 11:17:44    阅读次数:98
28116条   上一页 1 ... 65 66 67 68 69 ... 2812 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!