<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://emmapedia.nl/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Emma72718</id>
	<title>Emmapedia - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://emmapedia.nl/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Emma72718"/>
	<link rel="alternate" type="text/html" href="https://emmapedia.nl/index.php/Special:Contributions/Emma72718"/>
	<updated>2026-04-10T07:56:46Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>https://emmapedia.nl/index.php?title=Emmapedia&amp;diff=21</id>
		<title>Emmapedia</title>
		<link rel="alternate" type="text/html" href="https://emmapedia.nl/index.php?title=Emmapedia&amp;diff=21"/>
		<updated>2023-01-25T13:09:08Z</updated>

		<summary type="html">&lt;p&gt;Emma72718: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= There is no such thing as Emmapedia =&lt;br /&gt;
&lt;br /&gt;
== But, this is how I work: ==&lt;br /&gt;
&lt;br /&gt;
* Get rid of your comfort zone. Honestly, if you need a comfort zone for doing your IT job, you haven't done enough automation.&lt;br /&gt;
* Be honest about what you know, and what you don't know. People appreciate the information that something isn't a fact but a guess. And if it's an educated guess and you were right, they'll be happy you pointed them in the right direction anyway.&lt;br /&gt;
&lt;br /&gt;
== Then: ==&lt;br /&gt;
* Search through the documentation. Usually it's very outdated but if you happen to have a Confluence instance or something similar, search it for whatever you want to know. Be creative with the search terms you use.&lt;br /&gt;
* Search your corporate IM tool, like Slack. Do you have Slack? it's highly searchable, and chances are somebody in your company already did what you're trying. Really. There might even be a separate channel for it.&lt;br /&gt;
* Search your mailbox. It could be you helped someone three years ago and that you just forgot how to do it.&lt;br /&gt;
* Are you troubleshooting an application that was developed internally? Search your VCS, like Github, Gitlab or Bitbucket, for instance the error message you received.&lt;br /&gt;
* Look where the application is logging to. Read the logs. If there are no logs, the application just might not be able to run at all. Increase the log level if necessary.&lt;br /&gt;
* Use your &amp;lt;code&amp;gt;dig&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;netcat&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;traceroute&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;curl&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;netstat&amp;lt;/code&amp;gt; ninja skills to find out where an application runs, if it's reachable, if it responds, and if it's running. Also, figure out which PowerShell equivalents exist, so that you can do this on any system, MacOS, Linux or Windows.&lt;br /&gt;
* Working in IIS web applicatons? Web.config could tell you something about the systems it connects to. And if it's a web application in Azure, these things are probably in the properties.&lt;br /&gt;
* Speaking of Azure: create yourself an FTPS account and use it to browse Web Services' file systems with Kudu&lt;br /&gt;
* Still no luck? Use your Google-fu. There's very little that cannot be found on ServerFault or StackOverflow. &lt;br /&gt;
* Read faster. The internet is a big place. Google will return a lot of rubbish. You'll need to be able to skip that in seconds instead of minutes.&lt;br /&gt;
* Be strict when it comes to security, no matter if you're a security officer or not. If you see anything that's not right, from a password stored in the VCS, to a gaping hole in an application's authentication mechanism, '''''DO SPEAK UP'''''. Someone might hate you for it now, but that's entirely their problem. Someone will thank you for it later on. &lt;br /&gt;
&lt;br /&gt;
== You already knew that? ==&lt;br /&gt;
&lt;br /&gt;
Good! It took me a while to come up with this list, and it's not even halfway. (Note to self: I think I can leave this in for the foreseeable future, even if the list becomes ten times as long, or if 'halfway' proves to be all there is.)&lt;/div&gt;</summary>
		<author><name>Emma72718</name></author>
	</entry>
	<entry>
		<id>https://emmapedia.nl/index.php?title=Emmapedia&amp;diff=20</id>
		<title>Emmapedia</title>
		<link rel="alternate" type="text/html" href="https://emmapedia.nl/index.php?title=Emmapedia&amp;diff=20"/>
		<updated>2023-01-25T13:08:28Z</updated>

		<summary type="html">&lt;p&gt;Emma72718: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= There is no such thing as Emmapedia =&lt;br /&gt;
