summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--duck-duck-go.page2
-rw-r--r--software/debian.page5
2 files changed, 7 insertions, 0 deletions
diff --git a/duck-duck-go.page b/duck-duck-go.page
new file mode 100644
index 0000000..bc2c793
--- /dev/null
+++ b/duck-duck-go.page
@@ -0,0 +1,2 @@
+
+Settings link: https://duckduckgo.com/?kp=-1&kd=-1&kj=ct&kab=r&ks=m&kw=w&km=l&ko=s&k4=-1&ke=-1&kk=1&k1=-1
diff --git a/software/debian.page b/software/debian.page
index 32c0c5d..16d456d 100644
--- a/software/debian.page
+++ b/software/debian.page
@@ -54,3 +54,8 @@ Debian Package Tools
------------------------------
``dkpg -S somefile`` shows what packages a given file were installed by. ``dpkg
-L somepackage`` lists all the files installed by that package.
+
+To *not* install "recommended" or "suggested" packages, pass ``-R`` as an
+argument to ``aptitute``. To find out *why* a package has been installed (or
+guess why it might be?) use the ``aptitude why <package>`` command.
+