 python3学习手册python.org/�p/python/3.10.3/Python- 3.10.3.tgz 下载目标版本源码包,并上传到目标linux服务器上 安装依赖: # yum install -y zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel \ readline-devel tk-devel gcc paramiko #创建一个名为 py310的环境,安装python 3.10版本及paramiko包,创建时如果本地没 有相应版本的软件包,需要联网去下载 Proceed ([y]/n)? y #同意执行 如果创建环境后安装Python时没有指定Python的版本,那么将会安装 与Anaconda版本相同的Python版本,即如果安装Anaconda第2版,则会 'time.struct_time'> ③格式化时间 import time print(time.strftime("%Y-%m-%d %H:%M:%S",time.localtime())) print(time.strftime("%a %b %d %H:%M:%S %Y",time.localtime())) # %a表示周几 #日期有05 import time0 码力 | 213 页 | 3.53 MB | 1 年前3 python3学习手册python.org/�p/python/3.10.3/Python- 3.10.3.tgz 下载目标版本源码包,并上传到目标linux服务器上 安装依赖: # yum install -y zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel \ readline-devel tk-devel gcc paramiko #创建一个名为 py310的环境,安装python 3.10版本及paramiko包,创建时如果本地没 有相应版本的软件包,需要联网去下载 Proceed ([y]/n)? y #同意执行 如果创建环境后安装Python时没有指定Python的版本,那么将会安装 与Anaconda版本相同的Python版本,即如果安装Anaconda第2版,则会 'time.struct_time'> ③格式化时间 import time print(time.strftime("%Y-%m-%d %H:%M:%S",time.localtime())) print(time.strftime("%a %b %d %H:%M:%S %Y",time.localtime())) # %a表示周几 #日期有05 import time0 码力 | 213 页 | 3.53 MB | 1 年前3
 k8s操作手册 2.3swapoff -a #取消所有swap挂载 ⑥NTP服务需要开启,使用集群内的ntp server,确保集群时间的一致性 # yum install chrony -y # systemctl enable chronyd # systemctl start chronyd # cat > /etc/chrony.conf < k8s操作手册 2.3swapoff -a #取消所有swap挂载 ⑥NTP服务需要开启,使用集群内的ntp server,确保集群时间的一致性 # yum install chrony -y # systemctl enable chronyd # systemctl start chronyd # cat > /etc/chrony.conf <- y #k8s v1.23支持的docker 最新版本为20.10.x # systemctl enable docker # systemctl start docker # docker com/yum/repos/kubernetes-el7-x86_64 enabled=1 gpgcheck=0 EOF # yum install kubelet kubeadm kubectl kubernetes-cni -y #安装k8s二进制组件 (<=1.23版本) # systemctl enable kubelet # systemctl start kubelet ③k8s集群初始化 # 0 码力 | 126 页 | 4.33 MB | 1 年前3
 postgresql操作手册本文档,则说明接受以上2个条 款。 作者:李茂福 更新日期:2023-12-27 ★第1章、安装postgresql # yum install postgresql-server -y # EL8安装光盘AppSteam里自带有10.x 版本的软件包 # postgresql-setup --initdb --unit postgresql # systemctl h�ps://www.postgresql.org/download/linux/redhat/ 本文档选择PG-13版本作为讲解,使用el8系列的系统,x86_64平台 # yum install -y h�ps://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat- repo-latest.noarch er-$basearch enabled=1 gpgcheck=0 # yum module disable postgresql -qy # yum install postgresql13-server -y # /usr/pgsql-13/bin/postgresql-13-setup initdb # systemctl enable postgresql-13 # systemctl start postgresql-130 码力 | 17 页 | 445.84 KB | 1 年前3 postgresql操作手册本文档,则说明接受以上2个条 款。 作者:李茂福 更新日期:2023-12-27 ★第1章、安装postgresql # yum install postgresql-server -y # EL8安装光盘AppSteam里自带有10.x 版本的软件包 # postgresql-setup --initdb --unit postgresql # systemctl h�ps://www.postgresql.org/download/linux/redhat/ 本文档选择PG-13版本作为讲解,使用el8系列的系统,x86_64平台 # yum install -y h�ps://download.postgresql.org/pub/repos/yum/reporpms/EL-8-x86_64/pgdg-redhat- repo-latest.noarch er-$basearch enabled=1 gpgcheck=0 # yum module disable postgresql -qy # yum install postgresql13-server -y # /usr/pgsql-13/bin/postgresql-13-setup initdb # systemctl enable postgresql-13 # systemctl start postgresql-130 码力 | 17 页 | 445.84 KB | 1 年前3
 git 操作手册★git命令操作 Git是一个开源的分布式版本控制系统,可以高效地处理从很小到非常大的项目 版本管理。 ★git命令行客户端安装及设置 # yum install git -y #自带光盘里有 # git --version #查看git软件版本 git version 4GB,本例使用操作系统为 Rocky Linux 8.8, gitlab-ce版本16.5.0 ★首先gitlab服务器要安装ntp时间服务 # yum install chrony -y # systemctl enable chronyd # systemctl start chronyd # vi /etc/chrony.conf server 10.99.1.1 sslverify=1 sslcacert=/etc/pki/tls/certs/ca-bundle.crt metadata_expire=300 # yum install gitlab-ce -y #如果报gpg验证错误,可带上参数 -- nogpgcheck # cat /etc/gitlab/gitlab.rb | grep -v '^#'0 码力 | 35 页 | 1.69 MB | 1 年前3 git 操作手册★git命令操作 Git是一个开源的分布式版本控制系统,可以高效地处理从很小到非常大的项目 版本管理。 ★git命令行客户端安装及设置 # yum install git -y #自带光盘里有 # git --version #查看git软件版本 git version 4GB,本例使用操作系统为 Rocky Linux 8.8, gitlab-ce版本16.5.0 ★首先gitlab服务器要安装ntp时间服务 # yum install chrony -y # systemctl enable chronyd # systemctl start chronyd # vi /etc/chrony.conf server 10.99.1.1 sslverify=1 sslcacert=/etc/pki/tls/certs/ca-bundle.crt metadata_expire=300 # yum install gitlab-ce -y #如果报gpg验证错误,可带上参数 -- nogpgcheck # cat /etc/gitlab/gitlab.rb | grep -v '^#'0 码力 | 35 页 | 1.69 MB | 1 年前3
 Pomodoro Techniqueattain it. Recommended for general readers. - Terry McMaster, Utica Coll. of Syracuse Univ. Lib., N.Y . Attributions and References [1] The Pomodoro Technique, http://pomodorotechnique.com/ [2] Personal Using The Pomodoro Technique, Daniel Hinojosa, https://docs.google.com/presentation/d/1ufjcILARuowbv3Y9r-FP9-x3kmlIzq7bvOJBxRVh3-w/ present#slide=id.i0 [3] Flow: The Psychology of Optimal Experience, Mihaly0 码力 | 3 页 | 289.16 KB | 5 月前3 Pomodoro Techniqueattain it. Recommended for general readers. - Terry McMaster, Utica Coll. of Syracuse Univ. Lib., N.Y . Attributions and References [1] The Pomodoro Technique, http://pomodorotechnique.com/ [2] Personal Using The Pomodoro Technique, Daniel Hinojosa, https://docs.google.com/presentation/d/1ufjcILARuowbv3Y9r-FP9-x3kmlIzq7bvOJBxRVh3-w/ present#slide=id.i0 [3] Flow: The Psychology of Optimal Experience, Mihaly0 码力 | 3 页 | 289.16 KB | 5 月前3
 Velocity Conference 2015blic/schedule/proceedings [2] YouTube Playlist: https://www.youtube.com/playlist?list=PL055Epbe6d5Y86GSg3nhUH3o_v62FGpCI0 码力 | 4 页 | 176.79 KB | 5 月前3 Velocity Conference 2015blic/schedule/proceedings [2] YouTube Playlist: https://www.youtube.com/playlist?list=PL055Epbe6d5Y86GSg3nhUH3o_v62FGpCI0 码力 | 4 页 | 176.79 KB | 5 月前3
共 6 条
- 1