&lt;br /&gt;
== But, this is how I work: ==&lt;br /&gt;
&lt;br /&gt;
* Get rid of your comfort zone. Honestly, if you need a comfort zone for doing your IT job, you haven't done enough automation.&lt;br /&gt;
* Be honest about what you know, and what you don't know. People appreciate the information that something isn't a fact but a guess. And if it's an educated guess and you were right, they'll be happy you pointed them in the right direction anyway.&lt;br /&gt;
&lt;br /&gt;
== Then: ==&lt;br /&gt;
* Search through the documentation. Usually it's very outdated but if you happen to have a Confluence instance or something similar, search it for whatever you want to know. Be creative with the search terms you use.&lt;br /&gt;
* Search your corporate IM tool, like Slack. Do you have Slack? it's highly searchable, and chances are somebody in your company already did what you're trying. Really. There might even be a separate channel for it.&lt;br /&gt;
* Search your mailbox. It could be you helped someone three years ago and that you just forgot how to do it.&lt;br /&gt;
* Are you troubleshooting an application that was developed internally? Search your VCS, like Github, Gitlab or Bitbucket, for instance the error message you received.&lt;br /&gt;
* Look where the application is logging to. Read the logs. If there are no logs, the application just might not be able to run at all. Increase the log level if necessary.&lt;br /&gt;
* Use your &amp;lt;code&amp;gt;dig&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;netcat&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;traceroute&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;curl&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;netstat&amp;lt;/code&amp;gt; ninja skills to find out where an application runs, if it's reachable, if it responds, and if it's running. Also, figure out which PowerShell equivalents exist, so that you can do this on any system, MacOS, Linux or Windows.&lt;br /&gt;
* Working in IIS web applicatons? Web.config could tell you something about the systems it connects to. And it it's a web application in Azure, these things are probably in the properties.&lt;br /&gt;
* Speaking of Azure: create yourself an FTPS account and use it to browse Web Services' file systems with Kudu&lt;br /&gt;
* Still no luck? Use your Google-fu. There's very little that cannot be found on ServerFault or StackOverflow. &lt;br /&gt;
* Read faster. The internet is a big place. Google will return a lot of rubbish. You'll need to be able to skip that in seconds instead of minutes.&lt;br /&gt;
* Be strict when it comes to security, no matter if you're a security officer or not. If you see anything that's not right, from a password stored in the VCS, to a gaping hole in an application's authentication mechanism, '''''DO SPEAK UP'''''. Someone might hate you for it now, but that's entirely their problem. Someone will thank you for it later on. &lt;br /&gt;
&lt;br /&gt;
== You already knew that? ==&lt;br /&gt;
&lt;br /&gt;
Good! It took me a while to come up with this list, and it's not even halfway. (Note to self: I think I can leave this in for the foreseeable future, even if the list becomes ten times as long, or if 'halfway' proves to be all there is.)&lt;/div&gt;</summary>
		<author><name>Emma72718</name></author>
	</entry>
	<entry>
		<id>https://emmapedia.nl/index.php?title=Emmapedia&amp;diff=19</id>
		<title>Emmapedia</title>
		<link rel="alternate" type="text/html" href="https://emmapedia.nl/index.php?title=Emmapedia&amp;diff=19"/>
		<updated>2023-01-16T07:41:07Z</updated>

		<summary type="html">&lt;p&gt;Emma72718: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= There is no such thing as Emmapedia =&lt;br /&gt;
