初试openGauss(一):windows下使用qemu安装openGauss
++ Published at March 27, 2020 · + 1 min read +
+windows下使用qemu安装openGauss虚拟机...
+Below is just about everything you’ll need to style in the blog.
+ +This blog is about bla bla. This is strong.
+ +++ +The sites that have been chosen are listed and described next to each work, with encapsulating quotes or pieces of text narrating central themes for the groups.
+
Header1 | +Header2 | +Header3 | +
---|---|---|
cell1 | +cell2 | +cell3 | +
cell4 | +cell5 | +cell6 | +
—- | ++ | + |
cell1 | +cell2 | +cell3 | +
cell4 | +cell5 | +cell6 | +
===== | ++ | + |
Foot1 | +Foot2 | +Foot3 | +
{: rules=“groups”}
+ +struct async_entry {
+ struct list_head domain_list;
+ struct list_head global_list;
+ struct work_struct work;
+ async_cookie_t cookie;
+ async_func_t func;
+ void *data;
+ struct async_domain *domain;
+};
+
+
+Download the file here download: +get the PNG directly.
+ +Hugo is the world’s fastest framework for building websites. It is written in Go.
+ +It makes use of a variety of open source projects including:
+ +Learn more and contribute on GitHub.
+ +初试openGauss(一):windows下使用qemu安装openGauss
++ Published at March 27, 2020 · + 1 min read +
+windows下使用qemu安装openGauss虚拟机...
+初试openGauss(一):windows下使用qemu安装openGauss(这是中文)
++ Published at March 27, 2020 · + 1 min read +
+windows下使用qemu安装openGauss虚拟机...
+初试openGauss(一):windows下使用qemu安装openGauss(这是中文)
++ Published at March 27, 2020 · + 1 min read +
+windows下使用qemu安装openGauss虚拟机...
+初试openGauss(二):windows下使用VirtualBox安装openGauss
++ Published at March 27, 2020 · + 1 min read +
+windows下使用VirtualBox安装openGauss虚拟机....
+初试openGauss(二):windows下使用VirtualBox安装openGauss(这是中文)
++ Published at March 27, 2020 · + 1 min read +
+windows下使用VirtualBox安装openGauss虚拟机....
+初试openGauss(二):windows下使用VirtualBox安装openGauss(这是中文)
++ Published at March 27, 2020 · + 1 min read +
+windows下使用VirtualBox安装openGauss虚拟机....
++ Published at March 3, 2020 · + 1 min read +
+Just about everything you’ll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
++ Published at March 3, 2020 · + 1 min read +
+Just about everything you’ll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
++ Published at March 3, 2020 · + 1 min read +
+Just about everything you’ll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
+This file is to explain in which way the content of the blogs are stored and read by the blog system.
+ +A blog can include many formats of information, like text, pictures, videos, animations or others.
+ +openEuler Blog is designed to support the following formats:
+ +The content of blogs are under ./content
+ +|__ _example --list the some blog examples
+|__ guidance --house the guidance to post and maintain the blogs
+|__ post --house all the final posts
+ |__ author_1 --house the blogs by authors' gitee ID, and each author need create your own foler by your id.
+ |__ author_2 --house the blogs by authors' gitee ID
+
+
+
+To create a post, add a file to your _post/author1/ directory with the following format:
+ +YEAR-MONTH-DAY-title.MARKUP
+
+
+Where YEAR is a four-digit number, MONTH and DAY are both two-digit numbers, and MARKUP is the file extension representing the format used in the file. For example, the following are examples of valid post filenames:
+ +2020-01-01-new-years-is-coming.md
+2020-02-15-how-to-write-a-blog.md
+
+
+Functionally, the post should support categories, archives, title, date, brief description, thus the file headers should be as below.
+ ++++
+title = ""
+date = "yyyy-mm-dd"
+tags = ["aaaa", "bbbb", "cccc"]
+archives = "yyyy-mm" //by months
+author = "name of author"
+summary = ""
++++
+
+
+At some point, you’ll want to include images, downloads, or other digital assets along with your text content.
+ +You can put the resources in the same folder as your text file’s, and name the resources as
+ +YEAR-MONTH-DAY-title-NN.MARKUP
+
+
+Where the YEAR, MONTH, DAY, and title are the same as your blog file, and NN is the serial number of the pictures, like 01, 02 and so on. The MARKUP is the file extension, and for pictures it is recommended to use png. +The following are one example.
+ +2020-01-01-new-years-is-coming.md
+2020-01-01-new-years-is-coming-01.png
+2020-01-01-new-years-is-coming-02.gif
+2020-01-01-new-years-is-coming-03.pdf
+
+
+Then, from within any post, they can be linked to using the site’s root as the path for the asset to include. Here are some simple examples in Markdown:
+ +Including an image asset in a post:
+ +... which is shown in the screenshot below:
+
+
+
+Linking to a PDF for readers to download:
+ +... you can [get the PDF](/content/post/yyyymm/2020-01-01-new-years-is-coming-03.pdf) directly.
+
+
+Linking to a url for readers to visit:
+ +... you can [read more](<https://gitee.com/openeuler/>).
+
+
+The content above refered to https://jekyllrb.com/docs/posts/#the-posts-folder.
+ +Below is just about everything you’ll need to style in the blog.
+ +This blog is about bla bla. This is strong.
+ +++ +The sites that have been chosen are listed and described next to each work, with encapsulating quotes or pieces of text narrating central themes for the groups.
+
Header1 | +Header2 | +Header3 | +
---|---|---|
cell1 | +cell2 | +cell3 | +
cell4 | +cell5 | +cell6 | +
—- | ++ | + |
cell1 | +cell2 | +cell3 | +
cell4 | +cell5 | +cell6 | +
===== | ++ | + |
Foot1 | +Foot2 | +Foot3 | +
{: rules=“groups”}
+ +struct async_entry {
+ struct list_head domain_list;
+ struct list_head global_list;
+ struct work_struct work;
+ async_cookie_t cookie;
+ async_func_t func;
+ void *data;
+ struct async_domain *domain;
+};
+
+
+Download the file here download: +get the PNG directly.
+ +Below is just about everything you’ll need to style in the blog.
+ +This blog is about bla bla. This is strong.
+ +++ +The sites that have been chosen are listed and described next to each work, with encapsulating quotes or pieces of text narrating central themes for the groups.
+
Header1 | +Header2 | +Header3 | +
---|---|---|
cell1 | +cell2 | +cell3 | +
cell4 | +cell5 | +cell6 | +
—- | ++ | + |
cell1 | +cell2 | +cell3 | +
cell4 | +cell5 | +cell6 | +
===== | ++ | + |
Foot1 | +Foot2 | +Foot3 | +
{: rules=“groups”}
+ +struct async_entry {
+ struct list_head domain_list;
+ struct list_head global_list;
+ struct work_struct work;
+ async_cookie_t cookie;
+ async_func_t func;
+ void *data;
+ struct async_domain *domain;
+};
+
+
+Download the file here download: +get the PNG directly.
+ +Hugo is the world’s fastest framework for building websites. It is written in Go.
+ +It makes use of a variety of open source projects including:
+ +Learn more and contribute on GitHub.
+ +Hugo is the world’s fastest framework for building websites. It is written in Go.
+ +It makes use of a variety of open source projects including:
+ +Learn more and contribute on GitHub.
+ +初试openGauss(一):windows下使用qemu安装openGauss
++ Published at March 27, 2020 · + 1 min read +
+windows下使用qemu安装openGauss虚拟机...
+初试openGauss(二):windows下使用VirtualBox安装openGauss
++ Published at March 27, 2020 · + 1 min read +
+windows下使用VirtualBox安装openGauss虚拟机....
++ Published at March 3, 2020 · + 1 min read +
+Just about everything you’ll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
+初试openGauss(一):windows下使用qemu安装openGauss
++ Published at March 27, 2020 · + 1 min read +
+windows下使用qemu安装openGauss虚拟机...
+初试openGauss(二):windows下使用VirtualBox安装openGauss
++ Published at March 27, 2020 · + 1 min read +
+windows下使用VirtualBox安装openGauss虚拟机....
++ Published at March 3, 2020 · + 1 min read +
+Just about everything you’ll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
+This file is to explain in which way the content of the blogs are stored and read by the blog system.
+ +A blog can include many formats of information, like text, pictures, videos, animations or others.
+ +openEuler Blog is designed to support the following formats:
+ +The content of blogs are under ./content
+ +|__ _example --list the some blog examples
+|__ guidance --house the guidance to post and maintain the blogs
+|__ post --house all the final posts
+ |__ author_1 --house the blogs by authors' gitee ID, and each author need create your own foler by your id.
+ |__ author_2 --house the blogs by authors' gitee ID
+
+
+
+To create a post, add a file to your _post/author1/ directory with the following format:
+ +YEAR-MONTH-DAY-title.MARKUP
+
+
+Where YEAR is a four-digit number, MONTH and DAY are both two-digit numbers, and MARKUP is the file extension representing the format used in the file. For example, the following are examples of valid post filenames:
+ +2020-01-01-new-years-is-coming.md
+2020-02-15-how-to-write-a-blog.md
+
+
+Functionally, the post should support categories, archives, title, date, brief description, thus the file headers should be as below.
+ ++++
+title = ""
+date = "yyyy-mm-dd"
+tags = ["aaaa", "bbbb", "cccc"]
+archives = "yyyy-mm" //by months
+author = "name of author"
+summary = ""
++++
+
+
+At some point, you’ll want to include images, downloads, or other digital assets along with your text content.
+ +You can put the resources in the same folder as your text file’s, and name the resources as
+ +YEAR-MONTH-DAY-title-NN.MARKUP
+
+
+Where the YEAR, MONTH, DAY, and title are the same as your blog file, and NN is the serial number of the pictures, like 01, 02 and so on. The MARKUP is the file extension, and for pictures it is recommended to use png. +The following are one example.
+ +2020-01-01-new-years-is-coming.md
+2020-01-01-new-years-is-coming-01.png
+2020-01-01-new-years-is-coming-02.gif
+2020-01-01-new-years-is-coming-03.pdf
+
+
+Then, from within any post, they can be linked to using the site’s root as the path for the asset to include. Here are some simple examples in Markdown:
+ +Including an image asset in a post:
+ +... which is shown in the screenshot below:
+
+
+
+Linking to a PDF for readers to download:
+ +... you can [get the PDF](/content/post/yyyymm/2020-01-01-new-years-is-coming-03.pdf) directly.
+
+
+Linking to a url for readers to visit:
+ +... you can [read more](<https://gitee.com/openeuler/>).
+
+
+The content above refered to https://jekyllrb.com/docs/posts/#the-posts-folder.
+ +This file is to explain in which way the content of the blogs are stored and read by the blog system.
+ +A blog can include many formats of information, like text, pictures, videos, animations or others.
+ +openEuler Blog is designed to support the following formats:
+ +The content of blogs are under ./content
+ +|__ _example --list the some blog examples
+|__ guidance --house the guidance to post and maintain the blogs
+|__ post --house all the final posts
+ |__ author_1 --house the blogs by authors' gitee ID, and each author need create your own foler by your id.
+ |__ author_2 --house the blogs by authors' gitee ID
+
+
+
+To create a post, add a file to your _post/author1/ directory with the following format:
+ +YEAR-MONTH-DAY-title.MARKUP
+
+
+Where YEAR is a four-digit number, MONTH and DAY are both two-digit numbers, and MARKUP is the file extension representing the format used in the file. For example, the following are examples of valid post filenames:
+ +2020-01-01-new-years-is-coming.md
+2020-02-15-how-to-write-a-blog.md
+
+
+Functionally, the post should support categories, archives, title, date, brief description, thus the file headers should be as below.
+ ++++
+title = ""
+date = "yyyy-mm-dd"
+tags = ["aaaa", "bbbb", "cccc"]
+archives = "yyyy-mm" //by months
+author = "name of author"
+summary = ""
++++
+
+
+At some point, you’ll want to include images, downloads, or other digital assets along with your text content.
+ +You can put the resources in the same folder as your text file’s, and name the resources as
+ +YEAR-MONTH-DAY-title-NN.MARKUP
+
+
+Where the YEAR, MONTH, DAY, and title are the same as your blog file, and NN is the serial number of the pictures, like 01, 02 and so on. The MARKUP is the file extension, and for pictures it is recommended to use png. +The following are one example.
+ +2020-01-01-new-years-is-coming.md
+2020-01-01-new-years-is-coming-01.png
+2020-01-01-new-years-is-coming-02.gif
+2020-01-01-new-years-is-coming-03.pdf
+
+
+Then, from within any post, they can be linked to using the site’s root as the path for the asset to include. Here are some simple examples in Markdown:
+ +Including an image asset in a post:
+ +... which is shown in the screenshot below:
+
+
+
+Linking to a PDF for readers to download:
+ +... you can [get the PDF](/content/post/yyyymm/2020-01-01-new-years-is-coming-03.pdf) directly.
+
+
+Linking to a url for readers to visit:
+ +... you can [read more](<https://gitee.com/openeuler/>).
+
+
+The content above refered to https://jekyllrb.com/docs/posts/#the-posts-folder.
+ +Refer to http://git.mydoc.io/?t=179267 to register Gitee account.
Set your primary mail box in gitee settings https://gitee.com/profile/emails.
Sign your CLA in https://openeuler.org/zh/cla.html.
Prepare your git environment refering to http://git.mydoc.io/?t=180692.
The openEuler blog is written in markdown format. +You can read https://gitee.com/openeuler/blog/blob/master/design/content_posts.md to get understand how the blog is designed.
+ +The head includes the following information:
+ ++++
+title = "Sample Post"
+date = "2020-03-03"
+tags = ["Sample", "ABC", "cccc"]
+archives = "2020-03"
+author = "openEuler Blog Maintainer"
+summary = "Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more."
++++
+
+Here you can edit your blog.
+
+
+Tips: you can copy content/_example/2020-03-03-sample-post.md to your folder and edit it.
+ +The blog posting follows the pull request of Gitee.
+ +Fork openEuler blog project https://gitee.com/openeuler/blog to your own gitee. Refer to http://git.mydoc.io/?t=153749 for detailed guidance.
Clone the code to your local environment.
+ +git clone https://gitee.com/<your-gitee-id>/blog
+
Create a branch
+ +git checkout -b <branch-name>
+
Create a folder in the blog floder
+ +cd content\post
+mkdir <your-gitee-id>
+cd <your-gitee-id>
+touch YEAR-MONTH-DAY-title.md
+
And You can put the resources in the same folder as your text file’s, and name the resources as
+ +YEAR-MONTH-DAY-title-NN.MARKUP
+
+
+Where the YEAR, MONTH, DAY, and title are the same as your blog file, and NN is the serial number of the pictures, like 01, 02 and so on. The MARKUP is the file extension, and for pictures it is recommended to use png. +The following are one example.
+ +2020-01-01-new-years-is-coming.md
+2020-01-01-new-years-is-coming-01.png
+2020-01-01-new-years-is-coming-02.gif
+2020-01-01-new-years-is-coming-03.pdf
+
+
+Commit your post
+ +git add <file-path>
+git commit -m "<message>"
+git push origin <branch-name>:<branch-name>
+
Refer to http://git.mydoc.io/?t=153749 to submit your Pull Request
Wait for reviewing and merging.
Refer to http://git.mydoc.io/?t=179267 to register Gitee account.
Set your primary mail box in gitee settings https://gitee.com/profile/emails.
Sign your CLA in https://openeuler.org/zh/cla.html.
Prepare your git environment refering to http://git.mydoc.io/?t=180692.
The openEuler blog is written in markdown format. +You can read https://gitee.com/openeuler/blog/blob/master/design/content_posts.md to get understand how the blog is designed.
+ +The head includes the following information:
+ ++++
+title = "Sample Post"
+date = "2020-03-03"
+tags = ["Sample", "ABC", "cccc"]
+archives = "2020-03"
+author = "openEuler Blog Maintainer"
+summary = "Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more."
++++
+
+Here you can edit your blog.
+
+
+Tips: you can copy content/_example/2020-03-03-sample-post.md to your folder and edit it.
+ +The blog posting follows the pull request of Gitee.
+ +Fork openEuler blog project https://gitee.com/openeuler/blog to your own gitee. Refer to http://git.mydoc.io/?t=153749 for detailed guidance.
Clone the code to your local environment.
+ +git clone https://gitee.com/<your-gitee-id>/blog
+
Create a branch
+ +git checkout -b <branch-name>
+
Create a folder in the blog floder
+ +cd content\post
+mkdir <your-gitee-id>
+cd <your-gitee-id>
+touch YEAR-MONTH-DAY-title.md
+
And You can put the resources in the same folder as your text file’s, and name the resources as
+ +YEAR-MONTH-DAY-title-NN.MARKUP
+
+
+Where the YEAR, MONTH, DAY, and title are the same as your blog file, and NN is the serial number of the pictures, like 01, 02 and so on. The MARKUP is the file extension, and for pictures it is recommended to use png. +The following are one example.
+ +2020-01-01-new-years-is-coming.md
+2020-01-01-new-years-is-coming-01.png
+2020-01-01-new-years-is-coming-02.gif
+2020-01-01-new-years-is-coming-03.pdf
+
+
+Commit your post
+ +git add <file-path>
+git commit -m "<message>"
+git push origin <branch-name>:<branch-name>
+
Refer to http://git.mydoc.io/?t=153749 to submit your Pull Request
Wait for reviewing and merging.
Refer to http://git.mydoc.io/?t=179267 to register Gitee account.
Set your primary mail box in gitee settings https://gitee.com/profile/emails.
Sign your CLA in https://openeuler.org/zh/cla.html.
Prepare your git environment refering to http://git.mydoc.io/?t=180692.
The openEuler blog is written in markdown format. +You can read https://gitee.com/openeuler/blog/blob/master/design/content_posts.md to get understand how the blog is designed.
+ +The head includes the following information:
+ ++++
+title = "Sample Post"
+date = "2020-03-03"
+tags = ["Sample", "ABC", "cccc"]
+archives = "2020-03"
+author = "openEuler Blog Maintainer"
+summary = "Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more."
++++
+
+Here you can edit your blog.
+
+
+Tips: you can copy content/_example/2020-03-03-sample-post.md to your folder and edit it.
+ +The blog posting follows the pull request of Gitee.
+ +Fork openEuler blog project https://gitee.com/openeuler/blog to your own gitee. Refer to http://git.mydoc.io/?t=153749 for detailed guidance.
Clone the code to your local environment.
+ +git clone https://gitee.com/<your-gitee-id>/blog
+
Create a branch
+ +git checkout -b <branch-name>
+
Create a folder in the blog floder
+ +cd content\post
+mkdir <your-gitee-id>
+cd <your-gitee-id>
+touch YEAR-MONTH-DAY-title.md
+
And You can put the resources in the same folder as your text file’s, and name the resources as
+ +YEAR-MONTH-DAY-title-NN.MARKUP
+
+
+Where the YEAR, MONTH, DAY, and title are the same as your blog file, and NN is the serial number of the pictures, like 01, 02 and so on. The MARKUP is the file extension, and for pictures it is recommended to use png. +The following are one example.
+ +2020-01-01-new-years-is-coming.md
+2020-01-01-new-years-is-coming-01.png
+2020-01-01-new-years-is-coming-02.gif
+2020-01-01-new-years-is-coming-03.pdf
+
+
+Commit your post
+ +git add <file-path>
+git commit -m "<message>"
+git push origin <branch-name>:<branch-name>
+
Refer to http://git.mydoc.io/?t=153749 to submit your Pull Request
Wait for reviewing and merging.
Refer to http://git.mydoc.io/?t=179267 to register Gitee account.
Set your primary mail box in gitee settings https://gitee.com/profile/emails.
Sign your CLA in https://openeuler.org/zh/cla.html.
Prepare your git environment refering to http://git.mydoc.io/?t=180692.
The openEuler blog is written in markdown format. +You can read https://gitee.com/openeuler/blog/blob/master/design/content_posts.md to get understand how the blog is designed.
+ +The head includes the following information:
+ ++++
+title = "Sample Post"
+date = "2020-03-03"
+tags = ["Sample", "ABC", "cccc"]
+archives = "2020-03"
+author = "openEuler Blog Maintainer"
+summary = "Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more."
++++
+
+Here you can edit your blog.
+
+
+Tips: you can copy content/_example/2020-03-03-sample-post.md to your folder and edit it.
+ +The blog posting follows the pull request of Gitee.
+ +Fork openEuler blog project https://gitee.com/openeuler/blog to your own gitee. Refer to http://git.mydoc.io/?t=153749 for detailed guidance.
Clone the code to your local environment.
+ +git clone https://gitee.com/<your-gitee-id>/blog
+
Create a branch
+ +git checkout -b <branch-name>
+
Create a folder in the blog floder
+ +cd content\post
+mkdir <your-gitee-id>
+cd <your-gitee-id>
+touch YEAR-MONTH-DAY-title.md
+
And You can put the resources in the same folder as your text file’s, and name the resources as
+ +YEAR-MONTH-DAY-title-NN.MARKUP
+
+
+Where the YEAR, MONTH, DAY, and title are the same as your blog file, and NN is the serial number of the pictures, like 01, 02 and so on. The MARKUP is the file extension, and for pictures it is recommended to use png. +The following are one example.
+ +2020-01-01-new-years-is-coming.md
+2020-01-01-new-years-is-coming-01.png
+2020-01-01-new-years-is-coming-02.gif
+2020-01-01-new-years-is-coming-03.pdf
+
+
+Commit your post
+ +git add <file-path>
+git commit -m "<message>"
+git push origin <branch-name>:<branch-name>
+
Refer to http://git.mydoc.io/?t=153749 to submit your Pull Request
Wait for reviewing and merging.
初试openGauss(二):windows下使用VirtualBox安装openGauss
++ Author: traffic_millions · Published at March 27, 2020 · + 1 min read +
+windows下使用VirtualBox安装openGauss虚拟机....
+初试openGauss(一):windows下使用qemu安装openGauss
++ Author: traffic_millions · Published at March 27, 2020 · + 1 min read +
+windows下使用qemu安装openGauss虚拟机...
+今天华为开发者大会上,openGauss开源社区发布了最新的LTS版本,本着第一个吃螃蟹的原则,赶紧下载下来玩一玩;由于手上只有一台windows机器,考虑使用qemu安装openGauss虚拟机;
+ +今天华为开发者大会上,openGauss开源社区发布了最新的LTS版本,本着第一个吃螃蟹的原则,赶紧下载下来玩一玩;由于手上只有一台windows机器,考虑使用qemu安装openGauss虚拟机;
+ +今天华为开发者大会上,openGauss开源社区发布了最新的LTS版本,手上只有一台windows机器,考虑使用VirtualBox安装openGauss虚拟机.
+ +今天华为开发者大会上,openGauss开源社区发布了最新的LTS版本,手上只有一台windows机器,考虑使用VirtualBox安装openGauss虚拟机.
+ ++ Author: openGauss Blog Maintainer · Published at March 3, 2020 · + 1 min read +
+Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
++ Author: openGauss Blog Maintainer · Published at March 3, 2020 · + 1 min read +
+Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
++ Author: openGauss Blog Maintainer · Published at March 3, 2020 · + 1 min read +
+Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
++ Author: openGauss Blog Maintainer · Published at March 3, 2020 · + 1 min read +
+Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
++ Author: openGauss Blog Maintainer · Published at March 3, 2020 · + 1 min read +
+Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
++ Author: openGauss Blog Maintainer · Published at March 3, 2020 · + 1 min read +
+Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
+初试openGauss(二):windows下使用VirtualBox安装openGauss
++ Author: traffic_millions · Published at March 27, 2020 · + 1 min read +
+windows下使用VirtualBox安装openGauss虚拟机....
+初试openGauss(二):windows下使用VirtualBox安装openGauss
++ Author: traffic_millions · Published at March 27, 2020 · + 1 min read +
+windows下使用VirtualBox安装openGauss虚拟机....
+今天华为开发者大会上,openGauss开源社区发布了最新的LTS版本,本着第一个吃螃蟹的原则,赶紧下载下来玩一玩;由于手上只有一台windows机器,考虑使用qemu安装openGauss虚拟机;
+ +今天华为开发者大会上,openGauss开源社区发布了最新的LTS版本,手上只有一台windows机器,考虑使用VirtualBox安装openGauss虚拟机.
+ +Below is just about everything you’ll need to style in the blog.
+ +This blog is about bla bla. This is strong.
+ +++ +The sites that have been chosen are listed and described next to each work, with encapsulating quotes or pieces of text narrating central themes for the groups.
+
Header1 | +Header2 | +Header3 | +
---|---|---|
cell1 | +cell2 | +cell3 | +
cell4 | +cell5 | +cell6 | +
—- | ++ | + |
cell1 | +cell2 | +cell3 | +
cell4 | +cell5 | +cell6 | +
===== | ++ | + |
Foot1 | +Foot2 | +Foot3 | +
{: rules=“groups”}
+ +struct async_entry {
+ struct list_head domain_list;
+ struct list_head global_list;
+ struct work_struct work;
+ async_cookie_t cookie;
+ async_func_t func;
+ void *data;
+ struct async_domain *domain;
+};
+
+
+Download the file here download: +get the PNG directly.
+ +Refer to http://git.mydoc.io/?t=179267 to register Gitee account.
Set your primary mail box in gitee settings https://gitee.com/profile/emails.
Sign your CLA in https://openeuler.org/zh/cla.html.
Prepare your git environment refering to http://git.mydoc.io/?t=180692.
The openEuler blog is written in markdown format. +You can read https://gitee.com/openeuler/blog/blob/master/design/content_posts.md to get understand how the blog is designed.
+ +The head includes the following information:
+ ++++
+title = "Sample Post"
+date = "2020-03-03"
+tags = ["Sample", "ABC", "cccc"]
+archives = "2020-03"
+author = "openEuler Blog Maintainer"
+summary = "Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more."
++++
+
+Here you can edit your blog.
+
+
+Tips: you can copy content/_example/2020-03-03-sample-post.md to your folder and edit it.
+ +The blog posting follows the pull request of Gitee.
+ +Fork openEuler blog project https://gitee.com/openeuler/blog to your own gitee. Refer to http://git.mydoc.io/?t=153749 for detailed guidance.
Clone the code to your local environment.
+ +git clone https://gitee.com/<your-gitee-id>/blog
+
Create a branch
+ +git checkout -b <branch-name>
+
Create a folder in the blog floder
+ +cd content\post
+mkdir <your-gitee-id>
+cd <your-gitee-id>
+touch YEAR-MONTH-DAY-title.md
+
And You can put the resources in the same folder as your text file’s, and name the resources as
+ +YEAR-MONTH-DAY-title-NN.MARKUP
+
+
+Where the YEAR, MONTH, DAY, and title are the same as your blog file, and NN is the serial number of the pictures, like 01, 02 and so on. The MARKUP is the file extension, and for pictures it is recommended to use png. +The following are one example.
+ +2020-01-01-new-years-is-coming.md
+2020-01-01-new-years-is-coming-01.png
+2020-01-01-new-years-is-coming-02.gif
+2020-01-01-new-years-is-coming-03.pdf
+
+
+Commit your post
+ +git add <file-path>
+git commit -m "<message>"
+git push origin <branch-name>:<branch-name>
+
Refer to http://git.mydoc.io/?t=153749 to submit your Pull Request
Wait for reviewing and merging.
Refer to http://git.mydoc.io/?t=179267 to register Gitee account.
Set your primary mail box in gitee settings https://gitee.com/profile/emails.
Sign your CLA in https://openeuler.org/zh/cla.html.
Prepare your git environment refering to http://git.mydoc.io/?t=180692.
The openEuler blog is written in markdown format. +You can read https://gitee.com/openeuler/blog/blob/master/design/content_posts.md to get understand how the blog is designed.
+ +The head includes the following information:
+ ++++
+title = "Sample Post"
+date = "2020-03-03"
+tags = ["Sample", "ABC", "cccc"]
+archives = "2020-03"
+author = "openEuler Blog Maintainer"
+summary = "Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more."
++++
+
+Here you can edit your blog.
+
+
+Tips: you can copy content/_example/2020-03-03-sample-post.md to your folder and edit it.
+ +The blog posting follows the pull request of Gitee.
+ +Fork openEuler blog project https://gitee.com/openeuler/blog to your own gitee. Refer to http://git.mydoc.io/?t=153749 for detailed guidance.
Clone the code to your local environment.
+ +git clone https://gitee.com/<your-gitee-id>/blog
+
Create a branch
+ +git checkout -b <branch-name>
+
Create a folder in the blog floder
+ +cd content\post
+mkdir <your-gitee-id>
+cd <your-gitee-id>
+touch YEAR-MONTH-DAY-title.md
+
And You can put the resources in the same folder as your text file’s, and name the resources as
+ +YEAR-MONTH-DAY-title-NN.MARKUP
+
+
+Where the YEAR, MONTH, DAY, and title are the same as your blog file, and NN is the serial number of the pictures, like 01, 02 and so on. The MARKUP is the file extension, and for pictures it is recommended to use png. +The following are one example.
+ +2020-01-01-new-years-is-coming.md
+2020-01-01-new-years-is-coming-01.png
+2020-01-01-new-years-is-coming-02.gif
+2020-01-01-new-years-is-coming-03.pdf
+
+
+Commit your post
+ +git add <file-path>
+git commit -m "<message>"
+git push origin <branch-name>:<branch-name>
+
Refer to http://git.mydoc.io/?t=153749 to submit your Pull Request
Wait for reviewing and merging.
今天华为开发者大会上,openGauss开源社区发布了最新的LTS版本,本着第一个吃螃蟹的原则,赶紧下载下来玩一玩;由于手上只有一台windows机器,考虑使用qemu安装openGauss虚拟机;
+ +今天华为开发者大会上,openGauss开源社区发布了最新的LTS版本,手上只有一台windows机器,考虑使用VirtualBox安装openGauss虚拟机.
+ ++ Author: openGauss Blog Maintainer · Published at March 3, 2020 · + 1 min read +
+Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
++ Author: openGauss Blog Maintainer · Published at March 3, 2020 · + 1 min read +
+Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
++ Author: openGauss Blog Maintainer · Published at March 3, 2020 · + 1 min read +
+Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
++ Author: openGauss Blog Maintainer · Published at March 3, 2020 · + 1 min read +
+Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
++ Author: openGauss Blog Maintainer · Published at March 3, 2020 · + 1 min read +
+Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
++ Author: openGauss Blog Maintainer · Published at March 3, 2020 · + 1 min read +
+Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
++ Author: openGauss Blog Maintainer · Published at March 3, 2020 · + 1 min read +
+Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
++ Author: openGauss Blog Maintainer · Published at March 3, 2020 · + 1 min read +
+Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
++ Author: openGauss Blog Maintainer · Published at March 3, 2020 · + 1 min read +
+Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
+初试openGauss(二):windows下使用VirtualBox安装openGauss
++ Author: traffic_millions · Published at March 27, 2020 · + 1 min read +
+windows下使用VirtualBox安装openGauss虚拟机....
+初试openGauss(二):windows下使用VirtualBox安装openGauss(这是中文)
++ Author: traffic_millions · Published at March 27, 2020 · + 1 min read +
+windows下使用VirtualBox安装openGauss虚拟机....
+初试openGauss(二):windows下使用VirtualBox安装openGauss(这是中文)
++ Author: traffic_millions · Published at March 27, 2020 · + 1 min read +
+windows下使用VirtualBox安装openGauss虚拟机....
+Below is just about everything you’ll need to style in the blog.
+ +This blog is about bla bla. This is strong.
+ +++ +The sites that have been chosen are listed and described next to each work, with encapsulating quotes or pieces of text narrating central themes for the groups.
+
Header1 | +Header2 | +Header3 | +
---|---|---|
cell1 | +cell2 | +cell3 | +
cell4 | +cell5 | +cell6 | +
—- | ++ | + |
cell1 | +cell2 | +cell3 | +
cell4 | +cell5 | +cell6 | +
===== | ++ | + |
Foot1 | +Foot2 | +Foot3 | +
{: rules=“groups”}
+ +struct async_entry {
+ struct list_head domain_list;
+ struct list_head global_list;
+ struct work_struct work;
+ async_cookie_t cookie;
+ async_func_t func;
+ void *data;
+ struct async_domain *domain;
+};
+
+
+Download the file here download: +get the PNG directly.
+ +Below is just about everything you’ll need to style in the blog.
+ +This blog is about bla bla. This is strong.
+ +++ +The sites that have been chosen are listed and described next to each work, with encapsulating quotes or pieces of text narrating central themes for the groups.
+
Header1 | +Header2 | +Header3 | +
---|---|---|
cell1 | +cell2 | +cell3 | +
cell4 | +cell5 | +cell6 | +
—- | ++ | + |
cell1 | +cell2 | +cell3 | +
cell4 | +cell5 | +cell6 | +
===== | ++ | + |
Foot1 | +Foot2 | +Foot3 | +
{: rules=“groups”}
+ +struct async_entry {
+ struct list_head domain_list;
+ struct list_head global_list;
+ struct work_struct work;
+ async_cookie_t cookie;
+ async_func_t func;
+ void *data;
+ struct async_domain *domain;
+};
+
+
+Download the file here download: +get the PNG directly.
+ +Hugo is the world’s fastest framework for building websites. It is written in Go.
+ +It makes use of a variety of open source projects including:
+ +Learn more and contribute on GitHub.
+ +Hugo is the world’s fastest framework for building websites. It is written in Go.
+ +It makes use of a variety of open source projects including:
+ +Learn more and contribute on GitHub.
+ +初试openGauss(一):windows下使用qemu安装openGauss(这是中文)
++ Published at March 27, 2020 · + 1 min read +
+windows下使用qemu安装openGauss虚拟机...
+初试openGauss(二):windows下使用VirtualBox安装openGauss(这是中文)
++ Published at March 27, 2020 · + 1 min read +
+windows下使用VirtualBox安装openGauss虚拟机....
++ Published at March 3, 2020 · + 1 min read +
+Just about everything you’ll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
+初试openGauss(一):windows下使用qemu安装openGauss(这是中文)
++ Published at March 27, 2020 · + 1 min read +
+windows下使用qemu安装openGauss虚拟机...
+初试openGauss(二):windows下使用VirtualBox安装openGauss(这是中文)
++ Published at March 27, 2020 · + 1 min read +
+windows下使用VirtualBox安装openGauss虚拟机....
++ Published at March 3, 2020 · + 1 min read +
+Just about everything you’ll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
+This file is to explain in which way the content of the blogs are stored and read by the blog system.
+ +A blog can include many formats of information, like text, pictures, videos, animations or others.
+ +openEuler Blog is designed to support the following formats:
+ +The content of blogs are under ./content
+ +|__ _example --list the some blog examples
+|__ guidance --house the guidance to post and maintain the blogs
+|__ post --house all the final posts
+ |__ author_1 --house the blogs by authors' gitee ID, and each author need create your own foler by your id.
+ |__ author_2 --house the blogs by authors' gitee ID
+
+
+
+To create a post, add a file to your _post/author1/ directory with the following format:
+ +YEAR-MONTH-DAY-title.MARKUP
+
+
+Where YEAR is a four-digit number, MONTH and DAY are both two-digit numbers, and MARKUP is the file extension representing the format used in the file. For example, the following are examples of valid post filenames:
+ +2020-01-01-new-years-is-coming.md
+2020-02-15-how-to-write-a-blog.md
+
+
+Functionally, the post should support categories, archives, title, date, brief description, thus the file headers should be as below.
+ ++++
+title = ""
+date = "yyyy-mm-dd"
+tags = ["aaaa", "bbbb", "cccc"]
+archives = "yyyy-mm" //by months
+author = "name of author"
+summary = ""
++++
+
+
+At some point, you’ll want to include images, downloads, or other digital assets along with your text content.
+ +You can put the resources in the same folder as your text file’s, and name the resources as
+ +YEAR-MONTH-DAY-title-NN.MARKUP
+
+
+Where the YEAR, MONTH, DAY, and title are the same as your blog file, and NN is the serial number of the pictures, like 01, 02 and so on. The MARKUP is the file extension, and for pictures it is recommended to use png. +The following are one example.
+ +2020-01-01-new-years-is-coming.md
+2020-01-01-new-years-is-coming-01.png
+2020-01-01-new-years-is-coming-02.gif
+2020-01-01-new-years-is-coming-03.pdf
+
+
+Then, from within any post, they can be linked to using the site’s root as the path for the asset to include. Here are some simple examples in Markdown:
+ +Including an image asset in a post:
+ +... which is shown in the screenshot below:
+
+
+
+Linking to a PDF for readers to download:
+ +... you can [get the PDF](/content/post/yyyymm/2020-01-01-new-years-is-coming-03.pdf) directly.
+
+
+Linking to a url for readers to visit:
+ +... you can [read more](<https://gitee.com/openeuler/>).
+
+
+The content above refered to https://jekyllrb.com/docs/posts/#the-posts-folder.
+ +This file is to explain in which way the content of the blogs are stored and read by the blog system.
+ +A blog can include many formats of information, like text, pictures, videos, animations or others.
+ +openEuler Blog is designed to support the following formats:
+ +The content of blogs are under ./content
+ +|__ _example --list the some blog examples
+|__ guidance --house the guidance to post and maintain the blogs
+|__ post --house all the final posts
+ |__ author_1 --house the blogs by authors' gitee ID, and each author need create your own foler by your id.
+ |__ author_2 --house the blogs by authors' gitee ID
+
+
+
+To create a post, add a file to your _post/author1/ directory with the following format:
+ +YEAR-MONTH-DAY-title.MARKUP
+
+
+Where YEAR is a four-digit number, MONTH and DAY are both two-digit numbers, and MARKUP is the file extension representing the format used in the file. For example, the following are examples of valid post filenames:
+ +2020-01-01-new-years-is-coming.md
+2020-02-15-how-to-write-a-blog.md
+
+
+Functionally, the post should support categories, archives, title, date, brief description, thus the file headers should be as below.
+ ++++
+title = ""
+date = "yyyy-mm-dd"
+tags = ["aaaa", "bbbb", "cccc"]
+archives = "yyyy-mm" //by months
+author = "name of author"
+summary = ""
++++
+
+
+At some point, you’ll want to include images, downloads, or other digital assets along with your text content.
+ +You can put the resources in the same folder as your text file’s, and name the resources as
+ +YEAR-MONTH-DAY-title-NN.MARKUP
+
+
+Where the YEAR, MONTH, DAY, and title are the same as your blog file, and NN is the serial number of the pictures, like 01, 02 and so on. The MARKUP is the file extension, and for pictures it is recommended to use png. +The following are one example.
+ +2020-01-01-new-years-is-coming.md
+2020-01-01-new-years-is-coming-01.png
+2020-01-01-new-years-is-coming-02.gif
+2020-01-01-new-years-is-coming-03.pdf
+
+
+Then, from within any post, they can be linked to using the site’s root as the path for the asset to include. Here are some simple examples in Markdown:
+ +Including an image asset in a post:
+ +... which is shown in the screenshot below:
+
+
+
+Linking to a PDF for readers to download:
+ +... you can [get the PDF](/content/post/yyyymm/2020-01-01-new-years-is-coming-03.pdf) directly.
+
+
+Linking to a url for readers to visit:
+ +... you can [read more](<https://gitee.com/openeuler/>).
+
+
+The content above refered to https://jekyllrb.com/docs/posts/#the-posts-folder.
+ +Refer to http://git.mydoc.io/?t=179267 to register Gitee account.
Set your primary mail box in gitee settings https://gitee.com/profile/emails.
Sign your CLA in https://openeuler.org/zh/cla.html.
Prepare your git environment refering to http://git.mydoc.io/?t=180692.
The openEuler blog is written in markdown format. +You can read https://gitee.com/openeuler/blog/blob/master/design/content_posts.md to get understand how the blog is designed.
+ +The head includes the following information:
+ ++++
+title = "Sample Post"
+date = "2020-03-03"
+tags = ["Sample", "ABC", "cccc"]
+archives = "2020-03"
+author = "openEuler Blog Maintainer"
+summary = "Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more."
++++
+
+Here you can edit your blog.
+
+
+Tips: you can copy content/_example/2020-03-03-sample-post.md to your folder and edit it.
+ +The blog posting follows the pull request of Gitee.
+ +Fork openEuler blog project https://gitee.com/openeuler/blog to your own gitee. Refer to http://git.mydoc.io/?t=153749 for detailed guidance.
Clone the code to your local environment.
+ +git clone https://gitee.com/<your-gitee-id>/blog
+
Create a branch
+ +git checkout -b <branch-name>
+
Create a folder in the blog floder
+ +cd content\post
+mkdir <your-gitee-id>
+cd <your-gitee-id>
+touch YEAR-MONTH-DAY-title.md
+
And You can put the resources in the same folder as your text file’s, and name the resources as
+ +YEAR-MONTH-DAY-title-NN.MARKUP
+
+
+Where the YEAR, MONTH, DAY, and title are the same as your blog file, and NN is the serial number of the pictures, like 01, 02 and so on. The MARKUP is the file extension, and for pictures it is recommended to use png. +The following are one example.
+ +2020-01-01-new-years-is-coming.md
+2020-01-01-new-years-is-coming-01.png
+2020-01-01-new-years-is-coming-02.gif
+2020-01-01-new-years-is-coming-03.pdf
+
+
+Commit your post
+ +git add <file-path>
+git commit -m "<message>"
+git push origin <branch-name>:<branch-name>
+
Refer to http://git.mydoc.io/?t=153749 to submit your Pull Request
Wait for reviewing and merging.
Refer to http://git.mydoc.io/?t=179267 to register Gitee account.
Set your primary mail box in gitee settings https://gitee.com/profile/emails.
Sign your CLA in https://openeuler.org/zh/cla.html.
Prepare your git environment refering to http://git.mydoc.io/?t=180692.
The openEuler blog is written in markdown format. +You can read https://gitee.com/openeuler/blog/blob/master/design/content_posts.md to get understand how the blog is designed.
+ +The head includes the following information:
+ ++++
+title = "Sample Post"
+date = "2020-03-03"
+tags = ["Sample", "ABC", "cccc"]
+archives = "2020-03"
+author = "openEuler Blog Maintainer"
+summary = "Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more."
++++
+
+Here you can edit your blog.
+
+
+Tips: you can copy content/_example/2020-03-03-sample-post.md to your folder and edit it.
+ +The blog posting follows the pull request of Gitee.
+ +Fork openEuler blog project https://gitee.com/openeuler/blog to your own gitee. Refer to http://git.mydoc.io/?t=153749 for detailed guidance.
Clone the code to your local environment.
+ +git clone https://gitee.com/<your-gitee-id>/blog
+
Create a branch
+ +git checkout -b <branch-name>
+
Create a folder in the blog floder
+ +cd content\post
+mkdir <your-gitee-id>
+cd <your-gitee-id>
+touch YEAR-MONTH-DAY-title.md
+
And You can put the resources in the same folder as your text file’s, and name the resources as
+ +YEAR-MONTH-DAY-title-NN.MARKUP
+
+
+Where the YEAR, MONTH, DAY, and title are the same as your blog file, and NN is the serial number of the pictures, like 01, 02 and so on. The MARKUP is the file extension, and for pictures it is recommended to use png. +The following are one example.
+ +2020-01-01-new-years-is-coming.md
+2020-01-01-new-years-is-coming-01.png
+2020-01-01-new-years-is-coming-02.gif
+2020-01-01-new-years-is-coming-03.pdf
+
+
+Commit your post
+ +git add <file-path>
+git commit -m "<message>"
+git push origin <branch-name>:<branch-name>
+
Refer to http://git.mydoc.io/?t=153749 to submit your Pull Request
Wait for reviewing and merging.
Refer to http://git.mydoc.io/?t=179267 to register Gitee account.
Set your primary mail box in gitee settings https://gitee.com/profile/emails.
Sign your CLA in https://openeuler.org/zh/cla.html.
Prepare your git environment refering to http://git.mydoc.io/?t=180692.
The openEuler blog is written in markdown format. +You can read https://gitee.com/openeuler/blog/blob/master/design/content_posts.md to get understand how the blog is designed.
+ +The head includes the following information:
+ ++++
+title = "Sample Post"
+date = "2020-03-03"
+tags = ["Sample", "ABC", "cccc"]
+archives = "2020-03"
+author = "openEuler Blog Maintainer"
+summary = "Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more."
++++
+
+Here you can edit your blog.
+
+
+Tips: you can copy content/_example/2020-03-03-sample-post.md to your folder and edit it.
+ +The blog posting follows the pull request of Gitee.
+ +Fork openEuler blog project https://gitee.com/openeuler/blog to your own gitee. Refer to http://git.mydoc.io/?t=153749 for detailed guidance.
Clone the code to your local environment.
+ +git clone https://gitee.com/<your-gitee-id>/blog
+
Create a branch
+ +git checkout -b <branch-name>
+
Create a folder in the blog floder
+ +cd content\post
+mkdir <your-gitee-id>
+cd <your-gitee-id>
+touch YEAR-MONTH-DAY-title.md
+
And You can put the resources in the same folder as your text file’s, and name the resources as
+ +YEAR-MONTH-DAY-title-NN.MARKUP
+
+
+Where the YEAR, MONTH, DAY, and title are the same as your blog file, and NN is the serial number of the pictures, like 01, 02 and so on. The MARKUP is the file extension, and for pictures it is recommended to use png. +The following are one example.
+ +2020-01-01-new-years-is-coming.md
+2020-01-01-new-years-is-coming-01.png
+2020-01-01-new-years-is-coming-02.gif
+2020-01-01-new-years-is-coming-03.pdf
+
+
+Commit your post
+ +git add <file-path>
+git commit -m "<message>"
+git push origin <branch-name>:<branch-name>
+
Refer to http://git.mydoc.io/?t=153749 to submit your Pull Request
Wait for reviewing and merging.
Refer to http://git.mydoc.io/?t=179267 to register Gitee account.
Set your primary mail box in gitee settings https://gitee.com/profile/emails.
Sign your CLA in https://openeuler.org/zh/cla.html.
Prepare your git environment refering to http://git.mydoc.io/?t=180692.
The openEuler blog is written in markdown format. +You can read https://gitee.com/openeuler/blog/blob/master/design/content_posts.md to get understand how the blog is designed.
+ +The head includes the following information:
+ ++++
+title = "Sample Post"
+date = "2020-03-03"
+tags = ["Sample", "ABC", "cccc"]
+archives = "2020-03"
+author = "openEuler Blog Maintainer"
+summary = "Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more."
++++
+
+Here you can edit your blog.
+
+
+Tips: you can copy content/_example/2020-03-03-sample-post.md to your folder and edit it.
+ +The blog posting follows the pull request of Gitee.
+ +Fork openEuler blog project https://gitee.com/openeuler/blog to your own gitee. Refer to http://git.mydoc.io/?t=153749 for detailed guidance.
Clone the code to your local environment.
+ +git clone https://gitee.com/<your-gitee-id>/blog
+
Create a branch
+ +git checkout -b <branch-name>
+
Create a folder in the blog floder
+ +cd content\post
+mkdir <your-gitee-id>
+cd <your-gitee-id>
+touch YEAR-MONTH-DAY-title.md
+
And You can put the resources in the same folder as your text file’s, and name the resources as
+ +YEAR-MONTH-DAY-title-NN.MARKUP
+
+
+Where the YEAR, MONTH, DAY, and title are the same as your blog file, and NN is the serial number of the pictures, like 01, 02 and so on. The MARKUP is the file extension, and for pictures it is recommended to use png. +The following are one example.
+ +2020-01-01-new-years-is-coming.md
+2020-01-01-new-years-is-coming-01.png
+2020-01-01-new-years-is-coming-02.gif
+2020-01-01-new-years-is-coming-03.pdf
+
+
+Commit your post
+ +git add <file-path>
+git commit -m "<message>"
+git push origin <branch-name>:<branch-name>
+
Refer to http://git.mydoc.io/?t=153749 to submit your Pull Request
Wait for reviewing and merging.
初试openGauss(二):windows下使用VirtualBox安装openGauss(这是中文)
++ Author: traffic_millions · Published at March 27, 2020 · + 1 min read +
+windows下使用VirtualBox安装openGauss虚拟机....
+初试openGauss(一):windows下使用qemu安装openGauss(这是中文)
++ Author: traffic_millions · Published at March 27, 2020 · + 1 min read +
+windows下使用qemu安装openGauss虚拟机...
+今天华为开发者大会上,openGauss开源社区发布了最新的LTS版本,本着第一个吃螃蟹的原则,赶紧下载下来玩一玩;由于手上只有一台windows机器,考虑使用qemu安装openGauss虚拟机;
+ +今天华为开发者大会上,openGauss开源社区发布了最新的LTS版本,本着第一个吃螃蟹的原则,赶紧下载下来玩一玩;由于手上只有一台windows机器,考虑使用qemu安装openGauss虚拟机;
+ +今天华为开发者大会上,openGauss开源社区发布了最新的LTS版本,手上只有一台windows机器,考虑使用VirtualBox安装openGauss虚拟机.
+ +今天华为开发者大会上,openGauss开源社区发布了最新的LTS版本,手上只有一台windows机器,考虑使用VirtualBox安装openGauss虚拟机.
+ ++ Author: openGauss Blog Maintainer · Published at March 3, 2020 · + 1 min read +
+Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
++ Author: openGauss Blog Maintainer · Published at March 3, 2020 · + 1 min read +
+Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
++ Author: openGauss Blog Maintainer · Published at March 3, 2020 · + 1 min read +
+Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
++ Author: openGauss Blog Maintainer · Published at March 3, 2020 · + 1 min read +
+Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
++ Author: openGauss Blog Maintainer · Published at March 3, 2020 · + 1 min read +
+Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
++ Author: openGauss Blog Maintainer · Published at March 3, 2020 · + 1 min read +
+Just about everything you'll need to style in the theme: headings, paragraphs, blockquotes, tables, code blocks, and more....
+初试openGauss(二):windows下使用VirtualBox安装openGauss(这是中文)
++ Author: traffic_millions · Published at March 27, 2020 · + 1 min read +
+windows下使用VirtualBox安装openGauss虚拟机....
+初试openGauss(二):windows下使用VirtualBox安装openGauss(这是中文)
++ Author: traffic_millions · Published at March 27, 2020 · + 1 min read +
+windows下使用VirtualBox安装openGauss虚拟机....
+hugo says hello!
+ + +:wq + +$ +``` + +Build the web site and then verify the results. + +``` +$ hugo --verbose +INFO: 2014/09/29 Using config file: /Users/quoha/Sites/zafta/config.toml +INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/themes/zafta/static/ to /Users/quoha/Sites/zafta/public/ +INFO: 2014/09/29 syncing from /Users/quoha/Sites/zafta/static/ to /Users/quoha/Sites/zafta/public/ +WARN: 2014/09/29 Unable to locate layout: [404.html theme/404.html] +0 draft content +0 future content +0 pages created +0 tags created +0 categories created +in 2 ms + +$ find public -type f -name '*.html' | xargs ls -l +-rw-r--r-- 1 quoha staff 78 Sep 29 21:26 public/index.html + +$ cat public/index.html + + + +hugo says hello!
+ +``` + +#### Live Reload + +Note: If you're running the server with the `--watch` option, you'll see different content in the file: + +``` +$ cat public/index.html + + + +hugo says hello!
+ + +``` + +When you use `--watch`, the Live Reload script is added by Hugo. Look for live reload in the documentation to see what it does and how to disable it. + +### Build a "Dynamic" Home Page + +"Dynamic home page?" Hugo's a static web site generator, so this seems an odd thing to say. I mean let's have the home page automatically reflect the content in the site every time Hugo builds it. We'll use iteration in the template to do that. + +#### Create New Posts + +Now that we have the home page generating static content, let's add some content to the site. We'll display these posts as a list on the home page and on their own page, too. + +Hugo has a command to generate a skeleton post, just like it does for sites and themes. + +``` +$ hugo --verbose new post/first.md +INFO: 2014/09/29 Using config file: /Users/quoha/Sites/zafta/config.toml +INFO: 2014/09/29 attempting to create post/first.md of post +INFO: 2014/09/29 curpath: /Users/quoha/Sites/zafta/themes/zafta/archetypes/default.md +ERROR: 2014/09/29 Unable to Castmy first post
+ + + + +$ cat public/post/second/index.html + + + +my second post
+ + + +$ +``` + +Notice that the posts now have content. You can go to localhost:1313/post/first to verify. + +### Linking to Content + +The posts are on the home page. Let's add a link from there to the post. Since this is the home page, we'll update its template. + +``` +$ vi themes/zafta/layouts/index.html + + + + {{ range first 10 .Data.Pages }} +