1. 04 Nov, 2024 1 commit
    • David Dougherty's avatar
      Update old links for modules-api-ref.md (#13479) · 9906daf5
      David Dougherty authored
      This PR replaces old .../topics/... links with current links,
      specifically for the modules-api-ref.md file and the new automation that
      Paolo Lazzari is working on. A few of the topics links have redirects,
      but some don't. Best to use updated links.
      9906daf5
  2. 10 Mar, 2021 1 commit
  3. 09 Dec, 2014 1 commit
  4. 05 Dec, 2014 2 commits
    • Serghei Iakovlev's avatar
      Update whatisdoing.sh · 8c0f8684
      Serghei Iakovlev authored
      Improved getting pid
      8c0f8684
    • Serghei Iakovlev's avatar
      getting pid fixes · d4a9836f
      Serghei Iakovlev authored
      ```sh
      $ ~ pidof redis-server
      # nothing
      
      $ ~ ps aux | grep [r]edis
      redis      593  0.0  0.0  36900  5564 ?        Ssl  Dec02   1:37 /usr/bin/redis-server 127.0.0.1:6379
      klay     15927  0.0  0.0  16772  6068 pts/6    S+   13:58   0:00 redis-cli
      
      $ ~ uname -a
      Linux edge 3.17.4-1-ARCH #1 SMP PREEMPT Fri Nov 21 21:14:42 CET 2014 x86_64 GNU/Linux
      ```
      d4a9836f
  5. 05 Jan, 2011 1 commit