others- Linux MacOS Windows development problem solving articles index page
1. OS Problems
- Top 10 eclipse keyboard shortcuts that frequenctly used in MacOS
- how to kill a tomcat process by dynamically grep its process ID (PID) in linux system
- how to solve the Filename too long error when using
git clone
in windows - How to identify the package and servcie of a process by running a series of commands?
- how to grep in linux or macos?
- how to solve ‘??????’ i.e. characters were garbled in linux system ?
- Introduction to some tricks of linux
find
command - how to do find and replace in vim? #vim
- how to create tar ball with some excluded files or directories? #compress
- how to solve the problem of
prometheus alertmanager failed to start
? #prometheus - how to check version of a gem in ruby ? #ruby #jekyll
- How to use ‘curl’ to do some common jobs?
- how to solve Connection to ocsp.int-x3.letsencrypt.org timed out error #letsencrypt
- how to kill a tomcat process by dynamically grep its process ID (PID) in linux system ? #grep
- How to solve ‘Permission denied (publickey,gssapi-keyex,gssapi-with-mic)’
- how to install and setup apache skywalking on linux servers? #skywalking
- how to write your notes in markdown and sync in your self-hosted personal cloud service? #joplin
- how to compile and install libinjection on linux server
- How to delete redis keys by patterns using redis-cli command?
- how to exclude files or directories when using tar command to create tarballs in linux system ?