Ubuntu

Ubuntu用户和开发人员的问答

3
如何将恢复模式下的文件系统更改为读写模式?
我弄乱了我的sudoers文件,我想更改它的权限。 当我以恢复模式登录时,chmod由于它是只读选项,因此无法运行该命令。 我mount -o remount,rw /在恢复模式下尝试过。没为我工作: Err : Ext4-fs remount. Opts errors=remount-ro 如何启动进入恢复模式并具有读写选项?
114 mount  filesystem 







3
如何为终端命令创建脚本文件?
在Windows中,我可以写含有CMD(通常命令的文件.cmd或.bat文件)。当我单击这些文件时,它将打开cmd.exe并运行文件中包含的命令。 我将如何在Ubuntu中做到这一点? 我确定这是重复的,但找不到答案。 它与以下问题类似,但未回答以下问题: 将常用的终端命令存储在文件中 Ubuntu中的CMD.exe模拟器可运行.cmd / .bat文件



9
如何为Virtualbox设置USB?
我正在使用Ubuntu Maverick和Virtual Box 3+。我有Windows 7 Ultimate。问题在于它在Windows 7中无法检测到USB驱动器,但是USB外围设备(鼠标+键盘)正在运行。 我遵循了这些指示,但是我无法找到用户组vboxusers。我该如何继续?我还想毫无风险地升级到最新版本(而不丢失我的虚拟硬盘驱动器)。

2
“服务”和“ /etc/init.d/”之间有什么区别?
一段时间以来,我一直在Ubuntu发行版和非发行版上管理服务器的安装-我已经/etc/init.d/为重新启动服务进行了调整。现在我收到此消息: root@tatooine:~# /etc/init.d/mysql status Rather than invoking init scripts through /etc/init.d, use the service(8) utility, e.g. service mysql status Since the script you are attempting to invoke has been converted to an Upstart job, you may also use the status(8) utility, e.g. status mysql mysql start/running, process 14048 这似乎是在Ubuntu的最新LTS中带来的-为什么?有什么不好的?和/etc/init.d/之间有什么区别?service/etc/init.d/
113 upstart  services 



14
MySQL的14.04服务器中缺少Mcrypt扩展
ubuntu 14.04上的php mcrypt扩展名表明它已正确安装,但是phpmyadmin说: The mcrypt extension is missing. Please check your PHP configuration. 我当前的php配置在这里。如果您需要更多信息,请通过评论与我联系。 $ sudo apt-get install php5-mcrypt Reading package lists... Done Building dependency tree Reading state information... Done php5-mcrypt is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
112 14.04  mysql  php  phpmyadmin  dmcrypt 

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.