&lt;br /&gt;
== But, this is how I work: ==&lt;br /&gt;
&lt;br /&gt;
* Get rid of your comfort zone. Honestly, if you need a comfort zone for doing your IT job, you haven't done enough automation.&lt;br /&gt;
* Be honest about what you know, and what you don't know. People appreciate the information that something isn't a fact but a guess. And if it's an educated guess and you were right, they'll be happy you pointed them in the right direction anyway.&lt;br /&gt;
&lt;br /&gt;
== Then: ==&lt;br /&gt;
* Search through the documentation. Usually it's very outdated but if you happen to have a Confluence instance or something similar, search it for whatever you want to know. Be creative with the search terms you use.&lt;br /&gt;
* Search your corporate IM tool, like Slack. Do you have Slack? it's highly searchable, and chances are somebody in your company already did what you're trying. Really. There might even be a separate channel for it.&lt;br /&gt;
* Search your mailbox. It could be you helped someone three years ago and that you just forgot how to do it.&lt;br /&gt;
* Are you troubleshooting an application that was developed internally? Search your VCS, like Github, Gitlab or Bitbucket, for instance the error message you received.&lt;br /&gt;
* Look where the application is logging to. Read the logs. If there are no logs, the application just might not be able to run at all. Increase the log level if necessary.&lt;br /&gt;
* Use your &amp;lt;code&amp;gt;dig&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;netcat&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;traceroute&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;curl&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;netstat&amp;lt;/code&amp;gt; ninja skills to find out where an application runs, if it's reachable, if it responds, and if it's running. Also, figure out which PowerShell equivalents exist, so that you can do this on any system, MacOS, Linux or Windows.&lt;br /&gt;
* Working in IIS web applicatons? Web.config could tell you something about the systems it connects to. And it it's a web application in Azure, these things are probably in the properties.&lt;br /&gt;
* Speaking of Azure: create yourself an FTPS account and use it to browse Web Services' file systems with Kudu&lt;br /&gt;
* Still no luck? Use your Google-fu. There's very little that cannot be found on ServerFault or StackOverflow. &lt;br /&gt;
* Read faster. The internet is a big place. Google will return a lot of rubbish. You'll need to be able to skip that in seconds instead of minutes.&lt;br /&gt;
* Be strict when it comes to security, no matter if you're a security officer or not. If you see anything that's not right, from a password stored in the VCS, to a gaping hole in an application's authentication mechanism, '''''DO SPEAK UP'''''. Someone might hate you for it now, but that's entirely their problem. Someone will thank you for it later on. &lt;br /&gt;
&lt;br /&gt;
== You already knew that? ==&lt;br /&gt;
&lt;br /&gt;
Good! It took me a while to come up with this list, and it's not even halfway. (Note to self: I think I can leave this in for the foreseeable future, even if the list becomes ten times as long.)&lt;/div&gt;</summary>
		<author><name>Emma72718</name></author>
	</entry>
	<entry>
		<id>https://emmapedia.nl/index.php?title=Emmapedia:Privacy_policy&amp;diff=18</id>
		<title>Emmapedia:Privacy policy</title>
		<link rel="alternate" type="text/html" href="https://emmapedia.nl/index.php?title=Emmapedia:Privacy_policy&amp;diff=18"/>
		<updated>2023-01-16T07:20:01Z</updated>

		<summary type="html">&lt;p&gt;Emma72718: Created page with &amp;quot;I'm not collecting anything. Oh wait, your IP address might be in the server logs. But I'm not doing anything with that log and it will rotate after a while. All your secrets are safe on this site because you're not able to tell them here anyway. There might be technical cookies somewhere but no tracking is done, so the site doesn't even need the infamous EU cookie wall.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I'm not collecting anything. Oh wait, your IP address might be in the server logs. But I'm not doing anything with that log and it will rotate after a while. All your secrets are safe on this site because you're not able to tell them here anyway. There might be technical cookies somewhere but no tracking is done, so the site doesn't even need the infamous EU cookie wall.&lt;/div&gt;</summary>
		<author><name>Emma72718</name></author>
	</entry>
	<entry>
		<id>https://emmapedia.nl/index.php?title=Emmapedia:General_disclaimer&amp;diff=17</id>
		<title>Emmapedia:General disclaimer</title>
		<link rel="alternate" type="text/html" href="https://emmapedia.nl/index.php?title=Emmapedia:General_disclaimer&amp;diff=17"/>
		<updated>2023-01-16T07:16:29Z</updated>

		<summary type="html">&lt;p&gt;Emma72718: Created page with &amp;quot;I'm not claiming anything here.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I'm not claiming anything here.&lt;/div&gt;</summary>
		<author><name>Emma72718</name></author>
	</entry>
	<entry>
		<id>https://emmapedia.nl/index.php?title=Emmapedia:About&amp;diff=16</id>
		<title>Emmapedia:About</title>
		<link rel="alternate" type="text/html" href="https://emmapedia.nl/index.php?title=Emmapedia:About&amp;diff=16"/>
		<updated>2023-01-16T07:14:59Z</updated>

		<summary type="html">&lt;p&gt;Emma72718: Created page with &amp;quot;= Emma Laurijssens van Engelenhoven =  ; LinkedIn:  : https://www.linkedin.com/in/emmalaurijssens  ; Mastodon:  : https://mstdn.esp.nl/@elaurijssens  ; Address, phone and e-mail:  : Sorry, that would be too easy for the bots. Send me a message on Mastodon or LinkedIn.&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Emma Laurijssens van Engelenhoven =&lt;br /&gt;
&lt;br /&gt;
; LinkedIn: &lt;br /&gt;
: https://www.linkedin.com/in/emmalaurijssens&lt;br /&gt;
&lt;br /&gt;
; Mastodon: &lt;br /&gt;
: https://mstdn.esp.nl/@elaurijssens&lt;br /&gt;
&lt;br /&gt;
; Address, phone and e-mail: &lt;br /&gt;
: Sorry, that would be too easy for the bots. Send me a message on Mastodon or LinkedIn.&lt;/div&gt;</summary>
		<author><name>Emma72718</name></author>
	</entry>
	<entry>
		<id>https://emmapedia.nl/index.php?title=Emmapedia&amp;diff=15</id>
		<title>Emmapedia</title>
		<link rel="alternate" type="text/html" href="https://emmapedia.nl/index.php?title=Emmapedia&amp;diff=15"/>
		<updated>2023-01-16T06:52:31Z</updated>

		<summary type="html">&lt;p&gt;Emma72718: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= There is no such thing as Emmapedia =&lt;br /&gt;
