copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Compress a folder with tar? - Unix Linux Stack Exchange To tar and gzip a folder, the syntax is: tar czf name_of_archive_file tar gz name_of_directory_to_tar Adding - before the options (czf) is optional with tar The effect of czf is as follows: c — create an archive file (as opposed to extract, which is x) f — filename of the archive file z — filter archive through gzip (remove this option to create a tar file) If you want to tar the
What is `^M` and how do I get rid of it? - Unix Linux Stack Exchange The ^M is a carriage-return character If you see this, you're probably looking at a file that originated in the DOS Windows world, where an end-of-line is marked by a carriage return newline pair, whereas in the Unix world, end-of-line is marked by a single newline Read this article for more detail, and also the Wikipedia entry for newline This article discusses how to set up vim to
iptables: recent module - Unix Linux Stack Exchange If you take a look at the man page for iptables specifically the recent modules section there are a couple of parameters that look like they'll give you the control you're looking for: excerpt from iptables recent module section The module itself accepts parameters, defaults shown: ip_list_tot=100 Number of addresses remembered per table ip_pkt_list_tot=20 Number of packets per address