Tuesday, January 20, 2009

.screenrc

This is my screenrc.

# xabbott /.screenrc
# this is messy as i just took random things from others. -.-
# from http://dotfiles.org/~xabbott/.screenrc

activity "%c activity -> %n%f %t"
autodetach on
altscreen on
bell "%c bell -> %n%f %t^G"
defflow auto
defscrollback 10000
defutf8 on
msgwait 2 # 1 second messages
startup_message off # disable the startup splash message
shell -bash
vbell_msg "[[[ ding ]]]"
vbell off
nethack on

term screen-256color
termcapinfo xterm*|Eterm|mlterm|rxvt 'hs:ts=\E]0;:fs=\007:ds=\E]0;screen\007'

hardstatus alwayslastline
hardstatus string '%{gk}[ %{G}%H %{g}][%= %{wk}%?%-Lw%?%{=b kR}(%{W}%n*%f %t%?(%u)%?%{=b kR})%{= kw}%?%+Lw%?%?%= %{g}][%{Y}%l%{g}]%{=b C}[ %Y-%m-%d %c ]%{W}'


# remove some key bindings
bind k
bind W
bind ^k
bind .
bind ^\
bind \\
bind ^h
bind h
# make them safer
bind 'K' kill
bind 'W' windowlist

# F8 to turn the status bar off
bindkey -k k8 hardstatus alwayslastline
# F9 to turn the status bar on
bindkey -k k9 hardstatus alwaysignore
# F1 and F2 to move one screen forward or backward
bindkey -k k1 prev
bindkey -k k2 next

# eof

Monday, January 12, 2009

Practice Safe Computing!

Got a message on Facebook from my brother-in-law, who is diligently installing Office 2007 in a virtual machine on his MacBook for his online class this semester at NoVA:


ANYWAYS, i was wondering if you suggested any good (and free) antivirus/spyware/firewall software since i will now be plagued by windows. thanks for the help! hopefully this will give you something to do at work, instead of playing with sharpies.


I love Sharpies. :)

Don't bother downloading/installing firewall software, just make sure that Windows Firewall is turned on, and check the exceptions list to make sure there's nothing stupid in there. That's all that I do on my XP/Vista installs.

I use the free version of AVG Anti-Virus (the old 7.5 version, not the current 8.0 version). It's not quite as slick as McAfee or other commercial AV packages, but it works for me, and it's fairly light on resource utilization. It only uses about 10MB of memory, compared to over 100MB for McAfee AV, which definitely helps in virtual machines. You can download it from:

http://www.filehippo.com/download_avg_antivirus/4029/

Avast! antivirus Home Edition works well too, some folks prefer it to AVG. Also available for free from:

http://www.avast.com/eng/download-avast-home.html

If you're a careful and conscientious PC user, and install a firewall or address-translating router (like a Linksys WRT54G) between your PC and the Internet, and browse with Firefox + AdBlock Plus + NoScript, and don't visit malicious sites, and don't download software you don't need or aren't familiar with, and keep your system patches + antivirus up to date, there's no real need to run anti-spyware/malware software. If you feel the need to burn memory and CPU cycles and disk time to defend yourself against malware, I'd recommend Windows Defender:

http://www.microsoft.com/windows/products/winfamily/defender/default.mspx

It works, and isn't a complete and utter pig.

If you do find spyware or malware on your PC, AdAware still works for detection and removal. I know there's newer tools out there, but I haven't had issues with AdAware, so that's what I use.

http://www.lavasoft.com/products/ad_aware_free.php

Good luck!