&lt;br /&gt;
== But, this is how I work: ==&lt;br /&gt;
&lt;br /&gt;
* Get rid of your comfort zone. Honestly, if you need a comfort zone for doing your IT job, you haven't done enough automation.&lt;br /&gt;
* Be honest about what you know, and what you don't know. People appreciate the information that something isn't a fact but a guess. And if it's an educated guess and you were right, they'll be happy you pointed them in the right direction anyway.&lt;br /&gt;
&lt;br /&gt;
== Then: ==&lt;br /&gt;
* Search through the documentation. Usually it's very outdated but if you happen to have a Confluence instance or something similar, search it for whatever you want to know. Be creative with the search terms you use.&lt;br /&gt;
* Search your corporate IM tool, like Slack. Do you have Slack? it's highly searchable, and chances are somebody in your company already did what you're trying. Really. There might even be a separate channel for it.&lt;br /&gt;
* Search your mailbox. It could be you helped someone three years ago and that you just forgot how to do it.&lt;br /&gt;
* Are you troubleshooting an application that was developed internally? Search your VCS, like Github, Gitlab or Bitbucket, for instance the error message you received.&lt;br /&gt;
* Look where the application is logging to. Read the logs. If there are no logs, the application just might not be able to run at all. Increase the log level if necessary.&lt;br /&gt;
* Use your &amp;lt;code&amp;gt;dig&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;netcat&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;traceroute&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;curl&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;netstat&amp;lt;/code&amp;gt; ninja skills to find out where an application runs, if it's reachable, if it responds, and if it's running. Also, figure out which PowerShell equivalents exist, so that you can do this on any system, MacOS, Linux or Windows.&lt;br /&gt;
* Working in IIS web applicatons? Web.config could tell you something about the systems it connects to. And it it's a web application in Azure, these things are probably in the properties.&lt;br /&gt;
* Speaking of Azure: create yourself an FTPS account and use it to browse Web Services' file systems with Kudu&lt;br /&gt;
* Still no luck? Use your Google-fu. There's very little that cannot be found on ServerFault or StackOverflow. &lt;br /&gt;
* Read faster. The internet is a big place. Google will return a lot of rubbish. You'll need to be able to skip that in seconds instead of minutes.&lt;br /&gt;
&lt;br /&gt;
== You already knew that? ==&lt;br /&gt;
&lt;br /&gt;
Good! It took me a while to come up with this list, and it's not even halfway. (Note to self: I think I can leave this in for the foreseeable future, even if the list becomes ten times as long.)&lt;/div&gt;</summary>
		<author><name>Emma72718</name></author>
	</entry>
	<entry>
		<id>https://emmapedia.nl/index.php?title=Emmapedia&amp;diff=14</id>
		<title>Emmapedia</title>
		<link rel="alternate" type="text/html" href="https://emmapedia.nl/index.php?title=Emmapedia&amp;diff=14"/>
		<updated>2023-01-16T06:35:19Z</updated>

		<summary type="html">&lt;p&gt;Emma72718: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= There is no such thing as Emmapedia =&lt;br /&gt;
&lt;br /&gt;
== But, this is how I work: ==&lt;br /&gt;
&lt;br /&gt;
* Get rid of your comfort zone. Honestly, if you need a comfort zone for doing your IT job, you haven't done enough automation.&lt;br /&gt;
* Be honest about what you know, and what you don't know. People appreciate the information that something isn't a fact but a guess. And if it's an educated guess and you were right, they'll be happy you pointed them in the right direction anyway.&lt;br /&gt;
&lt;br /&gt;
== Then: ==&lt;br /&gt;
* Search through the documentation. Usually it's very outdated but if you happen to have a Confluence instance or something similar, search it for whatever you want to know. Be creative with the search terms you use.&lt;br /&gt;
* Search your corporate IM tool, like Slack. Do you have Slack? it's highly searchable, and chances are somebody in your company already did what you're trying. Really. There might even be a separate channel for it.&lt;br /&gt;
* Search your mailbox. It could be you helped someone three years ago and that you just forgot how to do it.&lt;br /&gt;
* Are you troubleshooting an application that was developed internally? Search your VCS, like Github, Gitlab or Bitbucket, for instance the error message you received.&lt;br /&gt;
* Look where the application is logging to. Read the logs. If there are no logs, the application just might not be able to run at all. Increase the log level if necessary.&lt;br /&gt;
* Use your &amp;lt;code&amp;gt;dig&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;netcat&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;traceroute&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;curl&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;netstat&amp;lt;/code&amp;gt; ninja skills to find out where an application runs, if it's reachable, if it responds, and if it's running. Also, figure out which PowerShell equivalents exist, so that you can do this on any system, MacOS, Linux or Windows.&lt;br /&gt;
* Working in IIS web applicatons? Web.config could tell you something about the systems it connects to. And it it's a web application in Azure, these things are probably in the properties.&lt;br /&gt;
* Speaking of Azure: create yourself an FTPS account and use it to browse Web Services' file systems with Kudu&lt;br /&gt;
* Still no luck? Use your Google-fu. There's very little that cannot be found on ServerFault or StackOverflow. &lt;br /&gt;
* Read faster. The internet is a big place. Google will return a lot of rubbish. You'll need to be able to skip that in seconds instead of minutes.&lt;br /&gt;
&lt;br /&gt;
== Need more open doors and generalisations? ==&lt;br /&gt;
&lt;br /&gt;
Sorry, I'm still working on that.&lt;/div&gt;</summary>
		<author><name>Emma72718</name></author>
	</entry>
	<entry>
		<id>https://emmapedia.nl/index.php?title=Emmapedia&amp;diff=13</id>
		<title>Emmapedia</title>
		<link rel="alternate" type="text/html" href="https://emmapedia.nl/index.php?title=Emmapedia&amp;diff=13"/>
		<updated>2023-01-16T06:33:38Z</updated>

		<summary type="html">&lt;p&gt;Emma72718: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= There is no such thing as Emmapedia =&lt;br /&gt;
