Project

General

Profile

« Previous | Next » 

Revision 14769

web/links/index.htm: updated to Firefox bookmarks: added bash shellshock links. LibreOffice: added steps to convert files from the command line.

View differences:

trunk/web/links/index.htm
519 519
    USGS CSC (USGS Core Sciences Clearinghouse)
520 520
"
521 521
            <DT><A HREF="http://www.tdwg.org/standards/117/" name="http://www.tdwg.org/standards/117/" ADD_DATE="1350088728" ICON_URI="http://www.tdwg.org/favicon.ico" LAST_CHARSET="UTF-8"><img width="16" height="16" src="http://www.tdwg.org/favicon.ico" style="margin-right: 0.5em;"/>TDWG: Taxonomic Concept Transfer Schema</A><a name="TDWG: Taxonomic Concept Transfer Schema" href="#TDWG: Taxonomic Concept Transfer Schema" style="margin-left: 0.5em;">&para;</a>
522
            <DT><A HREF="http://eol.org/info/516" name="http://eol.org/info/516" ADD_DATE="1410991611" ICON_URI="http://eol.org/assets/favicon-9de6ee8ce10b9ad7b2662236411f4539.ico" LAST_CHARSET="UTF-8"><img width="16" height="16" src="http://eol.org/assets/favicon-9de6ee8ce10b9ad7b2662236411f4539.ico" style="margin-right: 0.5em;"/>TraitBank - Encyclopedia of Life</A><a name="TraitBank - Encyclopedia of Life" href="#TraitBank - Encyclopedia of Life" style="margin-left: 0.5em;">&para;</a>
523
            <DD>page's self-description: TraitBank contains facts and measurements of organisms found in the Encyclopedia of Life (EOL)
522 524
            <DT><A HREF="http://www.synbiosys.alterra.nl/turboveg/" name="http://www.synbiosys.alterra.nl/turboveg/" ADD_DATE="1317769861" LAST_CHARSET="ISO-8859-1"><img width="16" height="16" src="blank.gif" style="margin-right: 0.5em;"/>Turboveg for Windows</A><a name="Turboveg for Windows" href="#Turboveg for Windows" style="margin-left: 0.5em;">&para;</a>
523 525
            <DT><A HREF="http://wiki.tdwg.org/Vegetation/" name="http://wiki.tdwg.org/Vegetation/" ADD_DATE="1317755270" ICON_URI="http://wiki.tdwg.org/twiki/pub/Vegetation/WebPreferences/favicon.ico"><img width="16" height="16" src="http://wiki.tdwg.org/twiki/pub/Vegetation/WebPreferences/favicon.ico" style="margin-right: 0.5em;"/>Veg-X</A><a name="Veg-X" href="#Veg-X" style="margin-left: 0.5em;">&para;</a>
524 526
        </DL><p>
......
1946 1948
                <DT><A HREF="http://www.ietf.org/rfc/rfc2253.txt" name="http://www.ietf.org/rfc/rfc2253.txt" ADD_DATE="1360708160" ICON_URI="http://www.ietf.org/favicon.ico" LAST_CHARSET="ISO-8859-1"><img width="16" height="16" src="http://www.ietf.org/favicon.ico" style="margin-right: 0.5em;"/>LDAPv3 Distinguished Names</A><a name="LDAPv3 Distinguished Names" href="#LDAPv3 Distinguished Names" style="margin-left: 0.5em;">&para;</a>
1947 1949
                <DT><A HREF="http://www.zytrax.com/books/ldap/ape/core-schema.html" name="http://www.zytrax.com/books/ldap/ape/core-schema.html" ADD_DATE="1360708317" ICON_URI="http://www.zytrax.com/favicon.ico" LAST_CHARSET="windows-1252"><img width="16" height="16" src="http://www.zytrax.com/favicon.ico" style="margin-right: 0.5em;"/>Appendix E: LDAP core.schema</A><a name="Appendix E: LDAP core.schema" href="#Appendix E: LDAP core.schema" style="margin-left: 0.5em;">&para;</a>
1948 1950
            </DL><p>
1951
            <DT><a name="LibreOffice" href="#LibreOffice"><H3 ADD_DATE="1411693217">LibreOffice</H3></a>
1952
            <DL><p>
