小编Rob*_*loi的帖子

我可以重命名一个 Vagrant 盒子吗?

当我将它添加到我的盒子列表时,我拼错了盒子的名称:

vagrant box list
debian
ubnutu
Run Code Online (Sandbox Code Playgroud)

我可以重命名盒子而不重新包装它吗?

virtualbox vagrant

42
推荐指数
2
解决办法
3万
查看次数

25
推荐指数
1
解决办法
6976
查看次数

Aquamacs 覆盖了我的 custom-set-faces 选项

我刚刚在我的 Mac 上安装了 Aquamacs。

我家中有一个 .emacs 文件,其中包含我的所有自定义设置。其中,我有:

(custom-set-faces
 '(default ((t (:stipple nil :background "black" :foreground "grey70" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 140 :width normal :foundry "apple" :family "Monaco"))))
 '(font-lock-builtin-face ((t (:foreground "grey50"))))
 '(font-lock-comment-face ((t (:foreground "darkgreen"))))
 '(font-lock-constant-face ((t (:foreground "grey50"))))
 '(font-lock-doc-face ((t (:foreground "grey50"))))
 '(font-lock-doc-string-face ((t (:foreground "yellow2"))))
 '(font-lock-function-name-face ((t (:foreground "SteelBlue"))))
 '(font-lock-keyword-face ((t (:foreground "red"))))
 '(font-lock-preprocessor-face ((t (:foreground "SteelBlue"))))
 '(font-lock-reference-face ((t (:foreground "LightSkyBlue"))))
 '(font-lock-string-face ((t (:foreground "yellow2"))))
 '(font-lock-type-face ((t …
Run Code Online (Sandbox Code Playgroud)

emacs aquamacs

5
推荐指数
0
解决办法
2186
查看次数

Windows Vista 中的管理员帐户

我有一台带有唯一用户的 Windows Vista(家庭高级版)机器,但所有者忘记了密码。我可以物理访问这台机器。

我尝试使用 Ophcrack Live CD,但找不到密码。Ophcrack 向我展示了另外两个隐藏帐户(管理员和访客),并且没有关联密码。

我试图在安全模式下启动机器(有或没有命令提示符)。很多教程声称我应该能够使用安全模式选择管理员帐户进行登录,但我仍然在登录屏幕中看到唯一的旧用户。

有什么办法可以登录这台机器吗?

windows-vista user-accounts passwords administrator

2
推荐指数
1
解决办法
963
查看次数