Pending reviews for User:Freephile

Pages reviewed by 5 or more people
Pages reviewed by 3 or more people
Pages reviewed by 0 - 2 people
PreviousNext

Freephile has 323 pending reviews

Html2wtMark reviewed View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
Last seen Current
Line 7: Line 7:


Example usage
Example usage
<source lang="bash">cat uvm.html | webapps/wiki/extensions/parsoid/tests/parse.js --html2wt</source>
<syntaxhighlight lang="bash">cat uvm.html | webapps/wiki/extensions/parsoid/tests/parse.js --html2wt</syntaxhighlight>


== Other Classes or Libraries ==
== Other Classes or Libraries ==
Diff View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
Video Editing View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
Installing SugarCRM View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
GnuCash View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
Debugging with Qemu View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
At View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
PHP Accelerator View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
Linux weather station View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
Minecraft server View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
MediaWiki/Toolbox View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
AhaMark reviewed View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
Last seen Current
Line 7: Line 7:


== Example ==
== Example ==
<source lang="bash">sudo meza deploy production --list-tasks | sudo tee > >(aha --black --title "Production Deploy Tasks" > /tmp/deploy.tasks.html)</source>
<syntaxhighlight lang="bash">sudo meza deploy production --list-tasks | sudo tee > >(aha --black --title "Production Deploy Tasks" > /tmp/deploy.tasks.html)</syntaxhighlight>


produces output like the following:
produces output like the following:
Subversion View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
Drupal/cheatsheet View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
QNAP View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
Control two computers View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
MediaWiki/Slideshow View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
Installing mcrypt on php7.2 View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
Subversion/Repository Layout View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
File IntegrityMark reviewed View change on page (view page history)
  • 24 February Admin made an edit with summary: Text replacement - "<(\/?)source" to "<$1syntaxhighlight"
Last seen Current
Line 11: Line 11:
[http://en.wikipedia.org/wiki/MD5 MD5] ('''Message-Digest algorithm 5''') is one method "commonly used to check the integrity of files... The 128-bit (16-byte) MD5 hashes (also termed message digests) are typically represented as a sequence of 32 hexadecimal digits..."
[http://en.wikipedia.org/wiki/MD5 MD5] ('''Message-Digest algorithm 5''') is one method "commonly used to check the integrity of files... The 128-bit (16-byte) MD5 hashes (also termed message digests) are typically represented as a sequence of 32 hexadecimal digits..."


On Linux systems, try <source lang="bash">md5sum <filename></source> at the command line; on the Solaris systems, try <source lang="bash">md5</source>.  The checksum value for a file (or simple string) reported by an MD5 utility should be constant, independent of operating system.
On Linux systems, try <syntaxhighlight lang="bash">md5sum <filename></syntaxhighlight> at the command line; on the Solaris systems, try <syntaxhighlight lang="bash">md5</syntaxhighlight>.  The checksum value for a file (or simple string) reported by an MD5 utility should be constant, independent of operating system.


=== SHA1 ===
=== SHA1 ===