1953
                <DT><A HREF="http://ask.libreoffice.org/en/question/2641/convert-to-command-line-parameter/" name="http://ask.libreoffice.org/en/question/2641/convert-to-command-line-parameter/" ADD_DATE="1411693094" ICON_URI="http://ask.libreoffice.org/m/default/media/images/favicon.gif?v=7" LAST_CHARSET="UTF-8"><img width="16" height="16" src="http://ask.libreoffice.org/m/default/media/images/favicon.gif?v=7" style="margin-right: 0.5em;"/>convert-to command line parameter - Ask LibreOffice</A><a name="convert-to command line parameter - Ask LibreOffice" href="#convert-to command line parameter - Ask LibreOffice" style="margin-left: 0.5em;">&para;</a>
1954
                <DD>page's self-description: Hello, I&#39;m trying to convert a Microsoft Word document to text using the convert-to command-line parameter using LibreOffice 3.4.5, OOO340m1 (Build:1505), on OpenSuse 12.1. I tried these two commands. soffice --convert-to txt filename.doc Nothing happened. soffice --headless --convert-to txt filename.doc Produced a PDF file. Why do I need --headless? If this is mandatory, the documentation should state this. Can LibreOffice convert Word Perfect documents? The format for &quot;convert-to&quot; parameter is: --convert-to output_file_extension[:output_filter_name] [--outdir output_dir] What are the valid output_file_extension values? What are the valid output_filter_name values? For the documentation, the soffice --help showed the --convert-to parameter. The help-&gt;LibreOffice Help does not show this parameter. Thank you
1955

  
1956
&#39;`soffice --headless --convert-to txt filename.doc`&#39;
1957
            </DL><p>
1949 1958
            <DT><a name="OS" href="#OS"><H3 ADD_DATE="1392881994">OS</H3></a>
1950 1959
            <DL><p>
1951 1960
                <DT><a name="Unix" href="#Unix"><H3 ADD_DATE="1346354989">Unix</H3></a>
......
2012 2021
-e:
2013 2022
&quot;The shell does not exit if the command that fails is part of the command list immediately following a while or until keyword, part of the test in an if statement, part of any command executed in a &amp;&amp; or || list except the command following the final &amp;&amp; or ||, any command in a pipeline but the last, or if the command’s return status is being inverted with !. A trap on ERR, if set, is executed before the shell exits.&quot;
2014 2023
                        </DL><p>
2024
                        <DT><a name="shellshock" href="#shellshock"><H3 ADD_DATE="1411776687">shellshock</H3></a>
2025
                        <DL><p>
2026
                            <DT><a name="verifying" href="#verifying"><H3 ADD_DATE="1411780491">verifying</H3></a>
2027
                            <DL><p>
2028
                                <DT><A HREF="http://mac-how-to.wonderhowto.com/how-to/every-mac-is-vulnerable-shellshock-bash-exploit-heres-patch-os-x-0157606/" name="http://mac-how-to.wonderhowto.com/how-to/every-mac-is-vulnerable-shellshock-bash-exploit-heres-patch-os-x-0157606/" ADD_DATE="1411776459" ICON_URI="http://mac-how-to.wonderhowto.com/favicon.ico" LAST_CHARSET="UTF-8"><img width="16" height="16" src="http://mac-how-to.wonderhowto.com/favicon.ico" style="margin-right: 0.5em;"/>* Every Mac Is Vulnerable to the Shellshock Bash Exploit: Here&#39;s How to Patch OS X « Mac Tips</A><a name="* Every Mac Is Vulnerable to the Shellshock Bash Exploit: Here&#39;s How to Patch OS X « Mac Tips" href="#* Every Mac Is Vulnerable to the Shellshock Bash Exploit: Here&#39;s How to Patch OS X « Mac Tips" style="margin-left: 0.5em;">&para;</a>
2029
                                <DD>page's self-description: Heartbleed, move over. There&#39;s a new bug in town, and this time it&#39;s also affecting Mac and Linux computers. It&#39;s called Shellshock (its original official title is CVE-2014-6271), and it&#39;s currently got a 10 out of 10 severity rating over at the National Cyber Awareness System. While some updates have been issued to fix this bug, they were incomplete, and your system is probably still vulnerable, as it has been for the last probably 20 years. UPDATE 9/26/2014 A new patch addresses an additional attack vector known as CVE-2014-7169. If you followed these instructions before 3:10 p.m. PDT on
