Published at: 09:01 pm - Tuesday January 22 2013
joey: whole grain tortilla chicken w/ black beans or steak w/ pinto beans rice pico de gallo corn pico cilantro onions tomatoes shredded lettuce billy barou: chicken w/ black beans queso pico de gallo jalapenos black olives shredded cheese lettuce? tomatoes cilantro corn pico
Published at: 06:01 pm - Tuesday January 22 2013
additional auditing can be enabled on the domain controllers by going to: local security policy->advanced audit policy->account management then enabling audit user account management (for successes) audit security group management (for successes) these events will be listed in the windows security log source: http://whatevernetworks.com/?p=21 update 12/6/2013: some other useful audit policies to enable on domain […]
Published at: 06:01 pm - Friday January 18 2013
IP address, subnet mask, default gateway: /etc/sysconfig/network-scripts/ifcfg-eth0 BOOTPROTO=none ONBOOT=yes NETMASK=255.255.255.0 IPADDR=10.0.0.0 /etc/sysconfig/network NETWORKING_IPV6=no GATEWAY=10.0.0.254 DNS: /etc/resolv.conf search domain.com nameserver <primary ip address> name server <secondary ip address> then either use ifdown/ifup eth0 or service network restart disable iptables on boot with chkconfig iptables off or temporarily with service iptables stop source: http://www.how2centos.com/centos-configure-network/
Published at: 07:01 pm - Wednesday January 16 2013
recently, i was having a problem getting a scheduled task to run a batch file. i would check after the task was supposed to run and it clearly didn’t run. the solution was to open the scheduled task properties up then go to the Actions tab. edit the action and add the directory the batch […]
Published at: 05:01 pm - Wednesday January 16 2013
it’s been a long while since i’ve had to do anything with microsoft KMS…so here’s a quick refresher: slmgr.vbs -dli – displays license information slmgr.vbs -ipk <kms key> – installs product key slmgr.vbs -ato – activates key this time around i set up the KMS host on a 2008 R2 core as the role seemed […]
Published at: 09:01 pm - Sunday January 13 2013
the chromium web browser profile is located in ~/.config/chromium/Default various files in this location are actually sqlite databases and can be opened with the sqlite database browser program