码迷,mamicode.com
首页 >  
搜索关键字:cling dlna ubuntu ma    ( 28928个结果
解决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
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
delphi 选择目录
function selectdir: string; //如果取消取返回为空,否则返回选中的路径 var Info: TBrowseInfo; IDList: pItemIDList; Buffer: PChar; begin result := ''; Buffer := StrAlloc(MA ...
分类:Windows程序   时间:2020-06-30 11:14:57    阅读次数:52
Ubuntu安装bochs运行Linux 0.11
安装 bochs sudo apt-get install bochs suao apt-get install bochs-x 下载Linux0.11镜像文件 从 http://oldlinux.org/Linux.old/bochs/ 下载 linux-0.11-devel-060625.zip ...
分类:系统相关   时间:2020-06-30 11:13:21    阅读次数:125
【Linux】Linux中常用操作命令
Linux简介及Ubuntu安装 常见指令 系统管理命令 打包压缩相关命令 关机/重启机器 Linux管道 Linux软件包管理 vim使用 用户及用户组管理 文件权限管理 来自:http://www.weixuehao.com/archives/25 Linux简介及Ubuntu安装 Linux, ...
分类:系统相关   时间:2020-06-30 10:51:17    阅读次数:63
28928条   上一页 1 ... 68 69 70 71 72 ... 2893 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!