<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tomek | Tomasz Kiżewski</title>
	<atom:link href="https://kizewski.eu/author/admin/feed/" rel="self" type="application/rss+xml" />
	<link>https://kizewski.eu</link>
	<description></description>
	<lastBuildDate>Sat, 23 Aug 2025 12:45:28 +0000</lastBuildDate>
	<language>pl-PL</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>Uprawnienia plików i katalogów Linux/WordPress</title>
		<link>https://kizewski.eu/bez-kategorii-pl/1448/</link>
					<comments>https://kizewski.eu/bez-kategorii-pl/1448/#respond</comments>
		
		<dc:creator><![CDATA[Tomek]]></dc:creator>
		<pubDate>Sat, 23 Aug 2025 12:45:27 +0000</pubDate>
				<category><![CDATA[Bez kategorii]]></category>
		<guid isPermaLink="false">https://kizewski.eu/?p=1448</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<div class="et_pb_section et_pb_section_0 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_0">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p><strong>Zmiana uprawnień dla wszystkich plików w danym katalogu.</strong></p></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_1">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_0">
				
				
				
				
				<div class="et_pb_code_inner">find . -type f -exec chmod 644 {} \;</div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_2">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p><strong>Zmiana uprawnień dla wszystkich katalogów w danym katalogu.</strong></p></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_3">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_1">
				
				
				
				
				<div class="et_pb_code_inner">find . -type d -exec chmod 755 {} \;</div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
]]></content:encoded>
					
					<wfw:commentRss>https://kizewski.eu/bez-kategorii-pl/1448/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Windows Server 2012 R2 Standard ROK &#8211; change product key from Evaluation</title>
		<link>https://kizewski.eu/it/1441/</link>
					<comments>https://kizewski.eu/it/1441/#respond</comments>
		
		<dc:creator><![CDATA[Tomek]]></dc:creator>
		<pubDate>Fri, 25 Apr 2025 20:14:49 +0000</pubDate>
				<category><![CDATA[It]]></category>
		<category><![CDATA[Memo]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://kizewski.eu/?p=1441</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<div class="et_pb_section et_pb_section_1 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_4">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>To change key from Evaluation to Standard use command like below:</p>
<p>&nbsp;</p></div>
			</div><div class="et_pb_module et_pb_code et_pb_code_2">
				
				
				
				
				<div class="et_pb_code_inner">DISM /online /Set-Edition:ServerStandard /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula</div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
]]></content:encoded>
					
					<wfw:commentRss>https://kizewski.eu/it/1441/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Find all files containing a specific text (string) on Linux</title>
		<link>https://kizewski.eu/it/1432/</link>
					<comments>https://kizewski.eu/it/1432/#respond</comments>
		
		<dc:creator><![CDATA[Tomek]]></dc:creator>
		<pubDate>Tue, 15 Apr 2025 18:52:13 +0000</pubDate>
				<category><![CDATA[It]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Memo]]></category>
		<guid isPermaLink="false">https://kizewski.eu/?p=1432</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<div class="et_pb_section et_pb_section_2 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_5">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Do the following:</p>
