<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How-To on Shaaf's blog</title><link>https://shaaf.dev/tags/how-to/</link><description>Recent content in How-To on Shaaf's blog</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 20 Jul 2013 14:40:47 +0200</lastBuildDate><atom:link href="https://shaaf.dev/tags/how-to/index.xml" rel="self" type="application/rss+xml"/><item><title>Howto setup ssh with selinux and firewalld</title><link>https://shaaf.dev/post/2013-07-20-howto-change-ssh-with-selinux/</link><pubDate>Sat, 20 Jul 2013 14:40:47 +0200</pubDate><guid>https://shaaf.dev/post/2013-07-20-howto-change-ssh-with-selinux/</guid><description>&lt;p>While running fedora, if you want to change the port for your ssh, just changing the firewall rules will not make a difference.
If you are running selinux its important that you change the policy to allow a different port as well. I did learn it the hard way though, hopefully the following guide should be helpful.&lt;/p>
&lt;p>Lets start by an introduction to semanage.&lt;/p>
&lt;p>From man&lt;/p>
&lt;p>&lt;strong>Description&lt;/strong>&lt;/p>
&lt;p>semanage is used to configure certain elements of SELinux policy without requiring modification to or recompilation from policy sources. This includes the mapping from Linux usernames to SELinux user identities (which controls the initial security context assigned to Linux users when they login and bounds their authorized role set) as well as security context mappings for various kinds of objects, such as network ports, interfaces, and nodes (hosts) as well as the file context mapping. See the EXAMPLES section below for some examples of common usage. Note that the semanage login command deals with the mapping from Linux usernames (logins) to SELinux user identities, while the semanage user command deals with the mapping from SELinux user identities to authorized role sets. In most cases, only the former mapping needs to be adjusted by the administrator; the latter is principally defined by the base policy and usually does not require modification.&lt;/p></description></item><item><title>Crocus - CSV Reader</title><link>https://shaaf.dev/post/2008-10-03-crocus-csv-reader/</link><pubDate>Fri, 03 Oct 2008 23:38:42 +0200</pubDate><guid>https://shaaf.dev/post/2008-10-03-crocus-csv-reader/</guid><description>&lt;p>Easy to use ready to go CSV File Reading utility. Read One or Multiple files into a RecordManager, quick access to the file with segmentation into Fields and Records. Merge Multiple CSV files in one. Listener to CSV Files.&lt;/p>
&lt;p>&lt;a href="https://sourceforge.net/project/platformdownload.php?group_id=172152">Download Here&lt;/a>&lt;/p>
&lt;p>Organization:
A CSV file is broken up as follows
A CSVField has a group of characters
A CSVRecord has a group of CSVFields
A CSVFile has a group of record&lt;/p></description></item></channel></rss>