AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-1081859

political science's questions

Martin Hope
political science
Asked: 2020-06-19 22:40:24 +0800 CST

powershell 输出日志记录到文件

  • 5

我正在尝试使用命令让https://docs.microsoft.com/en-us/powershell/scripting/samples/redirecting-data-with-out---cmdlets?view=powershell-7 如下

    PS C:\WINDOWS\system32> Get-Process | Format-List | Out-Host -Paging | OutFile -FilePath C:\Users\didja\koera dutata\forum questions\out.txt
    OutFile : The term 'OutFile' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that
    the path is correct and try again.
    At line:1 char:48
    + Get-Process | Format-List | Out-Host -Paging | OutFile -FilePath C:\U ...
    +                                                ~~~~~~~
        + CategoryInfo          : ObjectNotFound: (OutFile:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException

PS C:\WINDOWS\system32> Get-Process | Format-List | Out-Host -Paging | OutFile -FilePath C:\Users\didja\koera dutata\forum questions\out.txt
OutFile : The term 'OutFile' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that
the path is correct and try again.
At line:1 char:48
+ Get-Process | Format-List | Out-Host -Paging | OutFile -FilePath C:\U ...
+                                                ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (OutFile:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

    PS C:\WINDOWS\system32> Get-Process | Format-List | Out-Host -Paging | OutFile -FilePath "C:\Users\didja\koera dutata\forum questions\out.txt"
    OutFile : The term 'OutFile' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that
    the path is correct and try again.
    At line:1 char:48
    + Get-Process | Format-List | Out-Host -Paging | OutFile -FilePath "C:\ ...
    +                                                ~~~~~~~
        + CategoryInfo          : ObjectNotFound: (OutFile:String) [], CommandNotFoundException
        + FullyQualifiedErrorId : CommandNotFoundException

PS C:\WINDOWS\system32> Get-Process |  Out-Host -Paging | OutFile -FilePath "C:\Users\didja\koera dutata\forum questions\out.txt"
OutFile : The term 'OutFile' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that
the path is correct and try again.
At line:1 char:35
+ Get-Process |  Out-Host -Paging | OutFile -FilePath "C:\Users\Danda K ...
+                                   ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (OutFile:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

PS C:\WINDOWS\system32> Get-Process |  OutFile -FilePath "C:\Users\didja\koera dutata\forum questions\out.txt"
OutFile : The term 'OutFile' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that
the path is correct and try again.
At line:1 char:16
+ Get-Process |  OutFile -FilePath "C:\Users\didja\koera duta ...
+                ~~~~~~~
    + CategoryInfo          : ObjectNotFound: (OutFile:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

上述用法有什么错误?

windows-10 powershell
  • 2 个回答
  • 108 Views
Martin Hope
political science
Asked: 2020-06-04 14:24:30 +0800 CST

如何知道 PDF 文件中使用的字体?

  • 6

我想知道PDF文件中使用的是什么字体。我用福昕阅读器。

我怎样才能知道制作该文档时使用了哪种字体?

microsoft-word pdf
  • 2 个回答
  • 1852 Views
Martin Hope
political science
Asked: 2019-12-21 16:37:02 +0800 CST

重新打开所有意外关闭的已关闭选项卡

  • 6

很多时候,在我的浏览器窗口中打开了数百个选项卡,我不小心按下了左上角的一个按钮,我在下面的屏幕截图中圈出了它。我想知道是否有一个快捷方式可以通过单击打开所有这些选项卡或通过按下此按钮意外关闭的组合键。我使用的浏览器是 Microsoft Edge 44.18362.449.0。屏幕截图中左侧带有箭头的按钮就是我所指的按钮。 边缘按钮截图

windows-10 microsoft-edge
  • 2 个回答
  • 723 Views
Martin Hope
political science
Asked: 2019-12-07 05:35:44 +0800 CST

没有互联网连接的虚拟机

  • 5

我正在安装 VMware Workstation 15。遵循自定义 vmnet8 是我认为我已分配给虚拟机的内容。vmnet0 我没有使用(根据我的理解),但信息的屏幕截图 vmnet8 是我希望所有连接都进行的地方,因为我在虚拟机 中将其用于 NAT apipa IP
vmnet0

vmnet8

Ethernet adapter Ethernet0:

   Connection-specific DNS Suffix  . : 
   Link-local IPv6 Address . . . . . : ffff::ffff:ffff:ffff:ffff%12
   Autoconfiguration IPv4 Address. . : 169.254.174.62
   Subnet Mask . . . . . . . . . . . : 255.255.0.0
   Default Gateway . . . . . . . . . : 

apipa ip 到虚拟机
Windows 疑难解答消息

这个配置有什么错误。
主机操作系统具有网络连接。
update1
根据评论中的建议,我在 vmnet 中启用了 DHCP 服务并将虚拟网络适配器 8 连接到设置,请参阅此屏幕截图。所以 APIPA Ip 问题解决 了现在我想为虚拟机提供互联网连接,但上述步骤没有发生。这里有什么错误?在虚拟网络编辑器中启用 dhcp

虚拟机中的 Windows IP 配置

Ethernet adapter Ethernet0:

   Connection-specific DNS Suffix  . : localdomain
   Link-local IPv6 Address . . . . . : ffff::ffff:ffff:ffff:ffff
   IPv4 Address. . . . . . . . . . . : 192.168.152.128
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.152.2

主机操作系统的 IP 配置

Windows IP 配置

Wireless LAN adapter Wi-Fi 2:

   Connection-specific DNS Suffix  . : domain.name
   Link-local IPv6 Address . . . . . : ffff::ffff:ffff:ffff:fffb%11
   IPv4 Address. . . . . . . . . . . : 192.168.1.14
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : ffff::ffff:ffff:ffff:fff5%11
                                       192.168.1.1

Wireless LAN adapter Wi-Fi:

   Connection-specific DNS Suffix  . : domain.name
   Link-local IPv6 Address . . . . . : ffff::ffff:ffff:ffff:fff4%13
   IPv4 Address. . . . . . . . . . . : 192.168.1.13
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : ffff::ffff:ffff:ffff:fff%13
                                       192.168.1.1

此系统上有 2 个 Wifi 卡
无线局域网适配器 Wifi:Realtek
无线局域网适配器 WiFi 2:D Link USB Wifi 适配器

从来宾操作系统我可以 ping 到 8.8.8.8 查看屏幕截图 访客可以 ping 到 8.8.8.8 nslookup 到 www.vmware.com 失败 这是 VMware Workstation 15 Pro 15.1.0 build-13591040 从主机操作系统我无法从虚拟机收到 ping 回复从我的主机操作系统到虚拟机(在我的笔记本电脑上运行)执行 ping
nslookup 失败

C:\WINDOWS\system32>ping 192.168.152.128

Pinging 192.168.152.128 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 192.168.152.128:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\WINDOWS\system32>

但如果我从我的访客操作系统执行 ping 到主机操作系统,我会收到回复。

C:\Users\Debian>ping 192.168.1.14

Pinging 192.168.1.14 with 32 bytes of data:
Reply from 192.168.1.14: bytes=32 time=1ms TTL=128
Reply from 192.168.1.14: bytes=32 time=1ms TTL=128
Reply from 192.168.1.14: bytes=32 time=1ms TTL=128
Reply from 192.168.1.14: bytes=32 time=1ms TTL=128

Ping statistics for 192.168.1.14:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 1ms, Maximum = 1ms, Average = 1ms

192.168.1.14 是我的主机操作系统(IP 由 ADSL 路由器提供) 192.168.152.128 是我的虚拟机的 IP 此 IP 由虚拟网络编辑器中 vmnet8 中的 VMware DHCP 服务提供。

networking virtual-machine
  • 1 个回答
  • 971 Views
Martin Hope
political science
Asked: 2019-12-06 06:20:30 +0800 CST

Windows 10 虚拟机中的 Outlook 配置(不允许使用的字词)

  • 5

我正在尝试解决一个问题,我的 gmail 帐户的容量几乎已满,达到 14 GB(15 Gb 是最大限制),所以我想在我的桌面上下载所有带有附件的电子邮件并将附件保存在计算机中。我在我的 gmail 帐户上启用了 pop3 和 imap。现在,今天当我尝试配置 Windows 10 附带的 Outlook 2016 时,出现以下错误 无法配置 imap

好的,根据一些评论,我得出结论 DNS 名称解析可能没有正确进行。 dns 名称 prob1 dns 名称 prob2 dns 名称 prob3

我在运行 Windows 10 的 VMware 工作站 15 虚拟机中执行所有这些操作。所以这里还有一些 VMware 网络设置的屏幕截图。 虚拟机的IP地址是屏幕1 屏幕2 虚拟网络编辑器1 虚拟网络编辑器2

Windows IP Configuration Virtual Machine


Ethernet adapter Ethernet0:

   Connection-specific DNS Suffix  . : localdomain
   Link-local IPv6 Address . . . . . : fe80::avve:fe6f:c3a4:ae3e%12
   IPv4 Address. . . . . . . . . . . : 192.168.152.129
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 192.168.152.2

我没有设置它。Windows 虚拟机自动获取。这有什么错误吗?

主机ip配置o

Windows IP 配置主机操作系统

Ethernet adapter Ethernet 2:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : 

Ethernet adapter VMware Network Adapter VMnet1:

   Connection-specific DNS Suffix  . : 
   Link-local IPv6 Address . . . . . : input2::38df:deaf:8a0b:fab6%21
   IPv4 Address. . . . . . . . . . . : 192.168.40.1
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 

Ethernet adapter VMware Network Adapter VMnet8:

   Connection-specific DNS Suffix  . : 
   Link-local IPv6 Address . . . . . : input2::input2:defe:98c4:c5dc%15
   IPv4 Address. . . . . . . . . . . : 192.168.152.1
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 

Wireless LAN adapter Wi-Fi 2: (Dlink USB Wifi)

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : domain.name

Wireless LAN adapter Wi-Fi: (Realtek On Board Wifi)

   Connection-specific DNS Suffix  . : domain.name
   Link-local IPv6 Address . . . . . : input2::input2:input2:5416:72a4%13
   IPv4 Address. . . . . . . . . . . : 192.168.1.13
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : input2::1262:input2:input2:d1d5%13
                                       192.168.1.1

smtp 和 imap 端口设置基于评论中的 gmail 帮助链接 smtp 和 imap 设置

现在这似乎是一个 VMware 配置问题,所以直到我在这个线程上解决这个问题,将工作站中的虚拟机连接到 3 个 vmnet 中的所需 vmnet,因为我尝试设置 SSL/TLS,如下面的回答中所述一些我的虚拟机如何失去互联网连接。

windows-10 microsoft-outlook
  • 2 个回答
  • 250 Views
Martin Hope
political science
Asked: 2019-10-24 23:31:44 +0800 CST

在桥接模式下打开虚拟机后互联网断开连接

  • 5

我在 64 位 Windows 10 机器上运行 VMware Workstation 15。最近我想做一个实验来通过虚拟机共享我的wifi(即在虚拟机中安装一些应用程序,如MyPublicWifi 左右)。

我所做的是将 VM 网络设置为桥接模式。我在通过登录密码提供给我的 Wifi 上。我打开了我的 Windows 10 虚拟机,当机器完全启动时,我注意到主机上也不存在互联网连接。我虽然连接到 Wifi 网络,但是当我打开虚拟机电源时,即使在主机上也无法连接到互联网。这对我来说很奇怪。我正在分享几个相同的屏幕截图。 主机上的 Ipconfig来宾 VM 上的 ipconfig 。如果我为虚拟机启用了 NAT 而不是桥接网络,那么一切正常。那么我的配置中可能存在什么问题?快照1 快照2 快照3 网络属性 登录页面
主机上的 ipconfig虚拟机上的 ipconfig

编辑
我基本上仍在尝试很多事情,因此没有接受答案,因为我不够相信。万一将来有人来这里并想添加答案,应该添加。我会尝试。

windows-10 networking
  • 2 个回答
  • 1527 Views
Martin Hope
political science
Asked: 2019-10-15 20:06:00 +0800 CST

如何从wifi网络注销

  • 5

我使用我的研究所给我的 wifi。一次限制 3 台设备。我有 2 台笔记本电脑和 2 部手机。有时我需要正确断开连接,以便我的一个设备断开连接并连接另一个。不幸的是,我找不到从 wifi 系统正确断开/注销的方法。我做的最多的是从我的 android 手机我只需按下 wifi 图标,它会断开它与 wifi 系统的连接但不会注销。因此,如果我想使用另一个设备代替以前连接的设备,我无法这样做.我在新设备上收到一条消息“您已达到最大登录限制” 在此处输入图像描述。该研究所使用 Sophos 并在我的笔记本电脑或手机连接后立即打开一个登录页面,该页面没有注销选项。

wireless-networking wireless-router
  • 1 个回答
  • 14718 Views
Martin Hope
political science
Asked: 2019-10-15 02:19:38 +0800 CST

wget文件获取neol转换的文本如何获取正确的文件

  • 5

这是我需要为https://www.gutenberg.org/cache/epub/100/pg100.txt上的分配 pg100.txt 获取的文件 我登录到 Linux 机器 ssh user@machine

wget https://www.gutenberg.org/cache/epub/100/pg100.txt

我得到了文件,但得到的文件是乱码。我想知道 1)我怎样才能得到正确的文本文件 2)为什么我做 wget 时文本会乱码,它在浏览器中正常打开。我通过putty从我的Windows 10机器登录到远程服务器(CentoS7)。

我尝试询问 SO 但机器人将我重定向到这里。如果这不是问的正确地方,请告诉我在哪里问。

ssh putty
  • 1 个回答
  • 63 Views
Martin Hope
political science
Asked: 2019-10-14 09:02:33 +0800 CST

Acer travel mate 4152ncli 鼠标在笔记本电脑中运行未定义的鼠标行为

  • 6

我的 Acer travel mate 4152NCLI 笔记本电脑出现问题。我制作了一个问题视频,可以在以下链接中看到 acer travelmate 错误https://youtu.be/7Z7bCqFLdKM 如果您看到视频发生了一些事情,因为光标向上向下移动,甚至没有我按下向上或下键。登录时重复此操作我无法使用笔记本电脑,因为单击了一些随机事件并且光标随机上下移动。即使在我进入 BIOS 时也会发生这种情况。那么我应该检查什么?这是错误视频 2 https://youtu.be/9_p7KWftTV8 我正在尝试向下滚动,但它不允许我向下滚动。这是错误视频 3 我试图将光标放在某个位置,但它会自动上升 https://youtu.be/sMXjsvdZKmY 请参阅我正在尝试单击段落中最底部的行,但光标向上移动而没有任何单击。它几乎不可能使用笔记本电脑。这台笔记本电脑没有 USB 启动选项,因此我可以对其进行格式化。

谷歌没有太多关于这台笔记本电脑的信息 https://www.google.com/search?q=travelmate+4152ncli&rlz=1C1RLNS_enIN856IN856&oq=travelmate+4152ncli&aqs=chrome..69i57j33.6843j0j7&sourceid=chrome&ie=UTF-8

错误 4 https://youtu.be/JXPjHS6Wp2I

drivers bios
  • 1 个回答
  • 41 Views
Martin Hope
political science
Asked: 2019-09-12 23:02:10 +0800 CST

在多个文档和记事本文档中搜索字符串

  • 5

我有多个 docx 格式的文件和记事本 .txt 文件。

我想搜索特定的字符串,例如#search string#,它可能出现在多个 docx 或 .txt 或 .rtf 文件中的任何一个中。有没有一种方法可以轻松完成,而不是一个一个地打开每个文档并搜索它们。我在 Windows 10 上。

windows-10 microsoft-word
  • 1 个回答
  • 177 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何减少“vmmem”进程的消耗?

    • 11 个回答
  • Marko Smith

    从 Microsoft Stream 下载视频

    • 4 个回答
  • Marko Smith

    Google Chrome DevTools 无法解析 SourceMap:chrome-extension

    • 6 个回答
  • Marko Smith

    Windows 照片查看器因为内存不足而无法运行?

    • 5 个回答
  • Marko Smith

    支持结束后如何激活 WindowsXP?

    • 6 个回答
  • Marko Smith

    远程桌面间歇性冻结

    • 7 个回答
  • Marko Smith

    子网掩码 /32 是什么意思?

    • 6 个回答
  • Marko Smith

    鼠标指针在 Windows 中按下的箭头键上移动?

    • 1 个回答
  • Marko Smith

    VirtualBox 无法以 VERR_NEM_VM_CREATE_FAILED 启动

    • 8 个回答
  • Marko Smith

    应用程序不会出现在 MacBook 的摄像头和麦克风隐私设置中

    • 5 个回答
  • Martin Hope
    Vickel Firefox 不再允许粘贴到 WhatsApp 网页中? 2023-08-18 05:04:35 +0800 CST
  • Martin Hope
    Saaru Lindestøkke 为什么使用 Python 的 tar 库时 tar.xz 文件比 macOS tar 小 15 倍? 2021-03-14 09:37:48 +0800 CST
  • Martin Hope
    CiaranWelsh 如何减少“vmmem”进程的消耗? 2020-06-10 02:06:58 +0800 CST
  • Martin Hope
    Jim Windows 10 搜索未加载,显示空白窗口 2020-02-06 03:28:26 +0800 CST
  • Martin Hope
    andre_ss6 远程桌面间歇性冻结 2019-09-11 12:56:40 +0800 CST
  • Martin Hope
    Riley Carney 为什么在 URL 后面加一个点会删除登录信息? 2019-08-06 10:59:24 +0800 CST
  • Martin Hope
    zdimension 鼠标指针在 Windows 中按下的箭头键上移动? 2019-08-04 06:39:57 +0800 CST
  • Martin Hope
    jonsca 我所有的 Firefox 附加组件突然被禁用了,我该如何重新启用它们? 2019-05-04 17:58:52 +0800 CST
  • Martin Hope
    MCK 是否可以使用文本创建二维码? 2019-04-02 06:32:14 +0800 CST
  • Martin Hope
    SoniEx2 更改 git init 默认分支名称 2019-04-01 06:16:56 +0800 CST

热门标签

windows-10 linux windows microsoft-excel networking ubuntu worksheet-function bash command-line hard-drive

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve