<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.apoyar.eu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=223.233.83.241</id>
	<title>Apoyar Wiki - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.apoyar.eu/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=223.233.83.241"/>
	<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=Special:Contributions/223.233.83.241"/>
	<updated>2026-07-21T04:24:39Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://wiki.apoyar.eu/index.php?title=Image_color_coding_conversion&amp;diff=282</id>
		<title>Image color coding conversion</title>
		<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=Image_color_coding_conversion&amp;diff=282"/>
		<updated>2024-04-22T06:22:49Z</updated>

		<summary type="html">&lt;p&gt;223.233.83.241: Created page with &amp;quot;- To go through the path recursively, find all jpeg and png files and convert them to webp (leaving the original):   cd &amp;lt;/folder/to/check/&amp;gt;  find . -name &amp;#039;*.jpg&amp;#039; -type f -exec bash -c &amp;#039;cwebp -q 75 &amp;quot;$0&amp;quot; -o &amp;quot;${0%.jpg}.webp&amp;quot;&amp;#039; {} \;  find . -name &amp;#039;*.JPG&amp;#039; -type f -exec bash -c &amp;#039;cwebp -q 75 &amp;quot;$0&amp;quot; -o &amp;quot;${0%.jpg}.webp&amp;quot;&amp;#039; {} \;  find . -name &amp;#039;*.png&amp;#039; -type f -exec bash -c &amp;#039;cwebp -q 75 &amp;quot;$0&amp;quot; -o &amp;quot;${0%.jpg}.webp&amp;quot;&amp;#039; {} \;    - if it gives an error about the unsupported colour conversion, c...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;- To go through the path recursively, find all jpeg and png files and convert them to webp (leaving the original):&lt;br /&gt;
 &lt;br /&gt;
cd &amp;lt;/folder/to/check/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
find . -name &#039;*.jpg&#039; -type f -exec bash -c &#039;cwebp -q 75 &amp;quot;$0&amp;quot; -o &amp;quot;${0%.jpg}.webp&amp;quot;&#039; {} \;&lt;br /&gt;
&lt;br /&gt;
find . -name &#039;*.JPG&#039; -type f -exec bash -c &#039;cwebp -q 75 &amp;quot;$0&amp;quot; -o &amp;quot;${0%.jpg}.webp&amp;quot;&#039; {} \;&lt;br /&gt;
&lt;br /&gt;
find . -name &#039;*.png&#039; -type f -exec bash -c &#039;cwebp -q 75 &amp;quot;$0&amp;quot; -o &amp;quot;${0%.jpg}.webp&amp;quot;&#039; {} \;&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
- if it gives an error about the unsupported colour conversion, conver the jpg to RGB:&lt;br /&gt;
&lt;br /&gt;
convert -colorspace RGB 2024Z_WE2_RDD_FR.jpg&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
- To find other images with CMYK colour coding:&lt;br /&gt;
 &lt;br /&gt;
cd &amp;lt;/folder/to/check/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
find . -name &#039;*.jpg&#039; -type f -exec bash -c &#039;identify -format &amp;quot;%[colorspace]&amp;quot; &amp;quot;$0&amp;quot; | grep CMYK &amp;amp;&amp;amp; echo &amp;quot;{}&amp;quot;&#039; {} \;&lt;/div&gt;</summary>
		<author><name>223.233.83.241</name></author>
	</entry>
	<entry>
		<id>https://wiki.apoyar.eu/index.php?title=Main_Page&amp;diff=281</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.apoyar.eu/index.php?title=Main_Page&amp;diff=281"/>
		<updated>2024-04-22T06:22:08Z</updated>

		<summary type="html">&lt;p&gt;223.233.83.241: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;strong&amp;gt;Apoyar Wiki main page.&amp;lt;/strong&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* [[Infrastructure|Apoyar Infrastructure]]&lt;br /&gt;
