logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

CentOS | samba 共享文件 | Failed to add entry for user | 防火墙配置

安装sambayum install samba创建系统用户不创建相应对应系统用户,添加samba用户时,会提示Failed to add entry for usergroupadd user216 -g 6000useradd user216 -u 6000 -g 6000 -s /sbin/nologin -d /dev/null配置vim /etc/samba/smb.conf# 加入以下

#centos#linux
防火墙 | 常见命令 | Linux | 开启与关闭端口 | firewall与iptables

文章目录firewall与iptables区别官网的解释:firewall基础使用常用指令配置firewalld-cmd信任级别firewall开启和关闭端口管理服务配置 IP 地址伪装端口转发systemctliptables基础使用firewall与iptables区别CentOS默认安装了firewalld,在 RHEL7 系统中,firewall 取代了 iptables。在 servic

Centos7 | Nessus安装 | 漏洞扫描

Centos 7 安装Nessus前提工作获取Nessus注册码:注册码获取链接下载需要的Nessus版本Nessus下载地址Centos 7 为例下载Centos7版本的Nessus

vscode | 服务器远程开发 | ssh密钥登录 | 远程调试C/C++ | miDebuggerPath is invalid

文章目录远程开发生成密钥linux服务器配置Windows验证VS Code配置远程调试远程开发生成密钥Windows生成ssh密钥,生成本地公钥和私钥ssh-keygen -t rsa -b 4096执行完后,本地用户文件夹C:\Users\用户名.ssh会生成 id_rsa 和 id_rsa.pub 两个文件,分别对应 私钥 和 公钥。linux服务器配置将Windows开发机上生成的 id_

#linux#c++#ssh +2
Android Studio | 修改CompileSDKVersion | 修改targetSdkVersion

Android Studio | 修改CompileSDKVersion | 修改targetSdkVersion;## 方法一路径:File/Project Structure;## 方法二在build.gradle中修改;

Dev-C++ | 设置中文界面

Dev-c++Tool -> Environment Options -> General -> Language -> 简体中文勾选上点击OK后点确认即可!

hadoop | start-yarn.sh与stop-yarn.sh执行失败

文章目录错误一览解决方案错误一览sbin/start-yarn.sh 执行失败Starting resourcemanagerERROR: Attempting to operate on yarn resourcemanager as rootERROR: but there is no YARN_RESOURCEMANAGER_USER defined. Aborting operation.

#hadoop#yarn
Centos 7 | yum下载rpm及其依赖 | downloadonly | downloaddir

查看yum使用方法,其中--downloadonly ,--downloaddir=两个参数是我们需要使用的yum -h[root@iZ2ze2y6fwj9mvujtsiya3Z repo]# yum -hLoaded plugins: fastestmirrorUsage: yum [options] COMMANDList of Commands:checkCheck for problems

#centos#linux
体系结构 | 流水线 | 流水线相关 | 流水线冲突

相关:相关有3种类型;一、数据相关;二、名相关;三、控制相关;流水线冲突;一、结构冲突;二、数据冲突;三、控制冲突;

C/C++ | 字符型数组char*的分割和string的分割 | strtok()函数 | find()和substr()函数

目录函数介绍strtokchar*类型分割输出查找(find)substrstring类型分割输出结果:函数介绍strtok语法:#include <string.h>char *strtok( char *str1, const char *str2 );功能:函数返回字符串str1中紧接“标记”的部分的指针,...

    共 16 条
  • 1
  • 2
  • 请选择