Submitted by gouki on 2019, November 26, 10:32 PM
如题,实在没辙了。暂先这样吧。不然怕可能找不下去。虽然服务器不在国内。。。
不过还是要提醒自己,乱七八槽 的买国内的VPS,其实耗费的资金已经超过一个正常的AWS了,等国内的到期,算一算,上AWS吧。
Misc | 评论:0
| 阅读:8740
Submitted by gouki on 2019, November 14, 12:27 AM
Misc | 评论:0
| 阅读:8396
Submitted by gouki on 2019, November 8, 11:45 AM
如题。如果文件是"-test.log",是的你没看错。文件名前面有一个减号。如果你直接使用:rm -test.log,会报如下错误:
XML/HTML代码
- rm: invalid option -- 't'
- Try 'rm ./-test.log' to remove the file ‘-test.log’.
- Try 'rm --help' for more information.
毕竟。- 是有特殊意义的。那怎么删除呢?也简单:
XML/HTML代码
- rm -- -test.log
文件就这样被删除了。事实上,象这种"-"(减号、负号)开头的文件。因为它自带的特殊意义(linux下命令行的参数前缀),所以你用touch\vim等命令,其实都无法创建这样的文件。不信你试试"touch -test.log"。当然,你也是可以用touch -- -test.log来创建(其他类似)
Linux | 评论:0
| 阅读:9089
Submitted by gouki on 2019, November 3, 5:23 PM
Wow。。如题。MacJournal又回来了。这个软件好象是被收购还是啥的。于是乎感觉六、七年没有更新的样子。今天打开官网,居然看到这么一段:
XML/HTML代码
- Hello everyone! After a long and productive relationship with Mariner Software, MacJournal is returning home to be distributed here by its original developer. There are a few important details that will have to change as a result. First of all, MacJournal will be distributed exclusively on this website for now. The versions on the various App Stores will be removed as current App Store rules do not allow us to transfer them. Secondly, MacJournal will be distributed for free, just as it was when it got started almost 18 years ago. Third, there is a new version out today! You can see details for version 7 on this site and download the release now. Prior versions running on systems that can support version 7 will see an automatic update later this week. And finally, since support will also be back to a single person, support via email will be constrained. I will try to get back to everyone that writes, but there could be some delays so I thank everyone for their patience in advance. I'm excited about this next chapter of MacJournal and about the new release!
然后看了一下更新记录,平均每两三个月更新一次。快的话一个月更新2次。作者这是要拼命的节奏啊。
说实话,羡慕这些独立开发者,能够支撑得下来。
苹果相关 | 评论:0
| 阅读:8092