<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Linux-Noob Forums - How Do I?]]></title>
		<link>https://www.linux-noob.com/forums/</link>
		<description><![CDATA[Linux-Noob Forums - https://www.linux-noob.com/forums]]></description>
		<pubDate>Thu, 30 Apr 2026 02:10:17 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Using git + python]]></title>
			<link>https://www.linux-noob.com/forums/thread-38.html</link>
			<pubDate>Fri, 21 Aug 2020 18:37:51 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=5068">Clueless puppy</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-38.html</guid>
			<description><![CDATA[<br />
<br />
	So here is my problem:<br />
<br />
<br />
<br />
<br />
	I wanted a window manager switcher and found this one:  <a href="https://github.com/xircon/wm-switcher." target="_blank" rel="noopener" class="mycode_url">https://github.com/xircon/wm-switcher.</a> So I proceeded to clone it, so I could use it...<br />
<br />
<br />
<br />
<br />
	... and then I realized that I have no idea what I'm supposed to do with it!<br />
<br />
<br />
<br />
<br />
	 <br />
<br />
<br />
<br />
<br />
	I'm used to windows but I am willing (and wanting)  to change. Problem is: I'm always expecting icons. If I needed to run a program I'd double-click it, even python scripts.<br />
<br />
<br />
<br />
<br />
	 <br />
<br />
<br />
<br />
<br />
	 <br />
<br />
<br />
<br />
<br />
	 <br />
<br />
<br />
<br />
<br />
	By the way, a little introduction:<br />
<br />
<br />
<br />
<br />
	I've been using windows for over 20 years, can fix the thing even if you try really hard to break it on purpose, I was very frustrated with win10 and a few days ago I finally had enough.<br />
<br />
<br />
<br />
<br />
	After doing some research I figured that Puppy Linux was ideal for me.<br />
<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
<br />
	So here is my problem:<br />
<br />
<br />
<br />
<br />
	I wanted a window manager switcher and found this one:  <a href="https://github.com/xircon/wm-switcher." target="_blank" rel="noopener" class="mycode_url">https://github.com/xircon/wm-switcher.</a> So I proceeded to clone it, so I could use it...<br />
<br />
<br />
<br />
<br />
	... and then I realized that I have no idea what I'm supposed to do with it!<br />
<br />
<br />
<br />
<br />
	 <br />
<br />
<br />
<br />
<br />
	I'm used to windows but I am willing (and wanting)  to change. Problem is: I'm always expecting icons. If I needed to run a program I'd double-click it, even python scripts.<br />
<br />
<br />
<br />
<br />
	 <br />
<br />
<br />
<br />
<br />
	 <br />
<br />
<br />
<br />
<br />
	 <br />
<br />
<br />
<br />
<br />
	By the way, a little introduction:<br />
<br />
<br />
<br />
<br />
	I've been using windows for over 20 years, can fix the thing even if you try really hard to break it on purpose, I was very frustrated with win10 and a few days ago I finally had enough.<br />
<br />
<br />
<br />
<br />
	After doing some research I figured that Puppy Linux was ideal for me.<br />
<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Argument errors help please]]></title>
			<link>https://www.linux-noob.com/forums/thread-42.html</link>
			<pubDate>Sun, 23 Feb 2020 20:02:05 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=5066">illiterate_newb</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-42.html</guid>
			<description><![CDATA[<br />
	&lt;div style="color:rgb(26,26,27);"&gt;<br />
		<br />
			What am i doing wrong here?<br />
		<br />
<br />
<br />
		<br />
			 <br />
		<br />
<br />
<br />
		<br />
			usage: ****** [-h] [-t USER_TARGETS [USER_TARGETS ...]]<br />
		<br />
<br />
<br />
		<br />
			[-u USER_URLS [USER_URLS ...]] [-q USER_QUERY] [--loose]<br />
		<br />
<br />
<br />
		<br />
			[-c CONFIG_FILE [CONFIG_FILE ...]] [-o OUTPUT_FILE]<br />
		<br />
<br />
<br />
		<br />
			[-bc BC_PATH] [-sk] [-k CLI_APIKEYS [CLI_APIKEYS ...]]<br />
		<br />
<br />
<br />
		<br />
			[-lb LOCAL_BREACH_SRC [LOCAL_BREACH_SRC ...]]<br />
		<br />
<br />
<br />
		<br />
			[-gz LOCAL_GZIP_SRC [LOCAL_GZIP_SRC ...]] [-sf]<br />
		<br />
<br />
<br />
		<br />
			[-ch [CHASE_LIMIT]] [--power-chase] [--hide] [--debug]<br />
		<br />
<br />
<br />
		<br />
			[--gen-config]<br />
		<br />
<br />
<br />
		<br />
			******: error: argument -o/--output: expected one argument<br />
		<br />
<br />
<br />
		<br />
			root@kali:~# ****** -o -t fakeuser<a href="http://mailto:jragsdale@sbcglobal.com" target="_blank" rel="noopener" class="mycode_url">@yahoo.com</a> -bc /home/kali/Desktop/<br />
		<br />
<br />
<br />
		<br />
			root@kali:~# ****** -t fakeuser<a href="http://mailto:jragsdale@sbcglobal.com" target="_blank" rel="noopener" class="mycode_url">@yahoo.com</a> -bc /home/kali/Desktop/ -o<br />
		<br />
<br />
<br />
		<br />
			 <br />
		<br />
<br />
<br />
		<br />
			I get the same error message with the -o in either spot. I was modeling this after some tutorials where they had other flags, although not the -o, and it worked from what I could tell so I just replaced theirs with the -o.<br />
		<br />
<br />
<br />
		<br />
			 <br />
		<br />
<br />
<br />
		<br />
			Any help would be great.<br />
		<br />
<br />
<br />
		<br />
			Thanks in advance!!!<br />
		<br />
<br />
	<br />
&lt;/div&gt;]]></description>
			<content:encoded><![CDATA[<br />
	&lt;div style="color:rgb(26,26,27);"&gt;<br />
		<br />
			What am i doing wrong here?<br />
		<br />
<br />
<br />
		<br />
			 <br />
		<br />
<br />
<br />
		<br />
			usage: ****** [-h] [-t USER_TARGETS [USER_TARGETS ...]]<br />
		<br />
<br />
<br />
		<br />
			[-u USER_URLS [USER_URLS ...]] [-q USER_QUERY] [--loose]<br />
		<br />
<br />
<br />
		<br />
			[-c CONFIG_FILE [CONFIG_FILE ...]] [-o OUTPUT_FILE]<br />
		<br />
<br />
<br />
		<br />
			[-bc BC_PATH] [-sk] [-k CLI_APIKEYS [CLI_APIKEYS ...]]<br />
		<br />
<br />
<br />
		<br />
			[-lb LOCAL_BREACH_SRC [LOCAL_BREACH_SRC ...]]<br />
		<br />
<br />
<br />
		<br />
			[-gz LOCAL_GZIP_SRC [LOCAL_GZIP_SRC ...]] [-sf]<br />
		<br />
<br />
<br />
		<br />
			[-ch [CHASE_LIMIT]] [--power-chase] [--hide] [--debug]<br />
		<br />
<br />
<br />
		<br />
			[--gen-config]<br />
		<br />
<br />
<br />
		<br />
			******: error: argument -o/--output: expected one argument<br />
		<br />
<br />
<br />
		<br />
			root@kali:~# ****** -o -t fakeuser<a href="http://mailto:jragsdale@sbcglobal.com" target="_blank" rel="noopener" class="mycode_url">@yahoo.com</a> -bc /home/kali/Desktop/<br />
		<br />
<br />
<br />
		<br />
			root@kali:~# ****** -t fakeuser<a href="http://mailto:jragsdale@sbcglobal.com" target="_blank" rel="noopener" class="mycode_url">@yahoo.com</a> -bc /home/kali/Desktop/ -o<br />
		<br />
<br />
<br />
		<br />
			 <br />
		<br />
<br />
<br />
		<br />
			I get the same error message with the -o in either spot. I was modeling this after some tutorials where they had other flags, although not the -o, and it worked from what I could tell so I just replaced theirs with the -o.<br />
		<br />
<br />
<br />
		<br />
			 <br />
		<br />
<br />
<br />
		<br />
			Any help would be great.<br />
		<br />
<br />
<br />
		<br />
			Thanks in advance!!!<br />
		<br />
<br />
	<br />
&lt;/div&gt;]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Drive Question]]></title>
			<link>https://www.linux-noob.com/forums/thread-43.html</link>
			<pubDate>Sun, 12 Jan 2020 17:38:23 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=5064">researchcapt</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-43.html</guid>
			<description><![CDATA[<br />
<br />
	Please forgive me, I am coming from the windows world and am sure I am using the wrong labels/terminology regarding drives.<br />
<br />
<br />
<br />
<br />
	I have a Dell laptop with a 1TB NVMe C drive and a 2TB D spin drive.  I want to install Linux Mint Cinnamon to the C drive so that I get the greatest amount of speed which means disconnecting the D drive to insure the Linux is loaded to the C drive.  Can I later connect the D drive and use that for bulk storage?...like for photos.<br />
<br />
<br />
<br />
<br />
	Thanks<br />
<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
<br />
	Please forgive me, I am coming from the windows world and am sure I am using the wrong labels/terminology regarding drives.<br />
<br />
<br />
<br />
<br />
	I have a Dell laptop with a 1TB NVMe C drive and a 2TB D spin drive.  I want to install Linux Mint Cinnamon to the C drive so that I get the greatest amount of speed which means disconnecting the D drive to insure the Linux is loaded to the C drive.  Can I later connect the D drive and use that for bulk storage?...like for photos.<br />
<br />
<br />
<br />
<br />
	Thanks<br />
<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[how to fix dpkg-preconfigure:32419): dbind-WARNING **: 11:51:34.747: Couldn't connect to accessibility bus: Failed t...]]></title>
			<link>https://www.linux-noob.com/forums/thread-44.html</link>
			<pubDate>Sun, 29 Dec 2019 09:58:45 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=5062">mike1710</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-44.html</guid>
			<description><![CDATA[<br />
	Every time I install packages using the apt tool, this little error always pops up. The install goes fine, all packages work fine. But I just wanted to know if it's a legit error, and if I can fix it.<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
	Every time I install packages using the apt tool, this little error always pops up. The install goes fine, all packages work fine. But I just wanted to know if it's a legit error, and if I can fix it.<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Having trouble with partitioning]]></title>
			<link>https://www.linux-noob.com/forums/thread-68.html</link>
			<pubDate>Sun, 04 Sep 2016 16:55:58 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=5029">wanabefarmer</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-68.html</guid>
			<description><![CDATA[<br />
Hey guys, new member and def a noob linux user. <br />
<br />
I've tried asking on reddit but have had no real luck. <br />
<br />
Issue, ran out of space on Linux mint.  Was told to make a new partition and incorporate it into linux.  <br />
<br />
Problem, Created a 200gig partition but can not move it to linux.  <br />
<br />
 <br />
<br />
Thanks <br />
<br />
 <br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Hey guys, new member and def a noob linux user. <br />
<br />
I've tried asking on reddit but have had no real luck. <br />
<br />
Issue, ran out of space on Linux mint.  Was told to make a new partition and incorporate it into linux.  <br />
<br />
Problem, Created a 200gig partition but can not move it to linux.  <br />
<br />
 <br />
<br />
Thanks <br />
<br />
 <br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Add files to a PXE image]]></title>
			<link>https://www.linux-noob.com/forums/thread-74.html</link>
			<pubDate>Mon, 18 May 2015 20:24:46 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=5011">jsh121988</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-74.html</guid>
			<description><![CDATA[<br />
Hello,<br />
<br />
 <br />
<br />
I am new to Linux images (pxe, livecd). I would like to add files to a linux image, like something under etc or var, and have the files be available on the client.<br />
<br />
The server I am working on was already configured with a pxe image, and only 2 files are present under the pxe client folder: initrd and vmlinuz. So I am wondering if either of these files contain the dirs /etc, /var, etc..., and how I could add files to them.<br />
<br />
 <br />
<br />
To give some background, I have done the same thing in Windows. An image in Windows is typically either boot.img or install.img. You can mount either of these to a folder using the Windows SDK tool imagex.exe /mountrw &lt;img file&gt; 1 &lt;mount point&gt;. From here you can add/remove/modify any files you want. Then commit the changes with imagex.exe /unmount &lt;mountpoint&gt; /commit.<br />
<br />
 <br />
<br />
Can someone provide insight to the linux image creation process, which of the files (initrd, vmlinuz/vmlinux, etc...) contain what for the client boot, or something similar to the Windows Image editing process?<br />
<br />
 <br />
<br />
Thanks,<br />
<br />
Jon<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Hello,<br />
<br />
 <br />
<br />
I am new to Linux images (pxe, livecd). I would like to add files to a linux image, like something under etc or var, and have the files be available on the client.<br />
<br />
The server I am working on was already configured with a pxe image, and only 2 files are present under the pxe client folder: initrd and vmlinuz. So I am wondering if either of these files contain the dirs /etc, /var, etc..., and how I could add files to them.<br />
<br />
 <br />
<br />
To give some background, I have done the same thing in Windows. An image in Windows is typically either boot.img or install.img. You can mount either of these to a folder using the Windows SDK tool imagex.exe /mountrw &lt;img file&gt; 1 &lt;mount point&gt;. From here you can add/remove/modify any files you want. Then commit the changes with imagex.exe /unmount &lt;mountpoint&gt; /commit.<br />
<br />
 <br />
<br />
Can someone provide insight to the linux image creation process, which of the files (initrd, vmlinuz/vmlinux, etc...) contain what for the client boot, or something similar to the Windows Image editing process?<br />
<br />
 <br />
<br />
Thanks,<br />
<br />
Jon<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[batch rename files by date]]></title>
			<link>https://www.linux-noob.com/forums/thread-77.html</link>
			<pubDate>Sun, 30 Nov 2014 20:08:03 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=4999">thaigirl</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-77.html</guid>
			<description><![CDATA[<br />
Hi!!<br />
<br />
 <br />
<br />
<br />
I did a tutorial somewhere which talked about using flower brackets {  ...  }  to batch rename files. I can't find where I saw it.<br />
<br />
 <br />
<br />
<br />
I am trying to rename a sequence of PNG images with dates, for example:<br />
<br />
 <br />
<br />
<br />
pic export_00000.png<br />
<br />
<br />
pic export_00001.png<br />
<br />
<br />
pic export_00002.png<br />
<br />
<br />
etc<br />
<br />
 <br />
<br />
<br />
to become<br />
<br />
<br />
April_21.png<br />
<br />
<br />
April_21.png<br />
<br />
<br />
April_22.png<br />
<br />
<br />
etc<br />
<br />
 <br />
<br />
<br />
Any help would be awesome <img src="https://www.linux-noob.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
 <br />
<br />
 <br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Hi!!<br />
<br />
 <br />
<br />
<br />
I did a tutorial somewhere which talked about using flower brackets {  ...  }  to batch rename files. I can't find where I saw it.<br />
<br />
 <br />
<br />
<br />
I am trying to rename a sequence of PNG images with dates, for example:<br />
<br />
 <br />
<br />
<br />
pic export_00000.png<br />
<br />
<br />
pic export_00001.png<br />
<br />
<br />
pic export_00002.png<br />
<br />
<br />
etc<br />
<br />
 <br />
<br />
<br />
to become<br />
<br />
<br />
April_21.png<br />
<br />
<br />
April_21.png<br />
<br />
<br />
April_22.png<br />
<br />
<br />
etc<br />
<br />
 <br />
<br />
<br />
Any help would be awesome <img src="https://www.linux-noob.com/forums/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
<br />
 <br />
<br />
 <br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[linux mint 17 crash]]></title>
			<link>https://www.linux-noob.com/forums/thread-78.html</link>
			<pubDate>Thu, 27 Nov 2014 14:20:53 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=3279">gmrox</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-78.html</guid>
			<description><![CDATA[<br />
I have just installed Linux Mint 17 on a zoostorm pc but after booting up ok, the system operates for periods of half a minute to ten minutes, and then switches off and re-boots. Can anyone advise me as to how to fix this please?<br />
<br />
 <br />
<br />
many thanks,    G.Marriott<br />
<br />
 <br />
<br />
 <br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
I have just installed Linux Mint 17 on a zoostorm pc but after booting up ok, the system operates for periods of half a minute to ten minutes, and then switches off and re-boots. Can anyone advise me as to how to fix this please?<br />
<br />
 <br />
<br />
many thanks,    G.Marriott<br />
<br />
 <br />
<br />
 <br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[mintPPC different from screenshot]]></title>
			<link>https://www.linux-noob.com/forums/thread-79.html</link>
			<pubDate>Thu, 13 Nov 2014 16:23:18 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=4999">thaigirl</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-79.html</guid>
			<description><![CDATA[<br />
Hi!!<br />
<br />
 <br />
<br />
I just installed mintPPC on my PowerBook G4 12" (6,8) expecting it to look like the screen shots at mintPPC.org.  It looks completely different!!!<br />
<br />
I downloaded using the mini.iso from a debian mirror site. Have a look at the screen shot of my curent desktop and please let me know what I am actually running.<br />
<br />
 <br />
<br />
I am brand brand new to Linux and this is my first distribution, so I would very much like to know what it is before I reinstall or try somethhing else. I kinda like the desktop I have now, but it is a bit sluggish and the sound doesn't work.<br />
<br />
 <br />
<br />
I am downloading a disk image of Ubuntu 14.04 and will try a LiveCD with that, but I really really would like to try MintPPC as from the research I have done, it seems PPC users are quite happy with it.<br />
<br />
 <br />
<br />
Thank you in advance.<br />
<br />
 <br />
<br />
 <br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Hi!!<br />
<br />
 <br />
<br />
I just installed mintPPC on my PowerBook G4 12" (6,8) expecting it to look like the screen shots at mintPPC.org.  It looks completely different!!!<br />
<br />
I downloaded using the mini.iso from a debian mirror site. Have a look at the screen shot of my curent desktop and please let me know what I am actually running.<br />
<br />
 <br />
<br />
I am brand brand new to Linux and this is my first distribution, so I would very much like to know what it is before I reinstall or try somethhing else. I kinda like the desktop I have now, but it is a bit sluggish and the sound doesn't work.<br />
<br />
 <br />
<br />
I am downloading a disk image of Ubuntu 14.04 and will try a LiveCD with that, but I really really would like to try MintPPC as from the research I have done, it seems PPC users are quite happy with it.<br />
<br />
 <br />
<br />
Thank you in advance.<br />
<br />
 <br />
<br />
 <br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[KDE "blurred" menus]]></title>
			<link>https://www.linux-noob.com/forums/thread-80.html</link>
			<pubDate>Mon, 20 Oct 2014 21:01:10 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=4997">simPod</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-80.html</guid>
			<description><![CDATA[<br />
I installed KDE to my Debian on my VPS but those menus look blurred and are not readable very well, see the image. How can I fix it? Thank you<br />
<br />
 <br />
<br />
<img src="http://i.imgur.com/EyzDOx1.png" loading="lazy"  alt="[Image: EyzDOx1.png]" class="mycode_img" /><br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
I installed KDE to my Debian on my VPS but those menus look blurred and are not readable very well, see the image. How can I fix it? Thank you<br />
<br />
 <br />
<br />
<img src="http://i.imgur.com/EyzDOx1.png" loading="lazy"  alt="[Image: EyzDOx1.png]" class="mycode_img" /><br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Flash for Chrome-pepper or not?]]></title>
			<link>https://www.linux-noob.com/forums/thread-83.html</link>
			<pubDate>Fri, 11 Jul 2014 01:39:09 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=4986">WBBear</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-83.html</guid>
			<description><![CDATA[<br />
I'm running Mint 16 Petra using Chromium as the browser.<br />
<br />
I'm not sure what the true problem is.<br />
<br />
I can watch videos on the YouTube site just fine...<br />
<br />
But, w<span style="font-size: 4pt;" class="mycode_size">hen I go to watch videos from other sites (Crackle or Wimp) or any </span>embedded<span style="font-size: 4pt;" class="mycode_size"> videos they come up all distorted and scrunched up with odd colors.</span><br />
<br />
When I go to check my chrome flash plugins, I have two different versions.<br />
<br />
/usr/lib/adobe-flashplugin/libflashplayer.so<br />
<br />
/opt/mint-flashplugin-11/libflashplayer.so<br />
<br />
Neither one is the "pepperflash" that I'm told that I need for Chronium.<br />
<br />
Any idea how I can get this to work right?<br />
<br />
Thanks<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
I'm running Mint 16 Petra using Chromium as the browser.<br />
<br />
I'm not sure what the true problem is.<br />
<br />
I can watch videos on the YouTube site just fine...<br />
<br />
But, w<span style="font-size: 4pt;" class="mycode_size">hen I go to watch videos from other sites (Crackle or Wimp) or any </span>embedded<span style="font-size: 4pt;" class="mycode_size"> videos they come up all distorted and scrunched up with odd colors.</span><br />
<br />
When I go to check my chrome flash plugins, I have two different versions.<br />
<br />
/usr/lib/adobe-flashplugin/libflashplayer.so<br />
<br />
/opt/mint-flashplugin-11/libflashplayer.so<br />
<br />
Neither one is the "pepperflash" that I'm told that I need for Chronium.<br />
<br />
Any idea how I can get this to work right?<br />
<br />
Thanks<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[mystery raid recovers]]></title>
			<link>https://www.linux-noob.com/forums/thread-84.html</link>
			<pubDate>Mon, 23 Jun 2014 02:13:35 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=1298">1ajs</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-84.html</guid>
			<description><![CDATA[<br />
hi been a while since been on here. anyhow<br />
<br />
 <br />
<br />
so i got several stacks of different drives from a bunch of different raid collections i dunno what kinda of raids they are other then they are taped together from what ever they were pulled out of.<br />
<br />
no idea if they are hardware or software<br />
<br />
 <br />
<br />
got some sorta server i was guna put linux on to see if i could see the drives not sure how i should go about this? or am i pissing up a tree?<br />
<br />
<img src="http://imageshack.com/a/img850/1407/amm5.jpg" loading="lazy"  alt="[Image: amm5.jpg]" class="mycode_img" /><br />
<img src="http://imageshack.com/a/img841/9643/twnpi.jpg" loading="lazy"  alt="[Image: twnpi.jpg]" class="mycode_img" /><br />
<img src="http://imageshack.com/a/img849/1506/jhno.jpg" loading="lazy"  alt="[Image: jhno.jpg]" class="mycode_img" /><br />
]]></description>
			<content:encoded><![CDATA[<br />
hi been a while since been on here. anyhow<br />
<br />
 <br />
<br />
so i got several stacks of different drives from a bunch of different raid collections i dunno what kinda of raids they are other then they are taped together from what ever they were pulled out of.<br />
<br />
no idea if they are hardware or software<br />
<br />
 <br />
<br />
got some sorta server i was guna put linux on to see if i could see the drives not sure how i should go about this? or am i pissing up a tree?<br />
<br />
<img src="http://imageshack.com/a/img850/1407/amm5.jpg" loading="lazy"  alt="[Image: amm5.jpg]" class="mycode_img" /><br />
<img src="http://imageshack.com/a/img841/9643/twnpi.jpg" loading="lazy"  alt="[Image: twnpi.jpg]" class="mycode_img" /><br />
<img src="http://imageshack.com/a/img849/1506/jhno.jpg" loading="lazy"  alt="[Image: jhno.jpg]" class="mycode_img" /><br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Install Mizio]]></title>
			<link>https://www.linux-noob.com/forums/thread-86.html</link>
			<pubDate>Tue, 08 Apr 2014 23:19:43 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=4975">Y4kuzi</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-86.html</guid>
			<description><![CDATA[<br />
Hey guys!<br />
<br />
 <br />
<br />
Anyone know how to install Mizio on Linux?<br />
<br />
It can be found at <span style="text-decoration: underline;" class="mycode_u"><a href="http://sourceforge.net/projects/mizio" target="_blank" rel="noopener" class="mycode_url">http://sourceforge.net/projects/mizio</a></span> but I can't figure out how to install it.<br />
<br />
 <br />
<br />
Or does anyone know a better proxy finder for Linux? Preferably with IRC support.<br />
<br />
 <br />
<br />
Thanx in advance!<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Hey guys!<br />
<br />
 <br />
<br />
Anyone know how to install Mizio on Linux?<br />
<br />
It can be found at <span style="text-decoration: underline;" class="mycode_u"><a href="http://sourceforge.net/projects/mizio" target="_blank" rel="noopener" class="mycode_url">http://sourceforge.net/projects/mizio</a></span> but I can't figure out how to install it.<br />
<br />
 <br />
<br />
Or does anyone know a better proxy finder for Linux? Preferably with IRC support.<br />
<br />
 <br />
<br />
Thanx in advance!<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Linux Noob with Mint Olivia Cinnamon installed on Sony Vaio P-Series... HELP!]]></title>
			<link>https://www.linux-noob.com/forums/thread-88.html</link>
			<pubDate>Sat, 15 Feb 2014 19:05:11 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=4967">EasyE209</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-88.html</guid>
			<description><![CDATA[<br />
Hi all,<br />
<br />
 <br />
<br />
I am completely new to Linux, but have some how managed to install (from USB) Linux Mint Olivia Cinnamon onto my Sony Vaio VGN-P11Z, which I am aware is a somewhat awkward, niche piece of hardware at the best of times.<br />
<br />
 <br />
<br />
My aim is to optimise it a bit and then install a few bits of software. It's rather laggy at the mo, and I'm pretty sure I need video drivers for the GMA 500 graphics. How do I install drivers?! I'm reading webpages talking about 'Additional Drivers' in 'Admin', which aren't even there on my install. :/<br />
<br />
 <br />
<br />
Is there somewhere I can learn the basic of driver installs etc for Linux, and this version in particular. I'm not having too much luck in my web searches.<br />
<br />
 <br />
<br />
Sorry for waffling.<br />
<br />
 <br />
<br />
Cheers!<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Hi all,<br />
<br />
 <br />
<br />
I am completely new to Linux, but have some how managed to install (from USB) Linux Mint Olivia Cinnamon onto my Sony Vaio VGN-P11Z, which I am aware is a somewhat awkward, niche piece of hardware at the best of times.<br />
<br />
 <br />
<br />
My aim is to optimise it a bit and then install a few bits of software. It's rather laggy at the mo, and I'm pretty sure I need video drivers for the GMA 500 graphics. How do I install drivers?! I'm reading webpages talking about 'Additional Drivers' in 'Admin', which aren't even there on my install. :/<br />
<br />
 <br />
<br />
Is there somewhere I can learn the basic of driver installs etc for Linux, and this version in particular. I'm not having too much luck in my web searches.<br />
<br />
 <br />
<br />
Sorry for waffling.<br />
<br />
 <br />
<br />
Cheers!<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[joli os issue...]]></title>
			<link>https://www.linux-noob.com/forums/thread-101.html</link>
			<pubDate>Sun, 12 May 2013 06:17:00 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=4921">lionhearth182</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-101.html</guid>
			<description><![CDATA[<br />
Hello to the linux community, i'm new on this forums and i hope that somebody help me in a small problem i have whit joli os.<br />
<br />
 <br />
<br />
First of all i recently install for the fist time linux mint 14 nadia in my notebook, while i was searching in the web about it, i found that joli os can be installed like another desktop environment for ubuntu, i try it.<br />
<br />
 <br />
<br />
i have two problems:<br />
<br />
 <br />
<br />
1-)joli os explain that i have to install an add-on for HTML5, so that i can play mp3,mp4... and the other formats not supported,then i did it and reset, and it didn't work.<br />
<br />
 <br />
<br />
2-)when i enter to the cinnamon desktop i notice that the pop up notification for the brigthness control change, i think is the one from joli os, can i fix this?<br />
<br />
 <br />
<br />
thanks for take the time to read, i &lt;span style="background-color:rgb(255,255,255);"&gt;appreciate&lt;/span&gt;<br />
<br />
and i apologize if i write something wrong or anything, but english i'ts not my &lt;span&gt;native language&lt;/span&gt;<br />
<br />
 <br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Hello to the linux community, i'm new on this forums and i hope that somebody help me in a small problem i have whit joli os.<br />
<br />
 <br />
<br />
First of all i recently install for the fist time linux mint 14 nadia in my notebook, while i was searching in the web about it, i found that joli os can be installed like another desktop environment for ubuntu, i try it.<br />
<br />
 <br />
<br />
i have two problems:<br />
<br />
 <br />
<br />
1-)joli os explain that i have to install an add-on for HTML5, so that i can play mp3,mp4... and the other formats not supported,then i did it and reset, and it didn't work.<br />
<br />
 <br />
<br />
2-)when i enter to the cinnamon desktop i notice that the pop up notification for the brigthness control change, i think is the one from joli os, can i fix this?<br />
<br />
 <br />
<br />
thanks for take the time to read, i &lt;span style="background-color:rgb(255,255,255);"&gt;appreciate&lt;/span&gt;<br />
<br />
and i apologize if i write something wrong or anything, but english i'ts not my &lt;span&gt;native language&lt;/span&gt;<br />
<br />
 <br />
<br />
]]></content:encoded>
		</item>
	</channel>
</rss>