2030

  
2031
&#39;
2032
$ env x=&#39;() { :;}; echo vulnerable&#39; bash -c &quot;echo this is a test&quot;
2033
&#39;
2034

  
2035
&#39;
2036
$ env X=&#39;(){(a)=&gt;\&#39; bash -c &quot;echo date&quot;; cat echo; rm -f echo
2037
&#39;
2038
                            </DL><p>
2039
                            <DT><a name="patching" href="#patching"><H3 ADD_DATE="1411777456">patching</H3></a>
2040
                            <DL><p>
2041
                                <DT><a name="Mac" href="#Mac"><H3 ADD_DATE="1411777449">Mac</H3></a>
2042
                                <DL><p>
2043
                                    <DT><A HREF="http://stackoverflow.com/questions/20439788/how-to-stop-apache-permanently-on-mac-mavericks" name="http://stackoverflow.com/questions/20439788/how-to-stop-apache-permanently-on-mac-mavericks" ADD_DATE="1411778060" ICON_URI="http://cdn.sstatic.net/stackoverflow/img/favicon.ico?v=038622610830" LAST_CHARSET="UTF-8"><img width="16" height="16" src="http://cdn.sstatic.net/stackoverflow/img/favicon.ico?v=038622610830" style="margin-right: 0.5em;"/>** osx - How to stop apache permanently on mac Mavericks? - Stack Overflow</A><a name="** osx - How to stop apache permanently on mac Mavericks? - Stack Overflow" href="#** osx - How to stop apache permanently on mac Mavericks? - Stack Overflow" style="margin-left: 0.5em;">&para;</a>
2044
                                    <DD>&#39;
2045
$ sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist
2046
&#39;
2047
                                    <DT><A HREF="http://apple.stackexchange.com/questions/146849/how-do-i-recompile-bash-to-avoid-shellshock-the-remote-exploit-cve-2014-6271-an" name="http://apple.stackexchange.com/questions/146849/how-do-i-recompile-bash-to-avoid-shellshock-the-remote-exploit-cve-2014-6271-an" ADD_DATE="1411777180" ICON_URI="http://cdn.sstatic.net/apple/img/favicon.ico?v=48fd3f8acb7c" LAST_CHARSET="UTF-8"><img width="16" height="16" src="http://cdn.sstatic.net/apple/img/favicon.ico?v=48fd3f8acb7c" style="margin-right: 0.5em;"/>** security - How do I recompile Bash to avoid Shellshock (the remote exploit CVE-2014-6271 and CVE-2014-7169)? - Ask Different</A><a name="** security - How do I recompile Bash to avoid Shellshock (the remote exploit CVE-2014-6271 and CVE-2014-7169)? - Ask Different" href="#** security - How do I recompile Bash to avoid Shellshock (the remote exploit CVE-2014-6271 and CVE-2014-7169)? - Ask Different" style="margin-left: 0.5em;">&para;</a>
2048
                                    <DD>-
2049
see steps under System Binaries
2050

  
2051
&#39;The DCHP server attack is only possible if your DHCP client uses Bash scripts, which the OSX implementation does not.&#39;
2052
                                    <DT><A HREF="http://www.tuaw.com/2014/09/25/how-to-patch-os-x-for-the-bash-shellshock-vulnerability/?ncid=rss_truncated" name="http://www.tuaw.com/2014/09/25/how-to-patch-os-x-for-the-bash-shellshock-vulnerability/?ncid=rss_truncated" ADD_DATE="1411777422" ICON_URI="http://www.blogsmithmedia.com/www.tuaw.com/media/favicon.ico" LAST_CHARSET="UTF-8"><img width="16" height="16" src="http://www.blogsmithmedia.com/www.tuaw.com/media/favicon.ico" style="margin-right: 0.5em;"/>How to patch OS X for the bash/Shellshock vulnerability | TUAW: Apple news, reviews and how-tos since 2004</A><a name="How to patch OS X for the bash/Shellshock vulnerability | TUAW: Apple news, reviews and how-tos since 2004" href="#How to patch OS X for the bash/Shellshock vulnerability | TUAW: Apple news, reviews and how-tos since 2004" style="margin-left: 0.5em;">&para;</a>
2053
                                    <DD>page's self-description: There&#39;s a big bad bash bug out in the Unix world called Shellshock, and it is pretty serious. Bash is a ubiquitous bit of software; a command interpreter,
2054
                                </DL><p>
