About
Hello dear guys.
Welcome to my blog, I am so happy about that you guys are visiting my blog. I will be more happy if the content in my blog can give your guys a little help. Also, I am really appreciate it if your guys can give me some suggestion about my blogs forever. The following will introduce myself and this blog.
Here we go.
About Me
My name is Emily Xie.
My undergraduate major was computer science and technology and my graduate major was software engineering.
Now, I am working as a software engineer in a fortune 500 company.
My Email Address:xmfearless@163.com.
About this blog
The main audience for my blog is software engineer. The main content are about the issues I met and solutions I used to solve them, some tips, some tutorials and some learning notes.
Now, there are four head menu:
HOME: Click this menu, you will see all the post.
ABOUT: Click this menu, you will see this page.
TOPIC LEARNING: This menu means that it shows the reading notes or learning notes of a specifice topic. For example, I am studying the “Build a Modern Computer from First Principles: Nand to Tetris Part II” in coursera, maybe I will write 10 articles about this topic, so I will create a page to list the 10 articles. It is more convenient and clear for you to get the all content about this topic.
PROJECT: This menu means the introduction to some projects.
NON-TECH: This menu means some notes on non-tech books or courses.
Why I create this blog?
I’d like to record the issue, solutions, tips, tutorials and learning notes, which can help me to avoid to find the answer twice for the some question.What’s more, I will be very happy if the content in this blog can help others. In the meantime, I will make progress if I can get some feedback from your guys.
If you like my blog, Please follow my social media, I will share my blogs on there. Also, you can share my content to your social media if you think the content in some posts are very useful and helpful. Thank you.
Have a good day and take care.
Note: Please don’t copy the content in my blog to your blogs.
Hello Emily,
on this page:
http://settleques.com/index.php/2019/08/23/how-to-install-cygwin-on-windows/
The cygwin installer has change a bit.
Also your missing words or need to rework 3 and 4.
I think you mean append to system variable “PATH” ?
I didn’t setup the user variable, when I run cygwin icon on the desktop and echo $HOME , home is already set ?
Thank you so much for your feedback.
1. Yes, You are correct. I mean append to system variable “PATH”. I have modified the article.
2. Yes. There is a default home directory. In my side, my default home directory is /home/[username]. But there is nothing in this directory.
Indeed, I want to set the directory “C:/Other” (which is my work directory in windows) to home directory. so I can enter this directory directly when I open the Cygwin terminal if I have set “C:/Other” to “HOME” variable.
If I did’t set “HOME” variable. it is OK. but I will be “/home/[username]” when I open the Cygwin terminal. I need to change the directory “/cygdrive/C/OTHER” by manual.
Hope this is useful for you.