考虑:
ls -al ../public-back
drwxrwxr-x 4 apache apache 4096 Apr 19 03:32 templates
ls -al ../public-back/templates
drwxrwxr-x 2 apache apache 4096 Apr 19 03:33 content
drwxrwxr-x 2 apache apache 20480 Apr 20 06:14 images
drwxrwxr-x 2 apache apache 4096 Apr 19 03:35 video
ls -al /public
drwxrwxr-x 4 apache apache 4096 Apr 20 09:49 templates
ls -al /public/templates
drwxrwxr-x 2 apache apache 4096 Apr 20 09:50 content
drwxrwxr-x 2 apache apache 4096 Apr 20 09:50 images
drwxrwxr-x 2 apache apache …Run Code Online (Sandbox Code Playgroud) 我试图安装 node.js 并发现在./configure.
我该如何解决?这是强制性步骤吗?该--without-ssl选项会解决问题吗?
# ./configure
Checking for gcc : ok
Checking for library dl : not found
Checking for openssl : not found
Checking for function SSL_library_init : not found
Checking for header openssl/crypto.h : not found
/home/ec2-user/node-v0.6.6/wscript:374: error: Could not autodetect OpenSSL
support.
Make sure OpenSSL development packages are installed. Use configure --without-ssl
to disable this message.
Run Code Online (Sandbox Code Playgroud) 当我使用 SSH 登录时,我只能看到这个...
-bash: /usr/bin/id: cannot execute binary file
-bash: [: : integer expression expected
Run Code Online (Sandbox Code Playgroud)
我在这里什么也做不了。命令如halt,poweroff,reboot将返回command not found。
我怎样才能解决这个问题?我正在使用 Debian Squeeze Linux
如何将 gunzip 压缩到当前目录以外的目标目录?
这不起作用:
gunzip *.gz /putthemhere/
Run Code Online (Sandbox Code Playgroud) 我需要在 Linux 下找出以下项目的硬件信息:
有什么建议吗?
我想制作一个由 Ubuntu(无图形界面)框支持的警报系统,它通过命令行播放各种公告和警报音轨(.mp3 或 .wav)。
例如:
$ root> audioplay ./hello.wav
Run Code Online (Sandbox Code Playgroud)
音频应该来自 PC 音频插孔。我也可能用另一个套接字侦听器(例如 Ruby Sinatra)包装它。
我怎样才能做到这一点?
我无法弄清楚如何使用该find命令进行不区分大小写的搜索。
我试过
find . -name -i pattern
Run Code Online (Sandbox Code Playgroud)
它不起作用。