<?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>fapg&#039;s corner</title>
	<atom:link href="https://fapg.nsk.pt/feed/" rel="self" type="application/rss+xml" />
	<link>https://fapg.nsk.pt</link>
	<description>Tips, and news from world</description>
	<lastBuildDate>Sat, 22 May 2021 14:07:35 +0000</lastBuildDate>
	<language>pt-PT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>owl intuition parser to mqtt server (for openhab or home assistant)</title>
		<link>https://fapg.nsk.pt/2021/05/owl-intuition-parser-to-mqtt-server-for-openhab-or-home-assistant/</link>
					<comments>https://fapg.nsk.pt/2021/05/owl-intuition-parser-to-mqtt-server-for-openhab-or-home-assistant/#respond</comments>
		
		<dc:creator><![CDATA[fapg]]></dc:creator>
		<pubDate>Sat, 22 May 2021 13:57:13 +0000</pubDate>
				<category><![CDATA[outros]]></category>
		<guid isPermaLink="false">https://fapg.nsk.pt/?p=149</guid>

					<description><![CDATA[Após algum tempo, decidi fazer um parser para o meu medidor de energia (owl intuition) de modo a integrá-lo no meu openhab. O programa pode ser descarregado daqui: https://github.com/fapgomes/owl2mqtt]]></description>
		
					<wfw:commentRss>https://fapg.nsk.pt/2021/05/owl-intuition-parser-to-mqtt-server-for-openhab-or-home-assistant/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>people.eurotux.com</title>
		<link>https://fapg.nsk.pt/2016/01/people-eurotux-com/</link>
					<comments>https://fapg.nsk.pt/2016/01/people-eurotux-com/#respond</comments>
		
		<dc:creator><![CDATA[fapg]]></dc:creator>
		<pubDate>Fri, 22 Jan 2016 23:23:28 +0000</pubDate>
				<category><![CDATA[outros]]></category>
		<guid isPermaLink="false">http://fapg.nsk.pt/?p=139</guid>

					<description><![CDATA[A entrada de colegas novos para as empresas, fazem com que existam novos pedidos e novas ideias. A ideia para contribuirmos para a nossa sociedade, está na natureza da nossa empresa, sendo que com a ideia de criar uma área para cada colaborador escrever um pouco das tecnologias (ou não) com que trabalha foi logo &#8230; <a href="https://fapg.nsk.pt/2016/01/people-eurotux-com/" class="more-link">Continuar a ler<span class="screen-reader-text">people.eurotux.com</span> <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://fapg.nsk.pt/2016/01/people-eurotux-com/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Como recuperar um cartão SD que não é detectado pelo sistema operativo</title>
		<link>https://fapg.nsk.pt/2013/04/how-to-recover-your-damage-sd-card/</link>
					<comments>https://fapg.nsk.pt/2013/04/how-to-recover-your-damage-sd-card/#comments</comments>
		
		<dc:creator><![CDATA[fapg]]></dc:creator>
		<pubDate>Sat, 27 Apr 2013 17:17:47 +0000</pubDate>
				<category><![CDATA[outros]]></category>
		<guid isPermaLink="false">http://fapg.nsk.pt/?p=106</guid>

					<description><![CDATA[Pediram-me no outro dia para tentar recuperar um cartão SD que tinha sido dobrado ao inseri-lo num leitor de cartões. &#160; Ora, lá o fui experimentar no meu portátil, mas nem sequer era detectado, dando os seguintes erros: &#160; kernel: [ 1454.756543] mmc0: Got command interrupt 0x00080000 even though no command operation was in progress. &#8230; <a href="https://fapg.nsk.pt/2013/04/how-to-recover-your-damage-sd-card/" class="more-link">Continuar a ler<span class="screen-reader-text">Como recuperar um cartão SD que não é detectado pelo sistema operativo</span> <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://fapg.nsk.pt/2013/04/how-to-recover-your-damage-sd-card/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Rewrite para https</title>
		<link>https://fapg.nsk.pt/2010/10/rewrite_to_https/</link>
					<comments>https://fapg.nsk.pt/2010/10/rewrite_to_https/#respond</comments>
		
		<dc:creator><![CDATA[fapg]]></dc:creator>
		<pubDate>Fri, 08 Oct 2010 10:07:00 +0000</pubDate>
				<category><![CDATA[apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rede]]></category>
		<guid isPermaLink="false">http://fapg.nsk.pt/?p=96</guid>

					<description><![CDATA[Caso seja necessário fazer um rewrite de um URL para https, no mesmo virtualhost que é usado em http, podes usar a flag RewriteCond %{HTTPS} !=on, tipo isto: RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^(/test)$ https://%{SERVER_NAME}$1 [R,L]]]></description>
		
					<wfw:commentRss>https://fapg.nsk.pt/2010/10/rewrite_to_https/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Forçar o tamanho por omissão da konsole do kde4</title>
		<link>https://fapg.nsk.pt/2010/01/konsole-kde-4-fixed-windows-size/</link>
					<comments>https://fapg.nsk.pt/2010/01/konsole-kde-4-fixed-windows-size/#respond</comments>
		
		<dc:creator><![CDATA[fapg]]></dc:creator>
		<pubDate>Wed, 13 Jan 2010 23:53:10 +0000</pubDate>
				<category><![CDATA[linha de comandos]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[linux]]></category>
		<guid isPermaLink="false">http://fapg.nsk.pt/?p=92</guid>

					<description><![CDATA[Para forçar o tamanho por omissão da konsole do kde4, faça o seguinte: # altura que a konsole deverá ter W=655 # largura que a konsole deverá ter H=410 # escrever a configuração do kde for X_RESOLUTION in 1024 1280 1440 1920; do kwriteconfig &#8211;file ~/.kde4/share/config/konsolerc &#8211;group MainWindow &#8211;key &#8220;Width $X_RESOLUTION&#8221; $W; done for Y_RESOLUTION &#8230; <a href="https://fapg.nsk.pt/2010/01/konsole-kde-4-fixed-windows-size/" class="more-link">Continuar a ler<span class="screen-reader-text">Forçar o tamanho por omissão da konsole do kde4</span> <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://fapg.nsk.pt/2010/01/konsole-kde-4-fixed-windows-size/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Extender um disco de vmware</title>
		<link>https://fapg.nsk.pt/2009/10/extend-vmware-disk/</link>
					<comments>https://fapg.nsk.pt/2009/10/extend-vmware-disk/#respond</comments>
		
		<dc:creator><![CDATA[fapg]]></dc:creator>
		<pubDate>Wed, 14 Oct 2009 13:07:24 +0000</pubDate>
				<category><![CDATA[linha de comandos]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[virtualização]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[vmware]]></category>
		<guid isPermaLink="false">http://fapg.nsk.pt/?p=89</guid>

					<description><![CDATA[Para extender um disco em vmware, pode-se fazer com o seguinte comando: vmware-vdiskmanager -x &#60;tamanho final&#62; &#8220;&#60;nome do disco que querem extender.vmdk&#62;&#8221; Example: vmware-vdiskmanager -x 10GB &#8220;CentOS Enterprise Linux 4.vmdk&#8221; Após isto o disco foi extendido e deverá ser extendido no próprio sistema operativo com as ferramentas do sistema operativo.]]></description>
		
					<wfw:commentRss>https://fapg.nsk.pt/2009/10/extend-vmware-disk/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Comandos openssl</title>
		<link>https://fapg.nsk.pt/2009/09/openssl-utils-commands/</link>
					<comments>https://fapg.nsk.pt/2009/09/openssl-utils-commands/#comments</comments>
		
		<dc:creator><![CDATA[fapg]]></dc:creator>
		<pubDate>Thu, 03 Sep 2009 09:56:12 +0000</pubDate>
				<category><![CDATA[linha de comandos]]></category>
		<category><![CDATA[linux]]></category>
		<guid isPermaLink="false">http://fapg.nsk.pt/?p=79</guid>

					<description><![CDATA[Este post descreve os comandos da ferramenta OpenSSL, mais comuns. Comandos OpenSSL comuns Os seguinte comandos permitem gerar CSRs, certificados, chaves privadas e outras tarefas. Gerar uma nova chave privada e um pedido de certificado (CSR): openssl req -out CSR.csr -pubkey -new -keyout privateKey.key openssl req -nodes -newkey rsa:2048 -keyout privateKey.key -out CSR.csr (este gera &#8230; <a href="https://fapg.nsk.pt/2009/09/openssl-utils-commands/" class="more-link">Continuar a ler<span class="screen-reader-text">Comandos openssl</span> <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://fapg.nsk.pt/2009/09/openssl-utils-commands/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Alterar a porta de um serviço num Sistema Windows</title>
		<link>https://fapg.nsk.pt/2009/08/changing-a-service-port-number-on-a-windows-system/</link>
					<comments>https://fapg.nsk.pt/2009/08/changing-a-service-port-number-on-a-windows-system/#respond</comments>
		
		<dc:creator><![CDATA[fapg]]></dc:creator>
		<pubDate>Mon, 10 Aug 2009 09:00:45 +0000</pubDate>
				<category><![CDATA[serviços]]></category>
		<category><![CDATA[windows]]></category>
		<guid isPermaLink="false">http://fapg.nsk.pt/?p=74</guid>

					<description><![CDATA[Para alterar a porta de um serviço em sistemas Windows, é necessário alterar o ficheiro services localizado na pasta %SYSTEMROOT%\SYSTEM32\DRIVERS\ETC (normalmente c:\windows\system32\drivers\etc). Por exemplo, precisei alterar a porta do serviço the SNMP. Para o fazer editei o ficheiro c:\windows\system32\drivers\etc\services com o notepad (ou outro editor de texto qualquer) e alterei a linha: snmp              161/udp                           #SNMP &#8230; <a href="https://fapg.nsk.pt/2009/08/changing-a-service-port-number-on-a-windows-system/" class="more-link">Continuar a ler<span class="screen-reader-text">Alterar a porta de um serviço num Sistema Windows</span> <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://fapg.nsk.pt/2009/08/changing-a-service-port-number-on-a-windows-system/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Converter imagens do nero (nrg) em iso</title>
		<link>https://fapg.nsk.pt/2009/08/convert-nero-images-nrg-to-iso/</link>
					<comments>https://fapg.nsk.pt/2009/08/convert-nero-images-nrg-to-iso/#respond</comments>
		
		<dc:creator><![CDATA[fapg]]></dc:creator>
		<pubDate>Thu, 06 Aug 2009 18:35:58 +0000</pubDate>
				<category><![CDATA[linha de comandos]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[nero]]></category>
		<category><![CDATA[nrg]]></category>
		<guid isPermaLink="false">http://fapg.nsk.pt/?p=76</guid>

					<description><![CDATA[Para converter imagens do nero em imagens iso, apenas necessitamos do comando nrg2iso. Esse comando pode ser encontrado aqui: centos/rhel debian/ubunto: apt-get install nrg2iso mandriva: urpmi install nrg2iso após instalar, basta executar na linha de comandos nrg2iso image.nrg image.iso]]></description>
		
					<wfw:commentRss>https://fapg.nsk.pt/2009/08/convert-nero-images-nrg-to-iso/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Script para enviar sms através do voipbuster</title>
		<link>https://fapg.nsk.pt/2009/07/script-to-send-sms-via-voipbuster/</link>
					<comments>https://fapg.nsk.pt/2009/07/script-to-send-sms-via-voipbuster/#comments</comments>
		
		<dc:creator><![CDATA[fapg]]></dc:creator>
		<pubDate>Thu, 30 Jul 2009 15:11:22 +0000</pubDate>
				<category><![CDATA[linha de comandos]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[sms]]></category>
		<category><![CDATA[voipbuster]]></category>
		<guid isPermaLink="false">http://fapg.nsk.pt/?p=66</guid>

					<description><![CDATA[Como envio muitas mensagens, e tenho conta no voipbuster, fiz uma script para enviar sms&#8217;s através do portal do voipbuster. Para ajustar a script com os teus dados, basta editar a script e alterar os seguintes parâmetros da mesma: USER=voipbuster_user PASS=voipbuster_passwd FROM=voipbuster_user Para testar o funcionamento da script, basta executa-la: sh sms.voibuster.sh +35112345678 teste final &#8230; <a href="https://fapg.nsk.pt/2009/07/script-to-send-sms-via-voipbuster/" class="more-link">Continuar a ler<span class="screen-reader-text">Script para enviar sms através do voipbuster</span> <span class="meta-nav">&#8594;</span></a>]]></description>
		
					<wfw:commentRss>https://fapg.nsk.pt/2009/07/script-to-send-sms-via-voipbuster/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
	</channel>
</rss>
