1、查看内核 root@PC1:~/GS/lihua/test# hostnamectl Static hostname: PC1 Icon name: computer-vm Chassis: vm Machine ID: dc50d4dc469c45ea8a2a10f39caa45e9 Boot ...
转载
2021-10-23 18:51:00
2478阅读
2评论
[root@localhost ~]# less test #!/usr/bin/env perluse strict;use warnings;my $name = Fred;print "hello\n" if $name =~ /red/;[root@localhost ~]# ./test Bareword "Fred" not allowed wh
原创
2013-05-29 06:47:53
946阅读
具体安装过程见附件,我只记录了我安装遇到的问题和解决办法
在配置mrtg.cfg的过程中
perl cfgmaker public@x.x.x.x --global "workdir: D:\web\mrtg" --output mrtg.cfg
出现Bareword "P-DETACH"
原创
2011-03-24 11:11:23
658阅读
点赞
3评论
这两天在使用Ubuntu系统上进行开发软件的安装,一直遇到创建的Android Studio图标无法使用的问题,创建的图标提示「应用程序启动错误」。在网上也找了很多文章,都是说文件夹中包含空格。但是文件路径确实没包含空格,但是包含-,即"android-studio",所以准备重命名进行尝试,但是遇到"bareword not allowed"的问题。Linux下对文件重命名有两种命令: mv &
转载
2023-08-31 15:57:49
379阅读