• HOME
  • SEARCH
  • TOPICS
  • DATA

  • Windows 子系统修改 root 用户密码

    查看子系统 wsl --list -v 输出 PS C:\Users\fendoudebb> wsl.exe --list -v NAME

    2022-07-15, Views: 2472 , Topics: WSL Windows

  • Windows 网络适配器显示:网络管理员已经禁用了 Internet 连接共享

    现象 网络适配器-属性-共享-Internet连接共享 显示:网络管理员已经禁用了Internet连接共享 解决方法 Win+R:打开运行 输入:regedi

    2022-07-14, Views: 8260 , Topics: Windows

  • Windows 动态端口

    查看动态端口 netsh int ipv4 show dynamicport tcp 输出 PS C:\> netsh int ipv4 show dyn

    2022-07-13, Views: 1811 , Topics: Windows

  • Windows 系统保留端口

    关于保留端口 客户端申请动态端口时,系统不会将保留端口给予客户端使用。 服务仍然可以监听保留端口。 查看保留端口 netsh int ipv4 show exc

    2022-07-12, Views: 3066 , Topics: Windows

  • Windows 查看文件占用的几种方法

    需求 删除文件或文件夹时不能删除,提示重试,但重试也无法删除。 需找出占用该文件或文件夹的进程,并结束。 资源监视器(推荐) 打开资源监视器的方法 resmo

    2022-07-11, Views: 12107 , Topics: Windows

  • Windows 查看端口占用的几种方法

    资源监视器(推荐) 打开资源监视器的方法 resmon.exe:PowerShell或CMD中输入resmon.exe命令即可打开资源监视器。 任务管理器:切

    2022-07-08, Views: 2924 , Topics: Windows

  • JavaScript document 对象

    属性 Cookie document.cookie 文档标题 document.title 文档编码 document.characterSet 完整请求路径

    2022-07-07, Views: 1965 , Topics: JavaScript

  • JavaScript 展开语法(三个点 ...)

    展开语法 三个点...。 合并数组 注意:合并后的数组是新对象,不同的地址值。 var arr1 = [0, 1, 2]; var arr2 = [3, 4,

    2022-07-06, Views: 2133 , Topics: JavaScript

  • JavaScript 判断字符串中是否含有 HTML 标签

    正则表达式 function checkHtml(htmlStr) { var reg = /<[^>]+>/g; retu

    2022-07-05, Views: 3489 , Topics: JavaScript HTML 正则表达式

  • JavaScript 判断字符串是否包含指定字符

    ES6 之前 indexOf(),返回-1表示不包含该字符串。 var str = "Hello world"; var result = str.indexO

    2022-07-04, Views: 1927 , Topics: JavaScript

  • JavaScript 获取顶层对象

    说明 顶层对象,在浏览器环境指的是window对象,在Node指的是global对象。 在Web中,可以通过window、self或者frames取到全局对象,

    2022-07-02, Views: 2203 , Topics: JavaScript

  • JavaScript ES6 解构赋值

    含义 通过解构赋值,可以将属性/值从对象/数组中取出,赋值给其他变量。 解构是一种打破数据结构,将其拆分为更小部分的过程。 解构数组 var foo = ["o

    2022-07-01, Views: 2032 , Topics: JavaScript

  • Windows WSL 能 ping 通但 curl 无响应

    可能的解决方法 方法一:WSL子系统中执行: sudo rm /etc/resolv.conf sudo bash -c 'echo "nameserver 8

    2022-06-30, Views: 6270 , Topics: WSL Windows

  • Windows 使用 PowerShell 保存 SSH 信息实现快捷登录

    需求 每次需要登录到服务器都需要使用ssh root@ip,再输入密码,才能完成登录服务器,进入到Shell命令行窗口。 使用PowerShell实现打开命令行

    2022-06-30, Views: 7660 , Topics: SSH PowerShell Windows

  • Windows 配置 SSH 免密登录 Linux 服务器

    免密登录 只需要使用如下命令即可直接登录服务器Shell窗口,无需输入密码。 ssh root@192.168.1.100 解决方法 使用ssh-keygen生

    2022-06-29, Views: 4623 , Topics: SSH PowerShell Git

  • Windows 使用 netsh 实现端口转发

    前提条件 需要以管理员权限运行。 新增端口转发 命令 netsh interface portproxy add v4tov4 listenport=本地监听端

    2022-06-28, Views: 2785 , Topics: netsh Windows

  • Windows PowerShell 使用 Test-NetConnection 测试网络连接

    Test-NetConnection 可简写为TNC、tnc。 PS C:\> Get-Alias tnc CommandType Name

    2022-06-27, Views: 9063 , Topics: PowerShell Windows

  • Windows PowerShell 设置默认开启管理员权限

    需求 每次PowerShell打开都是没有管理员权限的,执行一些需要管理员权限的命令还需要重新开启。 解决方法 打开设置 选择PowerShell 打开Run

    2022-06-26, Views: 5210 , Topics: PowerShell Windows

  • Windows 子系统设置默认 root 用户登录

    Ubuntu 22.04 ubuntu2204.exe config --default-user root Ubuntu 20.04 ubuntu2004.e

    2022-06-25, Views: 3541 , Topics: WSL Windows

  • socat 端口转发、文件传输、反向 shell

    Windows 版本 https://sourceforge.net/projects/unix-utils/files/socat/1.7.3.2 Linux

    2022-06-24, Views: 9243 , Topics: socat Linux Windows

  • First Prev
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • Next Last

©2025 沪ICP备18012661号-1 阿里云

Messages Sitemap GitHub