Hello all,
Hoping to spawn an interesting conversation.
If I'm at the office, I store all of my "knowledge base" stuff and notes in Microsoft Office One Note. It's great for what it is.
I need something slightly more powerful, maybe it's completely different...
I need a way to keep a personal KB. For example, I saved this in a text file on my Dropbox today.
Code:
from /etc/wgetrc
# You can set the default proxies for Wget to use for http, https, and ftp.
# They will override the value in the environment.
#https_proxy = http://proxy.yoyodyne.com:18023/
http_proxy = http://10.210.1.211:80/
#ftp_proxy = http://proxy.yoyodyne.com:18023/
proxy_user = user
proxy_passwd = pass
# If you do not want to use proxy at all, set this to off.
use_proxy = on
One of the problems I have with Onenote or Evernote is that there's no good way to identify "code" - I like how in this forum post I can specify it as such, it formats it in a fixed width font, and doesn't draw a million red squiggles under all of it for spelling errors.
I was thinking I could find something web based and portable that I could keep in my Dropbox folder so I could access it from anywhere.
What would you guys do?