2055
                                <DT><A HREF="http://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-025" name="http://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-025" ADD_DATE="1411780478" LAST_CHARSET="windows-1252"><img width="16" height="16" src="blank.gif" style="margin-right: 0.5em;"/>http://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-025</A><a name="http://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-025" href="#http://ftp.gnu.org/gnu/bash/bash-4.3-patches/bash43-025" style="margin-left: 0.5em;">&para;</a>
2056
                            </DL><p>
2057
                            <DT><A HREF="http://www.nydailynews.com/news/national/shellshock-bug-threatens-mac-linux-computers-article-1.1952516" name="http://www.nydailynews.com/news/national/shellshock-bug-threatens-mac-linux-computers-article-1.1952516" ADD_DATE="1411778476" ICON_URI="http://www.nydailynews.com/favicon.ico" LAST_CHARSET="UTF-8"><img width="16" height="16" src="http://www.nydailynews.com/favicon.ico" style="margin-right: 0.5em;"/>What is Shellshock? New software bug threatens Mac, Linux computers - NY Daily News</A><a name="What is Shellshock? New software bug threatens Mac, Linux computers - NY Daily News" href="#What is Shellshock? New software bug threatens Mac, Linux computers - NY Daily News" style="margin-left: 0.5em;">&para;</a>
2058
                            <DD>page's self-description: A new, devastating bug could be waging war on your computer. The U.S. Department of Homeland Security&#39;s cybersecurity team issued a warning against the Shellshock bug Wednesday.
2059

  
2060
&#39;
2061
$ env x=&#39;() ; echo vulnerable&#39; bash -c &quot;echo this is a test&quot;
2062
&#39;
2063
                            <DT><A HREF="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-7169" name="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-7169" ADD_DATE="1411776427" ICON_URI="http://nvd.nist.gov/favicon.ico" LAST_CHARSET="UTF-8"><img width="16" height="16" src="http://nvd.nist.gov/favicon.ico" style="margin-right: 0.5em;"/>NVD - Detail</A><a name="NVD - Detail" href="#NVD - Detail" style="margin-left: 0.5em;">&para;</a>
2064
                            <DT><A HREF="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-6271" name="http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2014-6271" ADD_DATE="1411776431" ICON_URI="http://nvd.nist.gov/favicon.ico" LAST_CHARSET="UTF-8"><img width="16" height="16" src="http://nvd.nist.gov/favicon.ico" style="margin-right: 0.5em;"/>NVD - Detail</A><a name="NVD - Detail" href="#NVD - Detail" style="margin-left: 0.5em;">&para;</a>
2065
                        </DL><p>
2066
                        <DT><a name="stack trace" href="#stack trace"><H3 ADD_DATE="1411249633">stack trace</H3></a>
2067
                        <DL><p>
2068
                            <DT><A HREF="http://www.gnu.org/software/bash/manual/bash.html#Bash-Builtins" name="http://www.gnu.org/software/bash/manual/bash.html#Bash-Builtins" ADD_DATE="1411249556" ICON_URI="http://www.gnu.org/favicon.ico" LAST_CHARSET="UTF-8"><img width="16" height="16" src="http://www.gnu.org/favicon.ico" style="margin-right: 0.5em;"/>Bash Reference Manual: Bash Builtin Commands: caller</A><a name="Bash Reference Manual: Bash Builtin Commands: caller" href="#Bash Reference Manual: Bash Builtin Commands: caller" style="margin-left: 0.5em;">&para;</a>
2069
                            <DD>page's self-description: Bash Reference Manual
2070

  
2071
&#39;caller
2072

  
2073
    caller [expr]
2074

  
2075
    Returns the context of any active subroutine call (a shell function or a script executed with the . or source builtins).
2076

  
2077
    Without expr, caller displays the line number and source filename of the current subroutine call. If a non-negative integer is supplied as expr, caller displays the line number, subroutine name, and source file corresponding to that position in the current execution call stack. This extra information may be used, for example, to print a stack trace. The current frame is frame 0.&#39;
2078
                        </DL><p>
2015 2079
                        <DT><A HREF="http://jmoiron.net/blog/cleft-and-cright/" name="http://jmoiron.net/blog/cleft-and-cright/" ADD_DATE="1400581730" LAST_CHARSET="UTF-8"><img width="16" height="16" src="blank.gif" style="margin-right: 0.5em;"/>** C-Left and C-Right</A><a name="** C-Left and C-Right" href="#** C-Left and C-Right" style="margin-left: 0.5em;">&para;</a>