<pre class="lang-none s-code-block"><code>grep -rnw '/path/to/somewhere/' -e 'pattern'
</code></pre>
<ul>
<li><code>-r</code><span> </span>or<span> </span><code>-R</code><span> </span>is recursive,</li>
<li><code>-n</code><span> </span>is line number, and</li>
<li><code>-w</code><span> </span>stands for match the whole word.</li>
<li><code>-l</code><span> </span>(lower-case L) can be added to just give the file name of matching files.</li>
<li><code>-e</code><span> </span>is the pattern used during the search</li>
</ul>
<p>Along with these,<span> </span><code>--exclude</code>,<span> </span><code>--include</code>,<span> </span><code>--exclude-dir</code><span> </span>flags could be used for efficient searching:</p>
<ul>
<li>This will only search through those files which have .c or .h extensions:<br /><br />
<pre class="lang-none s-code-block"><code>grep --include=\*.{c,h} -rnw '/path/to/somewhere/' -e "pattern"
</code></pre>
</li>
<li>This will exclude searching all the files ending with .o extension:<br /><br />
<pre class="lang-none s-code-block"><code>grep --exclude=\*.o -rnw '/path/to/somewhere/' -e "pattern"
</code></pre>
</li>
<li>For directories it&#8217;s possible to exclude one or more directories using the<span> </span><code>--exclude-dir</code><span> </span>parameter. For example, this will exclude the dirs<span> </span><code>dir1/</code>,<span> </span><code>dir2/</code><span> </span>and all of them matching<span> </span><code>*.dst/</code>:<br /><br />
<pre class="lang-none s-code-block"><code>grep --exclude-dir={dir1,dir2,*.dst} -rnw '/path/to/search/' -e "pattern"
</code></pre>
</li>
</ul>
<p>This works very well for me, to achieve almost the same purpose like yours.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>source: https://stackoverflow.com/questions/16956810/find-all-files-containing-a-specific-text-string-on-linux</p></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
]]></content:encoded>
					
					<wfw:commentRss>https://kizewski.eu/it/1432/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>SQL Server Configuration Manager</title>
		<link>https://kizewski.eu/it/1425/</link>
					<comments>https://kizewski.eu/it/1425/#respond</comments>
		
		<dc:creator><![CDATA[Tomek]]></dc:creator>
		<pubDate>Thu, 03 Apr 2025 18:14:19 +0000</pubDate>
				<category><![CDATA[It]]></category>
		<category><![CDATA[Memo]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://kizewski.eu/?p=1425</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<div class="et_pb_section et_pb_section_3 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_6">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><h1 id="sql-server-configuration-manager">SQL Server Configuration Manager</h1>
<table aria-label="Table 1" class="table table-sm margin-top-none">
<thead>
<tr>
<th>Version</th>
<th>Path</th>
</tr>
</thead>
<tbody>
<tr>
<td>SQL Server 2022 (16.x)</td>
<td><code>C:\Windows\SysWOW64\SQLServerManager16.msc</code></td>
</tr>
<tr>
<td>SQL Server 2019 (15.x)</td>
<td><code>C:\Windows\SysWOW64\SQLServerManager15.msc</code></td>
</tr>
<tr>
<td>SQL Server 2017 (14.x)</td>
<td><code>C:\Windows\SysWOW64\SQLServerManager14.msc</code></td>
</tr>
<tr>
<td>SQL Server 2016 (13.x)</td>
<td><code>C:\Windows\SysWOW64\SQLServerManager13.msc</code></td>
</tr>
<tr>
<td>SQL Server 2014 (12.x)</td>
<td><code>C:\Windows\SysWOW64\SQLServerManager12.msc</code></td>
</tr>
<tr>
<td>SQL Server 2012 (11.x)</td>
<td><code>C:\Windows\SysWOW64\SQLServerManager11.msc</code></td>
</tr>
</tbody>
</table>
<div class="display-flex justify-content-space-between align-items-center flex-wrap-wrap page-metadata-container">
<div class="margin-right-xxs">
<ul class="metadata page-metadata" data-bi-name="page info" lang="en-us" dir="ltr"></ul>
</div>
</div></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
]]></content:encoded>
					
					<wfw:commentRss>https://kizewski.eu/it/1425/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Nie można odzyskać wykasowanych maili &#8211; Microsoft365 &#8211; pole szare niedostępne</title>
		<link>https://kizewski.eu/bez-kategorii-pl/1421/</link>
					<comments>https://kizewski.eu/bez-kategorii-pl/1421/#respond</comments>
		
		<dc:creator><![CDATA[Tomek]]></dc:creator>
		<pubDate>Tue, 01 Apr 2025 17:33:44 +0000</pubDate>
				<category><![CDATA[Bez kategorii]]></category>
		<guid isPermaLink="false">https://kizewski.eu/?p=1421</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<p><div class="et_pb_section et_pb_section_4 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_7">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Welcome to the Microsoft Q&amp;A platform!</p>
