Showing source for: https://www.linuxmintusers.de/
Duration: 0.782915s
Server: Apache

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
	<link rel="stylesheet" type="text/css" href="https://www.linuxmintusers.de/Themes/lmu_hell_v1/css/index.css?rc5" />
	<link rel="stylesheet" type="text/css" href="https://www.linuxmintusers.de/Themes/default/css/webkit.css" />
	<script type="text/javascript" src="https://www.linuxmintusers.de/Themes/default/scripts/script.js?rc5"></script>
	<script type="text/javascript" src="https://www.linuxmintusers.de/Themes/lmu_hell_v1/scripts/theme.js?rc5"></script>
	<script type="text/javascript"><!-- // --><![CDATA[
		var smf_theme_url = "https://www.linuxmintusers.de/Themes/lmu_hell_v1";
		var smf_default_theme_url = "https://www.linuxmintusers.de/Themes/default";
		var smf_images_url = "https://www.linuxmintusers.de/Themes/lmu_hell_v1/images";
		var smf_scripturl = "https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;";
		var smf_iso_case_folding = false;
		var smf_charset = "UTF-8";
		var ajax_notification_text = "Lade...";
		var ajax_notification_cancel_text = "Abbrechen";
	// ]]></script>
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
	<meta name="description" content="LMU - Das Hilfe Forum für Linux Mint" />
	<meta name="keywords" content="Linux, linux, mint linux, Linux Mint, linux mint, linuxmint, Linux Mint 21.2, linux mint german, linux mint deutsch, Linux Mint Forum, Wiki, LMDE, Linux Einführung, Linux Installation, Linux Community, Linux Tutorials, Hilfe, MATE, Ubuntu, Debian, Linux Mint Wiki, Linux Mint Debian, LMDE 6, Linux Mint Deutsch, Cinnamon, Mate, Stellenangebote, IT Jobs, EDV Stellenangebote" />
	<meta name="google-site-verification" content="oDui2-QGAgyXasa1V5OlMFK7TKW0g-GQElCi0vMzm3Q" />
	<title>LMU - Das Hilfe Forum für Linux Mint</title>
	<link rel="help" href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=help" />
	<link rel="search" href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=search" />
	<link rel="alternate" media="only screen and (max-width: 640px)" https://www.linuxmintusers.de/index.php?theme=26" />
	<link rel="contents" href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;" />
	<link rel="alternate" type="application/rss+xml" title="LMU - Das Hilfe Forum für Linux Mint - RSS" href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;type=rss;action=.xml" />
	<link rel="stylesheet" type="text/css" href="https://www.linuxmintusers.de/Themes/default/tp-style.css?fin11" />
	<style type="text/css">
		.tp_half h3.titlebg
		{
			background: url(https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/theme/main_block.png) no-repeat -10px -200px;
		}
		.tp_half h3.titlebg span.l
		{
			background: url(https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/theme/main_block.png) no-repeat 0 -200px;
		}
		.tp_half h3.titlebg span.r
		{
			background: url(https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/theme/main_block.png) no-repeat 100% -200px;
		}

		.tp_half h3.catbg
		{
			background: url(https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/theme/main_block.png) no-repeat -10px -160px;
		}
		.tp_half h3.catbg span.l
		{
			background: url(https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/theme/main_block.png) no-repeat 0 -160px;
		}
		.tp_half h3.catbg span.r
		{
			background: url(https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/theme/main_block.png) no-repeat 100% -160px;
		}
	</style>
	<style type="text/css">
		.block_leftcontainer, 
		.block_rightcontainer, 
		.block_centercontainer, 
		.block_uppercontainer, 
		.block_lowercontainer, 
		.block_topcontainer, 
		.block_bottomcontainer 
		{
			padding-bottom: 4px;
		}
		#tpleftbarHeader
		{
			margin-right: 4px;
		}
		#tprightbarHeader
		{
			margin-left: 4px;
		}
	</style>
	  <script language="JavaScript" type="text/javascript"><!-- // --><![CDATA[
		
		var tpPanels = new Array();
		function togglepanel( targetID )
		{
			var pstate = 0;
			var panel = targetID;
			var img = "toggle_" + targetID;
			var ap = 0;

			if ( document.getElementById ) {
				target = document.getElementById( panel );
				if ( target.style.display == "none" ) {
					target.style.display = "";
					pstate = 1;
					removeFromArray(targetID, tpPanels);
					document.cookie="tp_panels=" + tpPanels.join(",") + "; expires=Wednesday, 01-Aug-2040 08:00:00 GMT";
					document.getElementById(img).src = 'https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPupshrink.gif';
				}
				else {
					target.style.display = "none";
					pstate = 0;
					tpPanels.push(targetID);
					document.cookie="tp_panels=" + tpPanels.join(",") + "; expires=Wednesday, 01-Aug-2040 08:00:00 GMT";
					document.getElementById(img).src = 'https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPupshrink2.gif';
				}
			}
		}
		function removeFromArray(value, array){
			for(var x=0;x<array.length;x++){
				if(array[x]==value){
					array.splice(x, 1);
				}
			}
			return array;
		}
		function inArray(value, array){
			for(var x=0;x<array.length;x++){
				if(array[x]==value){
					return 1;
				}
			}
			return 0;
		}
	// ]]></script>
