<!DOCTYPE html>
<!--[if IE 7]>
<html class="ie ie7 no-js" lang="pl-PL">
<![endif]-->
<!--[if IE 8]>
<html class="ie ie8 no-js" lang="pl-PL">
<![endif]-->
<!--[if !(IE 7) | !(IE 8)  ]><!-->
<html class="no-js" lang="pl-PL">
<!--<![endif]-->
	<head>
		<meta charset="UTF-8" />
		<meta http-equiv="X-UA-Compatible" content="IE=EDGE" />
		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <link rel="profile"  href="https://gmpg.org/xfn/11" />
		<link rel="pingback" href="https://ubuntu.pl/xmlrpc.php" />
		<script>(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script>
<title>Ubuntu.pl &#8211; Polskie forum użytkowników Ubuntu 🇵🇱🤝🇺🇦</title>
<meta name='robots' content='max-image-preview:large' />
<link rel='dns-prefetch' href='//fonts.googleapis.com' />
<link rel="alternate" type="application/rss+xml" title="Ubuntu.pl &raquo; Kanał z wpisami" href="https://ubuntu.pl/feed/" />
<link rel="alternate" type="application/rss+xml" title="Ubuntu.pl &raquo; Kanał z komentarzami" href="https://ubuntu.pl/comments/feed/" />
<link rel="alternate" type="application/rss+xml" title="Ubuntu.pl &raquo; Ubuntu.pl Kanał z komentarzami" href="https://ubuntu.pl/przykladowa-strona/feed/" />
		<!-- This site uses the Google Analytics by MonsterInsights plugin v10.2.2 - Using Analytics tracking - https://www.monsterinsights.com/ -->
							<script src="//www.googletagmanager.com/gtag/js?id=G-VQMWJ92L1N"  data-cfasync="false" data-wpfc-render="false" type="text/javascript" async></script>
			<script data-cfasync="false" data-wpfc-render="false" type="text/javascript">
				var mi_version = '10.2.2';
				var mi_track_user = true;
				var mi_no_track_reason = '';
								var MonsterInsightsDefaultLocations = {"page_location":"https:\/\/ubuntu.pl\/?q=rss.xml"};
								if ( typeof MonsterInsightsPrivacyGuardFilter === 'function' ) {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsPrivacyGuardFilter( MonsterInsightsExcludeQuery ) : MonsterInsightsPrivacyGuardFilter( MonsterInsightsDefaultLocations );
				} else {
					var MonsterInsightsLocations = (typeof MonsterInsightsExcludeQuery === 'object') ? MonsterInsightsExcludeQuery : MonsterInsightsDefaultLocations;
				}

								var disableStrs = [
										'ga-disable-G-VQMWJ92L1N',
									];

				/* Function to detect opted out users */
				function __gtagTrackerIsOptedOut() {
					for (var index = 0; index < disableStrs.length; index++) {
						if (document.cookie.indexOf(disableStrs[index] + '=true') > -1) {
							return true;
						}
					}

					return false;
				}

				/* Disable tracking if the opt-out cookie exists. */
				if (__gtagTrackerIsOptedOut()) {
					for (var index = 0; index < disableStrs.length; index++) {
						window[disableStrs[index]] = true;
					}
				}

				/* Opt-out function */
				function __gtagTrackerOptout() {
					for (var index = 0; index < disableStrs.length; index++) {
						document.cookie = disableStrs[index] + '=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';
						window[disableStrs[index]] = true;
					}
				}

				if ('undefined' === typeof gaOptout) {
					function gaOptout() {
						__gtagTrackerOptout();
					}
				}
								window.dataLayer = window.dataLayer || [];

				window.MonsterInsightsDualTracker = {
					helpers: {},
					trackers: {},
				};
				if (mi_track_user) {
					function __gtagDataLayer() {
						dataLayer.push(arguments);
					}

					function __gtagTracker(type, name, parameters) {
						if (!parameters) {
							parameters = {};
						}

						if (parameters.send_to) {
							__gtagDataLayer.apply(null, arguments);
							return;
						}

						if (type === 'event') {
														parameters.send_to = monsterinsights_frontend.v4_id;
							var hookName = name;
							if (typeof parameters['event_category'] !== 'undefined') {
								hookName = parameters['event_category'] + ':' + name;
							}

							if (typeof MonsterInsightsDualTracker.trackers[hookName] !== 'undefined') {
								MonsterInsightsDualTracker.trackers[hookName](parameters);
							} else {
								__gtagDataLayer('event', name, parameters);
							}
							
						} else {
							__gtagDataLayer.apply(null, arguments);
						}
					}

					__gtagTracker('js', new Date());
					__gtagTracker('set', {
						'developer_id.dZGIzZG': true,
											});
					if ( MonsterInsightsLocations.page_location ) {
						__gtagTracker('set', MonsterInsightsLocations);
					}
										__gtagTracker('config', 'G-VQMWJ92L1N', {"forceSSL":"true","link_attribution":"true"} );
										window.gtag = __gtagTracker;										(function () {
						/* https://developers.google.com/analytics/devguides/collection/analyticsjs/ */
						/* ga and __gaTracker compatibility shim. */
						var noopfn = function () {
							return null;
						};
						var newtracker = function () {
							return new Tracker();
						};
						var Tracker = function () {
							return null;
						};
						var p = Tracker.prototype;
						p.get = noopfn;
						p.set = noopfn;
						p.send = function () {
							var args = Array.prototype.slice.call(arguments);
							args.unshift('send');
							__gaTracker.apply(null, args);
						};
						var __gaTracker = function () {
							var len = arguments.length;
							if (len === 0) {
								return;
							}
							var f = arguments[len - 1];
							if (typeof f !== 'object' || f === null || typeof f.hitCallback !== 'function') {
								if ('send' === arguments[0]) {
									var hitConverted, hitObject = false, action;
									if ('event' === arguments[1]) {
										if ('undefined' !== typeof arguments[3]) {
											hitObject = {
												'eventAction': arguments[3],
												'eventCategory': arguments[2],
												'eventLabel': arguments[4],
												'value': arguments[5] ? arguments[5] : 1,
											}
										}
									}
									if ('pageview' === arguments[1]) {
										if ('undefined' !== typeof arguments[2]) {
											hitObject = {
												'eventAction': 'page_view',
												'page_path': arguments[2],
											}
										}
									}
									if (typeof arguments[2] === 'object') {
										hitObject = arguments[2];
									}
									if (typeof arguments[5] === 'object') {
										Object.assign(hitObject, arguments[5]);
									}
									if ('undefined' !== typeof arguments[1].hitType) {
										hitObject = arguments[1];
										if ('pageview' === hitObject.hitType) {
											hitObject.eventAction = 'page_view';
										}
									}
									if (hitObject) {
										action = 'timing' === arguments[1].hitType ? 'timing_complete' : hitObject.eventAction;
										hitConverted = mapArgs(hitObject);
										__gtagTracker('event', action, hitConverted);
									}
								}
								return;
							}

							function mapArgs(args) {
								var arg, hit = {};
								var gaMap = {
									'eventCategory': 'event_category',
									'eventAction': 'event_action',
									'eventLabel': 'event_label',
									'eventValue': 'event_value',
									'nonInteraction': 'non_interaction',
									'timingCategory': 'event_category',
									'timingVar': 'name',
									'timingValue': 'value',
									'timingLabel': 'event_label',
									'page': 'page_path',
									'location': 'page_location',
									'title': 'page_title',
									'referrer' : 'page_referrer',
								};
								for (arg in args) {
																		if (!(!args.hasOwnProperty(arg) || !gaMap.hasOwnProperty(arg))) {
										hit[gaMap[arg]] = args[arg];
									} else {
										hit[arg] = args[arg];
									}
								}
								return hit;
							}

							try {
								f.hitCallback();
							} catch (ex) {
							}
						};
						__gaTracker.create = newtracker;
						__gaTracker.getByName = newtracker;
						__gaTracker.getAll = function () {
							return [];
						};
						__gaTracker.remove = noopfn;
						__gaTracker.loaded = true;
						window['__gaTracker'] = __gaTracker;
					})();
									} else {
										console.log("");
					(function () {
						function __gtagTracker() {
							return null;
						}

						window['__gtagTracker'] = __gtagTracker;
						window['gtag'] = __gtagTracker;
					})();
									}
			</script>
							<!-- / Google Analytics by MonsterInsights -->
		<script type="text/javascript">
/* <![CDATA[ */
window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/14.0.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/ubuntu.pl\/wp-includes\/js\/wp-emoji-release.min.js?ver=8081e31ada507391d7306aea8eaa3cc5"}};
/*! This file is auto-generated */
!function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83e\udef1\ud83c\udffb\u200d\ud83e\udef2\ud83c\udfff","\ud83e\udef1\ud83c\udffb\u200b\ud83e\udef2\ud83c\udfff")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings);
/* ]]> */
</script>
<style id='wp-emoji-styles-inline-css' type='text/css'>

	img.wp-smiley, img.emoji {
		display: inline !important;
		border: none !important;
		box-shadow: none !important;
		height: 1em !important;
		width: 1em !important;
		margin: 0 0.07em !important;
		vertical-align: -0.1em !important;
		background: none !important;
		padding: 0 !important;
	}
</style>
<link rel='stylesheet' id='wp-block-library-css' href='https://ubuntu.pl/wp-includes/css/dist/block-library/style.min.css?ver=8081e31ada507391d7306aea8eaa3cc5' type='text/css' media='all' />
<style id='classic-theme-styles-inline-css' type='text/css'>
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
</style>
<style id='global-styles-inline-css' type='text/css'>
body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body .is-layout-grid{display: grid;}body .is-layout-grid > *{margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
.wp-block-navigation a:where(:not(.wp-element-button)){color: inherit;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
.wp-block-pullquote{font-size: 1.5em;line-height: 1.6;}
</style>
<link rel='stylesheet' id='my-google-font-css' href='https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;700&#038;display=swap&#038;subset=latin-ext' type='text/css' media='all' />
<link rel='stylesheet' id='customizr-fa-css' href='https://ubuntu.pl/wp-content/themes/customizr/assets/shared/fonts/fa/css/fontawesome-all.min.css?ver=4.4.21' type='text/css' media='all' />
<link rel='stylesheet' id='customizr-common-css' href='https://ubuntu.pl/wp-content/themes/customizr/inc/assets/css/tc_common.min.css?ver=4.4.21' type='text/css' media='all' />
<link rel='stylesheet' id='customizr-skin-css' href='https://ubuntu.pl/wp-content/themes/customizr-ubupl/inc/assets/css/orange.min.css?ver=4.4.21' type='text/css' media='all' />
<style id='customizr-skin-inline-css' type='text/css'>

                  .site-title,.site-description,h1,h2,h3,.tc-dropcap {
                    font-family : 'Ubuntu';
                    font-weight : inherit;
                  }

            body,.navbar .nav>li>a {
              font-size : 18px;
              line-height : 1.6em;
            }
table { border-collapse: separate; }
                           body table { border-collapse: collapse; }
                          
.social-links .social-icon:before { content: none } 
.sticky-enabled .tc-shrink-on .site-logo img {
    					height:30px!important;width:auto!important
    				}

    				.sticky-enabled .tc-shrink-on .brand .site-title {
    					font-size:0.6em;opacity:0.8;line-height:1.2em
    				}

#tc-push-footer { display: none; visibility: hidden; }
         .tc-sticky-footer #tc-push-footer.sticky-footer-enabled { display: block; }
        

</style>
<link rel='stylesheet' id='customizr-style-css' href='https://ubuntu.pl/wp-content/themes/customizr-ubupl/style.css?ver=4.4.21' type='text/css' media='all' />
<link rel='stylesheet' id='fancyboxcss-css' href='https://ubuntu.pl/wp-content/themes/customizr/assets/front/js/libs/fancybox/jquery.fancybox-1.3.4.min.css?ver=8081e31ada507391d7306aea8eaa3cc5' type='text/css' media='all' />
<script type="text/javascript" src="https://ubuntu.pl/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=10.2.2" id="monsterinsights-frontend-script-js" async="async" data-wp-strategy="async"></script>
<script data-cfasync="false" data-wpfc-render="false" type="text/javascript" id='monsterinsights-frontend-script-js-extra'>/* <![CDATA[ */
var monsterinsights_frontend = {"js_events_tracking":"true","download_extensions":"doc,pdf,ppt,zip,xls,docx,pptx,xlsx","inbound_paths":"[]","home_url":"https:\/\/ubuntu.pl","hash_tracking":"false","v4_id":"G-VQMWJ92L1N"};/* ]]> */
</script>
<script type="text/javascript" src="https://ubuntu.pl/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script>
<script type="text/javascript" src="https://ubuntu.pl/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script>
<script type="text/javascript" src="https://ubuntu.pl/wp-content/themes/customizr/assets/front/js/libs/fancybox/jquery.fancybox-1.3.4.min.js?ver=4.4.21" id="tc-fancybox-js"></script>
<script type="text/javascript" src="https://ubuntu.pl/wp-includes/js/underscore.min.js?ver=1.13.4" id="underscore-js"></script>
<script type="text/javascript" id="tc-scripts-js-extra">
/* <![CDATA[ */
var TCParams = {"_disabled":[],"FancyBoxState":"1","FancyBoxAutoscale":"1","SliderName":"tc_posts_slider","SliderDelay":"5000","SliderHover":"1","centerSliderImg":"1","SmoothScroll":{"Enabled":false,"Options":{"touchpadSupport":false}},"anchorSmoothScroll":"linear","anchorSmoothScrollExclude":{"simple":["[class*=edd]",".tc-carousel-control",".carousel-control","[data-toggle=\"modal\"]","[data-toggle=\"dropdown\"]","[data-toggle=\"tooltip\"]","[data-toggle=\"popover\"]","[data-toggle=\"collapse\"]","[data-toggle=\"tab\"]","[data-toggle=\"pill\"]","[class*=upme]","[class*=um-]"],"deep":{"classes":[],"ids":[]}},"ReorderBlocks":"1","centerAllImg":"1","HasComments":"","LeftSidebarClass":".span3.left.tc-sidebar","RightSidebarClass":".span3.right.tc-sidebar","LoadModernizr":"1","stickyCustomOffset":{"_initial":0,"_scrolling":0,"options":{"_static":true,"_element":""}},"stickyHeader":"1","dropdowntoViewport":"","timerOnScrollAllBrowsers":"1","extLinksStyle":"","extLinksTargetExt":"","extLinksSkipSelectors":{"classes":["btn","button"],"ids":[]},"dropcapEnabled":"","dropcapWhere":{"post":"","page":""},"dropcapMinWords":"50","dropcapSkipSelectors":{"tags":["IMG","IFRAME","H1","H2","H3","H4","H5","H6","BLOCKQUOTE","UL","OL"],"classes":["btn","tc-placeholder-wrap"],"id":[]},"imgSmartLoadEnabled":"","imgSmartLoadOpts":{"parentSelectors":[".article-container",".__before_main_wrapper",".widget-front"],"opts":{"excludeImg":[".tc-holder-img"]}},"imgSmartLoadsForSliders":"","goldenRatio":"1.618","gridGoldenRatioLimit":"350","isSecondMenuEnabled":"","secondMenuRespSet":"in-sn-before","isParallaxOn":"1","parallaxRatio":"0.55","pluginCompats":[],"adminAjaxUrl":"https:\/\/ubuntu.pl\/wp-admin\/admin-ajax.php","ajaxUrl":"https:\/\/ubuntu.pl\/?czrajax=1","frontNonce":{"id":"CZRFrontNonce","handle":"0f33313fca"},"isDevMode":"","isModernStyle":"","i18n":{"Permanently dismiss":"Permanently dismiss"},"version":"4.4.21","frontNotifications":{"styleSwitcher":{"enabled":false,"content":"","dismissAction":"dismiss_style_switcher_note_front","ajaxUrl":"https:\/\/ubuntu.pl\/wp-admin\/admin-ajax.php"}}};
/* ]]> */
</script>
<script type="text/javascript" src="https://ubuntu.pl/wp-content/themes/customizr/inc/assets/js/tc-scripts.min.js?ver=4.4.21" id="tc-scripts-js"></script>
<link rel="https://api.w.org/" href="https://ubuntu.pl/wp-json/" /><link rel="alternate" type="application/json" href="https://ubuntu.pl/wp-json/wp/v2/pages/2" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://ubuntu.pl/xmlrpc.php?rsd" />

<link rel="canonical" href="https://ubuntu.pl/" />
<link rel='shortlink' href='https://ubuntu.pl/' />
<link rel="alternate" type="application/json+oembed" href="https://ubuntu.pl/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fubuntu.pl%2F" />
<link rel="alternate" type="text/xml+oembed" href="https://ubuntu.pl/wp-json/oembed/1.0/embed?url=https%3A%2F%2Fubuntu.pl%2F&#038;format=xml" />
<style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>	</head>
	
	<body class="home page-template-default page page-id-2 wp-embed-responsive tc-fade-hover-links tc-no-sidebar tc-center-images skin-orange customizr-4-4-21-with-child-theme tc-sticky-header sticky-disabled tc-transparent-on-scroll no-navbar tc-regular-menu tc-sticky-footer" >
            <a class="screen-reader-text skip-link" href="#content">Skip to content</a>
        
    <div id="tc-page-wrap" class="">

  		
  	   	<header class="tc-header clearfix row-fluid tc-tagline-off tc-title-logo-on  tc-shrink-on tc-menu-on logo-left tc-second-menu-in-sn-before-when-mobile">
  			      <div class="brand span3 pull-left ">

        <h1><a class="site-title" href="https://ubuntu.pl/"><img draggable="false" role="img" class="emoji attachment-22092" src="https://ubuntu.pl/wp-content/uploads/2016/01/cof-pl-2.svg" alt="Wróć do strony domowej" data-no-retina="">Ubuntu.pl</a></h1>
      </div> <!-- brand span3 pull-left -->
      <div class="container outside"><h2 class="site-description">Polskie forum użytkowników Ubuntu 🇵🇱🤝🇺🇦</h2></div>      	<div class="navbar-wrapper clearfix span9 tc-submenu-fade tc-submenu-move tc-open-on-hover pull-menu-left">
        	<div class="navbar resp">
          		<div class="navbar-inner" role="navigation">
            		<div class="row-fluid">
              		<div class="social-block span5"><div class="social-links"><a rel="nofollow noopener noreferrer" class="social-icon icon-feed-square"  title="Zapisz nasz kanał RSS" aria-label="Zapisz nasz kanał RSS" href="http://ubuntu.pl/feed/rss/"  target="_blank" ><i class="fas fa-rss-square"></i></a><a rel="nofollow noopener noreferrer" class="social-icon icon-facebook"  title="Obserwuj nas na Facebooku" aria-label="Obserwuj nas na Facebooku" href="https://www.facebook.com/ubuntupl/"  target="_blank" ><i class="fab fa-facebook"></i></a><a rel="nofollow" class="social-icon icon-stack-exchange"  title="Zajrzyj na nasze forum" aria-label="Zajrzyj na nasze forum" href="https://ubuntu.pl/forum"  ><i class="fab fa-stack-exchange"></i></a></div></div><h2 class="span7 inside site-description">Polskie forum użytkowników Ubuntu 🇵🇱🤝🇺🇦</h2><div class="nav-collapse collapse tc-hover-menu-wrapper"><div class="menu-glowne-container"><ul id="menu-glowne-2" class="nav tc-hover-menu"><li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-home current-menu-item page_item page-item-2 current_page_item menu-item-has-children dropdown menu-item-22064"><a href="https://ubuntu.pl/" aria-current="page">Ubuntu.pl <strong class="caret"></strong></a>
<ul class="dropdown-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22088"><a href="https://ubuntu.pl/pobierz/">Pobierz</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22085"><a href="https://ubuntu.pl/o-ubuntu/">O Ubuntu</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22086"><a href="https://ubuntu.pl/manifest/">Manifest</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22084"><a href="https://ubuntu.pl/reklama/">Reklama</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22087"><a href="https://ubuntu.pl/pobierz/">Pobierz</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22065"><a href="https://ubuntu.pl/forum/">Forum</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-has-children dropdown menu-item-22058"><a href="https://ubuntu.pl/czytelnia/">Czytelnia <strong class="caret"></strong></a>
<ul class="dropdown-menu">
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22046"><a href="https://ubuntu.pl/regulamin/">Regulamin</a></li>
	<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22047"><a href="https://ubuntu.pl/napisz-artykul/">Napisz artykuł</a></li>
</ul>
</li>
<li class="menu-item menu-item-type-post_type menu-item-object-post menu-item-22166"><a href="https://ubuntu.pl/czytelnia/2014/05/20/przewodnik-po-ubuntu-14-04-lts-trusty-tahr/">Przewodnik</a></li>
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22045"><a href="https://ubuntu.pl/o-nas/">O nas</a></li>
</ul></div></div><div class="btn-toggle-nav pull-right"><button type="button" class="btn menu-btn" data-toggle="collapse" data-target=".nav-collapse" title="Otwórz menu" aria-label="Otwórz menu"><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span> </button><span class="menu-label">Menu</span></div>          			</div><!-- /.row-fluid -->
          		</div><!-- /.navbar-inner -->
        	</div><!-- /.navbar resp -->
      	</div><!-- /.navbar-wrapper -->
    	  		</header>
  		<div id="tc-reset-margin-top" class="container-fluid" style="margin-top:103px"></div>    <div id="customizr-slider-1" class="carousel customizr-slide tc_posts_slider parallax-wrapper">

      
      
      <div class="carousel-inner center-slides-enabled czr-parallax-slider" data-parallax-ratio="0.55">
            <div class="czr-item active slide-29858">
          <div class="carousel-image slider-full">
      <img width="1" height="1" src="https://ubuntu.pl/wp-content/uploads/2026/05/piwo-sygnet-fioletowy.svg" class="attachment-slider-full tc-thumb-type-thumb wp-post-image wp-post-image" alt="" decoding="async" loading="lazy" />    </div> <!-- .carousel-image -->
    <div class="carousel-caption"><h1 class="slide-title" >XV edycja Poznańskiej Imprezy Wolnego Oprogramowania (P.I.W.O.) - 30 Maja 2026</h1>  <a class="btn btn-large btn-primary" href="https://ubuntu.pl/czytelnia/2026/05/29/xv-edycja-poznanskiej-imprezy-wolnego-oprogramowania-p-i-w-o-30-maja-2026/" target="_self">Czytaj więcej... &raquo;</a></div>    </div><!-- /.czr-item -->
        <div class="czr-item  slide-24192">
          <div class="carousel-image slider-full">
      <img width="1" height="1" src="https://ubuntu.pl/wp-content/uploads/2026/04/Resolute-Raccoon-Black.svg" class="attachment-slider-full tc-thumb-type-thumb wp-post-image wp-post-image" alt="Resolute Raccoon" decoding="async" loading="lazy" />    </div> <!-- .carousel-image -->
    <div class="carousel-caption"><h1 class="slide-title" >Ubuntu 26.04 LTS - kolejna wersja z długim okresem wsparcia wydana!</h1>  <a class="btn btn-large btn-primary" href="https://ubuntu.pl/czytelnia/2026/04/24/ubuntu-26-04-lts-kolejna-wersja-z-dlugim-okresem-wsparcia-wydana/" target="_self">Czytaj więcej... &raquo;</a></div>    </div><!-- /.czr-item -->
        <div class="czr-item  slide-23354">
          <div class="carousel-image slider-full">
      <img width="500" height="500" src="https://ubuntu.pl/wp-content/uploads/2025/10/quokka_rgb.svg" class="attachment-slider-full tc-thumb-type-thumb wp-post-image wp-post-image" alt="Questing Quokka" decoding="async" loading="lazy" />    </div> <!-- .carousel-image -->
    <div class="carousel-caption"><h1 class="slide-title" >Ubuntu 25.10 dostępne do pobrania!</h1>  <a class="btn btn-large btn-primary" href="https://ubuntu.pl/czytelnia/2025/10/22/ubuntu-25-10-dostepne-do-pobrania/" target="_self">Czytaj więcej... &raquo;</a></div>    </div><!-- /.czr-item -->
        <div class="czr-item  slide-23317">
          <div class="carousel-image slider-full">
      <img width="1" height="1" src="https://ubuntu.pl/wp-content/uploads/2025/04/plucky-puffin.svg" class="attachment-slider-full tc-thumb-type-thumb wp-post-image wp-post-image" alt="Plucky Puffin" decoding="async" loading="lazy" />    </div> <!-- .carousel-image -->
    <div class="carousel-caption"><h1 class="slide-title" >Ubuntu 25.04 - Plucky Puffin dostępne!</h1>  <a class="btn btn-large btn-primary" href="https://ubuntu.pl/czytelnia/2025/04/18/ubuntu-25-04-plucky-puffin-dostepne/" target="_self">Czytaj więcej... &raquo;</a></div>    </div><!-- /.czr-item -->
          </div><!-- /.carousel-inner -->

      <div class="tc-slider-controls left"><a class="tc-carousel-control" href="#customizr-slider-1" data-slide="prev">&lsaquo;</a></div><div class="tc-slider-controls right"><a class="tc-carousel-control" href="#customizr-slider-1" data-slide="next">&rsaquo;</a></div>
    </div><!-- /#customizr-slider -->

    <div id="main-wrapper" class="container">

    
      
      <div class="container marketing">

        <div class="row widget-area" role="complementary"><div class="span4 fp-one">
          <div class="widget-front">
            <div class="thumb-wrapper "><a class="round-div" href="https://ubuntu.pl/pobierz/"></a><img width="1" height="1" src="https://ubuntu.pl/wp-content/uploads/2016/01/pictogram-download-orange-hex.svg" class="attachment-large tc-thumb-type-thumb wp-post-image wp-post-image" alt="" decoding="async" /></div><h2>Pobierz </h2><p class="fp-text-one">Zdobądź Ubuntu</p><a class="btn btn-primary fp-button" href="https://ubuntu.pl/pobierz/">Czytaj więcej... &raquo;</a>
          </div><!-- /.widget-front -->

          </div><div class="span4 fp-two">
          <div class="widget-front">
            <div class="thumb-wrapper "><a class="round-div" href="https://ubuntu.pl/forum/"></a><img width="1" height="1" src="https://ubuntu.pl/wp-content/uploads/2016/01/pictogram-forum-orange-hex.svg" class="attachment-large tc-thumb-type-thumb wp-post-image wp-post-image" alt="" decoding="async" /></div><h2>Forum </h2><p class="fp-text-two">Porozmawiaj z innymi</p><a class="btn btn-primary fp-button" href="https://ubuntu.pl/forum/">Czytaj więcej... &raquo;</a>
          </div><!-- /.widget-front -->

          </div><div class="span4 fp-three">
          <div class="widget-front">
            <div class="thumb-wrapper "><a class="round-div" href="https://ubuntu.pl/czytelnia/"></a><img width="1" height="1" src="https://ubuntu.pl/wp-content/uploads/2016/01/pictogram-articles-orange-hex.svg" class="attachment-large tc-thumb-type-thumb wp-post-image wp-post-image" alt="Logo Ubuntu" decoding="async" /></div><h2>Czytelnia </h2><p class="fp-text-three">Przeczytaj coś ciekawego</p><a class="btn btn-primary fp-button" href="https://ubuntu.pl/czytelnia/">Czytaj więcej... &raquo;</a>
          </div><!-- /.widget-front -->

          </div></div>
      </div><!-- .container -->

      <hr class="featurette-divider __before_main_container">
      
    <div class="container" role="main">
        <div class="row column-content-wrapper">

            
                <div id="content" class="span12 article-container tc-gallery-style">

                    
                        
                                                                                    
                                                                    <article id="page-2" class="row-fluid post-2 page type-page status-publish czr-hentry">
                                        
        <div class="entry-content">
          <h2>Ubuntu</h2>
<p><b>Ubuntu</b> to stare afrykańskie słowo oznaczające <i>&#8222;człowieczeństwo dla wszystkich&#8221;</i>. Kierując się tym przesłaniem firma <b>Canonical Ltd.</b> opracowała i udostępniła opartą na <b>Debianie</b> dystrybucję <b>Linuksa Ubuntu</b>.</p>
<h2>Filozofia Ubuntu</h2>
<p>Oprogramowanie jest i pozostanie bezpłatne, a użytkownicy &#8211; także niepełnosprawni &#8211; powinni móc korzystać z narzędzi w swoim własnym języku i swobodnie dostosowywać, i zmieniać je zgodnie ze swoimi potrzebami. <a href="/manifest/">więcej</a></p>
<h2>O Ubuntu</h2>
<p><b>Ubuntu Linux</b> jest gotowym systemem biurkowym. Autorzy dystrybucji wybrali z olbrzymich zasobów <b>Debiana</b> ich zdaniem najlepsze i najstabilniejsze oprogramowanie niezbędne do pełnego wykorzystania komputera. Pozwala to na uruchomienie i efektywne wykorzystanie systemu bezpośrednio po instalacji. Jednocześnie, poprzez pozostawienie dostępu do pakietów debianowych, każdy może dostosować system do własnych potrzeb i upodobań. <a href="/o-ubuntu/">więcej</a></p>
<h2>Ubuntu.pl</h2>
<p>Serwis <b>Ubuntu.pl</b> jest inicjatywą polskich miłośników i użytkowników <b>Ubuntu Linux</b> mającą na celu propagowanie tej dystrybucji i jej przesłania w Polsce. Dotychczasowi i nowi użytkownicy mogą tu znaleźć podstawowe informacje o <b>Ubuntu</b>, podzielić się swoimi doświadczeniami, a także uzyskać pomoc. <a href="/o-nas/">o nas</a></p>
        </div>

                                            </article>
                                
                            
                        
                    
        
          <hr class="featurette-divider __after_loop">
        <nav id="nav-below" class="navigation">

              <h3 class="assistive-text">
                Nawigacja wpisu              </h3>

              <ul class="pager">
                                  <li class="previous">
                    <span class="nav-previous">
                      <a href="https://ubuntu.pl/jak-pisac/" rel="prev"><span class="meta-nav">&larr;</span> Jak pisać</a>                    </span>
                  </li>
                                                  <li class="next">
                    <span class="nav-next">
                        <a href="https://ubuntu.pl/czytelnia/" rel="next">Czytelnia <span class="meta-nav">&rarr;</span></a>                    </span>
                  </li>
                              </ul>

          </nav><!-- //#nav-below .navigation -->

        
        
                                   <hr class="featurette-divider tc-mobile-separator">
                </div><!--.article-container -->

           
        </div><!--.row -->
    </div><!-- .container role: main -->

    <div id="tc-push-footer"></div>
</div><!-- //#main-wrapper -->

  		<!-- FOOTER -->
  		<footer id="footer" class="">
  		 					<div class="container footer-widgets ">
                    <div class="row widget-area" role="complementary">
												
							<div id="footer_one" class="span4">
																
										<aside id="search-2" class="widget widget_search"><form role="search" method="get" id="searchform" class="searchform" action="https://ubuntu.pl/">
				<div>
					<label class="screen-reader-text" for="s">Szukaj:</label>
					<input type="text" value="" name="s" id="s" />
					<input type="submit" id="searchsubmit" value="Szukaj" />
				</div>
			</form></aside><aside id="categories-2" class="widget widget_categories"><h3 class="widget-title">Kategorie</h3>
			<ul>
					<li class="cat-item cat-item-2"><a href="https://ubuntu.pl/czytelnia/category/aktualnosci/">Aktualności</a>
</li>
	<li class="cat-item cat-item-3"><a href="https://ubuntu.pl/czytelnia/category/bibliotekarz-poleca/">Bibliotekarz Poleca</a>
</li>
	<li class="cat-item cat-item-4"><a href="https://ubuntu.pl/czytelnia/category/czytelnia/">Czytelnia</a>
</li>
	<li class="cat-item cat-item-5"><a href="https://ubuntu.pl/czytelnia/category/felietony/">Felietony</a>
</li>
	<li class="cat-item cat-item-6"><a href="https://ubuntu.pl/czytelnia/category/gry/">Gry</a>
</li>
	<li class="cat-item cat-item-7"><a href="https://ubuntu.pl/czytelnia/category/poradniki/">Poradniki</a>
</li>
			</ul>

			</aside><aside id="meta-2" class="widget widget_meta"><h3 class="widget-title">Meta</h3>
		<ul>
			<li><a href="https://ubuntu.pl/wp-login.php?action=register">Zarejestruj się</a></li>			<li><a href="https://ubuntu.pl/wp-login.php">Zaloguj się</a></li>
			<li><a href="https://ubuntu.pl/feed/">Kanał wpisów</a></li>
			<li><a href="https://ubuntu.pl/comments/feed/">Kanał komentarzy</a></li>

			<li><a href="https://pl.wordpress.org/">WordPress.org</a></li>
		</ul>

		</aside>
																							</div><!-- .{$key}_widget_class -->

						
							<div id="footer_two" class="span4">
																
										
		<aside id="recent-posts-2" class="widget widget_recent_entries">
		<h3 class="widget-title">Ostatnie wpisy</h3>
		<ul>
											<li>
					<a href="https://ubuntu.pl/czytelnia/2026/05/29/xv-edycja-poznanskiej-imprezy-wolnego-oprogramowania-p-i-w-o-30-maja-2026/">XV edycja Poznańskiej Imprezy Wolnego Oprogramowania (P.I.W.O.) &#8211; 30 Maja 2026</a>
									</li>
											<li>
					<a href="https://ubuntu.pl/czytelnia/2026/04/24/ubuntu-26-04-lts-kolejna-wersja-z-dlugim-okresem-wsparcia-wydana/">Ubuntu 26.04 LTS &#8211; kolejna wersja z długim okresem wsparcia wydana!</a>
									</li>
											<li>
					<a href="https://ubuntu.pl/czytelnia/2025/10/22/ubuntu-25-10-dostepne-do-pobrania/">Ubuntu 25.10 dostępne do pobrania!</a>
									</li>
											<li>
					<a href="https://ubuntu.pl/czytelnia/2025/04/18/ubuntu-25-04-plucky-puffin-dostepne/">Ubuntu 25.04 &#8211; Plucky Puffin dostępne!</a>
									</li>
											<li>
					<a href="https://ubuntu.pl/czytelnia/2025/01/06/ubuntu-24-10-wydane-20-lat-ubuntu/">Ubuntu 24.10 wydane! 20 lat Ubuntu!</a>
									</li>
					</ul>

		</aside><aside id="recent-comments-2" class="widget widget_recent_comments"><h3 class="widget-title">Najnowsze komentarze</h3><ul id="recentcomments"><li class="recentcomments"><span class="comment-author-link">mario_7</span> - <a href="https://ubuntu.pl/czytelnia/2026/04/24/ubuntu-26-04-lts-kolejna-wersja-z-dlugim-okresem-wsparcia-wydana/#comment-17201">Ubuntu 26.04 LTS &#8211; kolejna wersja z długim okresem wsparcia wydana!</a></li><li class="recentcomments"><span class="comment-author-link">TomBom</span> - <a href="https://ubuntu.pl/czytelnia/2026/04/24/ubuntu-26-04-lts-kolejna-wersja-z-dlugim-okresem-wsparcia-wydana/#comment-17200">Ubuntu 26.04 LTS &#8211; kolejna wersja z długim okresem wsparcia wydana!</a></li><li class="recentcomments"><span class="comment-author-link">Ubuntu-mate</span> - <a href="https://ubuntu.pl/czytelnia/2026/04/24/ubuntu-26-04-lts-kolejna-wersja-z-dlugim-okresem-wsparcia-wydana/#comment-17182">Ubuntu 26.04 LTS &#8211; kolejna wersja z długim okresem wsparcia wydana!</a></li><li class="recentcomments"><span class="comment-author-link">mario_7</span> - <a href="https://ubuntu.pl/czytelnia/2026/04/24/ubuntu-26-04-lts-kolejna-wersja-z-dlugim-okresem-wsparcia-wydana/#comment-17181">Ubuntu 26.04 LTS &#8211; kolejna wersja z długim okresem wsparcia wydana!</a></li><li class="recentcomments"><span class="comment-author-link">Ubuntu-mate</span> - <a href="https://ubuntu.pl/czytelnia/2026/04/24/ubuntu-26-04-lts-kolejna-wersja-z-dlugim-okresem-wsparcia-wydana/#comment-17180">Ubuntu 26.04 LTS &#8211; kolejna wersja z długim okresem wsparcia wydana!</a></li></ul></aside><aside id="rss-3" class="widget widget_rss"><h3 class="widget-title"><a class="rsswidget rss-widget-feed" href="http://ubuntu.pl/forum/feed.php"><img class="rss-widget-icon" style="border:0" width="14" height="14" src="https://ubuntu.pl/wp-includes/images/rss.png" alt="RSS" loading="lazy" /></a> <a class="rsswidget rss-widget-title" href="https://ubuntu.pl/forum/index.php">Ostatnio na forum</a></h3><ul><li><a class='rsswidget' href='https://ubuntu.pl/forum/viewtopic.php?p=1045916#p1045916'>Instalacja, aktualizacja i konfiguracja Ubuntu • Re: Aktualizacja systemu z 24.04 LTS na 26.04 LTS</a> <cite>Newtroter</cite></li><li><a class='rsswidget' href='https://ubuntu.pl/forum/viewtopic.php?p=1045915#p1045915'>Przedszkole Linuksa • Re: 14.04 screenshot</a> <cite>kobrawerde</cite></li><li><a class='rsswidget' href='https://ubuntu.pl/forum/viewtopic.php?p=1045914#p1045914'>Przedszkole Linuksa • Re: 14.04 screenshot</a> <cite>Newtroter</cite></li><li><a class='rsswidget' href='https://ubuntu.pl/forum/viewtopic.php?p=1045913#p1045913'>Hardware-Inne • MPD / MPC - radio internetowe ( Ubuntu/ Debian - platforma ARM )</a> <cite>kobrawerde</cite></li><li><a class='rsswidget' href='https://ubuntu.pl/forum/viewtopic.php?p=1045912#p1045912'>Przedszkole Linuksa • Re: Widoczność grafik obrazów i filmów w ubuntu 24.04</a> <cite>kajetan_live</cite></li></ul></aside>
																							</div><!-- .{$key}_widget_class -->

						
							<div id="footer_three" class="span4">
																
										<aside id="archives-2" class="widget widget_archive"><h3 class="widget-title">Archiwa</h3>		<label class="screen-reader-text" for="archives-dropdown-2">Archiwa</label>
		<select id="archives-dropdown-2" name="archive-dropdown">
			
			<option value="">Wybierz miesiąc</option>
				<option value='https://ubuntu.pl/czytelnia/2026/05/'> maj 2026 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2026/04/'> kwiecień 2026 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2025/10/'> październik 2025 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2025/04/'> kwiecień 2025 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2025/01/'> styczeń 2025 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2024/04/'> kwiecień 2024 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2023/10/'> październik 2023 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2023/04/'> kwiecień 2023 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2022/10/'> październik 2022 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2022/04/'> kwiecień 2022 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2021/10/'> październik 2021 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2021/04/'> kwiecień 2021 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2020/11/'> listopad 2020 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2020/08/'> sierpień 2020 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2020/04/'> kwiecień 2020 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2019/10/'> październik 2019 &nbsp;(3)</option>
	<option value='https://ubuntu.pl/czytelnia/2019/07/'> lipiec 2019 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2019/04/'> kwiecień 2019 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2019/03/'> marzec 2019 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2018/11/'> listopad 2018 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2018/08/'> sierpień 2018 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2018/04/'> kwiecień 2018 &nbsp;(2)</option>
	<option value='https://ubuntu.pl/czytelnia/2018/01/'> styczeń 2018 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2017/12/'> grudzień 2017 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2017/11/'> listopad 2017 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2017/10/'> październik 2017 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2017/08/'> sierpień 2017 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2017/05/'> maj 2017 &nbsp;(2)</option>
	<option value='https://ubuntu.pl/czytelnia/2017/04/'> kwiecień 2017 &nbsp;(6)</option>
	<option value='https://ubuntu.pl/czytelnia/2017/02/'> luty 2017 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2016/12/'> grudzień 2016 &nbsp;(2)</option>
	<option value='https://ubuntu.pl/czytelnia/2016/10/'> październik 2016 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2016/08/'> sierpień 2016 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2016/04/'> kwiecień 2016 &nbsp;(4)</option>
	<option value='https://ubuntu.pl/czytelnia/2016/03/'> marzec 2016 &nbsp;(2)</option>
	<option value='https://ubuntu.pl/czytelnia/2016/02/'> luty 2016 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2014/10/'> październik 2014 &nbsp;(3)</option>
	<option value='https://ubuntu.pl/czytelnia/2014/09/'> wrzesień 2014 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2014/08/'> sierpień 2014 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2014/07/'> lipiec 2014 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2014/06/'> czerwiec 2014 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2014/05/'> maj 2014 &nbsp;(2)</option>
	<option value='https://ubuntu.pl/czytelnia/2014/04/'> kwiecień 2014 &nbsp;(7)</option>
	<option value='https://ubuntu.pl/czytelnia/2014/03/'> marzec 2014 &nbsp;(5)</option>
	<option value='https://ubuntu.pl/czytelnia/2014/02/'> luty 2014 &nbsp;(2)</option>
	<option value='https://ubuntu.pl/czytelnia/2014/01/'> styczeń 2014 &nbsp;(4)</option>
	<option value='https://ubuntu.pl/czytelnia/2013/12/'> grudzień 2013 &nbsp;(6)</option>
	<option value='https://ubuntu.pl/czytelnia/2013/11/'> listopad 2013 &nbsp;(4)</option>
	<option value='https://ubuntu.pl/czytelnia/2013/10/'> październik 2013 &nbsp;(7)</option>
	<option value='https://ubuntu.pl/czytelnia/2013/09/'> wrzesień 2013 &nbsp;(6)</option>
	<option value='https://ubuntu.pl/czytelnia/2013/07/'> lipiec 2013 &nbsp;(3)</option>
	<option value='https://ubuntu.pl/czytelnia/2013/06/'> czerwiec 2013 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2013/05/'> maj 2013 &nbsp;(6)</option>
	<option value='https://ubuntu.pl/czytelnia/2013/04/'> kwiecień 2013 &nbsp;(7)</option>
	<option value='https://ubuntu.pl/czytelnia/2013/03/'> marzec 2013 &nbsp;(7)</option>
	<option value='https://ubuntu.pl/czytelnia/2013/02/'> luty 2013 &nbsp;(10)</option>
	<option value='https://ubuntu.pl/czytelnia/2013/01/'> styczeń 2013 &nbsp;(7)</option>
	<option value='https://ubuntu.pl/czytelnia/2012/12/'> grudzień 2012 &nbsp;(12)</option>
	<option value='https://ubuntu.pl/czytelnia/2012/11/'> listopad 2012 &nbsp;(10)</option>
	<option value='https://ubuntu.pl/czytelnia/2012/10/'> październik 2012 &nbsp;(11)</option>
	<option value='https://ubuntu.pl/czytelnia/2012/09/'> wrzesień 2012 &nbsp;(9)</option>
	<option value='https://ubuntu.pl/czytelnia/2012/08/'> sierpień 2012 &nbsp;(8)</option>
	<option value='https://ubuntu.pl/czytelnia/2012/07/'> lipiec 2012 &nbsp;(4)</option>
	<option value='https://ubuntu.pl/czytelnia/2012/06/'> czerwiec 2012 &nbsp;(5)</option>
	<option value='https://ubuntu.pl/czytelnia/2012/05/'> maj 2012 &nbsp;(7)</option>
	<option value='https://ubuntu.pl/czytelnia/2012/04/'> kwiecień 2012 &nbsp;(8)</option>
	<option value='https://ubuntu.pl/czytelnia/2012/03/'> marzec 2012 &nbsp;(6)</option>
	<option value='https://ubuntu.pl/czytelnia/2012/02/'> luty 2012 &nbsp;(8)</option>
	<option value='https://ubuntu.pl/czytelnia/2012/01/'> styczeń 2012 &nbsp;(7)</option>
	<option value='https://ubuntu.pl/czytelnia/2011/12/'> grudzień 2011 &nbsp;(9)</option>
	<option value='https://ubuntu.pl/czytelnia/2011/11/'> listopad 2011 &nbsp;(7)</option>
	<option value='https://ubuntu.pl/czytelnia/2011/10/'> październik 2011 &nbsp;(12)</option>
	<option value='https://ubuntu.pl/czytelnia/2011/09/'> wrzesień 2011 &nbsp;(10)</option>
	<option value='https://ubuntu.pl/czytelnia/2011/08/'> sierpień 2011 &nbsp;(10)</option>
	<option value='https://ubuntu.pl/czytelnia/2011/07/'> lipiec 2011 &nbsp;(5)</option>
	<option value='https://ubuntu.pl/czytelnia/2011/06/'> czerwiec 2011 &nbsp;(10)</option>
	<option value='https://ubuntu.pl/czytelnia/2011/05/'> maj 2011 &nbsp;(13)</option>
	<option value='https://ubuntu.pl/czytelnia/2011/04/'> kwiecień 2011 &nbsp;(3)</option>
	<option value='https://ubuntu.pl/czytelnia/2011/03/'> marzec 2011 &nbsp;(2)</option>
	<option value='https://ubuntu.pl/czytelnia/2011/02/'> luty 2011 &nbsp;(4)</option>
	<option value='https://ubuntu.pl/czytelnia/2010/12/'> grudzień 2010 &nbsp;(2)</option>
	<option value='https://ubuntu.pl/czytelnia/2010/11/'> listopad 2010 &nbsp;(1)</option>
	<option value='https://ubuntu.pl/czytelnia/2010/10/'> październik 2010 &nbsp;(6)</option>
	<option value='https://ubuntu.pl/czytelnia/2010/08/'> sierpień 2010 &nbsp;(2)</option>
	<option value='https://ubuntu.pl/czytelnia/2010/07/'> lipiec 2010 &nbsp;(4)</option>
	<option value='https://ubuntu.pl/czytelnia/2010/06/'> czerwiec 2010 &nbsp;(6)</option>
	<option value='https://ubuntu.pl/czytelnia/2010/05/'> maj 2010 &nbsp;(5)</option>
	<option value='https://ubuntu.pl/czytelnia/2010/04/'> kwiecień 2010 &nbsp;(7)</option>
	<option value='https://ubuntu.pl/czytelnia/2010/03/'> marzec 2010 &nbsp;(4)</option>
	<option value='https://ubuntu.pl/czytelnia/2010/02/'> luty 2010 &nbsp;(10)</option>
	<option value='https://ubuntu.pl/czytelnia/2010/01/'> styczeń 2010 &nbsp;(10)</option>
	<option value='https://ubuntu.pl/czytelnia/2009/12/'> grudzień 2009 &nbsp;(11)</option>
	<option value='https://ubuntu.pl/czytelnia/2009/11/'> listopad 2009 &nbsp;(15)</option>
	<option value='https://ubuntu.pl/czytelnia/2009/10/'> październik 2009 &nbsp;(15)</option>
	<option value='https://ubuntu.pl/czytelnia/2009/09/'> wrzesień 2009 &nbsp;(9)</option>
	<option value='https://ubuntu.pl/czytelnia/2009/08/'> sierpień 2009 &nbsp;(11)</option>
	<option value='https://ubuntu.pl/czytelnia/2009/07/'> lipiec 2009 &nbsp;(14)</option>
	<option value='https://ubuntu.pl/czytelnia/2009/06/'> czerwiec 2009 &nbsp;(17)</option>
	<option value='https://ubuntu.pl/czytelnia/2009/05/'> maj 2009 &nbsp;(22)</option>
	<option value='https://ubuntu.pl/czytelnia/2009/04/'> kwiecień 2009 &nbsp;(19)</option>
	<option value='https://ubuntu.pl/czytelnia/2009/03/'> marzec 2009 &nbsp;(33)</option>
	<option value='https://ubuntu.pl/czytelnia/2009/02/'> luty 2009 &nbsp;(30)</option>
	<option value='https://ubuntu.pl/czytelnia/2009/01/'> styczeń 2009 &nbsp;(18)</option>
	<option value='https://ubuntu.pl/czytelnia/2008/12/'> grudzień 2008 &nbsp;(18)</option>
	<option value='https://ubuntu.pl/czytelnia/2008/11/'> listopad 2008 &nbsp;(19)</option>
	<option value='https://ubuntu.pl/czytelnia/2008/10/'> październik 2008 &nbsp;(35)</option>
	<option value='https://ubuntu.pl/czytelnia/2008/09/'> wrzesień 2008 &nbsp;(8)</option>
	<option value='https://ubuntu.pl/czytelnia/2008/08/'> sierpień 2008 &nbsp;(3)</option>
	<option value='https://ubuntu.pl/czytelnia/2008/07/'> lipiec 2008 &nbsp;(2)</option>
	<option value='https://ubuntu.pl/czytelnia/2008/06/'> czerwiec 2008 &nbsp;(2)</option>
	<option value='https://ubuntu.pl/czytelnia/2008/05/'> maj 2008 &nbsp;(3)</option>
	<option value='https://ubuntu.pl/czytelnia/2008/04/'> kwiecień 2008 &nbsp;(7)</option>
	<option value='https://ubuntu.pl/czytelnia/2008/03/'> marzec 2008 &nbsp;(8)</option>
	<option value='https://ubuntu.pl/czytelnia/2008/02/'> luty 2008 &nbsp;(6)</option>
	<option value='https://ubuntu.pl/czytelnia/2008/01/'> styczeń 2008 &nbsp;(7)</option>
	<option value='https://ubuntu.pl/czytelnia/2007/12/'> grudzień 2007 &nbsp;(8)</option>
	<option value='https://ubuntu.pl/czytelnia/2007/11/'> listopad 2007 &nbsp;(5)</option>
	<option value='https://ubuntu.pl/czytelnia/2007/10/'> październik 2007 &nbsp;(14)</option>
	<option value='https://ubuntu.pl/czytelnia/2007/09/'> wrzesień 2007 &nbsp;(13)</option>
	<option value='https://ubuntu.pl/czytelnia/2007/08/'> sierpień 2007 &nbsp;(27)</option>
	<option value='https://ubuntu.pl/czytelnia/2007/07/'> lipiec 2007 &nbsp;(23)</option>
	<option value='https://ubuntu.pl/czytelnia/2007/06/'> czerwiec 2007 &nbsp;(35)</option>
	<option value='https://ubuntu.pl/czytelnia/2007/05/'> maj 2007 &nbsp;(53)</option>
	<option value='https://ubuntu.pl/czytelnia/2007/04/'> kwiecień 2007 &nbsp;(48)</option>
	<option value='https://ubuntu.pl/czytelnia/2007/03/'> marzec 2007 &nbsp;(42)</option>
	<option value='https://ubuntu.pl/czytelnia/2007/02/'> luty 2007 &nbsp;(25)</option>
	<option value='https://ubuntu.pl/czytelnia/2007/01/'> styczeń 2007 &nbsp;(29)</option>

		</select>

			<script type="text/javascript">
/* <![CDATA[ */

(function() {
	var dropdown = document.getElementById( "archives-dropdown-2" );
	function onSelectChange() {
		if ( dropdown.options[ dropdown.selectedIndex ].value !== '' ) {
			document.location.href = this.options[ this.selectedIndex ].value;
		}
	}
	dropdown.onchange = onSelectChange;
})();

/* ]]> */
</script>
</aside><aside id="calendar-2" class="widget widget_calendar"><div id="calendar_wrap" class="calendar_wrap"><table id="wp-calendar" class="wp-calendar-table">
	<caption>czerwiec 2026</caption>
	<thead>
	<tr>
		<th scope="col" title="poniedziałek">P</th>
		<th scope="col" title="wtorek">W</th>
		<th scope="col" title="środa">Ś</th>
		<th scope="col" title="czwartek">C</th>
		<th scope="col" title="piątek">P</th>
		<th scope="col" title="sobota">S</th>
		<th scope="col" title="niedziela">N</th>
	</tr>
	</thead>
	<tbody>
	<tr><td>1</td><td>2</td><td>3</td><td>4</td><td>5</td><td>6</td><td>7</td>
	</tr>
	<tr>
		<td>8</td><td id="today">9</td><td>10</td><td>11</td><td>12</td><td>13</td><td>14</td>
	</tr>
	<tr>
		<td>15</td><td>16</td><td>17</td><td>18</td><td>19</td><td>20</td><td>21</td>
	</tr>
	<tr>
		<td>22</td><td>23</td><td>24</td><td>25</td><td>26</td><td>27</td><td>28</td>
	</tr>
	<tr>
		<td>29</td><td>30</td>
		<td class="pad" colspan="5">&nbsp;</td>
	</tr>
	</tbody>
	</table><nav aria-label="Poprzednie i następne miesiące" class="wp-calendar-nav">
		<span class="wp-calendar-nav-prev"><a href="https://ubuntu.pl/czytelnia/2026/05/">&laquo; maj</a></span>
		<span class="pad">&nbsp;</span>
		<span class="wp-calendar-nav-next">&nbsp;</span>
	</nav></div></aside>
																							</div><!-- .{$key}_widget_class -->

																	</div><!-- .row.widget-area -->
				</div><!--.footer-widgets -->
				    				 <div class="colophon">
			 	<div class="container">
			 		<div class="row-fluid">
					    <div class="span3 social-block pull-left"><span class="social-links"><a rel="nofollow noopener noreferrer" class="social-icon icon-feed-square"  title="Zapisz nasz kanał RSS" aria-label="Zapisz nasz kanał RSS" href="http://ubuntu.pl/feed/rss/"  target="_blank" ><i class="fas fa-rss-square"></i></a><a rel="nofollow noopener noreferrer" class="social-icon icon-facebook"  title="Obserwuj nas na Facebooku" aria-label="Obserwuj nas na Facebooku" href="https://www.facebook.com/ubuntupl/"  target="_blank" ><i class="fab fa-facebook"></i></a><a rel="nofollow" class="social-icon icon-stack-exchange"  title="Zajrzyj na nasze forum" aria-label="Zajrzyj na nasze forum" href="https://ubuntu.pl/forum"  ><i class="fab fa-stack-exchange"></i></a></span></div><div class="span6 credits"><p>&middot; <span class="tc-copyright-text">&copy; 2026</span> <a href="https://ubuntu.pl" title="Ubuntu.pl" rel="bookmark">Ubuntu.pl</a> &middot; <span class="tc-wp-powered-text">Oparte na</span> <a class="icon-wordpress" target="_blank" rel="noopener noreferrer" href="https://wordpress.org" title="Oparte na WordPressie"></a> &middot; <span class="tc-credits-text">Designed with the <a class="czr-designer-link" href="https://presscustomizr.com/customizr" title="Customizr theme">Customizr theme</a> </span> &middot;</p></div>	      			</div><!-- .row-fluid -->
	      		</div><!-- .container -->
	      	</div><!-- .colophon -->
	    	  		</footer>
    </div><!-- //#tc-page-wrapper -->
		
<script type='text/javascript'>
/* <![CDATA[ */
r3f5x9JS=escape(document['referrer']);
hf4N='734ae1acd5618503de3191290ad19a4f';
hf4V='c3e0c4bf0debff26a14d21cea526a129';
jQuery(document).ready(function($){var e="#commentform, .comment-respond form, .comment-form, #lostpasswordform, #registerform, #loginform, #login_form, #wpss_contact_form";$(e).submit(function(){$("<input>").attr("type","hidden").attr("name","r3f5x9JS").attr("value",r3f5x9JS).appendTo(e);return true;});var h="form[method='post']";$(h).submit(function(){$("<input>").attr("type","hidden").attr("name",hf4N).attr("value",hf4V).appendTo(h);return true;});});
/* ]]> */
</script> 
<script type="text/javascript" src="https://ubuntu.pl/wp-includes/js/comment-reply.min.js?ver=8081e31ada507391d7306aea8eaa3cc5" id="comment-reply-js" async="async" data-wp-strategy="async"></script>
<script type="text/javascript" src="https://ubuntu.pl/wp-includes/js/jquery/ui/core.min.js?ver=1.13.2" id="jquery-ui-core-js"></script>
<script type="text/javascript" src="https://ubuntu.pl/wp-content/themes/customizr/assets/front/js/libs/modernizr.min.js?ver=4.4.21" id="modernizr-js"></script>
<script type="text/javascript" src="https://ubuntu.pl/wp-content/plugins/wp-spamshield/js/jscripts-ftr2-min.js" id="wpss-jscripts-ftr-js"></script>
<div id="tc-footer-btt-wrapper" class="tc-btt-wrapper right"><i class="btt-arrow"></i></div>	</body>
	</html>