* [[Complete step-by-step guides]]&lt;br /&gt;
* [[Developer guides]]&lt;br /&gt;
* [[Tips &amp;amp; Tricks]]&lt;br /&gt;
* [[Miscellaneous Information]]&lt;br /&gt;
* [[Installing Updates on Hyper V servers]]&lt;br /&gt;
* [[Connecting RDP servers, if license expired and extending grace period via regedit]]&lt;br /&gt;
* [[Website Hosting &amp;amp; SSL certificate installation]]&lt;br /&gt;
* [[Email Configuration and Issues (Windows)]]&lt;br /&gt;
* [[Providing SSL Certificates to Web Sites ]]&lt;br /&gt;
* [[Generating a LetsEncrypt certificate - both Linux and Windows]]&lt;br /&gt;
* [[Low Free Disk Space Issues (Windows, Linux, UNIX) &amp;amp; Resolution]]&lt;br /&gt;
* [[Zeb Live DB Restore Task]]&lt;br /&gt;
* [[Creating an SFTP user for www server]]&lt;br /&gt;
* [[Adding hosts and services to Nagios - Windows hosts]]&lt;br /&gt;
* [[Adding hosts and services to Nagios - Linux/BSD hosts]]&lt;br /&gt;
* [[Adding hosts and services to Nagios - Redhat hosts]]&lt;br /&gt;
* [[Upgrading from Windows 2008 R2 to 2016 - migrating MS SQL]]&lt;br /&gt;
* [[Upgrading major versions of Nginx,Mysql]]&lt;br /&gt;
* [[How to fix server authentication if it is broken( unable to login server)]]&lt;br /&gt;
* [[Snapshot restoration of VM&#039;s]]&lt;br /&gt;
* [[AWS CloudFront distributions Creation]]&lt;br /&gt;
* [[VPN configuration on organization level]]&lt;br /&gt;
* [[Fixing VM Issue from vcenter console with admin access in Clavister]]&lt;br /&gt;
* [[OS level checks on Nagios]]&lt;br /&gt;
* [[Certificate checks on Nagios]]&lt;br /&gt;
* [[SSL certificate CSR generation]]&lt;br /&gt;
* [[Applying a generated certificate on web server]]&lt;br /&gt;
* [[What if Office 365 doesn&#039;t respond to Magento test emails]]&lt;br /&gt;
* [[Killing CPU &#039;hungry&#039; processes on Zeb/PCR servers]]&lt;br /&gt;
* [[Auto Deployment from UAT to LIVE (dashboardsupportpod)]]&lt;br /&gt;
* [[Checking Failed Mails in Trend Micro]]&lt;br /&gt;
* [[Renewing Letsencrypt Certificate for Free BSD (nagios.apoyar)]]&lt;br /&gt;
* [[Upgrading Major Versions of PHP]]&lt;br /&gt;
* [[How to Make Dead RMG Back to Live (Scorpion)]]&lt;br /&gt;
* [[Disabling Expired Certificate on demo.apoyar]]&lt;br /&gt;
* [[How to Block 80 and 443 traffic for server]]&lt;br /&gt;
* [[AWS S3 Sync]]&lt;br /&gt;
* [[Checking System logs]]&lt;br /&gt;
* [[Root partition alerts]]&lt;br /&gt;
* [[SSL Certification Installation on Linux]]&lt;br /&gt;
* [[Renewing SSL Certificate on OpenVPN Server]]&lt;br /&gt;
* [[Updating the Demo server (has the outbound http/https traffic blocked)]]&lt;br /&gt;
* [[Performing restores from AWS using the N2WS backup software]]&lt;br /&gt;
* [[Renewing Commercial certificate on Exchange 2016-19]]&lt;br /&gt;
* [[Seizing the DC roles in the case the main DC fails]]&lt;br /&gt;
* [[Backend fetch failed 503 error &amp;amp; Webp,Webm conversion  little bit understandable]]&lt;br /&gt;
* [[Addidional steps to perform when moving services from one DC to another]]&lt;br /&gt;
* [[Check_defrag probe not working on Nagios]]&lt;br /&gt;
* [[JIRA File Upload issue]]&lt;br /&gt;
* [[Zeb_video sftp permissions check and fix]]&lt;br /&gt;
* [[Wise Geary Backups]]&lt;br /&gt;
* [[Extending Linux File System After Resizing the Volume – EC2]]&lt;br /&gt;
* [[Adding the missing host from HyperV console]]&lt;br /&gt;
* [[Setting Updates to Manual on HyperV]]&lt;br /&gt;
* [[awsbackup.apoyar.eu SSL Renew]]&lt;br /&gt;
* [[Renewing LetsEncrypt SSL - files.apoyar.net]]&lt;br /&gt;
* [[Generating LetsEncrypt SSL - Bleckmann New Custom URL]]&lt;br /&gt;
* [[Instance Refresh - ZEB]]&lt;br /&gt;
* [[Instance Refresh - PCR]]&lt;br /&gt;
* [[Commercial SSL Certificate Chain Checks]]&lt;br /&gt;
* [[Image color coding conversion]]&lt;/div&gt;</summary>
		<author><name>223.233.83.241</name></author>
	</entry>
</feed>