<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>Commands on Shaowen Chen's Website</title><link>https://www.chenshaowen.com/en/tags/commands/</link><description>Recent content in Commands on Shaowen Chen's Website</description><generator>Hugo -- gohugo.io</generator><language>en</language><copyright>&amp;copy;2016 - {year}, All Rights Reserved.</copyright><lastBuildDate>Sun, 24 Jun 2018 22:00:00 +0000</lastBuildDate><sy:updatePeriod>weekly</sy:updatePeriod><atom:link href="https://www.chenshaowen.com/en/tags/commands/atom.xml" rel="self" type="application/rss+xml"/><item><title>Common NPM Commands</title><link>https://www.chenshaowen.com/en/blog/common-commands-list-of-npm.html</link><pubDate>Sun, 24 Jun 2018 22:00:00 +0000</pubDate><atom:modified>Sun, 24 Jun 2018 22:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/common-commands-list-of-npm.html</guid><description>** By default, a command operates on the current directory environment. Adding the -g flag makes it apply globally instead.**
Upgrade npm 1 npm install npm -g Show the current version 1 npm -v Show the npm registry configuration 1 npm config get registry Change the npm registry 1 2 npm config set registry http://registry.</description><dc:creator>WeChat Official Account</dc:creator><category>Commands</category><category>Frontend</category><category>NPM</category><category>Node.js</category><category>R&amp;D</category><category>Learning</category></item><item><title>Common Commands in Django Development</title><link>https://www.chenshaowen.com/en/blog/common-commands-in-django-development.html</link><pubDate>Thu, 22 Mar 2018 00:00:00 +0000</pubDate><atom:modified>Thu, 22 Mar 2018 00:00:00 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/common-commands-in-django-development.html</guid><description>Creating a Django Project 1 django-admin startproject your_project_name Creating an App 1 2 3 django-admin.py startapp your_app_name # 或者 python manage.py startapp your_app_name python manage.py and django-admin do essentially the same thing. The difference is that python manage.py also sets the DJANGO_SETTINGS_MODULE environment variable and adds the project&amp;rsquo;s path</description><dc:creator>WeChat Official Account</dc:creator><category>Python</category><category>Django</category><category>Commands</category><category>R&amp;D</category></item><item><title>Linux Performance Command Tools</title><link>https://www.chenshaowen.com/en/blog/linux-performance-command-tools.html</link><pubDate>Sun, 28 May 2017 15:47:41 +0000</pubDate><atom:modified>Sun, 28 May 2017 15:47:41 +0000</atom:modified><guid>https://www.chenshaowen.com/en/blog/linux-performance-command-tools.html</guid><description>There are many performance tools on the Linux platform, enough to make your head spin, but long-term exploration and experience have shown that the most useful ones are still those time-tested, simple little utilities. Below are the command-line tools collected from system performance expert Brendan D. Gregg&amp;rsquo;s talk on Linux performance (Linux Performance Tools).</description><dc:creator>WeChat Official Account</dc:creator><category>Linux</category><category>Performance</category><category>Operations</category><category>Monitoring</category><category>Learning</category><category>Troubleshooting</category><category>Tuning</category><category>Commands</category><category>Observability</category></item></channel></rss>