&lt;br /&gt;
But, this is how I work:&lt;br /&gt;
&lt;br /&gt;
* Get rid of your comfort zone. Honestly, if you need a comfort zone for doing your IT job, you haven't done enough automation.&lt;br /&gt;
* Be honest about what you know, and what you don't know. People appreciate the information that something isn't a fact but a guess. And if it's an educated guess and you were right, they'll be happy you pointed them in the right direction anyway.&lt;br /&gt;
&lt;br /&gt;
Then:&lt;br /&gt;
* Search through the documentation. Usually it's very outdated but if you happen to have a Confluence instance or something similar, search it for whatever you want to know. Be creative with the search terms you use.&lt;br /&gt;
* Search your corporate IM tool, like Slack. Do you have Slack? it's highly searchable, and chances are somebody in your company already did what you're trying. Really. There might even be a separate channel for it.&lt;br /&gt;
* Search your mailbox. It could be you helped someone three years ago and that you just forgot how to do it.&lt;br /&gt;
* Are you troubleshooting an application that was developed internally? Search your VCS, like Github, Gitlab or Bitbucket, for instance the error message you received.&lt;br /&gt;
* Look where the application is logging to. Read the logs. If there are no logs, the application just might not be able to run at all. Increase the log level if necessary.&lt;br /&gt;
* Use your &amp;lt;code&amp;gt;dig&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;netcat&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;traceroute&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;curl&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;netstat&amp;lt;/code&amp;gt; ninja skills to find out where an application runs, if it's reachable, if it responds, and if it's running. Also, figure out which PowerShell equivalents exist, so that you can do this on any system, MacOS, Linux or Windows.&lt;br /&gt;
* Working in IIS web applicatons? Web.config could tell you something about the systems it connects to. And it it's a web application in Azure, these things are probably in the properties.&lt;br /&gt;
* Speaking of Azure: create yourself an FTPS account and use it to browse Web Services' file systems with Kudu&lt;br /&gt;
* Still no luck? Use your Google-fu. There's very little that cannot be found on ServerFault or StackOverflow. &lt;br /&gt;
* Read faster. The internet is a big place. Google will return a lot of rubbish. You'll need to be able to skip that in seconds instead of minutes.&lt;/div&gt;</summary>
		<author><name>Emma72718</name></author>
	</entry>
	<entry>
		<id>https://emmapedia.nl/index.php?title=Emmapedia&amp;diff=12</id>
		<title>Emmapedia</title>
		<link rel="alternate" type="text/html" href="https://emmapedia.nl/index.php?title=Emmapedia&amp;diff=12"/>
		<updated>2023-01-16T06:20:39Z</updated>

		<summary type="html">&lt;p&gt;Emma72718: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= There is no such thing as Emmapedia =&lt;br /&gt;
