Stand-alone notes changed to Web notes

Source: Internet
Author: User
Tags knowledge base

MyBase is a small personal database software for classifying and managing free-form materials that helps individual users manage the classification of knowledge content such as documents, notes, diaries, pictures, and Web pages on a desktop computer system (linux/macosx/windows). It is easy to create and maintain a personal knowledge base that is proprietary to you with the features provided by the software. Unlike the traditional database software, MyBase accepts the input of graphic information through a built-in rich text editor, which is sorted by tree list and accepts any disk file as an attachment to a tree list entry. MyBase provides a better way to capture, edit, organize, view, index, search, and share knowledge/information faster and easier.
(please download the attachment for the graphic version)

This stand-alone version of the notebook is to see an old colleague in use, and his peculiar point is that you can convert the file you want to export into HTML and the resulting accompanying picture is embedded in the HTML, which means that the note is shared as HTML without having to manually copy the picture, the software itself supports the encryption of the note.



Unfortunately, this note is a stand-alone version, and the following is an introduction to using GitHub to use MyBase's note data as a code base for Web notes


Because GitHub is in the domestic wall 80 port so many people visit more slowly, once the establishment of automatic certification push notes or the swish of 100 in the 100kb-600kb between the speed than a note speed block more!


Portal :myBase

Http://8.xp510.com:801/xp2011/myBaseDesktop.xp510.com.rar


Prepare github after download and installation

Sign up for GitHub (this process recommends opening a proxy) create a code management warehouse record under Address

(Warehouse address)

Install the Windows version of GitHub

Ssh-keygen-t rsa-c "[email protected]" The generated key generates a key when the mailbox is relative to the GitHub account. Then you can return to the car.



Copy the production key to the GitHub SSH Admin page


Cat id_rsa.pub copies the contents.





ssh-t [email protected] test connectivity #在windows GitHub
---------------------------------------------------------------------------------------------
(There is a hole here, some people may say when connecting the 22 port connection timeout What needs to build a conf file in. ssh)
Host github.comuser [email protected]port 443Hostname ssh.github.com
User is going to modify the
---------------------------------------------------------------------------------------------


Use this command to pull down the warehouse data after connecting OK

git clone [email protected]:xzm1274913976/chaoyang.git clone


[Email protected]:xzm1274913976/chaoyang.git This is your warehouse address.

----------------------------------------------------

After changing the local file, you want to take effect the server side executes the following command:

Git add-a # #增加更改标记

git commit-m "Update" # #增加提交记录

git push # #推送本地更改至服务器

-----------------------------------------------------

-----------------------------------------------------

Pull the latest file from the server repository to Local:

git checkout Master file name

-----------------------------------------------------


GitHub Windows version emulation is a Linux terminal so the commands can be scripted to assist with updates.

Name the three local push server command as the change script

Name the server-side pull-Overwrite script the update script


The SH change script is implemented when synchronization is required.

Will be prompted with a file change.

Execute the SH update script when updates are needed offsite.






Stand-alone notes changed to Web notes

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.