Tag: Ubuntu

如何解决AWS EC2上未find的apt-get命令?

我在我的实例上安装了Ubuntu 12.04,并试图使用apt-get安装软件包,但出现以下错误: sudo: apt-get: command not found 我该如何解决?

Mongo“prealloc”文件占用空间

我试图释放运行Mongo的Ubuntu服务器上的一些空间。 我已经附上了一个新的,空的8GB容量,并有空间移动的东西。 我在/ var / lib / mongodb / journal / prealloc中有几个大文件(1GB),删除这些文件还是移动它们是安全的? 如果我能移动它们 – 任何人都可以给我一个关于如何为Mongo做这个的指针?

如何正常closuresemacs守护进程?

loginUbuntu时,我使用Ubuntu的启动程序启动Emacs(第23版)守护进程。 然后,当我需要编辑某些东西时,我会启动Emacs客户端。 当我从Ubuntu注销时,它说Emacs当然还在运行。 我需要在某处添加一个脚本来告诉Gnome在注销/closures时closuresemacs。 1)剧本应该是什么样的? “kill-emacs”似乎不起作用。 2)我应该把这个脚本放在哪里? 在启动程序(系统 – >会话菜单)中没有任何东西看起来很有用。 我更喜欢用户的帐户中的东西,而不是黑客PostSession脚本或其他的根访问。

凉亭命令不返回任何东西

我一直在试图安装凉亭,但我一定是失去了一些东西,因为命令凉亭没有任何回报! 我安装了这样的凉亭: sudo npm install bower -g 这是输出: npm http GET https://registry.npmjs.org/bower npm http 304 https://registry.npmjs.org/bower npm http GET https://registry.npmjs.org/tmp … … # Many requests here n_n npm http GET https://registry.npmjs.org/traverse npm http 304 https://registry.npmjs.org/traverse /usr/bin/bower -> /usr/lib/node_modules/bower/bin/bower bower@0.8.5 /usr/lib/node_modules/bower ├── stable@0.1.3 ├── archy@0.0.2 ├── colors@0.6.0-1 ├── tmp@0.0.16 ├── async@0.2.6 ├── mkdirp@0.3.5 ├── semver@1.1.4 ├── […]

如何将AWS CLI升级到最新版本?

我最近注意到,我正在运行一个旧版本的AWS CLI,它缺less我需要的一些function: $aws –version aws-cli/1.2.9 Python/3.4.3 Linux/3.13.0-85-generic 我如何升级到最新版本的AWS CLI(1.10.24)? 编辑: 运行以下命令无法更新AWS CLI: $ pip install –upgrade awscli Requirement already up-to-date: awscli in /usr/local/lib/python2.7/dist-packages Cleaning up… 检查版本: $ aws –version aws-cli/1.2.9 Python/3.4.3 Linux/3.13.0-85-generic

pythonUbuntu错误安装枕头3.0.0

我最近失败了在我的Ubuntu 14.04上安装Pillow 3.0.0。 无论我做什么(下载并尝试“sudo python setup.py install”或“sudo -H pip install Pillow == 3.0.0 –no-cache-dir”),每当我得到错误: copying PIL/TiffImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL running egg_info writing Pillow.egg-info/PKG-INFO writing top-level names to Pillow.egg-info/top_level.txt writing dependency_links to Pillow.egg-info/dependency_links.txt warning: manifest_maker: standard file '-c' not found reading manifest file 'Pillow.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'Pillow.egg-info/SOURCES.txt' copying PIL/OleFileIO-README.md -> build/lib.linux-x86_64-2.7/PIL running […]

SSH禁用密码validation

我正在寻找一种方法来禁用ssh客户端访问密码提示,如这里所述 我无法禁用根login的password:提示。 我已经将sshd_config文件更改为: ChallengeResponseAuthentication no PasswordAuthentication no UsePAM no 并且还更改了权限chmod 700 ~/.ssh和chmod 600 ~/.ssh/authorized_keys 。 我错过了什么? 这是否需要我有密码? 详细转储: debug1: Authentications that can continue: publickey,password debug1: Next authentication method: publickey debug1: Offering RSA public key: /home/user/.ssh/id_rsa debug1: Authentications that can continue: publickey,password debug1: Trying private key: /home/user/.ssh/id_dsa debug1: Trying private key: /home/user/.ssh/id_ecdsa debug1: Next authentication method: […]

Xvfb失败的启动错误

我有Ubuntu 11.04我正在尝试安装Xvfb和CutyCapt以拍摄网页快照,我按照指示https://github.com/jaequery/cutycapt-installer-script-on-ubuntu/blob/master/install我执行最后一行,它给了我一个错误 xvfb-run:错误:Xvfb无法启动 任何解决scheme? 先谢谢你

postgres,Ubuntu的如何重新启动服务? 在实例重启后遇到集群问题

我在AWS EC2上运行Postgres db 9.1 ,使用ubuntu 12.04 。 我和这个实例混淆了很多(比如我在9.1之前安装了各种postgres XX)。 现在经过一个月的数据库工作,我发现,如果我重新启动我的实例postgres加载不正确,它的状态说“正在运行的集群”。 这将永远持续到我 sudo service postgresql restart 从terminal,然后再次工作。 如何添加这条线,到Ubuntu的启动,以便每次加载时,它将重新启动此服务,并希望解决我的问题? 也可以解决这个问题的其他解决scheme。

为什么这个命令杀死我的shell?

更新:这是一个更一般的命令,更具有可重复性。 ShellFish认定有一个更一般的模式: non-existingcommand & existingcommand & 例如, xyz & echo & 另外,我有一个同事尝试通过SSH连接,并在运行命令后closures连接。 所以这似乎并不局限于某个terminal模拟器。 原始问题 : echo?a=1&b=2|3&c=4= 行为: 执行该命令后,我的当前Gnometerminal选项卡closures,没有任何警告。 背景: 我们正在使用curl命令testing一个URL,但忘记引用它或者转义特殊字符(因此和号和等号)。 期待一些关于语法问题或没有find的命令的废话,我们反而看着我们的shell简单地退出。 我们花了一些时间把命令缩小到可以导致行为的最低限度。 我们在Ubuntu 14.10上使用Gnome Terminal。 奇怪的是,即使我脱离了会议,我的另一个箱子上也没有出现这种行为。 Cygwin也不会发生这种情况。 不幸的是,我仅限于使用Ubuntu 14.10进行testing。 注意:下面的命令也杀死我的terminal,但只有大约一半的时间 : echo?a=1&b=2&c=3= 其他testing: 有人build议使用子shell … guest-cvow8T@chortles:~$ bash -c 'echo?a=1&b=2|4&c=3=' bash: echo?a=1: command not found guest-cvow8T@chortles:~$ bash: 4: command not found 没有出口。