<p>Based on your description, you&#8217;ve taken some important steps by assigning yourself the Discovery Management role and granting Mailbox Import Export permissions. However, there are a few other things you might want to check:</p>
<ol>
<li>Sometimes it can take up to an hour for permissions to propagate. If you&#8217;ve just made these changes, try waiting a while and checking again.</li>
<li>Make sure your account has been correctly added to the Discovery Management role group. You can verify this by navigating to Roles &gt; Admin Roles in the Exchange Admin Center (EAC) and checking the members of the Discovery Management role group.</li>
<li>Double-check that Mailbox Import Export permissions have indeed been added to the Discovery Management role group. You can do this by opening the Discovery Management role group and verifying the assigned permissions.</li>
<li>Make sure you&#8217;ve selected the correct mailbox and navigated to the correct section in the EAC. Go to Recipients &gt; Mailboxes, select the mailbox, and then look at Other &gt; Recover Deleted Items.</li>
</ol>
<p>If you&#8217;ve confirmed all of these steps and the feature is still greyed out, it may help to sign out and back in or try accessing the EAC from a different browser or in incognito mode to rule out any caching issues.</p></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div></p>
]]></content:encoded>
					
					<wfw:commentRss>https://kizewski.eu/bez-kategorii-pl/1421/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Przedłużenie czasu Windows Server 2012 R2 Evaluation</title>
		<link>https://kizewski.eu/it/1416/</link>
					<comments>https://kizewski.eu/it/1416/#respond</comments>
		
		<dc:creator><![CDATA[Tomek]]></dc:creator>
		<pubDate>Tue, 18 Mar 2025 07:53:49 +0000</pubDate>
				<category><![CDATA[It]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://kizewski.eu/?p=1416</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<p><div class="et_pb_section et_pb_section_5 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_8">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Przedłużenie Windows Server 2012 R2 Evaluation</p></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_9">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_code et_pb_code_3">
				
				
				
				
				<div class="et_pb_code_inner"> slmgr.vbs -rearm</div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div></p>
]]></content:encoded>
					
					<wfw:commentRss>https://kizewski.eu/it/1416/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Outlook New &#8211; powrót do wersji klasycznej</title>
		<link>https://kizewski.eu/it/1400/</link>
					<comments>https://kizewski.eu/it/1400/#respond</comments>
		
		<dc:creator><![CDATA[Tomek]]></dc:creator>
		<pubDate>Fri, 06 Sep 2024 09:32:17 +0000</pubDate>
				<category><![CDATA[It]]></category>
		<category><![CDATA[Memo]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://kizewski.eu/?p=1400</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[
<div class="et_pb_section et_pb_section_6 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_10">
				<div class="et_pb_column et_pb_column_1_4 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough">
				
				
				
				
				<div class="et_pb_module et_pb_image et_pb_image_0">
				
				
				
				
				<span class="et_pb_image_wrap "><img fetchpriority="high" decoding="async" width="225" height="225" src="https://kizewski.eu/wp-content/uploads/2024/09/outlok-new.jpeg" alt="" title="outlok-new" srcset="https://kizewski.eu/wp-content/uploads/2024/09/outlok-new.jpeg 225w, https://kizewski.eu/wp-content/uploads/2024/09/outlok-new-150x150.jpeg 150w" sizes="(max-width: 225px) 100vw, 225px" class="wp-image-1405" /></span>
			</div>
			</div><div class="et_pb_column et_pb_column_3_4 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_heading et_pb_heading_0 et_pb_bg_layout_">
				
				
				
				
				<div class="et_pb_heading_container"><h2 class="et_pb_module_heading">Outook New - powrót do wersji klasycznej.</h2></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div class="et_pb_section et_pb_section_7 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_11">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_12  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Jeśli nie widzisz przełącznika w nowym programie Outlook dla systemu Windows, rozwiąż problem, wykonując następujące czynności:</p>
<p>Uruchom klasyczną wersję programu Outlook dla systemu Windows z menu Start systemu Windows, a nie nowego programu Outlook (oznaczonego tagiem „Nowy”).</p>
<p>Jeśli to nie uruchomi starej wersji to:</p>
<p><strong>Otwórz Edytor</strong> rejestru, wpisując „<strong>regedit</strong>” w wyszukiwarce menu Start i wybierając aplikację.<br />Przejdź do <strong>Komputer\HKEY_CURRENT_USER\Software\Microsoft\Office\16.0\Outlook\Preferences</strong>.<br />Znajdź i kliknij dwukrotnie pozycję „<strong>UseNewOutlook</strong>” u dołu listy.<br />Ustaw pole Dane wartości na <strong>0</strong>.</p>
<p>Spróbuj uruchomić klasyczny program Outlook dla systemu Windows z menu Start systemu Windows.</p></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div>
]]></content:encoded>
					
					<wfw:commentRss>https://kizewski.eu/it/1400/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Kronplatz 2024</title>
		<link>https://kizewski.eu/gory-zmia/kronplatz-2024/</link>
					<comments>https://kizewski.eu/gory-zmia/kronplatz-2024/#respond</comments>
		
		<dc:creator><![CDATA[Tomek]]></dc:creator>
		<pubDate>Sat, 04 Nov 2023 15:35:41 +0000</pubDate>
				<category><![CDATA[Góry zima]]></category>
		<category><![CDATA[Włochy]]></category>
		<category><![CDATA[Italy]]></category>
		<category><![CDATA[narty]]></category>
		<category><![CDATA[ski]]></category>
		<category><![CDATA[Snowboard]]></category>
		<guid isPermaLink="false">https://kizewski.eu/?p=1242</guid>

					<description><![CDATA[Plan de Corones / Kronplatz Ośrodek narciarski]]></description>
										<content:encoded><![CDATA[<p><div class="et_pb_section et_pb_section_8 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_12">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_13  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><h1 style="text-align: center;"><strong>Kronplatz Plan De Corones, Tyrol-Poludniowy</strong></h1></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_13">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_14  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_divider et_pb_divider_0 et_pb_space"><div class="et_pb_divider_internal"></div></div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_14">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_15  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><h2 style="text-align: left;"><strong>Nocleg</strong></h2></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_15">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_16  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_10  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p><strong></strong></p>
<p>Nocleg zarezerwowany mieliśmy w obiekcie <a href="https://www.booking.com/hotel/it/apartment-stella-provincia-autonoma-di-bolzano-alto-adige.pl.html">Apartment Stella</a> &#8211; Strada Stefansdorf 43, 39030 San Lorenzo di Sebato, Włochy</p>
<p><em>Plusy: </em></p>
<ul>
<li>blisko do wyciągu </li>
<li>pokoje czyste</li>
<li>pizzeria widoczna z okna</li>
<li>garaż podziemny na jedno auto</li>
<li>szczegóły obiektu w linku na booking</li>
<li>winda zjeżdża do piwnicy poziom -1<em></em></li>
<li>wyposażenie apartamentu ok.</li>
</ul>
<p><em>Minusy (nieduże):</em></p>
<ul>
<li>Drzwi do apartamentu powinny być bardziej dzwiękoszczelne.</li>
<li>Mieszkanie pośród regularnych mieszkań więc trzeba pamiętąć o ciszy nocnej</li>
<li>Schody na drugi poziom skrzypią nieprzeciętnie</li>
<li>Góra powinna być oddzielona dodatkowymi drzwiami.</li>
<li>Trochę problematyczne segregowanie śmieci.</li>
</ul>
<p><em></em></p></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_16">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_17  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_11  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><h2 style="text-align: left;"><strong>Skipass</strong></h2></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_17">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_18  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_12  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Skipass najlepiej kupić online: <a href="https://www.kronplatz.com/en/the-kronplatz/tickets-prices/online-skipass-winter">https://www.kronplatz.com/en/the-kronplatz/tickets-prices/online-skipass-winter</a></p>
<p>Zakup online jest premiowany rabatem 5%, lecz trzeba pamiętać, że trzeba go dokonać minimum 2 dni przed rozpoczęciem okresu ważności. Inaczej nie ma rabatu.</p>
<p>Kupujemy online i odbieramy w kiosku automatycznym znajdującym się przy schodach &#8211; środkowa część głównego budynku.</p>
<p>Lokalizacja kiosku:</p></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_18">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_19  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_image et_pb_image_1">
				
				
				
				
				<span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1280" height="599" src="https://kizewski.eu/wp-content/uploads/2024/02/kiosk_kronplatz.png" alt="" title="kiosk_kronplatz" srcset="https://kizewski.eu/wp-content/uploads/2024/02/kiosk_kronplatz.png 1280w, https://kizewski.eu/wp-content/uploads/2024/02/kiosk_kronplatz-980x459.png 980w, https://kizewski.eu/wp-content/uploads/2024/02/kiosk_kronplatz-480x225.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1280px, 100vw" class="wp-image-1361" /></span>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_19">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_20  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_13  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><h2 style="text-align: left;"><strong>Parking</strong></h2></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_20">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_21  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_14  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p><strong>Parking 1 &#8211; Płatny </strong></p>
<p>Znajduje się przy samym weściu do gondoli. Cena ok 7e dzień</p>
<p><strong>Parking nr 2 &#8211; Darmowy</strong></p>
<p>Zaraz obok płatnego trzba tylko podejść po schodach pod górkę ok 3m</p>
<p><strong>Parking nr 3 &#8211; Darmowy </strong></p>
<p>Tzw wodny 🙂 jesli jest ciepło powyżej 0 st to trzeba na nim mieć kolosze aby się swobonie poruszać.</p></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_21">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_22  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_image et_pb_image_2">
				
				
				
				
				<span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="960" height="590" src="https://kizewski.eu/wp-content/uploads/2024/02/kronplatz-parking.png" alt="" title="kronplatz-parking" srcset="https://kizewski.eu/wp-content/uploads/2024/02/kronplatz-parking.png 960w, https://kizewski.eu/wp-content/uploads/2024/02/kronplatz-parking-480x295.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 960px, 100vw" class="wp-image-1364" /></span>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_22">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_23  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_15  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><h2 style="text-align: left;"><strong>Dojazd</strong></h2></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_23">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_24  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_16  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p><strong>Dojazd z noclegu na stok. (skibus / auto /nogi)  </strong></p>
<p><strong>2min</strong> autem, <strong>4min</strong> skibus, <strong>20min</strong> na nogach</p></div>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_24">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_25  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_image et_pb_image_3">
				
				
				
				
				<span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1202" height="731" src="https://kizewski.eu/wp-content/uploads/2024/02/dojazd-na-kron.png" alt="" title="dojazd na kron" srcset="https://kizewski.eu/wp-content/uploads/2024/02/dojazd-na-kron.png 1202w, https://kizewski.eu/wp-content/uploads/2024/02/dojazd-na-kron-980x596.png 980w, https://kizewski.eu/wp-content/uploads/2024/02/dojazd-na-kron-480x292.png 480w" sizes="(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1202px, 100vw" class="wp-image-1365" /></span>
			</div>
			</div>
				
				
				
				
			</div><div class="et_pb_row et_pb_row_25">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_26  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_17  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><h2 style="text-align: left;"><strong>Galeria</strong></h2></div>
			</div><div class="et_pb_module et_pb_gallery et_pb_gallery_0  et_pb_bg_layout_light et_pb_gallery_grid">
				<div class="et_pb_gallery_items et_post_gallery clearfix" data-per_page="8"><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_0"><div class="et_pb_gallery_image landscape">
					<a href="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5248-scaled.jpeg" title="IMG_5248">
					<img loading="lazy" decoding="async" width="400" height="284" src="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5248-400x284.jpeg" srcset="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5248-scaled.jpeg 479w, https://kizewski.eu/wp-content/uploads/2024/02/IMG_5248-400x284.jpeg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-1370" />
					<span class="et_overlay"></span>
				</a>
				</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_1"><div class="et_pb_gallery_image landscape">
					<a href="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5091.jpeg" title="IMG_5091">
					<img loading="lazy" decoding="async" width="400" height="284" src="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5091-400x284.jpeg" srcset="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5091.jpeg 479w, https://kizewski.eu/wp-content/uploads/2024/02/IMG_5091-400x284.jpeg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-1377" />
					<span class="et_overlay"></span>
				</a>
				</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_2"><div class="et_pb_gallery_image landscape">
					<a href="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5097.jpg" title="IMG_5097">
					<img loading="lazy" decoding="async" width="400" height="284" src="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5097-400x284.jpg" srcset="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5097.jpg 479w, https://kizewski.eu/wp-content/uploads/2024/02/IMG_5097-400x284.jpg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-1376" />
					<span class="et_overlay"></span>
				</a>
				</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_3"><div class="et_pb_gallery_image landscape">
					<a href="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5138.jpeg" title="IMG_5138">
					<img loading="lazy" decoding="async" width="400" height="284" src="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5138-400x284.jpeg" srcset="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5138.jpeg 479w, https://kizewski.eu/wp-content/uploads/2024/02/IMG_5138-400x284.jpeg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-1374" />
					<span class="et_overlay"></span>
				</a>
				</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_4"><div class="et_pb_gallery_image landscape">
					<a href="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5179.jpeg" title="IMG_5179">
					<img loading="lazy" decoding="async" width="400" height="284" src="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5179-400x284.jpeg" srcset="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5179.jpeg 479w, https://kizewski.eu/wp-content/uploads/2024/02/IMG_5179-400x284.jpeg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-1371" />
					<span class="et_overlay"></span>
				</a>
				</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_5"><div class="et_pb_gallery_image landscape">
					<a href="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5250.jpeg" title="IMG_5250">
					<img loading="lazy" decoding="async" width="400" height="284" src="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5250-400x284.jpeg" srcset="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5250.jpeg 479w, https://kizewski.eu/wp-content/uploads/2024/02/IMG_5250-400x284.jpeg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-1369" />
					<span class="et_overlay"></span>
				</a>
				</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_6"><div class="et_pb_gallery_image landscape">
					<a href="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5161.jpeg" title="IMG_5161">
					<img loading="lazy" decoding="async" width="400" height="284" src="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5161-400x284.jpeg" srcset="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5161.jpeg 479w, https://kizewski.eu/wp-content/uploads/2024/02/IMG_5161-400x284.jpeg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-1372" />
					<span class="et_overlay"></span>
				</a>
				</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_7"><div class="et_pb_gallery_image landscape">
					<a href="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5128.jpeg" title="IMG_5128">
					<img loading="lazy" decoding="async" width="400" height="284" src="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5128-400x284.jpeg" srcset="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5128.jpeg 479w, https://kizewski.eu/wp-content/uploads/2024/02/IMG_5128-400x284.jpeg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-1375" />
					<span class="et_overlay"></span>
				</a>
				</div></div><div class="et_pb_gallery_item et_pb_grid_item et_pb_bg_layout_light et_pb_gallery_item_0_8"><div class="et_pb_gallery_image landscape">
					<a href="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5154.jpeg" title="IMG_5154">
					<img loading="lazy" decoding="async" width="400" height="284" src="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5154-400x284.jpeg" srcset="https://kizewski.eu/wp-content/uploads/2024/02/IMG_5154.jpeg 479w, https://kizewski.eu/wp-content/uploads/2024/02/IMG_5154-400x284.jpeg 480w" sizes="(max-width:479px) 479px, 100vw" class="wp-image-1373" />
					<span class="et_overlay"></span>
				</a>
				</div></div></div><div class="et_pb_gallery_pagination"></div></div>
			</div>
				
				
				
				
			</div>
				
				
			</div></p>
]]></content:encoded>
					
					<wfw:commentRss>https://kizewski.eu/gory-zmia/kronplatz-2024/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>QNAP [Antivirus] Failed to update virus definitions. No storage volume detected. Create a new volume.</title>
		<link>https://kizewski.eu/it/qnap-antivirus-failed-to-update-virus-definitions-no-storage-volume-detected-create-a-new-volume/</link>
					<comments>https://kizewski.eu/it/qnap-antivirus-failed-to-update-virus-definitions-no-storage-volume-detected-create-a-new-volume/#respond</comments>
		
		<dc:creator><![CDATA[Tomek]]></dc:creator>
		<pubDate>Fri, 25 Aug 2023 07:21:49 +0000</pubDate>
				<category><![CDATA[It]]></category>
		<guid isPermaLink="false">https://kizewski.eu/?p=1228</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[<p><div class="et_pb_section et_pb_section_9 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_26">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_27  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_18  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><h2><span> QNAP  &#8211; [Antivirus] Failed to update virus definitions. No storage volume detected. Create a new volume.</span></h2></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div class="et_pb_section et_pb_section_10 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_27">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_28  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_19  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p><span style="color: #ff0000;"><strong>PROBLEM:</strong></span></p>
