小编Ray*_*Ray的帖子

将 SD 卡克隆到更大的 SD 卡上

我正在使用 Ubuntu 12.04。我有一张旧的 4GB SD 卡,刚刚买了一张新的 16GB SD 卡。我想将旧的 4GB SD 卡中的所有内容复制到新的 16GB SD 卡上。我担心通常的复制和粘贴技巧会遗漏一些东西,所以我想将旧的 4GB SD 卡克隆到 16GB SD 卡上。我dd按照此链接中的说明在 shell 中使用了该命令。

这有一个小小的警告。新的 SD 卡现在看起来是 4GB。后来我发现这是因为 16GB SD 卡上的主分区现在已经缩小到 4GB。我已经解决了这个问题,我想我明白了。但是,我现在的问题是,如何将旧的 4GB SD 卡克隆到新的 16GB SD 卡上,而不会将 16GB SD 卡上的主分区缩小到 4GB?

linux sd-card dd

9
推荐指数
1
解决办法
3万
查看次数

使用 Powershell Core 6 作为默认 shell,快捷键为 Windows+X,我

我见过这个问题,这不完全是一回事。我安装了 Powershell Core 6。我通常使用快捷键Windows+打开 Powershell X,然后使用I。现在我想要使用该快捷方式打开 Powershell Core 6 而不是旧的 Powershell 5。这可能吗?

windows keyboard-shortcuts powershell powershell-6.0

6
推荐指数
1
解决办法
2114
查看次数

标签中的 Sublime Text 3 文件名缩写

我经常使用文件名很长的文本文件,因此标签真的很宽,因此不方便和丑陋。如何使 Sublime 3 不显示整个文件名,而只显示其中的一部分?

sublime-text-3

5
推荐指数
1
解决办法
1915
查看次数

Windows 10, sshd.exe missing

According to this, OpenSSH is now part of Windows. The executable files are in C:\Windows\System32\OpenSSH, and indeed I could see them on my system. However, sshd.exe is not there. Does anyone know why? Do I have to install something special to get sshd.exe?

My C:\Windows\System32\OpenSSH contains only the following items:

    Directory: C:\Windows\System32\OpenSSH

Mode                 LastWriteTime         Length Name
----                 -------------         ------ ----
-a---          19/03/2019    06:21         322560 scp.exe
-a---          19/03/2019    06:21         390144 sftp.exe
-a---          19/03/2019    06:21         882688 ssh.exe
-a---          19/03/2019 …
Run Code Online (Sandbox Code Playgroud)

ssh sshd windows-10

4
推荐指数
1
解决办法
3843
查看次数