diff options
-rw-r--r-- | software/debian | 4 | ||||
-rw-r--r-- | software/freebsd-tricks | 4 | ||||
-rw-r--r-- | software/unix-tricks | 5 |
3 files changed, 7 insertions, 6 deletions
diff --git a/software/debian b/software/debian index 413cfc3..d7a047b 100644 --- a/software/debian +++ b/software/debian @@ -2,8 +2,8 @@ Debian Linux =========================== -** See also `freebsd </k/software/freebsd-tricks>`__ and -`unix </k/software/unix-tricks>`_ tricks. ** +See also `freebsd </k/software/freebsd-tricks>`_ and +`unix </k/software/unix-tricks>`_ tricks. Some gotchas from installing debian a few times: diff --git a/software/freebsd-tricks b/software/freebsd-tricks index 3db7d3a..bd36ff1 100644 --- a/software/freebsd-tricks +++ b/software/freebsd-tricks @@ -2,8 +2,8 @@ FreeBSD Tricks ===================================== -**See also `unix </k/software/unix-tricks>`_ and -`debian </k/software/debian>`_ tricks.** +See also `unix </k/software/unix-tricks>`_ and +`debian </k/software/debian>`_ tricks. Set User Shell ----------------------- diff --git a/software/unix-tricks b/software/unix-tricks index 8cc8ebe..265609f 100644 --- a/software/unix-tricks +++ b/software/unix-tricks @@ -1,8 +1,9 @@ ===================================== UNIX Tricks ===================================== -**See also `freebsd </k/software/freebsd-tricks>`_ and -`debian </k/software/debian>`_ tricks.** + +See also `freebsd </k/software/freebsd-tricks>`_ and +`debian </k/software/debian>`_ tricks. Fork many processes with `xargs` ----------------------------------- |