All public logs

Jump to navigation Jump to search

Combined display of all available logs of Fundamental Ramen. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 01:31, 17 September 2026 Tacoball talk contribs created page Useful Commands/Compression (Created page with "= Compression = {| class="wikitable" ! Tool || Example |- | zip || <syntaxhighlight lang="bash"> zip -r front-end.zip index.html static/ unzip -l front-end.zip unzip -p front-end.zip index.html </syntaxhighlight> |- | tar || <syntaxhighlight lang="bash"> tar --exclude=".*" -zcvf ~/solr-4.3.0.tgz solr-4.3.0 tar -C /usr/local --exclude '.*' -zcvf tika-1.4-pxx.tgz tika </syntaxhighlight> |- | gzip || <syntaxhighlight lang="bash"> gzip -k taiwan-taco.map gzip -l taiwan-taco...")