<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Giancarmine</title>
    <description>The latest articles on Forem by Giancarmine (@el_giancar).</description>
    <link>https://forem.com/el_giancar</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F89111%2F02ffdd7a-9a01-4dc1-98e3-c4b23d9ae22a.png</url>
      <title>Forem: Giancarmine</title>
      <link>https://forem.com/el_giancar</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/el_giancar"/>
    <language>en</language>
    <item>
      <title>Quick fix fn keys in Ubuntu</title>
      <dc:creator>Giancarmine</dc:creator>
      <pubDate>Wed, 18 Oct 2023 14:06:16 +0000</pubDate>
      <link>https://forem.com/el_giancar/quick-fix-fn-keys-in-ubuntu-j8n</link>
      <guid>https://forem.com/el_giancar/quick-fix-fn-keys-in-ubuntu-j8n</guid>
      <description>&lt;p&gt;If you have a 60% keyboard (a Blitzwolf kb1 in my case), you may have noticed that the Function Keys (F1, F2, etc.) are not enabled by default. This is because the keyboard is in "Apple mode" by default. To change the Function Key behavior to the standard Ubuntu layout, you need to execute the following command:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;echo &lt;/span&gt;2 | &lt;span class="nb"&gt;sudo tee&lt;/span&gt; /sys/module/hid_apple/parameters/fnmode
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This will change the FnMode to 2, which corresponds to the standard Ubuntu layout.&lt;/p&gt;

&lt;p&gt;To make this change permanent, you can add the following line to your &lt;code&gt;/etc/rc.local&lt;/code&gt; file:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;echo &lt;/span&gt;2 | &lt;span class="nb"&gt;sudo tee&lt;/span&gt; /sys/module/hid_apple/parameters/fnmode
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This will ensure that the FnMode is set to 2 every time you boot up your computer.&lt;/p&gt;

&lt;p&gt;Here are the steps on how to do this:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Open the &lt;code&gt;/etc/rc.local&lt;/code&gt; file in a text editor.&lt;/li&gt;
&lt;li&gt;Add the following line to the end of the file:
&lt;/li&gt;
&lt;/ul&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="nb"&gt;echo &lt;/span&gt;2 | &lt;span class="nb"&gt;sudo tee&lt;/span&gt; /sys/module/hid_apple/parameters/fnmode
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;ul&gt;
&lt;li&gt;Save and close the file.&lt;/li&gt;
&lt;li&gt;Reboot your computer.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Once you have rebooted your computer, the FnMode will be set to 2 and the Function Keys will work as expected 🔥 &lt;/p&gt;

</description>
      <category>ubuntu</category>
      <category>keyboard</category>
      <category>functionkeys</category>
      <category>blitzwolf</category>
    </item>
    <item>
      <title>From 'A' to 'Z'</title>
      <dc:creator>Giancarmine</dc:creator>
      <pubDate>Thu, 23 Apr 2020 22:27:21 +0000</pubDate>
      <link>https://forem.com/giancarmine/from-a-to-z-3n2e</link>
      <guid>https://forem.com/giancarmine/from-a-to-z-3n2e</guid>
      <description>&lt;p&gt;Hey, I hope you are well and healthy.&lt;/p&gt;

&lt;p&gt;In this post, I wanted to tell you about my experience in changing from a large company to a small start-up.&lt;/p&gt;

&lt;p&gt;A year and a half ago I moved to Spain from Italy And I started working in a large multinational company, I happened on a project for a fairly important insurance company. A technological hell (&lt;strong&gt;working with java 6 in 2019 is anachronistic&lt;/strong&gt;), managing and transmitting information between us and the customer.&lt;/p&gt;

&lt;p&gt;After a year and three months, I changed companies, moving to a small start-up of about 15 employees.&lt;/p&gt;

&lt;p&gt;The best choice I could make for my professional career right now, excellent projects, with decent technologies and with confusional but coherent management&lt;/p&gt;




&lt;h3&gt;
  
  
  &lt;em&gt;And you? Do you have any positive or negative experience with big company changes?&lt;/em&gt;
&lt;/h3&gt;

</description>
      <category>experience</category>
      <category>development</category>
      <category>company</category>
      <category>startup</category>
    </item>
  </channel>
</rss>
