logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

记录第一次使用linux(deepin20 os)办公开发运维

目录一.安装操作系统:deepin 20 ^Beta^二. 安装常用办公软件三.安装开发IDE一.安装操作系统:deepin 20 Beta按官方说的安装就完事了:添加链接描述二. 安装常用办公软件WPSQQ微信远程连接工具:Remmina,听说有一个 rdesktop 连接window很好用,这几先记一下:# 安装sudo apt updatesudo apt install rdesktop

#linux
Python3 使用paramiko模块构建Server类,实现读取配置文件、ssh发送无交互指令、sftp上传下载、channel发送指令可以支持交互指令

# !/usr/bin/env python# -*- coding: utf-8 -*-# author:Rache# date:2020/3/27 20:45# desc:老板你再这样我要删库了import osimport timeimport paramikofrom time import sleepimport pandas as pdclass Serv...

#python#ssh#linux
python获取每颗cpu使用率

#!/usr/bin/env python# -*- coding: utf-8 -*-import re,timedef _read_cpu_usage():"""Read the current system cpu usage from /proc/stat"""statfile = "/proc/stat"cpuli...

#python#linux#运维 +2
Python配置XML配置文件

# !/usr/bin/env python# -*- coding: utf-8 -*-# author:Rache# date:2020/3/19 22:02# desc: Tomcat组件配置初始化,适用版本 apache-tomcat-9.0.33from xml.etree.ElementTree import ElementTree, Elementdef read_x...

#python#xml
四、Nuxt的介绍及简单安装(vue-cli4.x) -npx create-nuxt-app ‘xxx’ 创建项目报错

项目安装npm install -g npxnpx create-nuxt-appproject name输入命令后:npm ERR! code ENOLOCALnpm ERR! Could not install from “Files\nodejs\node-cache_npx\16376” as it does not contain a package.json file.npm ERR!

#node.js#vue.js
国内常用的NTP时间源同步服务器汇总

国内常用的NTP时间源同步服务器汇总

#服务器#运维
暂无文章信息