diff options
author | bnewbold <bnewbold@robocracy.org> | 2012-06-15 21:07:25 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2012-06-15 21:07:25 -0400 |
commit | cfc6bcdd383937cf39269e095caa7ab0017a791e (patch) | |
tree | 8f89edef94769f81502a32849f29a42ce06bbb66 | |
parent | 769882d21e83484eca63d86bd4404f8fdd18c7c3 (diff) | |
download | knowledge-cfc6bcdd383937cf39269e095caa7ab0017a791e.tar.gz knowledge-cfc6bcdd383937cf39269e095caa7ab0017a791e.zip |
ddg link
-rw-r--r-- | duck-duck-go.page | 2 | ||||
-rw-r--r-- | software/debian.page | 5 |
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. + |