Simon bragging

gulywwx


  • Home

  • About

  • Tags

  • Categories

  • Archives

Writing LateX in VS Code

Posted on 2022-06-24 | In VS Code
Download & Install TeX Live1$ brew install --cask mactex Add to PATH12$ vi ~/.zshrcexport PATH=$PATH:$GOPATH/bin:/opt/homebrew/bin:/usr/local/tex ...
Read more »

How to Check for Open Ports in Linux

Posted on 2020-04-11 | In Linux
Source Check Open Ports with nmap 1$ nmap -sT -p- 192.168.167.1 The -sT tells nmap to scan for TCP ports and -p- to scan for all 65535 ports. If -p ...
Read more »

How to use Hexo to create a blog in Github

Posted on 2020-04-11 | In Git
Install Hexo 12$ npm install -g hexo-cli$ npm install hexo-deployer-git --save Create a project 123$ npm hexo init myBlog$ npm cd myBlog$ npm npm ...
Read more »

Git Undo

Posted on 2020-02-17 | In Git
Git is the most popular version control tool. Easy to learn but hard to master it. This blog is to explain how to cancel your work if there is somethi ...
Read more »

Interact with Linux via X windows from PC

Posted on 2020-02-12 | In Linux
Sometimes we need to interact with Linux through X window from our PC like installing a graphic application. It may be a problem if linux server does ...
Read more »

Most Frequently Used Linux Commands in daily work

Posted on 2020-02-10 | In Linux
tail1$ tail -300f access.log grep12$ grep ff a.txt$ grep -rn 'ff' /tmp/ --include *.{vm,java} awk1$ awk '/aa/ {print}' a.txt #ma ...
Read more »

First Blog

Posted on 2020-02-09
Welcome to my personal blog! I would share some cool stuff maybe just with me. I hope I can insist on it.
Read more »

gulywwx

personal blog

7 posts
3 categories
4 tags
GitHub
© 2022 gulywwx