2016 2080
                        <DD>&quot;For bash, I added these bindings to my ~/.bashrc:
2017 2081

  
......
2525 2589
                        <DT><A HREF="http://apple.stackexchange.com/questions/66611/how-to-change-computer-name-so-terminal-displays-it-in-mac-os-x-mountain-lion" name="http://apple.stackexchange.com/questions/66611/how-to-change-computer-name-so-terminal-displays-it-in-mac-os-x-mountain-lion" ADD_DATE="1406829152" ICON_URI="http://cdn.sstatic.net/apple/img/favicon.ico?v=48fd3f8acb7c" LAST_CHARSET="UTF-8"><img width="16" height="16" src="http://cdn.sstatic.net/apple/img/favicon.ico?v=48fd3f8acb7c" style="margin-right: 0.5em;"/>osx - How to change computer name so terminal displays it in Mac OS X Mountain Lion? - Ask Different</A><a name="osx - How to change computer name so terminal displays it in Mac OS X Mountain Lion? - Ask Different" href="#osx - How to change computer name so terminal displays it in Mac OS X Mountain Lion? - Ask Different" style="margin-left: 0.5em;">&para;</a>
2526 2590
                        <DD>&quot;`sudo scutil --set HostName ___`&quot;
2527 2591
                        <DT><A HREF="http://superuser.com/questions/279891/list-all-members-of-a-group-mac-os-x" name="http://superuser.com/questions/279891/list-all-members-of-a-group-mac-os-x" ADD_DATE="1361008714" ICON_URI="http://cdn.sstatic.net/superuser/img/favicon.ico" LAST_CHARSET="UTF-8"><img width="16" height="16" src="http://cdn.sstatic.net/superuser/img/favicon.ico" style="margin-right: 0.5em;"/>osx - List all members of a group (Mac OS X) - Super User</A><a name="osx - List all members of a group (Mac OS X) - Super User" href="#osx - List all members of a group (Mac OS X) - Super User" style="margin-left: 0.5em;">&para;</a>
2592
                        <DT><A HREF="http://apple.stackexchange.com/questions/60893/xquartz-crash-infinite-loop-in-mountain-lion" name="http://apple.stackexchange.com/questions/60893/xquartz-crash-infinite-loop-in-mountain-lion" ADD_DATE="1411088579" ICON_URI="http://cdn.sstatic.net/apple/img/favicon.ico?v=48fd3f8acb7c" LAST_CHARSET="UTF-8"><img width="16" height="16" src="http://cdn.sstatic.net/apple/img/favicon.ico?v=48fd3f8acb7c" style="margin-right: 0.5em;"/>osx - Xquartz crash infinite loop in Mountain Lion? - Ask Different</A><a name="osx - Xquartz crash infinite loop in Mountain Lion? - Ask Different" href="#osx - Xquartz crash infinite loop in Mountain Lion? - Ask Different" style="margin-left: 0.5em;">&para;</a>
2528 2593
                        <DT><A HREF="http://hints.macworld.com/article.php?story=2005070300463515" name="http://hints.macworld.com/article.php?story=2005070300463515" ADD_DATE="1362840189" ICON_URI="http://hints.macworld.com/favicon.ico" LAST_CHARSET="windows-1252"><img width="16" height="16" src="http://hints.macworld.com/favicon.ico" style="margin-right: 0.5em;"/>Prevent .DS_Store file creation on network volumes - Mac OS X Hints</A><a name="Prevent .DS_Store file creation on network volumes - Mac OS X Hints" href="#Prevent .DS_Store file creation on network volumes - Mac OS X Hints" style="margin-left: 0.5em;">&para;</a>
2529 2594
                        <DT><A HREF="http://forums.techarena.in/operating-systems/1421137.htm" name="http://forums.techarena.in/operating-systems/1421137.htm" ADD_DATE="1332983804" ICON_URI="http://forums.techarena.in/favicon.ico" LAST_CHARSET="ISO-8859-1"><img width="16" height="16" src="http://forums.techarena.in/favicon.ico" style="margin-right: 0.5em;"/>Quick Look Helper process eating virtual memory on Mac - Operating Systems</A><a name="Quick Look Helper process eating virtual memory on Mac - Operating Systems" href="#Quick Look Helper process eating virtual memory on Mac - Operating Systems" style="margin-left: 0.5em;">&para;</a>
