Drew DeVault
|
50ee0f5be8
|
all: let's go LGPL over GPL
Based on feedback from interested parties
|
2024-03-21 20:11:44 +01:00 |
|
Drew DeVault
|
5a20af0e76
|
all: use REUSE for license management
|
2024-03-21 14:30:47 +01:00 |
|
cheese1
|
c945e1126a
|
Changes http to https in texts (#8495)
|
2021-03-10 19:11:16 +02:00 |
|
antirez
|
5b2bbef9fc
|
Mark whatisdoing.sh as deprecated in top-comment.
|
2014-12-09 12:18:34 +01:00 |
|
Serghei Iakovlev
|
8c0f86842e
|
Update whatisdoing.sh
Improved getting pid
|
2014-12-05 18:48:20 +02:00 |
|
Serghei Iakovlev
|
d4a9836f1a
|
getting pid fixes
```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
```
|
2014-12-05 14:50:45 +02:00 |
|
antirez
|
249ad25f4f
|
BGSAVE work in progress
|
2011-01-05 18:38:31 +01:00 |
|