Tool List

This article introduces the software development tools.

Operating System

Windows

Linux

Mac OS

See the following documents:

Package Manager

Chinese Input Methods

Windows

Linux

See the following documents:

Compression

Dictionary

Windows

Linux

Web Browsers

Websites

Editors

Windows

Linux

$ wget -qO - https://packagecloud.io/AtomEditor/atom/gpgkey | sudo apt-key add -
$ sudo sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" > /etc/apt/sources.list.d/atom.list'
$ sudo apt-get update
sudo add-apt-repository ppa:libreoffice/ppa
sudo apt-get update
sudo apt-get dist-upgrade
$ sudo apt install wps-office
  • Microsoft Office Online, access via outlook.com
  • Google Docs

Diagram Editor

PDF Reader

Email Clients

Windows

Linux

SSH Client

The following tools can be replaced by MobaXterm:

Comparison

IDE

IDE: Integrated Development Environment

Build System

Debugger

Automatic Formatter

Code Checker

Version Control System (VCS)

Types of VCS:

Websites:

Code Review

Code Coverage

Unit Test

Documentation

Scientific Computing

File Recovery

Wikipedia

Team Working

Misc

Tips

开启Windows笔记本的虚拟WiFi热点

方法一:使用WiFi共享精灵来开启Windows笔记本的虚拟WiFi热点。

方法二:使用开启Windows笔记本的虚拟WiFi热点virtual_wifi.bat来开启Windows笔记本的虚拟WiFi热点。

更改启用Bluetooth的设备的设置

参见更改启用Bluetooth的设备的设置

Change User Directory

Update items in configure file ~/.config/user-dirs.dirs to specify directory you want to use, for instance:

chenwx@chenwx ~ $ cat ~/.config/user-dirs.dirs
# This file is written by xdg-user-dirs-update
# If you want to change or add directories, just edit the line you're
# interested in. All local changes will be retained on the next run
# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped
# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an
# absolute path. No other format is supported.
#
XDG_DESKTOP_DIR="$HOME/Desktop"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_TEMPLATES_DIR="$HOME/Templates"
XDG_PUBLICSHARE_DIR="$HOME/Public"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Pictures"
XDG_VIDEOS_DIR="$HOME/Videos"

References