随笔分类 -  Linux

摘要:升级linux文件时,若不小心把文件名给重命名了,结果导致执行所有命令都不识别。 比如我们不小心执行了 mv /lib64/libc.so.6 /lib64/libc.so.6.bak 结果导致所有系统命令都用不了。怎么办呢?好急人~~ 网上搜索半天,有的说要光盘引导修复,这可是要进入机房的啊,有没 阅读全文
posted @ 2016-12-29 20:48 小站记忆 阅读(1061) 评论(0) 推荐(0)
摘要:CURL -F, --form <name=content> (HTTP) This lets curl emulate a filled-in form in which a user has pressed the submit button. This causes curl to POST 阅读全文
posted @ 2016-12-27 10:23 小站记忆 阅读(12520) 评论(0) 推荐(0)
摘要:一、安装dotnet 1.下载运行环境 https://www.microsoft.com/net/download/linux 下载Runtime:https://go.microsoft.com/fwlink/?LinkID=825888 >yum install libunwind libic 阅读全文
posted @ 2016-12-16 19:50 小站记忆 阅读(3346) 评论(0) 推荐(1)
摘要:1.首先连接到Linux系统。 2.到MongoDB官网下载合适的MongoDB安装压缩包。 下载页面:https://www.mongodb.org/downloads#production。 这里我下载的是Linux 64-bit legacy 下载地址:https://fastdl.mongo 阅读全文
posted @ 2015-11-18 13:08 小站记忆 阅读(346) 评论(0) 推荐(0)