</head>
<body>
	<div id="bodybg">
		<div id="wrapper">
			<div id="topbar">
			</div>
			<div id="header">
				<div id="logo">
					<a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;" title=""></a>
				</div>
			<div id="searchfield">
				<form action="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=search2" method="post" accept-charset="UTF-8" style="margin: 0;">
					<a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=search;advanced"><img src="https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/filter.gif" align="middle" style="margin: 0px 1ex 9px;" alt="" /></a>
						<input class="biginput" type="text" name="search" value="Suche..." onfocus="this.value = '';" onblur="if(this.value=='') this.value='Suche...';" style="width: 170px;" /> 
				</form><br />
			</div></div>
			<div id="toolbar">
				
		<ul id="topnav">
				<li id="button_home">
					<a class="active " href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;"><span>Übersicht</span></a>
				</li>
				<li id="button_forum">
					<a class="" href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=forum"><span>Forum</span></a>
				</li>
				<li id="button_wiki">
					<a class="" href="https://wiki.linuxmintusers.de" target="_blank"><span>Wiki</span></a>
				</li>
				<li id="button_itjobs">
					<a class="" href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;page=37"><span>IT Jobs</span></a>
				</li>
				<li id="button_search">
					<a class="" href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=search"><span>Suche</span></a>
				</li>
				<li id="button_media">
					<a class="" href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=media"><span>Media</span></a>
				</li>
				<li id="button_login">
					<a class="" href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=login"><span>Einloggen</span></a>
				</li>
				<li id="button_register">
					<a class="" href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=register"><span>Registrieren</span></a>
				</li>
				<li id="button_help">
					<a class="" href="https://wiki.linuxmintusers.de/index.php?title=Erste_Schritte" target="_blank"><span>Hilfe</span></a>
				</li>
			</ul>
			</div>
			<div id="mainarea">
	<div class="navigate_section">
		<ul>
			<li class="last">
				<a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;"><span>LMU - Das Hilfe Forum für Linux Mint</span></a>
			</li>
		</ul>
	</div>
	<table cellpadding="0" cellspacing="0" width="100%" style="margin: 0; padding: 0; table-layout: fixed; clear: both;">
		<tr>
			<td id="tpleftbarContainer" style="width:195px; " valign="top">
				<div id="tpleftbarHeader" style="">
				
	<div class="block_leftcontainer">
	<div class="tborder tp_leftblock_frame"><div class="cat_bar"><h3 class="catbg"><a class="subject"  href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=login">Benutzer</a></h3></div>
		<div class="tp_leftblock_body" id="block1"><div class="windowbg"><div style="padding: 8px;"><div class="blockbody" style="overflow: auto;">
	<div class="tp_userblocknew">
		<div style="line-height: 1.4em;"><img src="https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPdivider.gif" alt="" style="margin:0 4px 0 0;" />Willkommen <strong>Gast</strong>. Bitte <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=login">einloggen</a> oder <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=register">registrieren</a>.
		<br /><img src="https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPdivider2.gif" alt="" style="margin:0 4px 0 0;" />18.05.2024, 15:03:39</div>
		<form style="margin-top: 5px;" action="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=login2" method="post" >
			<input type="text" name="user" size="10" /> <input type="password" name="passwrd" size="10" /><br />
			<select name="cookielength">
				<option value="60">1 Stunde</option>
				<option value="1440">1 Tag</option>
				<option value="10080">1 Woche</option>
				<option value="302400">1 Monat</option>
				<option value="-1" selected="selected">Immer</option>
			</select>
			<input type="submit" value="Einloggen" />
                                                    .
                        <input type="hidden" name="b0f4bf1550fb" value="055d64e80041f0ba361453435cc30914" />

		</form>
		<div style="line-height: 1.4em;">Einloggen mit Benutzername, Passwort und Sitzungslänge</div>
		<br />
	</div></div></div></div>
		</div>
	</div>
	</div>
	<div class="block_leftcontainer">
	<div class="tborder tp_leftblock_frame">
		<div class="tp_leftblock_body" id="block5"><div class="windowbg"><div style="padding: 8px 8px 0 8px;"><div class="blockbody" style="overflow: auto;">
	<div class="tp_statsblock">
		<h5 class="mlist"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=mlist">Mitglieder</a></h5>
		<ul>
			<li><img src="https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPdivider.gif" alt=""  style="margin:0 4px 0 0;" />Mitglieder insgesamt: 27612</li>
			<li><img src="https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPdivider.gif" alt=""  style="margin:0 4px 0 0;" />Letzte: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=133050"><strong>schrol</strong></a></li>
		</ul>
		<h5 class="stats"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=stats">Statistiken</a></h5>
		<ul>
			<li><img src="https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPdivider.gif" alt=""  style="margin:0 4px 0 0;" />Beiträge insgesamt: 434394</li>
			<li><img src="https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPdivider.gif" alt=""  style="margin:0 4px 0 0;" />Themen insgesamt: 34451</li>
			<li><img src="https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPdivider.gif" alt=""  style="margin:0 4px 0 0;" />Heute online: 363</li>
			<li><img src="https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPdivider.gif" alt=""  style="margin:0 4px 0 0;" />Am meisten online: 2287</li>
			<li>(22.01.2020, 19:20:24)</li>
		</ul>
		<h5 class="online"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=who">Benutzer Online</a></h5>
		<div style="line-height: 1.3em;"><img src="https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPdivider.gif" alt=""  style="margin:0 4px 0 0;" />Mitglieder: 12<br />
			<img src="https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPdivider.gif" alt=""  style="margin:0 4px 0 0;" />Gäste: 303<br />
			<img src="https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPdivider.gif" alt=""  style="margin:0 4px 0 0;" />Gesamt: 315<br />
			<div style="max-height: 230em; overflow: auto;"><img src="https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPdivider2.gif" alt="" style="margin:0 4px 0 0;" /><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=6445">ehtron</a><br /><img src="https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPdivider2.gif" alt="" style="margin:0 4px 0 0;" /><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=116070">tigi01</a><br /><img src="https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPdivider2.gif" alt="" style="margin:0 4px 0 0;" /><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=7285">Reisender22</a><br /><img src="https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPdivider2.gif" alt="" style="margin:0 4px 0 0;" /><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=115817">Axel-Erfurt</a><br /><img src="https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPdivider2.gif" alt="" style="margin:0 4px 0 0;" /><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=5812">Greywolf</a><br /><img src="https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPdivider2.gif" alt="" style="margin:0 4px 0 0;" /><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=117099">kuehhe1</a><br /><img src="https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPdivider2.gif" alt="" style="margin:0 4px 0 0;" /><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=3861">nixversteh</a><br /><img src="https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPdivider2.gif" alt="" style="margin:0 4px 0 0;" /><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=7776">soyo</a><br /><img src="https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPdivider2.gif" alt="" style="margin:0 4px 0 0;" /><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=2536" style="color: #47A347;">nudels</a><br /><img src="https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPdivider2.gif" alt="" style="margin:0 4px 0 0;" /><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=283">hylli</a><br /><img src="https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPdivider2.gif" alt="" style="margin:0 4px 0 0;" /><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=114418">Makoto</a><br /><img src="https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPdivider2.gif" alt="" style="margin:0 4px 0 0;" /><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=117336">schulle-ebw</a><br />
			</div></div>
	</div></div></div><span class="botslice"><span></span></span></div>
		</div>
	</div>
	</div>
	<div class="block_leftcontainer">
	<div class="tborder tp_leftblock_frame">
		<div class="tp_leftblock_body" id="block39"><div class="windowbg"><span class="topslice"><span></span></span><div style="padding: 0 8px;"><div class="blockbody" style="overflow: auto;">
		<form name="jumpurl1" onsubmit="return jumpit()" class="middletext" action="" style="padding: 0; margin: 0; text-align: center;">
			<select style="width: 100%; margin: 5px 0px 5px 0px;" size="1" name="jumpurl2" onchange="check(this.value)">
				<option value="16" >LMU dunkel v1</option>
				<option value="19" selected="selected">LMU hell v1</option>
				<option value="23" >LMU hell v1 #2E4F8C</option>
				<option value="20" >LMU warm v1</option>
				<option value="26" >SMF4Mobile</option>
			</select><br />
			<input style="margin: 5px 0px 5px 10px;" type="button" value="Ändern" onclick="jumpit()" />
 			<input type="hidden" value="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;theme=19" name="jumpurl3" />
 			<div style="text-align: center; width: 95%; overflow: hidden;">
				<img src="https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/thumbnail.gif" alt="" id="chosen" name="chosen"  />
			</div>
		</form>
		<script type="text/javascript" language="Javascript">
			var extra = '';
			var themepath=new Array()
			    themepath[16] = "https://www.linuxmintusers.de/Themes/mysticjade_lmu/images/thumbnail.gif"
				
			    themepath[19] = "https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/thumbnail.gif"
				
			    themepath[23] = "https://www.linuxmintusers.de/Themes/lmu_hell_v1_build1_2E4F8C/images/thumbnail.gif"
				
			    themepath[20] = "https://www.linuxmintusers.de/Themes/lmu_warm_v1_build5/images/thumbnail.gif"
				
			    themepath[26] = "https://www.linuxmintusers.de/Themes/SMF4Mobile20/images/thumbnail.gif"
				
		 function jumpit(){
                          window.location=document.jumpurl1.jumpurl3.value + extra
                          return false
                       }
                   </script>
					   <script type="text/javascript">
       function realtheme()
       {
			extra = ';permanent';
       }
        function check(icon)
       {
			document.chosen.src= themepath[icon]
			document.jumpurl1.jumpurl3.value = 'https://www.linuxmintusers.de/index.php?theme=' + icon 
       }
		</script></div></div><span class="botslice"><span></span></span></div>
		</div>
	</div>
	</div></div>
			<script language="Javascript" type="text/javascript"><!--
				function toggle( targetId )
				{
					var state = 0;
					var blockname = "block" + targetId;
					var blockimage = "blockcollapse" + targetId;

					if ( document.getElementById ) {
						target = document.getElementById( blockname );
						if ( target.style.display == "none" ) {
							target.style.display = "";
							state = 1;
						}
						else {
							target.style.display = "none";
							state = 0;
						}

						document.getElementById( blockimage ).src = "https://www.linuxmintusers.de/Themes/default/images/tinyportal" + (state ? "/TPcollapse.gif" : "/TPexpand.gif");
						var tempImage = new Image();
						tempImage.src = "https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=tpmod;upshrink=" + targetId + ";state=" + state + ";" + (new Date().getTime());

					}
				}
			--></script>
	<div class="tp_leftpanel" style="overflow: hidden;">
				</div>
			</td>		
			<td align="left" valign="top" width="100%">
				<div id="tpcontentHeader">
				<div id="tpcenterbarHeader" style="">
				
	<div class="block_centercontainer">
	<div class="tborder tp_centerblock_frame"><div class="title_bar"><h3 class="titlebg"><a href="javascript: void(0); return false" onclick="toggle('14'); return false"><img id="blockcollapse14" style="margin: 8px 0 0 0; " align="right" src="https://www.linuxmintusers.de/Themes/default/images/tinyportal/TPcollapse.gif" border="0" alt="" title="Block schliessen oder öffnen" /></a>Neuigkeiten</h3></div>
		<div class="tp_centerblock_body" id="block14"><div class="windowbg"><span class="topslice"><span></span></span><div style="padding: 0 8px;"><div class="blockbody" style="overflow: auto;"><a href="https://wiki.linuxmintusers.de/index.php?title=Erste_Schritte" class="bbc_link" target="_blank"><span style="font-size: 12pt;" class="bbc_size">Bist Du neu hier oder möchtest Du Dich registrieren, dann lies bitte die "Erste Schritte".<br />Das erleichtert Dir die Lösung zu erhalten und anderen Benutzern die Arbeit.</span></a><br /><table class="bbc_table"><tr><td><br /></td><td><br /></td><td><br /></td></tr><tr><td><strong>21.02.2024:<br /></strong></td><td><br /></td><td><a href="https://freeassange.eu/#aktionsuebersicht" class="bbc_link" target="_blank">Wichtig: Free Assange! Wer Unrecht öffentlich macht, dem darf nicht Unrecht widerfahren!</a></td></tr><tr><td><strong>12.01.2024:<br /></strong></td><td><br /></td><td><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=80504.0" class="bbc_link">Linux Mint 21.3 Xfce veröffentlicht</a></td></tr><tr><td><strong>12.01.2024:<br /></strong></td><td><br /></td><td><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=80502.0" class="bbc_link">Linux Mint 21.3 MATE veröffentlicht</a></td></tr><tr><td><strong>12.01.2024:<br /></strong></td><td><br /></td><td><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=80500.0" class="bbc_link">Linux Mint 21.3 Cinnamon veröffentlicht</a></td></tr><tr><td><strong>12.01.2024:<br /></strong></td><td><br /></td><td><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=80492.msg" class="bbc_link">Linux Mint 21.3 Cinnamon veröffentlicht (Simple Translate)</a></td></tr><tr><td><strong>12.11.2023:<br /></strong></td><td><br /></td><td><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=79758.0" class="bbc_link">Linux Mint Debian 6 MATE veröffentlicht (Community Release)</a></td></tr><tr><td><strong>02.10.2023:<br /></strong></td><td><br /></td><td><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=79312.0" class="bbc_link">Linux Mint Debian 6 LXDE veröffentlicht (Community Release)</a></td></tr><tr><td><strong>27.09.2023:<br /></strong></td><td><br /></td><td><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=79278.0" class="bbc_link">Linux Mint Debian 6 Cinnamon veröffentlicht</a></td></tr></table><br />Ältere News im <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;msg=5299" class="bbc_link">News Archiv</a></div></div><span class="botslice"><span></span></span></div>
		</div>
	</div>
	</div></div>
			<script language="Javascript" type="text/javascript"><!--
				function toggle( targetId )
				{
					var state = 0;
					var blockname = "block" + targetId;
					var blockimage = "blockcollapse" + targetId;

					if ( document.getElementById ) {
						target = document.getElementById( blockname );
						if ( target.style.display == "none" ) {
							target.style.display = "";
							state = 1;
						}
						else {
							target.style.display = "none";
							state = 0;
						}

						document.getElementById( blockimage ).src = "https://www.linuxmintusers.de/Themes/default/images/tinyportal" + (state ? "/TPcollapse.gif" : "/TPexpand.gif");
						var tempImage = new Image();
						tempImage.src = "https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=tpmod;upshrink=" + targetId + ";state=" + state + ";" + (new Date().getTime());

					}
				}
			--></script>
	<div class="tp_centerpanel" style="overflow: hidden;">
				</div><div id="tpfrontpanel_top" style="margin: 0 0 4px 0; padding: 0;">
	<div class="block_frontcontainer">
	<div class="tborder tp_frontblock_frame"><div class="title_bar"><h3 class="titlebg"><span class="header">Letzte Beiträge</span></h3></div>
		<div class="tp_frontblock_body" id="block12"><div class="windowbg"><span class="topslice"><span></span></span><div style="padding: 0 8px;"><div class="blockbody" style="overflow: auto;">