&lt;br /&gt;
But, this is how I work:&lt;br /&gt;
&lt;br /&gt;
* Get rid of your comfort zone. Honestly, if you need a comfort zone for doing your IT job, you haven't done enough automation.&lt;br /&gt;
* Be honest about what you know, and what you don't know. People appreciate the information that something isn't a fact but a guess. And if it's an educated guess and you were right, they'll be happy you pointed them in the right direction anyway.&lt;br /&gt;
&lt;br /&gt;
Then:&lt;br /&gt;
* Search through the documentation. Usually it's very outdated but if you happen to have a Confluence instance or something similar, search it for whatever you want to know. Be creative with the search terms you use.&lt;br /&gt;
* Search your corporate IM tool, like Slack. Do you have Slack? it's highly searchable, and chances are somebody in your company already did what you're trying. Really. There might even be a separate channel for it.&lt;br /&gt;
* Search your mailbox. It could be you helped someone three years ago and that you just forgot how to do it.&lt;br /&gt;
* Are you troubleshooting an application that was developed internally? Search your VCS, like Github, Gitlab or Bitbucket, for instance the error message you received.&lt;br /&gt;
* Look where the application is logging to. Read the logs. If there are no logs, the application just might not be able to run at all. Increase the log level if necessary.&lt;br /&gt;
* Use your &amp;lt;code&amp;gt;dig&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;netcat&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;traceroute&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;curl&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;netstat&amp;lt;/code&amp;gt; ninja skills to find out where an application runs, if it's reachable, if it responds, and if it's running. Also, figure out which PowerShell equivalents exist, so that you can do this on any system, MacOS, Linux or Windows.&lt;br /&gt;
* Working in IIS web applicatons? Web.config could tell you something about the systems it connects to. And it it's a web application in Azure, these things are probably in the properties.&lt;br /&gt;
* Speaking of Azure: create yourself an FTPS account and use it to browse Web Services' file systems with Kudu&lt;br /&gt;
* Still no luck? Use your Google-fu. There's very little that cannot be found on Serverfault or StackOverflow.&lt;/div&gt;</summary>
		<author><name>Emma72718</name></author>
	</entry>
	<entry>
		<id>https://emmapedia.nl/index.php?title=Emmapedia&amp;diff=11</id>
		<title>Emmapedia</title>
		<link rel="alternate" type="text/html" href="https://emmapedia.nl/index.php?title=Emmapedia&amp;diff=11"/>
		<updated>2023-01-16T06:19:54Z</updated>

		<summary type="html">&lt;p&gt;Emma72718: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= There is no such thing as Emmapedia =&lt;br /&gt;
&lt;br /&gt;
But, this is how I work:&lt;br /&gt;
&lt;br /&gt;
* Get rid of your comfort zone. Honestly, if you need a comfort zone for doing your job, you haven't done enough automation.&lt;br /&gt;
* Be honest about what you know, and what you don't know. People appreciate the information that something isn't a fact but a guess. And if it's an educated guess and you were right, they'll be happy you pointed them in the right direction anyway.&lt;br /&gt;
&lt;br /&gt;
Then:&lt;br /&gt;
* Search through the documentation. Usually it's very outdated but if you happen to have a Confluence instance or something similar, search it for whatever you want to know. Be creative with the search terms you use.&lt;br /&gt;
* Search your corporate IM tool, like Slack. Do you have Slack? it's highly searchable, and chances are somebody in your company already did what you're trying. Really. There might even be a separate channel for it.&lt;br /&gt;
* Search your mailbox. It could be you helped someone three years ago and that you just forgot how to do it.&lt;br /&gt;
* Are you troubleshooting an application that was developed internally? Search your VCS, like Github, Gitlab or Bitbucket, for instance the error message you received.&lt;br /&gt;
* Look where the application is logging to. Read the logs. If there are no logs, the application just might not be able to run at all. Increase the log level if necessary.&lt;br /&gt;
* Use your &amp;lt;code&amp;gt;dig&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;netcat&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;traceroute&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;curl&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;netstat&amp;lt;/code&amp;gt; ninja skills to find out where an application runs, if it's reachable, if it responds, and if it's running. Also, figure out which PowerShell equivalents exist, so that you can do this on any system, MacOS, Linux or Windows.&lt;br /&gt;
* Working in IIS web applicatons? Web.config could tell you something about the systems it connects to. And it it's a web application in Azure, these things are probably in the properties.&lt;br /&gt;
* Speaking of Azure: create yourself an FTPS account and use it to browse Web Services' file systems with Kudu&lt;br /&gt;
* Still no luck? Use your Google-fu. There's very little that cannot be found on Serverfault or StackOverflow.&lt;/div&gt;</summary>
		<author><name>Emma72718</name></author>
	</entry>
	<entry>
		<id>https://emmapedia.nl/index.php?title=Emmapedia&amp;diff=10</id>
		<title>Emmapedia</title>
		<link rel="alternate" type="text/html" href="https://emmapedia.nl/index.php?title=Emmapedia&amp;diff=10"/>
		<updated>2023-01-13T13:59:10Z</updated>

		<summary type="html">&lt;p&gt;Emma72718: /* There is no such thing as Emmapedia */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= There is no such thing as Emmapedia =&lt;br /&gt;
