securecrt windows cmder linux

Windows下的Redis启动报错Redis service failed to start解决方法

报错原因:Redis服务没有找到log文件 解决方法 在Redis安装目录下打开redis.windows-service.conf文件 搜索logfile,找到logfile存放目录,一般默认为Logs/redis_log.txt 在Redis安装目录创建Logs文件夹,在Logs文件夹下创建re ......
Redis Windows service 方法 failed

Linux openEuler(欧拉系统)无公网实现ssh远程连接(高效运维!)

欧拉操作系统(openEuler, 简称“欧拉”)是面向数字基础设施的操作系统,支持服务器、云计算、边缘openEuler是面向数字基础设施的操作系统,支持服务器、 云计算、边缘计算、嵌入式等应用场景,支持多样性计算,致力于提供安全、稳定、易用的操作系统 Cpolar是一种安全的内网穿透云服务,可以 ......
openEuler 系统 Linux ssh

window下使用pybind11

首先下载python,并且将python配置到环境变量中,如果使用window的安装程序,可以勾选自动添加到环境变量。 下载pybind11源码,https://github.com/pybind/pybind11 使用cmake-gui工具配置vs工程,并生成include头文件目录和cmake目 ......
window pybind 11

在linux中查看运行指定进程资源占用(cpu+gpu)

在运行程序时有时候会需要查看资源占用,以方便部署在其他服务器上时进行参考。以下是总结了我在linux上查找程序进程资源的两种方法(cpu和gpu都有)。 ......
进程 资源 linux cpu gpu

kail利用永恒之蓝渗透windows7

kali利用永恒之蓝kali windows 7 旗舰版 一、前提win7关闭防火墙,打开kali系统终端中输入 msfconsole回车,此图是随机生成 二、然后查询永恒之蓝对应的漏洞,此漏洞叫ms17-010 使用search ms17-010 三、弱出6项选择,一般来说每个漏洞的方式不同,也需 ......
windows7 windows kail

linux经典电灯驱动(古老版,参考用)

驱动程序 #include <linux/types.h> #include <linux/kernel.h> #include <linux/delay.h> #include <linux/ide.h> #include <linux/init.h> #include <linux/module ......
电灯 经典 linux

linux声音处理 alsa & jack 是什么

alsa(Advanced Linux Sound Architecture ) 是什么: 简单的说,linux之前的内核里处理声音使用oss,后来大家觉得不好用,重写了声音部分,改名叫alsa(更高级的),并且提供了用户空间库(alsa-lib),供应用程序方便调用。 官方说明: 高级 Linux ......
声音 linux alsa jack amp

node.js安装到Linux

下载地址:https://nodejs.org/dist/ 1、准备 node 安装包,可以进入镜像站 ,自行选择版本进行下载,这里下载的是 node-v12.22.3-linux-x64.tar.xz 2、将本地的安装包上传到 linux 服务器上,我这里放在 /home/software 目录下 ......
Linux node js

Maven安装步骤--linux

安装 maven 环境前,需要先安装 java 环境 Linux安装jdk 1、maven 官网下载安装包 maven 官网地址:Maven – Download Apache Maven 历史版本3.6.3为例: 2、安装 maven 2.1创建 maven 文件夹,仓库文件夹 mkdir -p ......
步骤 Maven linux

linux无sudo权限安装python

本文将介绍在没有sudo权限的情况下如何从源代码编译和安装Python 首先,输入如下命令下载希望安装的版本的源代码,例如Python-3.12.1 wget https://www.python.org/ftp/python/3.12.1/Python-3.12.1.tgz 然后,输入如下命令解压 ......
权限 python linux sudo

JavaScript基础语句和window对象

if else 语句 var sum = 190 var youhuisum //赋予一个容器 if(sum>=200){ youhuisum = sum - 10 console.log(111) }else{ //如果上面if不满足则都执行else语句 youhuisum = sum conso ......
语句 JavaScript 对象 基础 window

[转][Windows] Dump 入门

Windbg 官方下载地址:https://aka.ms/windbg/download 我是从 Microsoft Store 搜索 windebug 来下载安装的: 推荐从这个教程入门:https://learn.microsoft.com/zh-cn/windows-hardware/driv ......
Windows Dump

【App Service for Windows】为 App Service 配置自定义 Tomcat 环境

问题描述 当在App Service for Windows环境中所列出的Tomcat Version 没有所需要的情况下,如何实现自定义Tomcat 环境呢? 问题解答 第一步: 从官网下载要使用的 tomcat 版本,解压到本地目录 第二步:修改 conf/server.xml 配置文件 将 p ......
Service App Windows 环境 Tomcat

Windows修改pip国内镜像源

​ Windows下的pip配置文件路径: C:\Users\用户名\AppData\Roaming\pip\pip.ini 如果pip文件夹不存在,则新建pip文件夹和pip.ini文件 接着,在pip.ini文件中新增以下内容并保存: [global] index-url = https://p ......
镜像 Windows pip

windows使用rclone挂载alist为本地磁盘,设置开机自启

前言 实现在windows下将alist挂载为本地磁盘,并设置开机自启,使得重启后依然生效。 教程 下载软件 Rclone: Rclone downloads WinFsp: https://winfsp.dev/rel/ 配置Rclone 假设Rclone所在目录是:D:\rclone-v1.64 ......
磁盘 windows rclone alist

1.Linux是什么与如何学习

第 1 章 Linux 是什么与如何学习 历史部分略过。 1.2.5 Linux的内核版本 Linux的内核版本编号有点类似如下的样子: 3.10.0-123.el7.x86_64 主版本.次版本.发布版本-修改版本 虽然编号就是如上的方式来编的,不过依据 Linux 内核的发展期程,内核版本的定义 ......
Linux

