我在 Ubuntu 中使用 Firefox 已经很长时间了,我下载了一些附加组件,但它使 Firefox 非常慢,即使我删除它们也不会改变。
我也尝试删除 Firefox,但重新安装它会以某种方式恢复我拥有的相同 Firefox - 似乎它在某处写了一些信息,即使您删除 Firefox,它也会保留它们。
此外,我无法使用 Firefox 观看任何 Flash 视频或网站(chrome 工作正常)。老实说,我篡改了 Firefox 中的插件设置,导致这种情况发生。但是现在我无法做任何事情来覆盖设置...
我的问题是如何删除 Firefox 以删除任何以前的痕迹并重新安装新版本,例如第一次?
我是 Ubuntu 的新手并尝试启动 sshd,但遇到了很多问题。我尝试通过运行sudo apt-get remove openssh-client openssh-server和 来卸载并重新安装 ssh
sudo apt-get install openssh-client openssh-server。当我运行时,sudo service ssh restart我得到:
stop: Unknown instance:
ssh start/running, process 3638
Run Code Online (Sandbox Code Playgroud)
sudo service sshd start给我unrecognized service。
当我跑步时,ps -A | grep ssh我什么也得不到。运行ssh localhost让我连接被拒绝。
我已经 :
输出:
hduser@hduser1-desktop:~$ ssh -v localhost
OpenSSH_5.3p1 Debian-3ubuntu7, OpenSSL 0.9.8k 25 Mar 2009
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug1: Connecting to localhost [127.0.0.1] port 22.
debug1: Connection established.
debug1: identity file /home/hduser/.ssh/identity type -1
debug1: identity file /home/hduser/.ssh/id_rsa type 1
debug1: Checking blacklist file /usr/share/ssh/blacklist.RSA-2048
debug1: Checking blacklist file /etc/ssh/blacklist.RSA-2048
debug1: identity file /home/hduser/.ssh/id_dsa …Run Code Online (Sandbox Code Playgroud) 更新绿色图标是弹出的图标,通知您可以安装更新,或者您可以选择稍后通知。
我想现在安装它们,但我不小心点击了“稍后提醒我”,而不是“立即安装”。
如何再次召唤图标,以便我可以做正确的事情?
我用 ssh 登录到我们实验室的一台电脑上。我想从那里复制一个 .txt 到我家里的笔记本电脑。所以我做了:
root@hostname:/home/gsamaras/konstantis/cholesky# scp gsamaras@hostname.gr:konstantis/cholesky/o_755.txt /
o_755.txt 100% 23KB 22.6KB/s 00:00
root@hostname:/home/gsamaras/konstantis/cholesky# scp gsamaras@hostname.gr:konstantis/cholesky/o_755.txt /home/gsamaras
o_755.txt 100% 23KB 22.6KB/s 00:00
Run Code Online (Sandbox Code Playgroud)
通过两次尝试,我都找不到该文件。它去了哪里?而且,现在我认为其中应该存在两个,我不想留下任何剩菜。
这是我检查的内容:
gsamaras@gsamaras:~$ pwd
/home/gsamaras
gsamaras@gsamaras:~$ ls
Desktop Music Templates
Documents Pictures ubuntu_May_2015.zip
Downloads Public Videos
examples.desktop skype-ubuntu-precise_4.3.0.37-1_i386.deb
gsamaras@gsamaras:~$ ls /
bin dev initrd.img lib64 mnt root srv usr vmlinuz.old
boot etc initrd.img.old lost+found opt run sys var
cdrom home lib media proc sbin tmp vmlinuz
gsamaras@gsamaras:~$
Run Code Online (Sandbox Code Playgroud) 每次当我处于非活动状态(即我不在计算机前)后回到我的计算机时,Ubuntu 都会(是?)锁定,并且会提示我输入密码。如何禁用此功能?
请注意,我没有在 Power -> Inactive 上启用 Don suspend。另请注意,我的问题与如何在启动时停止提示解锁“默认”钥匙圈不同?