<p><span>NAS Name: YourNasName</span><br /><span>Severity: Warning</span><br /><span>Date/Time: 2023/01/22 19:53:32</span></p>
<p><span>App Name: Antivirus</span><br /><span>Category: Settings</span><br /><span>Message: [Antivirus] Failed to update virus definitions. No storage volume detected. Create a new volume.</span></p>
<div id="gtx-trans" style="position: absolute; left: 69px; top: 205.667px;">
<div class="gtx-trans-icon"></div>
</div></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div class="et_pb_section et_pb_section_11 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_28">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_29  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_20  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p><span style="color: #008000;"><strong>ROZWIĄZANIE:</strong></span></p>
<p>W większości przypadków pomaga uruchomienie sprawdzania DataVol1</p>
<p>Pamięć masowa i migawki -&gt; Pamięć masowa/migawki -&gt; DataVol1 -&gt; Zarządzaj -&gt; Akcje -&gt;Sprawdz system plików.</p>
<p>Sprawdzanie uruchamiamy mimo tego iż volumen nie pokazuję zadnych błędów.</p>
<p>Po tym aktualizacje Antywirusa najczęściej zaczynają działać normalnie.</p>
<p>Należy pamiętać, że podczas sprawdzania dane na DataVol1 będą niedostępne.</p></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div></p>
]]></content:encoded>
					
					<wfw:commentRss>https://kizewski.eu/it/qnap-antivirus-failed-to-update-virus-definitions-no-storage-volume-detected-create-a-new-volume/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>[MSSQL] Log Full</title>
		<link>https://kizewski.eu/it/1192/</link>
					<comments>https://kizewski.eu/it/1192/#respond</comments>
		
		<dc:creator><![CDATA[Tomek]]></dc:creator>
		<pubDate>Fri, 20 Jan 2023 18:32:19 +0000</pubDate>
				<category><![CDATA[It]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[MSSQL]]></category>
		<guid isPermaLink="false">https://kizewski.eu/?p=1192</guid>

					<description><![CDATA[]]></description>
										<content:encoded><![CDATA[

<div class="et_pb_section et_pb_section_12 et_section_regular" >
				
				
				
				
				
				
				
				
				
			</div>

]]></content:encoded>
					
					<wfw:commentRss>https://kizewski.eu/it/1192/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