&lt;br /&gt;
But, this is how I work:&lt;br /&gt;
&lt;br /&gt;
* Get rid of your comfort zone. Honestly, if you need a comfort zone for doing your job, you haven't done enough automation.&lt;br /&gt;
&lt;br /&gt;
Then:&lt;br /&gt;
* Search through the documentation. Usually it's very outdated but if you happen to have a Confluence instance or something similar, search it for whatever you want to know. Be creative with the search terms you use.&lt;br /&gt;
* Search your corporate IM tool, like Slack. Do you have Slack? it's highly searchable, and chances are somebody in your company already did what you're trying. Really. There might even be a separate channel for it.&lt;br /&gt;
* Search your mailbox. It could be you helped someone three years ago and that you just forgot how to do it.&lt;br /&gt;
* Are you troubleshooting an application that was developed internally? Search your VCS, like Github, Gitlab or Bitbucket, for instance the error message you received.&lt;br /&gt;
* Look where the application is logging to. Read the logs. If there are no logs, the application just might not be able to run at all. Increase the log level if necessary.&lt;br /&gt;
* Use your &amp;lt;code&amp;gt;dig&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;netcat&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;traceroute&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;curl&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;netstat&amp;lt;/code&amp;gt; ninja skills to find out where an application runs, if it's reachable, if it responds, and if it's running. Also, figure out which PowerShell equivalents exist, so that you can do this on any system, MacOS, Linux or Windows.&lt;br /&gt;
* Working in IIS web applicatons? Web.config could tell you something about the systems it connects to. And it it's a web application in Azure, these things are probably in the properties.&lt;br /&gt;
* Speaking of Azure: create yourself an FTPS account and use it to browse Web Services' file systems with Kudu&lt;br /&gt;
* Still no luck? Use your Google-fu. There's very little that cannot be found on Serverfault or StackOverflow.&lt;/div&gt;</summary>
		<author><name>Emma72718</name></author>
	</entry>
	<entry>
		<id>https://emmapedia.nl/index.php?title=Emmapedia&amp;diff=9</id>
		<title>Emmapedia</title>
		<link rel="alternate" type="text/html" href="https://emmapedia.nl/index.php?title=Emmapedia&amp;diff=9"/>
		<updated>2023-01-13T13:31:26Z</updated>

		<summary type="html">&lt;p&gt;Emma72718: /* There is no such thing as Emmapedia */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= There is no such thing as Emmapedia =&lt;br /&gt;
&lt;br /&gt;
But, this is how I work:&lt;br /&gt;
&lt;br /&gt;
* Get rid of your comfort zone. Honestly, if you need a comfort zone for doing your job, you haven't done enough automation.&lt;br /&gt;
&lt;br /&gt;
Then:&lt;br /&gt;
* Search through the documentation. Usually it's very outdated but if you happen to have a Confluence instance or something similar, search it for whatever you want to know. Be creative with the search terms you use.&lt;br /&gt;
* Search your corporate IM tool, like Slack. Do you have Slack? it's highly searchable, and chances are somebody in your company already did what you're trying. Really. There might even be a separate channel for it.&lt;br /&gt;
* Search your mailbox. It could be you helped someone three years ago and that you just forgot how to do it.&lt;br /&gt;
* Are you troubleshooting an application that was developed internally? Search your VCS, like Github, Gitlab or Bitbucket, for instance the error message you received.&lt;br /&gt;
* Use your &amp;lt;code&amp;gt;dig&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;netcat&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;traceroute&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;curl&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;netstat&amp;lt;/code&amp;gt; ninja skills to find out where an application runs, if it's reachable, if it responds, and if it's running. Also, figure out which PowerShell equivalents exist, so that you can do this on any system, MacOS, Linux or Windows.&lt;br /&gt;
* Working in IIS web applicatons? Web.config could tell you something about the systems it connects to. And it it's a web application in Azure, these things are probably in the properties.&lt;br /&gt;
* Speaking of Azure: create yourself an FTPS account and use it to browse Web Services' file systems with Kudu&lt;br /&gt;
* Still no luck? Use your Google-fu. There's very little that cannot be found on Serverfault or StackOverflow.&lt;/div&gt;</summary>
		<author><name>Emma72718</name></author>
	</entry>
	<entry>
		<id>https://emmapedia.nl/index.php?title=Emmapedia&amp;diff=8</id>
		<title>Emmapedia</title>
		<link rel="alternate" type="text/html" href="https://emmapedia.nl/index.php?title=Emmapedia&amp;diff=8"/>
		<updated>2023-01-13T13:21:42Z</updated>

		<summary type="html">&lt;p&gt;Emma72718: /* There is no such thing as Emmapedia */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= There is no such thing as Emmapedia =&lt;br /&gt;
