July 2017Monthly Archives
周杰伦 – 回到过去
歌词:
回到过去 (Live) – 肖敏晔
词:刘畊宏
曲:周杰伦
原唱:周杰伦
一盏黄黄旧旧的灯
时间在旁闷不吭声
寂寞下手毫无分寸
不懂得轻重之分
沉默支撑跃过陌生
静静看着凌晨黄昏
你的身影
失去平衡 慢慢下沉
黑暗已在空中盘旋
该往哪我看不见
也许爱[……]
UBUNTU:任务后台
Docker:Pull Oracle Database Enterprise Edition error: repository not found
在【Docker Store】上获取Oracle database Enterprise Edition的时候,你可能会遇到如题所示的错误。
具体如下:
首先,你在【store.docker.com】上取得Oracle Database:
在页面上你可以看到提供了PULL Image的[……]
Docker CE:Install on Ubuntu
更新APT包管理器索引:
apt-get update
Install Packages to allow apt to use a repository over HTTPS:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 |
root@phpIPAM:~# apt-get install \ > apt-transport-https \ > ca-certificates \ > curl \ > software-properties-common Reading package lists... Done Building dependency tree Reading state information... Done ca-certificates is already the newest version (20160104ubuntu1). curl is already the newest version (7.47.0-1ubuntu2.2). apt-transport-https is already the newest version (1.2.24). The following additional packages will be installed: python3-software-properties The following packages will be upgraded: python3-software-properties software-properties-common 2 upgraded, 0 newly installed, 0 to remove and 84 not upgraded. Need to get 29.8 kB of archives. After this operation, 1,024 B of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 software-properties-common all 0.96.20.7 [9,452 B] Get:2 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-software-properties all 0.96.20.7 [20.3 kB] Fetched 29.8 kB in 2s (14.1 kB/s) (Reading database ... 112519 files and directories currently installed.) Preparing to unpack .../software-properties-common_0.96.20.7_all.deb ... Unpacking software-properties-common (0.96.20.7) over (0.96.20.5) ... Preparing to unpack .../python3-software-properties_0.96.20.7_all.deb ... Unpacking python3-software-properties (0.96.20.7) over (0.96.20.5) ... Processing triggers for dbus (1.10.6-1ubuntu3.3) ... Processing triggers for man-db (2.7.5-1) ... Setting up python3-software-properties (0.96.20.7) ... Setting up software-properties-common (0.96.20.7) ... root@phpIPAM:~# |
添加Docker官方的GPG Key[……]