2530 2595
                        <DD>page's self-description: Quick Look Helper process eating virtual memory on Mac, Operating Systems, Computer end-user technical support troubleshooting for Windows, Mac, and Linux. Operating system tips and tweaks as well..
......
2543 2608
                        <DT><a name="&quot;Input/output error&quot;" href="#&quot;Input/output error&quot;"><H3 ADD_DATE="1398823363">&quot;Input/output error&quot;</H3></a>
2544 2609
                        <DL><p>
2545 2610
                            <DT><A HREF="http://www.webhostingtalk.com/showthread.php?t=1060089" name="http://www.webhostingtalk.com/showthread.php?t=1060089" ADD_DATE="1398823257" ICON_URI="http://www.webhostingtalk.com/favicon.ico" LAST_CHARSET="windows-1252"><img width="16" height="16" src="http://www.webhostingtalk.com/favicon.ico" style="margin-right: 0.5em;"/>Rsync input/output error - bad disk or corrupt file? - Dedicated Server - Web Hosting Talk</A><a name="Rsync input/output error - bad disk or corrupt file? - Dedicated Server - Web Hosting Talk" href="#Rsync input/output error - bad disk or corrupt file? - Dedicated Server - Web Hosting Talk" style="margin-left: 0.5em;">&para;</a>
2611
                            <DT><A HREF="http://lists.samba.org/archive/rsync/2005-December/014176.html" name="http://lists.samba.org/archive/rsync/2005-December/014176.html" ADD_DATE="1348715930" ICON_URI="https://lists.samba.org/favicon.ico" LAST_CHARSET="us-ascii"><img width="16" height="16" src="https://lists.samba.org/favicon.ico" style="margin-right: 0.5em;"/>WARNING: &lt;file&gt; failed verification -- update discarded (will try again).</A><a name="WARNING: &lt;file&gt; failed verification -- update discarded (will try again)." href="#WARNING: &lt;file&gt; failed verification -- update discarded (will try again)." style="margin-left: 0.5em;">&para;</a>
2546 2612
                        </DL><p>
2547 2613
                        <DT><A HREF="https://lists.samba.org/archive/rsync/2007-May/017762.html" name="https://lists.samba.org/archive/rsync/2007-May/017762.html" ADD_DATE="1398124582" ICON_URI="https://lists.samba.org/favicon.ico" LAST_CHARSET="windows-1252"><img width="16" height="16" src="https://lists.samba.org/favicon.ico" style="margin-right: 0.5em;"/>rsync --append behavior</A><a name="rsync --append behavior" href="#rsync --append behavior" style="margin-left: 0.5em;">&para;</a>
2548 2614
                        <DT><A HREF="http://www.linuxquestions.org/questions/linux-networking-3/rsync-ignore-files-484569/" name="http://www.linuxquestions.org/questions/linux-networking-3/rsync-ignore-files-484569/" ADD_DATE="1371887755" ICON_URI="http://www.linuxquestions.org/favicon.ico" LAST_CHARSET="windows-1252"><img width="16" height="16" src="http://www.linuxquestions.org/favicon.ico" style="margin-right: 0.5em;"/>rsync ignore files</A><a name="rsync ignore files" href="#rsync ignore files" style="margin-left: 0.5em;">&para;</a>
......
3516 3582
                    <DD>page's self-description: I have recently written about the value of fundamentals in software development. I am still firmly of the opinion that you need to have your fundamentals down
3517 3583
                </DL><p>
3518 3584
                <DT><A HREF="https://www.google.com/search?q=%s" name="https://www.google.com/search?q=%s" ADD_DATE="1318464507" ICON_URI="https://www.google.com/favicon.ico" SHORTCUTURL="g"><img width="16" height="16" src="https://www.google.com/favicon.ico" style="margin-right: 0.5em;"/>Google</A><a name="Google" href="#Google" style="margin-left: 0.5em;">&para;</a>
3519
                <DT><A HREF="https://www.google.com/calendar/render" name="https://www.google.com/calendar/render" ADD_DATE="1318014776" ICON_URI="https://calendar.google.com/googlecalendar/images/favicon_v2013_10.ico" LAST_CHARSET="UTF-8"><img width="16" height="16" src="https://calendar.google.com/googlecalendar/images/favicon_v2013_10.ico" style="margin-right: 0.5em;"/>Google Calendar</A><a name="Google Calendar" href="#Google Calendar" style="margin-left: 0.5em;">&para;</a>
