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

<channel>
	<title>How to</title>
	<atom:link href="http://howto.blbosti.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://howto.blbosti.com</link>
	<description>Tips and Tricks</description>
	<lastBuildDate>Sat, 24 Sep 2011 19:48:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Find files containing searched text</title>
		<link>http://howto.blbosti.com/2011/09/find-files-containing-searched-text/</link>
		<comments>http://howto.blbosti.com/2011/09/find-files-containing-searched-text/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 19:48:40 +0000</pubDate>
		<dc:creator>enjoy</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[commandline]]></category>

		<guid isPermaLink="false">http://howto.blbosti.com/?p=543</guid>
		<description><![CDATA[If you want to search all files, which contains searched text, open terminal and type grep -i -n &#39;searched text&#39; * It works also recursively grep -i -r -n &#39;searched text&#39; * Related posts:Chmod recursively directories and files


Related posts:<ol><li><a href='http://howto.blbosti.com/2011/01/chmod-recursively-directories-and-files/' rel='bookmark' title='Chmod recursively directories and files'>Chmod recursively directories and files</a></li>
</ol>]]></description>
		<wfw:commentRss>http://howto.blbosti.com/2011/09/find-files-containing-searched-text/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Chmod recursively directories and files</title>
		<link>http://howto.blbosti.com/2011/01/chmod-recursively-directories-and-files/</link>
		<comments>http://howto.blbosti.com/2011/01/chmod-recursively-directories-and-files/#comments</comments>
		<pubDate>Wed, 26 Jan 2011 12:15:17 +0000</pubDate>
		<dc:creator>enjoy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[directories]]></category>
		<category><![CDATA[directory]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[recursively]]></category>

		<guid isPermaLink="false">http://howto.blbosti.com/?p=536</guid>
		<description><![CDATA[This will recursively search your directory tree (starting at dir &#39;dot&#39;) and chmod 777 all directories only. find . -type d -exec chmod 777 {} \; Similarly, the following will chmod all files only (and ignore the directories). find . -type f -exec chmod 666 {} \; Credit goes here. No related posts.


No related posts.]]></description>
		<wfw:commentRss>http://howto.blbosti.com/2011/01/chmod-recursively-directories-and-files/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Elementary Theme: Fix missing scrollbars in OpenOffice (LibreOffice)</title>
		<link>http://howto.blbosti.com/2010/12/elementary-theme-fix-missing-scrollbars-in-openoffice-libreoffice/</link>
		<comments>http://howto.blbosti.com/2010/12/elementary-theme-fix-missing-scrollbars-in-openoffice-libreoffice/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 17:41:49 +0000</pubDate>
		<dc:creator>enjoy</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Elementary]]></category>
		<category><![CDATA[LibreOffice]]></category>
		<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[scrollbar]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://howto.blbosti.com/?p=518</guid>
		<description><![CDATA[If you are using Elementary theme you have probably noticed that OpenOffice (LibreOffice) is missing scrollbars. I found an easy solution for this bug, just follow these few steps. 1. Backup your original elementary gtkrc file sudo cp /usr/share/themes/elementary/gtk-2.0/gtkrc /usr/share/themes/elementary/gtk-2.0/_gtkrc.bak 2. Edit elementary gtkrc file sudo gedit /usr/share/themes/elementary/gtk-2.0/gtkrc 3. Search and replace (If You&#39;re using [...]


Related posts:<ol><li><a href='http://howto.blbosti.com/2010/08/change-mouse-cursor-theme-in-ubuntu-with-compiz-enabled-10-04-and-higher/' rel='bookmark' title='Change mouse cursor theme in Ubuntu with Compiz enabled (10.04 and higher)'>Change mouse cursor theme in Ubuntu with Compiz enabled (10.04 and higher)</a></li>
<li><a href='http://howto.blbosti.com/2010/04/ubuntu-make-alsa-default-instead-of-pulseaudio/' rel='bookmark' title='Ubuntu: Make ALSA default instead of PulseAudio'>Ubuntu: Make ALSA default instead of PulseAudio</a></li>
</ol>]]></description>
		<wfw:commentRss>http://howto.blbosti.com/2010/12/elementary-theme-fix-missing-scrollbars-in-openoffice-libreoffice/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Mount a remote SSH folder in Ubuntu (cmd and GUI)</title>
		<link>http://howto.blbosti.com/2010/09/mount-a-remote-ssh-folder-in-ubuntu-cmd-and-gui/</link>
		<comments>http://howto.blbosti.com/2010/09/mount-a-remote-ssh-folder-in-ubuntu-cmd-and-gui/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 09:55:01 +0000</pubDate>
		<dc:creator>enjoy</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[gsshfs]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[pysshfs]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://howto.blbosti.com/?p=482</guid>
		<description><![CDATA[Connecting to a server across the internet is much more secure using SSH. There is a way that you can mount a folder on a remove server using the SSHFS service (based on the SSH File Transfer Protocol). Open terminal and follow these steps: 1. Install sshfs sudo apt-get install sshfs 2. Add yourself to [...]


Related posts:<ol><li><a href='http://howto.blbosti.com/2010/02/simple-ubuntu-install-script/' rel='bookmark' title='Simple Ubuntu install script'>Simple Ubuntu install script</a></li>
<li><a href='http://howto.blbosti.com/2010/03/ubuntu-9-10-compiling-ffmpeg-with-x264/' rel='bookmark' title='Ubuntu 9.10: compiling FFmpeg with x264'>Ubuntu 9.10: compiling FFmpeg with x264</a></li>
<li><a href='http://howto.blbosti.com/2010/02/quick-setup-fresh-installed-ubuntu-with-ailurus/' rel='bookmark' title='Quick Setup fresh installed Ubuntu with Ailurus'>Quick Setup fresh installed Ubuntu with Ailurus</a></li>
</ol>]]></description>
		<wfw:commentRss>http://howto.blbosti.com/2010/09/mount-a-remote-ssh-folder-in-ubuntu-cmd-and-gui/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Change mouse cursor theme in Ubuntu with Compiz enabled (10.04 and higher)</title>
		<link>http://howto.blbosti.com/2010/08/change-mouse-cursor-theme-in-ubuntu-with-compiz-enabled-10-04-and-higher/</link>
		<comments>http://howto.blbosti.com/2010/08/change-mouse-cursor-theme-in-ubuntu-with-compiz-enabled-10-04-and-higher/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 14:54:40 +0000</pubDate>
		<dc:creator>enjoy</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://howto.blbosti.com/?p=472</guid>
		<description><![CDATA[There is a bug in the Compiz package in Ubuntu 10.04 Lucid Lynx (in Maverick Meerkat too) that doesn&#39;t allow you to fully change the mouse cursor theme. You only get the new cursor theme in some windows. But you can still change the mouse cursor theme in Ubuntu, even if you have Compiz enabled. [...]


Related posts:<ol><li><a href='http://howto.blbosti.com/2010/12/elementary-theme-fix-missing-scrollbars-in-openoffice-libreoffice/' rel='bookmark' title='Elementary Theme: Fix missing scrollbars in OpenOffice (LibreOffice)'>Elementary Theme: Fix missing scrollbars in OpenOffice (LibreOffice)</a></li>
<li><a href='http://howto.blbosti.com/2010/05/umount-cifs-problem-reboot-and-shutdown/' rel='bookmark' title='Umount CIFS problem: Reboot and Shutdown'>Umount CIFS problem: Reboot and Shutdown</a></li>
<li><a href='http://howto.blbosti.com/2010/02/put-home-computer-network-trash-icons-on-gnome-desktop/' rel='bookmark' title='Put Home, Computer, Network, Trash icons on Gnome Desktop'>Put Home, Computer, Network, Trash icons on Gnome Desktop</a></li>
</ol>]]></description>
		<wfw:commentRss>http://howto.blbosti.com/2010/08/change-mouse-cursor-theme-in-ubuntu-with-compiz-enabled-10-04-and-higher/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Umount CIFS problem: Reboot and Shutdown</title>
		<link>http://howto.blbosti.com/2010/05/umount-cifs-problem-reboot-and-shutdown/</link>
		<comments>http://howto.blbosti.com/2010/05/umount-cifs-problem-reboot-and-shutdown/#comments</comments>
		<pubDate>Wed, 12 May 2010 19:54:27 +0000</pubDate>
		<dc:creator>enjoy</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[cifs]]></category>
		<category><![CDATA[delay]]></category>
		<category><![CDATA[init 0]]></category>
		<category><![CDATA[init 6]]></category>
		<category><![CDATA[no response]]></category>
		<category><![CDATA[reboot]]></category>
		<category><![CDATA[restart]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[shutdown]]></category>
		<category><![CDATA[umount]]></category>

		<guid isPermaLink="false">http://howto.blbosti.com/?p=440</guid>
		<description><![CDATA[If You mount samba shares using cifs method like I, You probably have met with delays at shutdown or restart. [18.312000] CIFS VFS: Server not responding [18.312000] No response for cmd 5 mid 8 To avoid this delay it is necessary to umount all samba shares before rebooting or shutdown your computer. There are many [...]


Related posts:<ol><li><a href='http://howto.blbosti.com/2010/02/disable-60-seconds-delay-notification-in-ubuntu-9-10-karmic/' rel='bookmark' title='Disable 60 seconds delay notification in Ubuntu 9.10 (Karmic)'>Disable 60 seconds delay notification in Ubuntu 9.10 (Karmic)</a></li>
<li><a href='http://howto.blbosti.com/2010/02/simple-ubuntu-install-script/' rel='bookmark' title='Simple Ubuntu install script'>Simple Ubuntu install script</a></li>
<li><a href='http://howto.blbosti.com/2010/08/change-mouse-cursor-theme-in-ubuntu-with-compiz-enabled-10-04-and-higher/' rel='bookmark' title='Change mouse cursor theme in Ubuntu with Compiz enabled (10.04 and higher)'>Change mouse cursor theme in Ubuntu with Compiz enabled (10.04 and higher)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://howto.blbosti.com/2010/05/umount-cifs-problem-reboot-and-shutdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu: Bash completion does not work with apt-get</title>
		<link>http://howto.blbosti.com/2010/05/ubuntu-bash-completion-does-not-work-with-apt-get/</link>
		<comments>http://howto.blbosti.com/2010/05/ubuntu-bash-completion-does-not-work-with-apt-get/#comments</comments>
		<pubDate>Tue, 11 May 2010 23:46:27 +0000</pubDate>
		<dc:creator>enjoy</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[apt-get]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[completion]]></category>
		<category><![CDATA[TAB key]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://howto.blbosti.com/?p=435</guid>
		<description><![CDATA[If for some reason does not work bash completion in terminal (using the TAB key), look inside the file bash.bashrc. Open terminal and type: sudo gedit /etc/bash.bashrc At the line 31 you can find this entry. # enable bash completion in interactive shells #if [ -f /etc/bash_completion ] &#38;&#38; ! shopt -oq posix; then # [...]


Related posts:<ol><li><a href='http://howto.blbosti.com/2010/02/simple-ubuntu-install-script/' rel='bookmark' title='Simple Ubuntu install script'>Simple Ubuntu install script</a></li>
<li><a href='http://howto.blbosti.com/2010/05/umount-cifs-problem-reboot-and-shutdown/' rel='bookmark' title='Umount CIFS problem: Reboot and Shutdown'>Umount CIFS problem: Reboot and Shutdown</a></li>
<li><a href='http://howto.blbosti.com/2010/03/download-youtube-videos-with-youtube-dl/' rel='bookmark' title='Download YouTube videos with youtube-dl'>Download YouTube videos with youtube-dl</a></li>
</ol>]]></description>
		<wfw:commentRss>http://howto.blbosti.com/2010/05/ubuntu-bash-completion-does-not-work-with-apt-get/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu: Make ALSA default instead of PulseAudio</title>
		<link>http://howto.blbosti.com/2010/04/ubuntu-make-alsa-default-instead-of-pulseaudio/</link>
		<comments>http://howto.blbosti.com/2010/04/ubuntu-make-alsa-default-instead-of-pulseaudio/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 12:05:41 +0000</pubDate>
		<dc:creator>enjoy</dc:creator>
				<category><![CDATA[audio]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[alsa]]></category>
		<category><![CDATA[alsamixer]]></category>
		<category><![CDATA[applet]]></category>
		<category><![CDATA[pulseaudio]]></category>
		<category><![CDATA[volume]]></category>
		<category><![CDATA[xfce4-mixer]]></category>

		<guid isPermaLink="false">http://howto.blbosti.com/?p=395</guid>
		<description><![CDATA[PulseAudio has still problems with some applications and it always adds a little latency and that&#39;s the reason, why so many people still prefer ALSA. This howto shows you, how to remove PulseAudio, add alsa-mixer applet to the panel and associate hotkeys for volume change. 1. Remove PulseAudio This will uninstall PulseAudio, delete the configuration [...]


Related posts:<ol><li><a href='http://howto.blbosti.com/2010/03/ubuntu-server-install-alsa-sound-and-moc-music-on-console/' rel='bookmark' title='Ubuntu server: install Alsa sound and MOC (Music On Console)'>Ubuntu server: install Alsa sound and MOC (Music On Console)</a></li>
<li><a href='http://howto.blbosti.com/2010/08/change-mouse-cursor-theme-in-ubuntu-with-compiz-enabled-10-04-and-higher/' rel='bookmark' title='Change mouse cursor theme in Ubuntu with Compiz enabled (10.04 and higher)'>Change mouse cursor theme in Ubuntu with Compiz enabled (10.04 and higher)</a></li>
<li><a href='http://howto.blbosti.com/2010/05/umount-cifs-problem-reboot-and-shutdown/' rel='bookmark' title='Umount CIFS problem: Reboot and Shutdown'>Umount CIFS problem: Reboot and Shutdown</a></li>
</ol>]]></description>
		<wfw:commentRss>http://howto.blbosti.com/2010/04/ubuntu-make-alsa-default-instead-of-pulseaudio/feed/</wfw:commentRss>
		<slash:comments>54</slash:comments>
		</item>
		<item>
		<title>Ubuntu server: install Alsa sound and MOC (Music On Console)</title>
		<link>http://howto.blbosti.com/2010/03/ubuntu-server-install-alsa-sound-and-moc-music-on-console/</link>
		<comments>http://howto.blbosti.com/2010/03/ubuntu-server-install-alsa-sound-and-moc-music-on-console/#comments</comments>
		<pubDate>Fri, 26 Mar 2010 01:34:50 +0000</pubDate>
		<dc:creator>enjoy</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[alsa]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[MOC]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sound]]></category>

		<guid isPermaLink="false">http://howto.blbosti.com/?p=369</guid>
		<description><![CDATA[1. To install Alsa sound (alsa-base, alsa-utils, alsa-tools and libasound2) enter this command: sudo apt-get install alsa alsa-tools 2. Add yourself to the group audio: sudo adduser yourusername audio 3. Reboot to take effect sudo init 6 4. Alsamixer is sometimes muted by default, so you might need to unmute it. Run alsamixer: alsamixer Use [...]


Related posts:<ol><li><a href='http://howto.blbosti.com/2010/04/ubuntu-make-alsa-default-instead-of-pulseaudio/' rel='bookmark' title='Ubuntu: Make ALSA default instead of PulseAudio'>Ubuntu: Make ALSA default instead of PulseAudio</a></li>
<li><a href='http://howto.blbosti.com/2010/02/4-easiest-ways-to-install-lamp-server-on-ubuntu/' rel='bookmark' title='4 easiest ways to install LAMP server on Ubuntu'>4 easiest ways to install LAMP server on Ubuntu</a></li>
<li><a href='http://howto.blbosti.com/2010/03/ubuntu-9-10-compiling-ffmpeg-with-x264/' rel='bookmark' title='Ubuntu 9.10: compiling FFmpeg with x264'>Ubuntu 9.10: compiling FFmpeg with x264</a></li>
</ol>]]></description>
		<wfw:commentRss>http://howto.blbosti.com/2010/03/ubuntu-server-install-alsa-sound-and-moc-music-on-console/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>WordPress: modify the upload list of allowed file types</title>
		<link>http://howto.blbosti.com/2010/03/wordpress-modify-the-upload-list-of-allowed-file-types/</link>
		<comments>http://howto.blbosti.com/2010/03/wordpress-modify-the-upload-list-of-allowed-file-types/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 07:54:33 +0000</pubDate>
		<dc:creator>enjoy</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[file type]]></category>
		<category><![CDATA[upload]]></category>

		<guid isPermaLink="false">http://howto.blbosti.com/?p=329</guid>
		<description><![CDATA[When you attempt to upload a file in WordPress that is not in the default list of acceptable file types, you will receive the following error: File type does not meet security guidelines. Try another. While there&#8217;s no admin-based tool for editing list of allowed file types, it&#8217;s not at all difficult to add your [...]


No related posts.]]></description>
		<wfw:commentRss>http://howto.blbosti.com/2010/03/wordpress-modify-the-upload-list-of-allowed-file-types/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>