<style type="text/css">
.class9 a:link, .class9 a:visited
{
	color: #CDCDCD;
	text-decoration: none;
	text-shadow: 0 1px black;
	font-size: 12px;
	font-family: tahoma, sans-serif;
}
.class9 a:hover
{
	text-decoration: underline;
	cursor: pointer;
	color: #CDCDCD;
}
.tp_lb_catbg {
color: #FFFFFF;
font-size: 1em;
font-weight: bold;
background: #343434;
background-image: -webkit-gradient(linear, left top, left bottom, from( #404040 ), to( #1D1D1D ));
background-image: -webkit-linear-gradient( #404040 , #1D1D1D );
background-image: -moz-linear-gradient( #404040 , #1D1D1D );
background-image: -ms-linear-gradient( #404040 , #1D1D1D );
background-image: -o-linear-gradient( #404040 , #1D1D1D );
background-image: linear-gradient( #404040 , #1D1D1D );
min-height: 20px;
}
</style>
<table style="-webkit-box-shadow: 0 1px 1px #000; text-align: justify;" display="block" width="100%" cellpadding="0" cellspacing="0" border="0" border-bottom-style="solid" border-bottom-color="#554D4B">
  <tr>
    <td colspan="3"><div class="tp_lb_catbg" style="padding: 4px 6px 5px; border: 1px solid #554D4B;"><img src="https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/post/xx.gif" align="middle" alt="xx" /><span class="middletext" style="text-shadow: 0 1px black; vertical-align:-4px;"> <span class="class9"><a href=""><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81661.msg1057176#new" rel="nofollow">Möchte in MInt 21.3 meinen MFC-J5740DW als Scammer einsetzen.</a></a></span></span> <span class="smalltext" style="text-shadow: 0 1px black; vertical-align:-4px; font-weight:normal;"> (Antworten: 1, Gelesen: 14x)</span></div></td>
  </tr>
  <tr>
    <td><div style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: dotted; border-top-style: none;"><span class="smalltext">Autor: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=3861">nixversteh</a> | <strong>Heute</strong> um 14:58:17 | Board: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;board=21.0">Ärger mit Software?</a></span></div></td>
  </tr>
  <tr>
    <td height="32px" style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: none; border-top-style: none;><div style="padding: 3px 1em;">... ist dies nur unter Dokument-Scanner machbar?</div></td>
  </tr>
  <tr>
    <td><div style="padding: 0 1em; border: 1px solid #554D4B; border-top-style: none;"><span class="smalltext"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81661.msg1057176;topicseen#new">Weiterlesen</a></span></div></td>
  </tr>
</table><br><br>
<table style="-webkit-box-shadow: 0 1px 1px #000; text-align: justify;" display="block" width="100%" cellpadding="0" cellspacing="0" border="0" border-bottom-style="solid" border-bottom-color="#554D4B">
  <tr>
    <td colspan="3"><div class="tp_lb_catbg" style="padding: 4px 6px 5px; border: 1px solid #554D4B;"><img src="https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/post/xx.gif" align="middle" alt="xx" /><span class="middletext" style="text-shadow: 0 1px black; vertical-align:-4px;"> <span class="class9"><a href=""><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81646.msg1057172#new" rel="nofollow">Gibt es sowas wie Linux-kompatibele externe SSDs?</a></a></span></span> <span class="smalltext" style="text-shadow: 0 1px black; vertical-align:-4px; font-weight:normal;"> (Antworten: 12, Gelesen: 307x)</span></div></td>
  </tr>
  <tr>
    <td><div style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: dotted; border-top-style: none;"><span class="smalltext">Autor: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=129373">Slider0815</a> | <strong>Heute</strong> um 14:30:49 | Board: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;board=25.0">Hardware gesucht?</a></span></div></td>
  </tr>
  <tr>
    <td height="32px" style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: none; border-top-style: none;><div style="padding: 3px 1em;">Mit Code: [Auswählen]cat /var/log/syslogsehe ich:2024-05-13T08:38:12.939450+02:00 lmde fstrim[9066]: /media/slider/SHARE: 14,2 G...</div></td>
  </tr>
  <tr>
    <td><div style="padding: 0 1em; border: 1px solid #554D4B; border-top-style: none;"><span class="smalltext"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81646.msg1057172;topicseen#new">Weiterlesen</a></span></div></td>
  </tr>
</table><br><br>
<table style="-webkit-box-shadow: 0 1px 1px #000; text-align: justify;" display="block" width="100%" cellpadding="0" cellspacing="0" border="0" border-bottom-style="solid" border-bottom-color="#554D4B">
  <tr>
    <td colspan="3"><div class="tp_lb_catbg" style="padding: 4px 6px 5px; border: 1px solid #554D4B;"><img src="https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/post/xx.gif" align="middle" alt="xx" /><span class="middletext" style="text-shadow: 0 1px black; vertical-align:-4px;"> <span class="class9"><a href=""><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81461.msg1057170#new" rel="nofollow">Updates von Ihrem System-Administrator deaktiviert</a></a></span></span> <span class="smalltext" style="text-shadow: 0 1px black; vertical-align:-4px; font-weight:normal;"> (Antworten: 28, Gelesen: 1332x)</span></div></td>
  </tr>
  <tr>
    <td><div style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: dotted; border-top-style: none;"><span class="smalltext">Autor: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=6445">ehtron</a> | <strong>Heute</strong> um 14:09:51 | Board: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;board=12.0">Installation &amp; Updates</a></span></div></td>
  </tr>
  <tr>
    <td height="32px" style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: none; border-top-style: none;><div style="padding: 3px 1em;">Hi schmeiss mono doch raus, die anwendung die das braucht, und die damit verbundene quelle muss eh neu eingebunden werden.oderma...</div></td>
  </tr>
  <tr>
    <td><div style="padding: 0 1em; border: 1px solid #554D4B; border-top-style: none;"><span class="smalltext"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81461.msg1057170;topicseen#new">Weiterlesen</a></span></div></td>
  </tr>
</table><br><br>
<table style="-webkit-box-shadow: 0 1px 1px #000; text-align: justify;" display="block" width="100%" cellpadding="0" cellspacing="0" border="0" border-bottom-style="solid" border-bottom-color="#554D4B">
  <tr>
    <td colspan="3"><div class="tp_lb_catbg" style="padding: 4px 6px 5px; border: 1px solid #554D4B;"><img src="https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/post/xx.gif" align="middle" alt="xx" /><span class="middletext" style="text-shadow: 0 1px black; vertical-align:-4px;"> <span class="class9"><a href=""><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=78007.msg1057169#new" rel="nofollow">VLC-Player zum Abspielen und aufnehmen von Youtube-Videos.</a></a></span></span> <span class="smalltext" style="text-shadow: 0 1px black; vertical-align:-4px; font-weight:normal;"> (Antworten: 10, Gelesen: 547x)</span></div></td>
  </tr>
  <tr>
    <td><div style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: dotted; border-top-style: none;"><span class="smalltext">Autor: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=115817">Axel-Erfurt</a> | <strong>Heute</strong> um 13:59:48 | Board: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;board=33.0">Allgemein</a></span></div></td>
  </tr>
  <tr>
    <td height="32px" style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: none; border-top-style: none;><div style="padding: 3px 1em;">Mann kann übrigens auch mit Celluloid Youtube oder auch TV-Streams aufnehmen. Mit diesem Plugin streamsave.&#10;</div></td>
  </tr>
  <tr>
    <td><div style="padding: 0 1em; border: 1px solid #554D4B; border-top-style: none;"><span class="smalltext"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=78007.msg1057169;topicseen#new">Weiterlesen</a></span></div></td>
  </tr>
</table><br><br>
<table style="-webkit-box-shadow: 0 1px 1px #000; text-align: justify;" display="block" width="100%" cellpadding="0" cellspacing="0" border="0" border-bottom-style="solid" border-bottom-color="#554D4B">
  <tr>
    <td colspan="3"><div class="tp_lb_catbg" style="padding: 4px 6px 5px; border: 1px solid #554D4B;"><img src="https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/post/xx.gif" align="middle" alt="xx" /><span class="middletext" style="text-shadow: 0 1px black; vertical-align:-4px;"> <span class="class9"><a href=""><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81630.msg1057168#new" rel="nofollow">kernel 5.15-107 braucht über 1.30 min zum booten </a></a></span></span> <span class="smalltext" style="text-shadow: 0 1px black; vertical-align:-4px; font-weight:normal;"> (Antworten: 177, Gelesen: 1416x)</span></div></td>
  </tr>
  <tr>
    <td><div style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: dotted; border-top-style: none;"><span class="smalltext">Autor: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=2536">nudels</a> | <strong>Heute</strong> um 13:55:02 | Board: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;board=13.0">Systemverwaltung</a></span></div></td>
  </tr>
  <tr>
    <td height="32px" style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: none; border-top-style: none;><div style="padding: 3px 1em;">was wieso was machst das für unterscheid ?</div></td>
  </tr>
  <tr>
    <td><div style="padding: 0 1em; border: 1px solid #554D4B; border-top-style: none;"><span class="smalltext"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81630.msg1057168;topicseen#new">Weiterlesen</a></span></div></td>
  </tr>
</table><br><br>
<table style="-webkit-box-shadow: 0 1px 1px #000; text-align: justify;" display="block" width="100%" cellpadding="0" cellspacing="0" border="0" border-bottom-style="solid" border-bottom-color="#554D4B">
  <tr>
    <td colspan="3"><div class="tp_lb_catbg" style="padding: 4px 6px 5px; border: 1px solid #554D4B;"><img src="https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/post/xx.gif" align="middle" alt="xx" /><span class="middletext" style="text-shadow: 0 1px black; vertical-align:-4px;"> <span class="class9"><a href=""><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81659.msg1057167#new" rel="nofollow">Dualboot: nach einem Neustart zeigt sich plötzlich kein Bootmenü mehr</a></a></span></span> <span class="smalltext" style="text-shadow: 0 1px black; vertical-align:-4px; font-weight:normal;"> (Antworten: 7, Gelesen: 117x)</span></div></td>
  </tr>
  <tr>
    <td><div style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: dotted; border-top-style: none;"><span class="smalltext">Autor: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=132962">Kraftwerk</a> | <strong>Heute</strong> um 13:52:51 | Board: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;board=11.0">Newbie Fragen</a></span></div></td>
  </tr>
  <tr>
    <td height="32px" style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: none; border-top-style: none;><div style="padding: 3px 1em;">Zitat von: Moridian am Heute um 10:47:40Denke auch dran das du die Zeit in Windows ebenfalls ändern musst.Windows - Realtime Lin...</div></td>
  </tr>
  <tr>
    <td><div style="padding: 0 1em; border: 1px solid #554D4B; border-top-style: none;"><span class="smalltext"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81659.msg1057167;topicseen#new">Weiterlesen</a></span></div></td>
  </tr>
</table><br><br>
<table style="-webkit-box-shadow: 0 1px 1px #000; text-align: justify;" display="block" width="100%" cellpadding="0" cellspacing="0" border="0" border-bottom-style="solid" border-bottom-color="#554D4B">
  <tr>
    <td colspan="3"><div class="tp_lb_catbg" style="padding: 4px 6px 5px; border: 1px solid #554D4B;"><img src="https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/post/xx.gif" align="middle" alt="xx" /><span class="middletext" style="text-shadow: 0 1px black; vertical-align:-4px;"> <span class="class9"><a href=""><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81614.msg1057162#new" rel="nofollow">Gehackt meine email Adresse ?</a></a></span></span> <span class="smalltext" style="text-shadow: 0 1px black; vertical-align:-4px; font-weight:normal;"> (Antworten: 20, Gelesen: 1011x)</span></div></td>
  </tr>
  <tr>
    <td><div style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: dotted; border-top-style: none;"><span class="smalltext">Autor: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=111945">Jang</a> | <strong>Heute</strong> um 13:19:15 | Board: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;board=11.0">Newbie Fragen</a></span></div></td>
  </tr>
  <tr>
    <td height="32px" style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: none; border-top-style: none;><div style="padding: 3px 1em;">Zitat von: Wolfgang58 am 14.05.2024, 06:02:44hier noch was vom BKAIch hatte ja den Link zum Identity Leak Checker mal getestet u...</div></td>
  </tr>
  <tr>
    <td><div style="padding: 0 1em; border: 1px solid #554D4B; border-top-style: none;"><span class="smalltext"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81614.msg1057162;topicseen#new">Weiterlesen</a></span></div></td>
  </tr>
</table><br><br>
<table style="-webkit-box-shadow: 0 1px 1px #000; text-align: justify;" display="block" width="100%" cellpadding="0" cellspacing="0" border="0" border-bottom-style="solid" border-bottom-color="#554D4B">
  <tr>
    <td colspan="3"><div class="tp_lb_catbg" style="padding: 4px 6px 5px; border: 1px solid #554D4B;"><img src="https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/post/xx.gif" align="middle" alt="xx" /><span class="middletext" style="text-shadow: 0 1px black; vertical-align:-4px;"> <span class="class9"><a href=""><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81648.msg1057157#new" rel="nofollow">Info über Aktualisierungen </a></a></span></span> <span class="smalltext" style="text-shadow: 0 1px black; vertical-align:-4px; font-weight:normal;"> (Antworten: 9, Gelesen: 212x)</span></div></td>
  </tr>
  <tr>
    <td><div style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: dotted; border-top-style: none;"><span class="smalltext">Autor: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=121699">cherusci</a> | <strong>Heute</strong> um 11:32:55 | Board: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;board=12.0">Installation &amp; Updates</a></span></div></td>
  </tr>
  <tr>
    <td height="32px" style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: none; border-top-style: none;><div style="padding: 3px 1em;">Warum nicht in der Aktualisierungsverwaltung:&#10;&#10;Ansicht &gt; Aktualisierungsverauf&#10;&#10;Dort werden auch Updates von Flatpaks aufgeführt!</div></td>
  </tr>
  <tr>
    <td><div style="padding: 0 1em; border: 1px solid #554D4B; border-top-style: none;"><span class="smalltext"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81648.msg1057157;topicseen#new">Weiterlesen</a></span></div></td>
  </tr>
</table><br><br>
<table style="-webkit-box-shadow: 0 1px 1px #000; text-align: justify;" display="block" width="100%" cellpadding="0" cellspacing="0" border="0" border-bottom-style="solid" border-bottom-color="#554D4B">
  <tr>
    <td colspan="3"><div class="tp_lb_catbg" style="padding: 4px 6px 5px; border: 1px solid #554D4B;"><img src="https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/post/xx.gif" align="middle" alt="xx" /><span class="middletext" style="text-shadow: 0 1px black; vertical-align:-4px;"> <span class="class9"><a href=""><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=17.msg1057147#new" rel="nofollow">Mitgliedervorstellung</a></a></span></span> <span class="smalltext" style="text-shadow: 0 1px black; vertical-align:-4px; font-weight:normal;"> (Antworten: 4353, Gelesen: 744247x)</span></div></td>
  </tr>
  <tr>
    <td><div style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: dotted; border-top-style: none;"><span class="smalltext">Autor: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=122408">Borrtux</a> | <strong>Heute</strong> um 09:11:49 | Board: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;board=9.0">linuxmintusers.de</a></span></div></td>
  </tr>
  <tr>
    <td height="32px" style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: none; border-top-style: none;><div style="padding: 3px 1em;">Na denn, herzlich willkommen @HoHa1951 und viel Freude hier im Forum.&nbsp; </div></td>
  </tr>
  <tr>
    <td><div style="padding: 0 1em; border: 1px solid #554D4B; border-top-style: none;"><span class="smalltext"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=17.msg1057147;topicseen#new">Weiterlesen</a></span></div></td>
  </tr>
</table><br><br>
<table style="-webkit-box-shadow: 0 1px 1px #000; text-align: justify;" display="block" width="100%" cellpadding="0" cellspacing="0" border="0" border-bottom-style="solid" border-bottom-color="#554D4B">
  <tr>
    <td colspan="3"><div class="tp_lb_catbg" style="padding: 4px 6px 5px; border: 1px solid #554D4B;"><img src="https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/post/xx.gif" align="middle" alt="xx" /><span class="middletext" style="text-shadow: 0 1px black; vertical-align:-4px;"> <span class="class9"><a href=""><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81539.msg1057137#new" rel="nofollow">Breaking News: Bcachefs unterstützend. Kernel 6.7.12+1 in Debian Backports ?</a></a></span></span> <span class="smalltext" style="text-shadow: 0 1px black; vertical-align:-4px; font-weight:normal;"> (Antworten: 15, Gelesen: 499x)</span></div></td>
  </tr>
  <tr>
    <td><div style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: dotted; border-top-style: none;"><span class="smalltext">Autor: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=122336">red1900</a> | <strong>Heute</strong> um 01:00:39 | Board: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;board=61.0">Sonstiges</a></span></div></td>
  </tr>
  <tr>
    <td height="32px" style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: none; border-top-style: none;><div style="padding: 3px 1em;">der iss auch noch unsigniert, daher wohl</div></td>
  </tr>
  <tr>
    <td><div style="padding: 0 1em; border: 1px solid #554D4B; border-top-style: none;"><span class="smalltext"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81539.msg1057137;topicseen#new">Weiterlesen</a></span></div></td>
  </tr>
</table><br><br>
<table style="-webkit-box-shadow: 0 1px 1px #000; text-align: justify;" display="block" width="100%" cellpadding="0" cellspacing="0" border="0" border-bottom-style="solid" border-bottom-color="#554D4B">
  <tr>
    <td colspan="3"><div class="tp_lb_catbg" style="padding: 4px 6px 5px; border: 1px solid #554D4B;"><img src="https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/post/xx.gif" align="middle" alt="xx" /><span class="middletext" style="text-shadow: 0 1px black; vertical-align:-4px;"> <span class="class9"><a href=""><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81641.msg1057133#new" rel="nofollow">Thinkpad P50 Kauf - Hardware Kompatibilität prüfen</a></a></span></span> <span class="smalltext" style="text-shadow: 0 1px black; vertical-align:-4px; font-weight:normal;"> (Antworten: 10, Gelesen: 213x)</span></div></td>
  </tr>
  <tr>
    <td><div style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: dotted; border-top-style: none;"><span class="smalltext">Autor: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=133047">HoHa1951</a> | <strong>Heute</strong> um 00:29:08 | Board: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;board=62.0">Hardware</a></span></div></td>
  </tr>
  <tr>
    <td height="32px" style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: none; border-top-style: none;><div style="padding: 3px 1em;">Zu dem P53 kann ich nix sagen, mir war der im Vergleich zum Fujitsu zu teuer und sowas von oversized ohne zusätzlichen Nutzen  D...</div></td>
  </tr>
  <tr>
    <td><div style="padding: 0 1em; border: 1px solid #554D4B; border-top-style: none;"><span class="smalltext"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81641.msg1057133;topicseen#new">Weiterlesen</a></span></div></td>
  </tr>
</table><br><br>
<table style="-webkit-box-shadow: 0 1px 1px #000; text-align: justify;" display="block" width="100%" cellpadding="0" cellspacing="0" border="0" border-bottom-style="solid" border-bottom-color="#554D4B">
  <tr>
    <td colspan="3"><div class="tp_lb_catbg" style="padding: 4px 6px 5px; border: 1px solid #554D4B;"><img src="https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/post/xx.gif" align="middle" alt="xx" /><span class="middletext" style="text-shadow: 0 1px black; vertical-align:-4px;"> <span class="class9"><a href=""><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81657.msg1057130#new" rel="nofollow">Booten gelingt nicht</a></a></span></span> <span class="smalltext" style="text-shadow: 0 1px black; vertical-align:-4px; font-weight:normal;"> (Antworten: 1, Gelesen: 71x)</span></div></td>
  </tr>
  <tr>
    <td><div style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: dotted; border-top-style: none;"><span class="smalltext">Autor: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=129867">ElEm4You</a> | <strong>Gestern</strong> um 23:46:23 | Board: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;board=13.0">Systemverwaltung</a></span></div></td>
  </tr>
  <tr>
    <td height="32px" style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: none; border-top-style: none;><div style="padding: 3px 1em;">@ricwis ZitatALERT! UUID=3d07c996-aa85...Livesystem starten und nach der Ausgabe von blkid prüfen ob die aktuellen UUID&#39;s mit de...</div></td>
  </tr>
  <tr>
    <td><div style="padding: 0 1em; border: 1px solid #554D4B; border-top-style: none;"><span class="smalltext"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81657.msg1057130;topicseen#new">Weiterlesen</a></span></div></td>
  </tr>
</table><br><br>
<table style="-webkit-box-shadow: 0 1px 1px #000; text-align: justify;" display="block" width="100%" cellpadding="0" cellspacing="0" border="0" border-bottom-style="solid" border-bottom-color="#554D4B">
  <tr>
    <td colspan="3"><div class="tp_lb_catbg" style="padding: 4px 6px 5px; border: 1px solid #554D4B;"><img src="https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/post/topicsolved.gif" align="middle" alt="topicsolved" /><span class="middletext" style="text-shadow: 0 1px black; vertical-align:-4px;"> <span class="class9"><a href=""><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81653.msg1057114#new" rel="nofollow">Externe Festplatte zeigt keine Inhalte an</a></a></span></span> <span class="smalltext" style="text-shadow: 0 1px black; vertical-align:-4px; font-weight:normal;"> (Antworten: 17, Gelesen: 224x)</span></div></td>
  </tr>
  <tr>
    <td><div style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: dotted; border-top-style: none;"><span class="smalltext">Autor: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=124479">CyCroN</a> | <strong>Gestern</strong> um 21:13:46 | Board: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;board=11.0">Newbie Fragen</a></span></div></td>
  </tr>
  <tr>
    <td height="32px" style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: none; border-top-style: none;><div style="padding: 3px 1em;">Zitat von: JohKoh am Gestern um 17:29:40Hallo CyCroNWie kommt man auf den Menüpunkt &quot;Als Systemverwalter öffnen&quot;. Das müßte doch...</div></td>
  </tr>
  <tr>
    <td><div style="padding: 0 1em; border: 1px solid #554D4B; border-top-style: none;"><span class="smalltext"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81653.msg1057114;topicseen#new">Weiterlesen</a></span></div></td>
  </tr>
</table><br><br>
<table style="-webkit-box-shadow: 0 1px 1px #000; text-align: justify;" display="block" width="100%" cellpadding="0" cellspacing="0" border="0" border-bottom-style="solid" border-bottom-color="#554D4B">
  <tr>
    <td colspan="3"><div class="tp_lb_catbg" style="padding: 4px 6px 5px; border: 1px solid #554D4B;"><img src="https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/post/xx.gif" align="middle" alt="xx" /><span class="middletext" style="text-shadow: 0 1px black; vertical-align:-4px;"> <span class="class9"><a href=""><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81655.msg1057113#new" rel="nofollow">ISo-Abbilder Einhängen: Schlägt fehl bei großen *.iso-Dateien</a></a></span></span> <span class="smalltext" style="text-shadow: 0 1px black; vertical-align:-4px; font-weight:normal;"> (Antworten: 1, Gelesen: 78x)</span></div></td>
  </tr>
  <tr>
    <td><div style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: dotted; border-top-style: none;"><span class="smalltext">Autor: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=124037">Whitie</a> | <strong>Gestern</strong> um 21:13:00 | Board: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;board=13.0">Systemverwaltung</a></span></div></td>
  </tr>
  <tr>
    <td height="32px" style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: none; border-top-style: none;><div style="padding: 3px 1em;">Hallo,lsmod startet nichts, sondern zeigt nur die geladenen Module an. Wenn du beiCode: [Auswählen]$ lsmod | grep loopeine Ausga...</div></td>
  </tr>
  <tr>
    <td><div style="padding: 0 1em; border: 1px solid #554D4B; border-top-style: none;"><span class="smalltext"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81655.msg1057113;topicseen#new">Weiterlesen</a></span></div></td>
  </tr>
</table><br><br>
<table style="-webkit-box-shadow: 0 1px 1px #000; text-align: justify;" display="block" width="100%" cellpadding="0" cellspacing="0" border="0" border-bottom-style="solid" border-bottom-color="#554D4B">
  <tr>
    <td colspan="3"><div class="tp_lb_catbg" style="padding: 4px 6px 5px; border: 1px solid #554D4B;"><img src="https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/post/solved.gif" align="middle" alt="solved" /><span class="middletext" style="text-shadow: 0 1px black; vertical-align:-4px;"> <span class="class9"><a href=""><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81631.msg1057109#new" rel="nofollow">Videograbbing ohne Ton</a></a></span></span> <span class="smalltext" style="text-shadow: 0 1px black; vertical-align:-4px; font-weight:normal;"> (Antworten: 24, Gelesen: 331x)</span></div></td>
  </tr>
  <tr>
    <td><div style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: dotted; border-top-style: none;"><span class="smalltext">Autor: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=120048">zitzi</a> | <strong>Gestern</strong> um 20:38:40 | Board: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;board=21.0">Ärger mit Software?</a></span></div></td>
  </tr>
  <tr>
    <td height="32px" style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: none; border-top-style: none;><div style="padding: 3px 1em;">Na da freu ich mich über deinen produktiven Beifang!&#10;Keine Mühe für andere ist vergebens....</div></td>
  </tr>
  <tr>
    <td><div style="padding: 0 1em; border: 1px solid #554D4B; border-top-style: none;"><span class="smalltext"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81631.msg1057109;topicseen#new">Weiterlesen</a></span></div></td>
  </tr>
</table><br><br>
<table style="-webkit-box-shadow: 0 1px 1px #000; text-align: justify;" display="block" width="100%" cellpadding="0" cellspacing="0" border="0" border-bottom-style="solid" border-bottom-color="#554D4B">
  <tr>
    <td colspan="3"><div class="tp_lb_catbg" style="padding: 4px 6px 5px; border: 1px solid #554D4B;"><img src="https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/post/lamp.gif" align="middle" alt="lamp" /><span class="middletext" style="text-shadow: 0 1px black; vertical-align:-4px;"> <span class="class9"><a href=""><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81486.msg1057107#new" rel="nofollow">Freitag Abend Chat ab ca. 21:00 Uhr</a></a></span></span> <span class="smalltext" style="text-shadow: 0 1px black; vertical-align:-4px; font-weight:normal;"> (Antworten: 7, Gelesen: 533x)</span></div></td>
  </tr>
  <tr>
    <td><div style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: dotted; border-top-style: none;"><span class="smalltext">Autor: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=122336">red1900</a> | <strong>Gestern</strong> um 19:59:37 | Board: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;board=33.0">Allgemein</a></span></div></td>
  </tr>
  <tr>
    <td height="32px" style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: none; border-top-style: none;><div style="padding: 3px 1em;">so inner Stunde etwa iss der Chat onlinejeder auch Gäste sind willkommen jetzt isser onlinehttps://public.senfcall.de/plauderPW:...</div></td>
  </tr>
  <tr>
    <td><div style="padding: 0 1em; border: 1px solid #554D4B; border-top-style: none;"><span class="smalltext"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81486.msg1057107;topicseen#new">Weiterlesen</a></span></div></td>
  </tr>
</table><br><br>
<table style="-webkit-box-shadow: 0 1px 1px #000; text-align: justify;" display="block" width="100%" cellpadding="0" cellspacing="0" border="0" border-bottom-style="solid" border-bottom-color="#554D4B">
  <tr>
    <td colspan="3"><div class="tp_lb_catbg" style="padding: 4px 6px 5px; border: 1px solid #554D4B;"><img src="https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/post/xx.gif" align="middle" alt="xx" /><span class="middletext" style="text-shadow: 0 1px black; vertical-align:-4px;"> <span class="class9"><a href=""><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81650.msg1057104#new" rel="nofollow">Nvidia Grafigtreiber instalieren GTX3060Ti Abhängigkeistfehler</a></a></span></span> <span class="smalltext" style="text-shadow: 0 1px black; vertical-align:-4px; font-weight:normal;"> (Antworten: 4, Gelesen: 95x)</span></div></td>
  </tr>
  <tr>
    <td><div style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: dotted; border-top-style: none;"><span class="smalltext">Autor: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=127607">kyotofan</a> | <strong>Gestern</strong> um 19:28:52 | Board: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;board=11.0">Newbie Fragen</a></span></div></td>
  </tr>
  <tr>
    <td height="32px" style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: none; border-top-style: none;><div style="padding: 3px 1em;">In Proposed-Updates ist die Version 239, die geht.</div></td>
  </tr>
  <tr>
    <td><div style="padding: 0 1em; border: 1px solid #554D4B; border-top-style: none;"><span class="smalltext"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81650.msg1057104;topicseen#new">Weiterlesen</a></span></div></td>
  </tr>
</table><br><br>
<table style="-webkit-box-shadow: 0 1px 1px #000; text-align: justify;" display="block" width="100%" cellpadding="0" cellspacing="0" border="0" border-bottom-style="solid" border-bottom-color="#554D4B">
  <tr>
    <td colspan="3"><div class="tp_lb_catbg" style="padding: 4px 6px 5px; border: 1px solid #554D4B;"><img src="https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/post/xx.gif" align="middle" alt="xx" /><span class="middletext" style="text-shadow: 0 1px black; vertical-align:-4px;"> <span class="class9"><a href=""><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81651.msg1057102#new" rel="nofollow">Rescuezilla 2.5 (Noble / Jammy) Probleme</a></a></span></span> <span class="smalltext" style="text-shadow: 0 1px black; vertical-align:-4px; font-weight:normal;"> (Antworten: 5, Gelesen: 112x)</span></div></td>
  </tr>
  <tr>
    <td><div style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: dotted; border-top-style: none;"><span class="smalltext">Autor: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=117099">kuehhe1</a> | <strong>Gestern</strong> um 18:51:17 | Board: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;board=66.0">Cinnamon</a></span></div></td>
  </tr>
  <tr>
    <td height="32px" style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: none; border-top-style: none;><div style="padding: 3px 1em;">Kleiner Hinweis, für Rescuezilla gab/gibts auf LMU bereits ein Thema in dem sich auch der Entwickler beteiligte, letzter Eintrag...</div></td>
  </tr>
  <tr>
    <td><div style="padding: 0 1em; border: 1px solid #554D4B; border-top-style: none;"><span class="smalltext"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81651.msg1057102;topicseen#new">Weiterlesen</a></span></div></td>
  </tr>
</table><br><br>
<table style="-webkit-box-shadow: 0 1px 1px #000; text-align: justify;" display="block" width="100%" cellpadding="0" cellspacing="0" border="0" border-bottom-style="solid" border-bottom-color="#554D4B">
  <tr>
    <td colspan="3"><div class="tp_lb_catbg" style="padding: 4px 6px 5px; border: 1px solid #554D4B;"><img src="https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/post/xx.gif" align="middle" alt="xx" /><span class="middletext" style="text-shadow: 0 1px black; vertical-align:-4px;"> <span class="class9"><a href=""><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81649.msg1057082#new" rel="nofollow">Linux Mint auf erster Festplatte (SSD). Wie nutze 2. Festplatte (HDD)?</a></a></span></span> <span class="smalltext" style="text-shadow: 0 1px black; vertical-align:-4px; font-weight:normal;"> (Antworten: 2, Gelesen: 103x)</span></div></td>
  </tr>
  <tr>
    <td><div style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: dotted; border-top-style: none;"><span class="smalltext">Autor: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=1228">Notiz</a> | <strong>Gestern</strong> um 16:03:55 | Board: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;board=33.0">Allgemein</a></span></div></td>
  </tr>
  <tr>
    <td height="32px" style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: none; border-top-style: none;><div style="padding: 3px 1em;">Geht am einfachsten mit dem Programm: Laufwerke. Menü -&gt; Zubehör -&gt; Laufwerke</div></td>
  </tr>
  <tr>
    <td><div style="padding: 0 1em; border: 1px solid #554D4B; border-top-style: none;"><span class="smalltext"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=81649.msg1057082;topicseen#new">Weiterlesen</a></span></div></td>
  </tr>
</table><br><br>
<table style="-webkit-box-shadow: 0 1px 1px #000; text-align: justify;" display="block" width="100%" cellpadding="0" cellspacing="0" border="0" border-bottom-style="solid" border-bottom-color="#554D4B">
  <tr>
    <td colspan="3"><div class="tp_lb_catbg" style="padding: 4px 6px 5px; border: 1px solid #554D4B;"><img src="https://www.linuxmintusers.de/Themes/lmu_hell_v1/images/post/xx.gif" align="middle" alt="xx" /><span class="middletext" style="text-shadow: 0 1px black; vertical-align:-4px;"> <span class="class9"><a href=""><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=80997.msg1057080#new" rel="nofollow">Flatpak Problem: Authentifizierung wird angefordert, aber verschwindet wieder.</a></a></span></span> <span class="smalltext" style="text-shadow: 0 1px black; vertical-align:-4px; font-weight:normal;"> (Antworten: 18, Gelesen: 868x)</span></div></td>
  </tr>
  <tr>
    <td><div style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: dotted; border-top-style: none;"><span class="smalltext">Autor: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=profile;u=132787">FW17u4</a> | <strong>Gestern</strong> um 15:47:32 | Board: <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;board=21.0">Ärger mit Software?</a></span></div></td>
  </tr>
  <tr>
    <td height="32px" style="padding: 0px 1em; border: 1px solid #554D4B; border-bottom-style: none; border-top-style: none;><div style="padding: 3px 1em;">Also es lag nicht an Flatpak sondern am Remote Desktop (xrdp).Lokal, d.h. nicht mit xrdp auf der Maschine, gab es kein Problem, ...</div></td>
  </tr>
  <tr>
    <td><div style="padding: 0 1em; border: 1px solid #554D4B; border-top-style: none;"><span class="smalltext"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=80997.msg1057080;topicseen#new">Weiterlesen</a></span></div></td>
  </tr>
</table><br><br>
</div></div><span class="botslice"><span></span></span></div>
		</div>
	</div>
	</div></div>
			<script language="Javascript" type="text/javascript"><!--
				function toggle( targetId )
				{
					var state = 0;
					var blockname = "block" + targetId;
					var blockimage = "blockcollapse" + targetId;

					if ( document.getElementById ) {
						target = document.getElementById( blockname );
						if ( target.style.display == "none" ) {
							target.style.display = "";
							state = 1;
						}
						else {
							target.style.display = "none";
							state = 0;
						}

						document.getElementById( blockimage ).src = "https://www.linuxmintusers.de/Themes/default/images/tinyportal" + (state ? "/TPcollapse.gif" : "/TPexpand.gif");
						var tempImage = new Image();
						tempImage.src = "https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=tpmod;upshrink=" + targetId + ";state=" + state + ";" + (new Date().getTime());

					}
				}
			--></script>
	<div class="tp_frontpanel" style="overflow: hidden;"></div></div>
			</td>
			<td id="tprightbarContainer" style="width:180px;" valign="top">
				<div id="tprightbarHeader" style="">
				
	<div class="block_rightcontainer">
	<div class="tborder tp_rightblock_frame"><div class="title_bar"><h3 class="titlebg"><span class="header">Mobile Version </span></h3></div>
		<div class="tp_rightblock_body" id="block55"><div class="windowbg"><span class="topslice"><span></span></span><div style="padding: 0 8px;"><div class="blockbody" style="overflow: auto;"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=forum&amp;theme=26">Mobile Version der LMU</a>





</div></div><span class="botslice"><span></span></span></div>
		</div>
	</div>
	</div>
	<div class="block_rightcontainer">
	<div class="tborder tp_rightblock_frame"><div class="cat_bar"><h3 class="catbg"><span class="header">Wir brauchen Dich!</span></h3></div>
		<div class="tp_rightblock_body" id="block22"><div class="windowbg"><div style="padding: 8px;"><div class="blockbody" style="overflow: auto;">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" style="text-align: center;">Unterstütze die LMU!<br />
Seit 2008 helfen wir auf www.linuxmintusers.de<br />
</form>
<p style="text-align: center;"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;page=34">Du benötigst unsere Hilfe und wir Deinen Support!<br />
Werde Unterstützer(in) der LMU!</a><br />
<br />
<a href="https://www.paypal.com/donate/?hosted_button_id=F3UZVWMTZ4AF6" target="_blank">Via Paypal unterstützen!</a></p>














</div></div></div>
		</div>
	</div>
	</div>
	<div class="block_rightcontainer">
	<div class="tborder tp_rightblock_frame"><div class="title_bar"><h3 class="titlebg">Neu hier?</h3></div>
		<div class="tp_rightblock_body" id="block30"><div class="windowbg"><span class="topslice"><span></span></span><div style="padding: 0 8px;"><div class="blockbody" style="overflow: auto;"><a href="https://wiki.linuxmintusers.de/index.php?title=Erste_Schritte" class="bbc_link" target="_blank">Hier findest Du Tipps & Infos für den Einstieg.</a><br /><hr /><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=wiki;page=Kategorie:_Linux_Mint-Versionen" class="bbc_link"><sub><img src="https://www.linuxmintusers.de/MGalleryItem.php?id=903" alt="" class="bbc_img" /></sub> Downloads</a></div></div><span class="botslice"><span></span></span></div>
		</div>
	</div>
	</div>
	<div class="block_rightcontainer">
	<div class="tborder tp_rightblock_frame"><div class="title_bar"><h3 class="titlebg">Linux Mint ISOs</h3></div>
		<div class="tp_rightblock_body" id="block29"><div class="windowbg"><span class="topslice"><span></span></span><div style="padding: 0 8px;"><div class="blockbody" style="overflow: auto;"><div align="center"><a href="https://wiki.linuxmintusers.de/index.php?title=Kategorie:Download" class="bbc_link"><img src="https://www.linuxmintusers.de/images/lm_klein.png" alt="" class="bbc_img" /></a></div><br /><strong>Linux Mint Debian 6 (32-/64-Bit)</strong><br />&nbsp;• <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=79278.0" class="bbc_link">Cinnamon</a><br />&nbsp;• <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=79312.0" class="bbc_link">LXDE</a><br />&nbsp;• <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=79758.0" class="bbc_link">MATE</a><br /><br /><strong>Linux Mint 21.2</strong> (<acronym title="Langzeit-Support">LTS</acronym>)<br />&nbsp;• <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=78592.0" class="bbc_link">Cinnamon</a><br />&nbsp;• <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=78593.0" class="bbc_link">MATE</a><br />&nbsp;• <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=78597.0" class="bbc_link">Xfce</a><br /><br /><strong>Linux Mint 21.3</strong> (<acronym title="Langzeit-Support">LTS</acronym>)<br />&nbsp;• <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=80500.0" class="bbc_link">Cinnamon</a><br />&nbsp;• <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=80502.0" class="bbc_link">MATE</a><br />&nbsp;• <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;topic=80504.0" class="bbc_link">Xfce</a><br /><br /><br /><br /><br /></div></div><span class="botslice"><span></span></span></div>
		</div>
	</div>
	</div></div>
			<script language="Javascript" type="text/javascript"><!--
				function toggle( targetId )
				{
					var state = 0;
					var blockname = "block" + targetId;
					var blockimage = "blockcollapse" + targetId;

					if ( document.getElementById ) {
						target = document.getElementById( blockname );
						if ( target.style.display == "none" ) {
							target.style.display = "";
							state = 1;
						}
						else {
							target.style.display = "none";
							state = 0;
						}

						document.getElementById( blockimage ).src = "https://www.linuxmintusers.de/Themes/default/images/tinyportal" + (state ? "/TPcollapse.gif" : "/TPexpand.gif");
						var tempImage = new Image();
						tempImage.src = "https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=tpmod;upshrink=" + targetId + ";state=" + state + ";" + (new Date().getTime());

					}
				}
			--></script>
	<div class="tp_rightpanel" style="overflow: hidden;">
				</div>
			</td>
		</tr>
	</table>
			</div>
			<div id="footer">
				<span class="smalltext">
			<span class="smalltext" style="display: inline; visibility: visible; font-family: Verdana, Arial, sans-serif;"><a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=credits" title="Simple Machines Forum" target="_blank" class="new_win">SMF</a> |
<a href="http://www.simplemachines.org/about/smf/license.php" title="Lizenz" target="_blank" class="new_win">SMF &copy; 2013</a>, <a href="http://www.simplemachines.org" title="Simple Machines" target="_blank" class="new_win">Simple Machines</a><br /><a target="_blank" href="http://www.tinyportal.net" title="TinyPortal">TinyPortal</a> <a href="https://www.linuxmintusers.de/index.php?PHPSESSID=9b8685789b566d3c590de12f0952fb9e&amp;action=tpmod;sa=credits" title="TP 1.0">&copy; 2005-2012</a>
			</span>	<br /><a href="http://www.linuxmintusers.de/index.php?page=21">Impressum</a> | <a href="http://www.linuxmintusers.de/index.php?page=32">Nutzungsbedingungen</a> | <a href="http://www.linuxmintusers.de/index.php?page=39">Datenschutzerkl&auml;rung</a></span><br />
			</div>
		</div>
	</div>
</body></html>

Latest requests

# Url Url Source Date
1 https://www.linuxmintusers.de/ 2024-05-18 13:03:39
2 https://thebolditalic.com/?gi=7773… 2024-05-18 13:03:38
3 https://thebolditalic.com/?gi=8cfd… 2024-05-18 13:03:38
4 https://thebolditalic.com/?gi=2eee… 2024-05-18 13:03:38
5 https://thebolditalic.com/?gi=e9ae… 2024-05-18 13:03:37
6 https://thebolditalic.com/?gi=c1bb… 2024-05-18 13:03:36
7 https://thebolditalic.com/?gi=8389… 2024-05-18 13:03:35
8 https://thebolditalic.com/?gi=a537… 2024-05-18 13:03:34
9 https://thebolditalic.com/?gi=897a… 2024-05-18 13:03:33
10 https://thebolditalic.com/?gi=70c1… 2024-05-18 13:03:33
11 https://thebolditalic.com/?gi=097a… 2024-05-18 13:03:31
12 https://thebolditalic.com/?gi=7adf… 2024-05-18 13:03:30
13 https://thebolditalic.com/?gi=4742… 2024-05-18 13:03:29
14 https://thebolditalic.com/?gi=79a9… 2024-05-18 13:03:29
15 https://thebolditalic.com/?gi=3f10… 2024-05-18 13:03:28
16 https://thebolditalic.com/?gi=0b6f… 2024-05-18 13:03:27
17 https://thebolditalic.com/?gi=fbbb… 2024-05-18 13:03:25
18 https://thebolditalic.com/?gi=a15b… 2024-05-18 13:03:25
19 https://thebolditalic.com/?gi=1018… 2024-05-18 13:03:24
20 https://thebolditalic.com/?gi=c392… 2024-05-18 13:03:23