Linux收包之数据L3层是如何流转的

一、环境说明 内核版本:Linux 3.10 内核源码地址:https://elixir.bootlin.com/linux/v3.10/source (包含各个版本内核源码,且网页可全局搜索函数) 网卡:Intel的igb网卡 网卡驱动源码目录:drivers/net/ethernet/intel ......
数据 Linux

linux 用户注销

1. 先用 w 命令查看当前登录系统的用户:[root@centos ~]# w11:48:09 up 3:13, 2 users, load average: 0.00, 0.01, 0.00USER TTY FROM LOGIN@ IDLE JCPU PCPU WHATroot pts/0 21 ......
用户 linux

操作系统大作业:在Linux环境下模拟实现简单命令解释器(文档部分)

一、 课程设计(大作业)具体内容 3.1 程序概述 已完成一下命令 pwd //显示当前所在目录的路径名 list <目录名> //列出指定目录名中的所有目录及文件 modifydir <目录名或路径> //改变当前工作目录 makedir <目录名> //新建目录 deldir <目录名> //删 ......
解释器 命令 文档 部分 环境

操作系统大作业:在Linux环境下模拟实现简单命令解释器(代码部分)

好家伙 1. 题目要求 一、 课程设计(大作业)目的 熟悉Linux编程环境,加强对Linux命令的理解及函数的运用,完成一个操作系统的部分系统的设计过程、编码、调试,锻炼实际应用能力。 二、 课程设计(大作业)具体要求 2.1 课程设计题目 在Linux环境下模拟实现简单命令解释器。 (1)要求实 ......
解释器 命令 代码 部分 环境

linux生成ssh的一对公钥和私钥

1.首先进入.SSH目录中 Linux中,每个用户的根目录下都有一个.ssh目录,保存了ssh相关的key和一些记录文件。例如: cd ~/ ll -a 2. 使用ssh-keygen生成key ssh-keygen可以生成ssh协议所需要的公钥和私钥,例如: ssh-keygen -t rsa 然 ......
公钥 linux ssh

linux-DNS服务器

一、 1、理解区域(zone) DNS的每一个区域都是一个域 一个区域可以管辖多个子域、 2、解析 正向解析:通过域名解析出ip地址 反向解析:根据ip地址解析出dns名称 解析过程 客户端dns(host文件) 本地dns区域 dns服务器缓存 3、部署dns服务器 一般使用传统BIND软件包 或 ......
linux-DNS 服务器 linux DNS

linux编译器:gcc/g++的使用

原文连接:https://blog.csdn.net/weixin_72060925/article/details/131274627 原文链接:https://blog.csdn.net/qq_65207641/article/details/128629904 一、编辑器与编译器的区别 vim ......
编译器 linux gcc

Windows Subsystem for Android (WSA) 下载:在 Windows 11 上运行 Android 应用 (updated Dec 2023)

Windows Subsystem for Android (WSA) 下载:在 Windows 11 上运行 Android 应用 (updated Dec 2023) 适用于 Android™️ 的 Windows 子系统,2023 年 12 月更新:2311.40000.4.0 请访问原文链接 ......
Windows Android Subsystem updated 2023

Windows Server 2025 简体中文版下载 (Inside Preview, updated Dec 2023) - 下一代 Windows 11 Server

Windows Server 2025 简体中文版下载 (Inside Preview, updated Dec 2023) - 下一代 Windows 11 Server Windows Server Next 请访问原文链接:https://sysin.org/blog/windows-serv ......
Windows Server 下一代 中文版 Preview

Windows Server 2019 中文版、英文版下载 (updated Dec 2023)

Windows Server 2019 中文版、英文版下载 (updated Dec 2023) Windows Server 2019 Version 1809,2023 年 12 月更新 请访问原文链接:https://sysin.org/blog/windows-server-2019/,查看 ......
英文版 中文版 Windows updated Server

Windows Server 2022 中文版、英文版下载 (updated Dec 2023)

Windows Server 2022 中文版、英文版下载 (updated Dec 2023) Windows Server 2022 正式版,2023 年 12 月更新 请访问原文链接:https://sysin.org/blog/windows-server-2022/,查看最新版。原创作品, ......
英文版 中文版 Windows updated Server

Windows Server 2019 OVF, updated Dec 2023 (sysin) - VMware 虚拟机模板

Windows Server 2019 OVF, updated Dec 2023 (sysin) - VMware 虚拟机模板 2023 年 12 月版本更新,现在自动运行 sysprep,支持 ESXi Host Client 部署 请访问原文链接:https://sysin.org/blog/ ......
模板 Windows updated Server VMware

Windows Server 2022 OVF, updated Dec 2023 (sysin) - VMware 虚拟机模板

Windows Server 2022 OVF, updated Dec 2023 (sysin) - VMware 虚拟机模板 2023 年 12 月版本更新,现在自动运行 sysprep,支持 ESXi Host Client 部署 请访问原文链接:https://sysin.org/blog/ ......
模板 Windows updated Server VMware

Windows Server 2016 OVF, updated Dec 2023 (sysin) - VMware 虚拟机模板

Windows Server 2016 OVF, updated Dec 2023 (sysin) - VMware 虚拟机模板 2023 年 12 月版本更新,现在自动运行 sysprep,支持 ESXi Host Client 部署 请访问原文链接:https://sysin.org/blog/ ......
模板 Windows updated Server VMware
共13200篇  :18/440页 首页上一页18下一页尾页