blog | get install ssh-server ssh 传数据 scp file root

 by   zhangweipu Java Version: Current License: No License

kandi X-RAY | blog Summary

kandi X-RAY | blog Summary

blog is a Java library. blog has no bugs, it has no vulnerabilities, it has build file available and it has low support. You can download it from GitHub.

my blog ##dd 平时笔记: ssh 传数据到Linux 服务器先装 ssh服务命令 sudo apt-get install ssh-server ssh 传数据 scp file root@ip:目标文件. 安装jdk sudo apt-get install openjdk-8-jdk. 安装mysql sudo apt-get install mysql-server. 修改环境变量sudo vim /etc/environment source /etc/environment sudo vim ~/.bashrc source ~/.bashrc 在末尾添加 export PATH=/opt/EmbedSky/4.3.3/bin:$PATH. 利用chmod修改权限:sudo chmod -R 777 tmp/ -R以下的文件夹 利用chown改变所有者:chown -R username:users Document/. 解压:tar zxvf FileName.tar.gz 压缩:tar zcvf FileName.tar.gz DirName. 移动文件 sudo mv file targetdirectory 启动tomcat /startup.sh shutdown.sh. 删除非空文件夹 rmdir 或 rm -rf. 搭建ftp服务器 sudo apt-get install vsftpd. ​ . sftp 连接 sftp username@ip get [-Ppr] remote [local] put [-Ppr] local [remote]. $sudo apt-get install redis-server. 启动 Redis $ redis-server 查看 redis 是否启动? $ redis-cli 以上命令将打开以下终端:. redis 127.0.0.1:6379> 127.0.0.1 是本机 IP ,6379 是 redis 服务端口。现在我们输入 PING 命令。. redis 127.0.0.1:6379> ping PONG. npm config set cache "D:\vueProject\nodejs\node_cache"  设置全局模块存放路径 npn就放在这了 npm config set prefix "D:\vueProject\nodejs\node_global". npm install -g cnpm --registry=//node 如果出现以下错误: npm err! Error: connect ECONNREFUSED 127.0.0.1:8087 解决办法为: $ npm config set proxy null. 卸载模块 我们可以使用以下命令来卸载 Node.js 模块。 $ npm uninstall express 卸载后,你可以到 /node_modules/ 目录下查看包是否还存在,或者使用以下命令查看: $ npm ls. 查看安装模块 npm list -g npm install express # 本地安装 npm install express -g # 全局安装 多了一个-g 升级nodejs npm install npm -g npm install -g nodemon 数据库 #以PostgreSql为例 npm install mysql --save sudo npm install knex --save sudo npm install pg --save. 模块 fs 文件的操作 events 模块,并通过实例化 EventEmitter 类来绑定和监听事件 Stream(流) 管道流 readerStream.pipe(writerStream); 链式流 fs.createReadStream('input.txt') .pipe(zlib.createGzip()) .pipe(fs.createWriteStream('input.txt.gz')) 压缩文件 模块 module.exports = function() { // ... }. 路由:router serve http.createServe(){ }等操作. 回掉 function 就是最后的一个参数 就是回掉函数 是吧 例子:fs.readFile('input.txt', function (err, data) { if (err) return console.error(err); console.log(data.toString()); }); //koa 路由相关 有全局和非全局之分 npm install koa -g //node 四、设置环境变量(非常重要). cnpm install vue -g. cnpm install vue-cli -g. 打开开始菜单,输入 CMD,或使用快捷键 win+R,输入 CMD,敲回车,弹出命令提示符。打开你将要新建的项目目录. 在当前目录下输入“vue init webpack-simple 项目名称(使用英文)”。. vue init webpack-simple mytest. cd mytest cnpm install. npm install --save axios vue-axios. 点击按钮跳转 this.$router.go('/login');//其中login是你定义的一个路由模块 会刷新 $router.push({path:'/index'}); methods:{ clickFn:function(){ this.$router.push({path:'/index'}); }. sudo apt-get install nginx sudo /etc/init.d/nginx start Ubuntu安装之后的文件结构大致为: 所有的配置文件都在/etc/nginx下,并且每个虚拟主机已经安排在了/etc/nginx/sites-available下 程序文件在/usr/sbin/nginx 日志放在了/var/log/nginx中 并已经在/etc/init.d/下创建了启动脚本nginx 默认的虚拟主机的目录设置在了/var/www/nginx-default (有的版本 默认的虚拟主机的目录设置在了/var/www, 请参考/etc/nginx/sites-available里的配置). apt-get install php7.0 libapache2-mod-php7.0. 正则表达式 ^one 匹配one开头的 ^one$ 匹配one 无效的不知道为啥. list 用[] tup 用() set{}.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              blog has a low active ecosystem.
              It has 0 star(s) with 0 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 6 months.
              blog has no issues reported. There are 2 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of blog is current.

            kandi-Quality Quality

              blog has no bugs reported.

            kandi-Security Security

              blog has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              blog does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              blog releases are not available. You will need to build from source code and install.
              Build file is available. You can build the component from source.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of blog
            Get all kandi verified functions for this library.

            blog Key Features

            No Key Features are available at this moment for blog.

            blog Examples and Code Snippets

            No Code Snippets are available at this moment for blog.

            Community Discussions

            No Community Discussions are available at this moment for blog.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install blog

            You can download it from GitHub.
            You can use blog like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the blog component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/zhangweipu/blog.git

          • CLI

            gh repo clone zhangweipu/blog

          • sshUrl

            git@github.com:zhangweipu/blog.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular Java Libraries

            CS-Notes

            by CyC2018

            JavaGuide

            by Snailclimb

            LeetCodeAnimation

            by MisterBooo

            spring-boot

            by spring-projects

            Try Top Libraries by zhangweipu

            CSSR

            by zhangweipuPython

            mytest

            by zhangweipuCSS

            item

            by zhangweipuJava