Squid proxy example
visible_hostname explore-squid http_port 192.168.1.1:3128 transparent #cache_mem 8 MB minimum_object_size 1024 KB maximum_object_size_in_memory 8 KB memory_replacement_policy heap LRU #cache_dir ufs /var/cache/squid 16 100 16 cache_access_log /var/log/squid/access.log cache_log /var/log/squid/cache.log cache_store_log /var/log/squid/store.log emulate_httpd_log on log_ip_on_direct on mime_table /etc/squid/mime.conf log_mime_hdrs on pid_filename /var/run/squid.pid hosts_file /etc/hosts log_mime_hdrs on #test add on 14 Aug 2007 by PV icp_port 0 acl QUERY [...]
blog is important
Do you actually want to monetize your blog? Some people have strong personal feelings with respect to making money from their blogs. If you think commercializing your blog is evil, immoral, unethical, uncool, lame, greedy, obnoxious, or anything along those lines, then don’t commercialize it. If you have mixed feelings about monetizing your blog, then [...]
How to SFTP
You can use command line SFTP from your Unix account, or from your Mac OS X or Unix workstation. To start an SFTP session, at the command prompt, enter: sftp username@host For example, to connect to your dvader account on the host sithlord.org, you would enter: sftp admin@hikecn.com Enter your password when prompted. Some standard [...]
how to create MDADM in Gentoo
mdadm –create /dev/md0 –level=1 –raid-devices=2 /dev/sd[ab]1 mdadm –create /dev/md1 –level=1 –raid-devices=2 /dev/sd[cd]1 mdadm –create /dev/md2 –level=10 –raid-devices=4 /dev/sd[abcd]3 mdadm –create /dev/md3 –level=1 –raid-devices=2 /dev/sd[ab]4 mdadm –create /dev/md4 –level=1 –raid-devices=2 /dev/sd[cd]4 if error: mdadm –remove –stop /dev/md1 mkfs.ext3 /dev/md0 mkfs.ext3 /dev/md1 mkfs.xfs /dev/md2 mkfs.xfs /dev/md3 mkfs.xfs /dev/md4 mount /dev/md1 /mnt/gentoo mkdir /mnt/gentoo mount /dev/md0 /mnt/gentoo/boot mkdir [...]