3585
                <DT><A HREF="https://www.google.com/calendar/render" name="https://www.google.com/calendar/render" ADD_DATE="1318014776" ICON_URI="https://calendar.google.com/googlecalendar/images/favicon_v2013_25.ico" LAST_CHARSET="UTF-8"><img width="16" height="16" src="https://calendar.google.com/googlecalendar/images/favicon_v2013_25.ico" style="margin-right: 0.5em;"/>Google Calendar</A><a name="Google Calendar" href="#Google Calendar" style="margin-left: 0.5em;">&para;</a>
3520 3586
            </DL><p>
3521 3587
            <DT><a name="XML" href="#XML"><H3 ADD_DATE="1402673166">XML</H3></a>
3522 3588
            <DL><p>
......
3557 3623
            <DT><A HREF="https://www.ietf.org/rfc/rfc2119.txt" name="https://www.ietf.org/rfc/rfc2119.txt" ADD_DATE="1409300699" ICON_URI="https://www.ietf.org/favicon.ico" LAST_CHARSET="windows-1252"><img width="16" height="16" src="https://www.ietf.org/favicon.ico" style="margin-right: 0.5em;"/>RFC 2119: Key words for use in RFCs to Indicate Requirement Levels</A><a name="RFC 2119: Key words for use in RFCs to Indicate Requirement Levels" href="#RFC 2119: Key words for use in RFCs to Indicate Requirement Levels" style="margin-left: 0.5em;">&para;</a>
3558 3624
            <DT><A HREF="http://my.safaribooksonline.com/" name="http://my.safaribooksonline.com/" ADD_DATE="1319150932" ICON_URI="http://my.safaribooksonline.com/favicon.ico" LAST_CHARSET="UTF-8"><img width="16" height="16" src="http://my.safaribooksonline.com/favicon.ico" style="margin-right: 0.5em;"/>Safari Books Online - Home</A><a name="Safari Books Online - Home" href="#Safari Books Online - Home" style="margin-left: 0.5em;">&para;</a>
3559 3625
            <DT><A HREF="http://software.hixie.ch/utilities/cgi/unicode-decoder/utf8-decoder" name="http://software.hixie.ch/utilities/cgi/unicode-decoder/utf8-decoder" ADD_DATE="1330979379" LAST_CHARSET="windows-1252"><img width="16" height="16" src="blank.gif" style="margin-right: 0.5em;"/>utf8-decoder</A><a name="utf8-decoder" href="#utf8-decoder" style="margin-left: 0.5em;">&para;</a>
3560
            <DT><A HREF="http://lists.samba.org/archive/rsync/2005-December/014176.html" name="http://lists.samba.org/archive/rsync/2005-December/014176.html" ADD_DATE="1348715930" ICON_URI="http://lists.samba.org/favicon.ico" LAST_CHARSET="us-ascii"><img width="16" height="16" src="http://lists.samba.org/favicon.ico" style="margin-right: 0.5em;"/>WARNING: &lt;file&gt; failed verification -- update discarded (will try again).</A><a name="WARNING: &lt;file&gt; failed verification -- update discarded (will try again)." href="#WARNING: &lt;file&gt; failed verification -- update discarded (will try again)." style="margin-left: 0.5em;">&para;</a>
3561 3626
        </DL><p>
3562 3627
        <HR>        <DT><A HREF="place:type=6&sort=14&maxResults=10" name="place:type=6&sort=14&maxResults=10" ADD_DATE="1403193938"><img width="16" height="16" src="blank.gif" style="margin-right: 0.5em;"/>Recent Tags</A><a name="Recent Tags" href="#Recent Tags" style="margin-left: 0.5em;">&para;</a>
3563 3628
        <DT><A HREF="place:folder=BOOKMARKS_MENU&folder=UNFILED_BOOKMARKS&folder=TOOLBAR&queryType=1&sort=12&maxResults=10&excludeQueries=1" name="place:folder=BOOKMARKS_MENU&folder=UNFILED_BOOKMARKS&folder=TOOLBAR&queryType=1&sort=12&maxResults=10&excludeQueries=1" ADD_DATE="1403193938"><img width="16" height="16" src="blank.gif" style="margin-right: 0.5em;"/>Recently Bookmarked</A><a name="Recently Bookmarked" href="#Recently Bookmarked" style="margin-left: 0.5em;">&para;</a>

Also available in: Unified diff