&lt;br /&gt;
But, this is how I work:&lt;br /&gt;
&lt;br /&gt;
* Get rid of your comfort zone. Honestly, if you need a comfort zone for doing your job, you haven't done enough automation.&lt;br /&gt;
&lt;br /&gt;
Then:&lt;br /&gt;
* Search through the documentation. Usually it's very outdated but if you happen to have a Confluence instance or something similar, search it for whatever you want to know. Be creative with the search terms you use.&lt;br /&gt;
* Search your corporate IM tool, like Slack. Do you have Slack? it's highly searchable, and chances are somebody in your company already did what you're trying. Really. There might even be a separate channel for it.&lt;br /&gt;
* Search your mailbox. It could be you helped someone three years ago and that you just forgot how to do it.&lt;br /&gt;
* Are you troubleshooting an application that was developed internally? Search your VCS, like Github, Gitlab or Bitbucket, for instance the error message you received.&lt;br /&gt;
* Use your &amp;lt;code&amp;gt;dig&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;netcat&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;traceroute&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;netstat&amp;lt;/code&amp;gt; ninja skills to find out where an application runs, if it's reachable, if it responds, and if it's running. Also, figure out which PowerShell equivalents exist, so that you can do this on any system, MacOS, Linux or Windows.&lt;br /&gt;
* Working in IIS web applicatons? Web.config could tell you something about the systems it connects to. And it it's a web application in Azure, these things are probably in the properties.&lt;br /&gt;
* Speaking of Azure: create yourself an FTPS account and use it to browse Web Services' file systems with Kudu&lt;br /&gt;
* Still no luck? Use your Google-fu. There's very little that cannot be found on Serverfault or StackOverflow.&lt;/div&gt;</summary>
		<author><name>Emma72718</name></author>
	</entry>
	<entry>
		<id>https://emmapedia.nl/index.php?title=Emmapedia&amp;diff=7</id>
		<title>Emmapedia</title>
		<link rel="alternate" type="text/html" href="https://emmapedia.nl/index.php?title=Emmapedia&amp;diff=7"/>
		<updated>2022-08-25T07:05:26Z</updated>

		<summary type="html">&lt;p&gt;Emma72718: Created page with &amp;quot;= There is no such thing as Emmapedia =  Try to figure it out for yourself.  Useful links:  * [https://google.com Google] * [https://stackoverflow.com Stackoverflow] * [https://serverfault.com Serverfault]&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= There is no such thing as Emmapedia =&lt;br /&gt;
&lt;br /&gt;
Try to figure it out for yourself.&lt;br /&gt;
&lt;br /&gt;
Useful links:&lt;br /&gt;
&lt;br /&gt;
* [https://google.com Google]&lt;br /&gt;
* [https://stackoverflow.com Stackoverflow]&lt;br /&gt;
* [https://serverfault.com Serverfault]&lt;/div&gt;</summary>
		<author><name>Emma72718</name></author>
	</entry>
	<entry>
		<id>https://emmapedia.nl/index.php?title=MediaWiki:Mainpage-nstab&amp;diff=6</id>
		<title>MediaWiki:Mainpage-nstab</title>
		<link rel="alternate" type="text/html" href="https://emmapedia.nl/index.php?title=MediaWiki:Mainpage-nstab&amp;diff=6"/>
		<updated>2022-08-25T07:04:22Z</updated>

		<summary type="html">&lt;p&gt;Emma72718: Created page with &amp;quot;Emmapedia&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Emmapedia&lt;/div&gt;</summary>
		<author><name>Emma72718</name></author>
	</entry>
	<entry>
		<id>https://emmapedia.nl/index.php?title=MediaWiki:Mainpage-description&amp;diff=5</id>
		<title>MediaWiki:Mainpage-description</title>
		<link rel="alternate" type="text/html" href="https://emmapedia.nl/index.php?title=MediaWiki:Mainpage-description&amp;diff=5"/>
		<updated>2022-08-25T07:03:56Z</updated>

		<summary type="html">&lt;p&gt;Emma72718: Created page with &amp;quot;Emmapedia&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Emmapedia&lt;/div&gt;</summary>
		<author><name>Emma72718</name></author>
	</entry>
	<entry>
		<id>https://emmapedia.nl/index.php?title=MediaWiki:Mainpage&amp;diff=4</id>
		<title>MediaWiki:Mainpage</title>
		<link rel="alternate" type="text/html" href="https://emmapedia.nl/index.php?title=MediaWiki:Mainpage&amp;diff=4"/>
		<updated>2022-08-25T07:03:31Z</updated>

		<summary type="html">&lt;p&gt;Emma72718: Created page with &amp;quot;Emmapedia&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Emmapedia&lt;/div&gt;</summary>
		<author><name>Emma72718</name></author>
	</entry>
</feed>