<?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>DEV Community: Bianca Luísa</title>
    <description>The latest articles on DEV Community by Bianca Luísa (@luisabianca).</description>
    <link>https://dev.to/luisabianca</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%2F489900%2Fb67065ad-53a3-4076-b893-f9516095cd0d.jpeg</url>
      <title>DEV Community: Bianca Luísa</title>
      <link>https://dev.to/luisabianca</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/luisabianca"/>
    <language>en</language>
    <item>
      <title>[Boost]</title>
      <dc:creator>Bianca Luísa</dc:creator>
      <pubDate>Thu, 26 Mar 2026 18:40:51 +0000</pubDate>
      <link>https://dev.to/luisabianca/-9ic</link>
      <guid>https://dev.to/luisabianca/-9ic</guid>
      <description>&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
        &lt;div class="c-embed__cover"&gt;
          &lt;a href="https://dev.to/he4rt/engenharia-de-prompt-por-que-a-forma-como-voce-pergunta-muda-tudoum-guia-introdutorio-3hb0" class="c-link align-middle" rel="noopener noreferrer"&gt;
            &lt;img alt="" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqwfwdg3n2wt6cnsgy42b.png" height="auto" class="m-0"&gt;
          &lt;/a&gt;
        &lt;/div&gt;
      &lt;div class="c-embed__body"&gt;
        &lt;h2 class="fs-xl lh-tight"&gt;
          &lt;a href="https://dev.to/he4rt/engenharia-de-prompt-por-que-a-forma-como-voce-pergunta-muda-tudoum-guia-introdutorio-3hb0" rel="noopener noreferrer" class="c-link"&gt;
            Engenharia de Prompt: Por Que a Forma Como Você Pergunta Muda Tudo(Um guia introdutório) - DEV Community
          &lt;/a&gt;
        &lt;/h2&gt;
          &lt;p class="truncate-at-3"&gt;
            Neste artigo irei explicar alguns pontos importantes sobre Engenharia de prompt, e como saber esses...
          &lt;/p&gt;
        &lt;div class="color-secondary fs-s flex items-center"&gt;
            &lt;img alt="favicon" class="c-embed__favicon m-0 mr-2 radius-0" src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F8j7kvp660rqzt99zui8e.png"&gt;
          dev.to
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


</description>
      <category>ai</category>
      <category>productivity</category>
      <category>beginners</category>
      <category>braziliandevs</category>
    </item>
    <item>
      <title>How to see current branch - Vscode - Linux - Terminal</title>
      <dc:creator>Bianca Luísa</dc:creator>
      <pubDate>Thu, 21 Jul 2022 08:55:56 +0000</pubDate>
      <link>https://dev.to/luisabianca/how-to-see-current-branch-vscode-linux-terminal-5f2m</link>
      <guid>https://dev.to/luisabianca/how-to-see-current-branch-vscode-linux-terminal-5f2m</guid>
      <description>&lt;p&gt;Add the follow code at bashrc &lt;/p&gt;

&lt;p&gt;&lt;code&gt;export PS1='\u@\h\[\033[01;34m\] \w\[\033[0;32m\]$(__git_ps1 " (%s)")\[\033[01;34m\]$\[\033[00m\] '&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Then, run &lt;code&gt;source ~/.bashrc&lt;/code&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to install LAMP server and create alias to use on linux</title>
      <dc:creator>Bianca Luísa</dc:creator>
      <pubDate>Thu, 21 Jul 2022 05:23:12 +0000</pubDate>
      <link>https://dev.to/luisabianca/how-to-install-lamp-server-and-create-alias-to-use-on-linux-4ig9</link>
      <guid>https://dev.to/luisabianca/how-to-install-lamp-server-and-create-alias-to-use-on-linux-4ig9</guid>
      <description>&lt;p&gt;Sudo apt-get lamp-server^&lt;br&gt;
alias www="cd /var/www/html"&lt;br&gt;
sudo chmod 777 /var/www/html&lt;br&gt;
source ~/.bashrc&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to fix alsactl store that does not save alsamixer settings</title>
      <dc:creator>Bianca Luísa</dc:creator>
      <pubDate>Sat, 13 Feb 2021 02:14:16 +0000</pubDate>
      <link>https://dev.to/luisabianca/fix-alsactl-store-that-does-not-save-alsamixer-settings-130i</link>
      <guid>https://dev.to/luisabianca/fix-alsactl-store-that-does-not-save-alsamixer-settings-130i</guid>
      <description>&lt;p&gt;These days I had problems with alsamixer settings on my Ubuntu version 18.04.5, it wasnt being restored when restarting the system. I solved the problem by doing this:&lt;/p&gt;

&lt;p&gt;Open the alsamixer&lt;/p&gt;

&lt;p&gt;1- &lt;code&gt;sudo alsamixer&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Make the changes you want. Save changes with&lt;/p&gt;

&lt;p&gt;2- &lt;code&gt;sudo alsactl --file ~/.config/asound.state store&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Open bashrc&lt;/p&gt;

&lt;p&gt;3- &lt;code&gt;sudo nano ~/.bashrc&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Add this line at the end&lt;/p&gt;

&lt;p&gt;4- &lt;code&gt;alsactl --file ~/.config/asound.state restore&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;save and reboot.&lt;/p&gt;

</description>
      <category>linux</category>
      <category>alsamixer</category>
      <category>alsactl</category>
      <category>sound</category>
    </item>
    <item>
      <title>alias to toggle your microphone using terminal</title>
      <dc:creator>Bianca Luísa</dc:creator>
      <pubDate>Thu, 15 Oct 2020 00:31:49 +0000</pubDate>
      <link>https://dev.to/luisabianca/alias-to-toggle-your-microphone-using-terminal-4ioe</link>
      <guid>https://dev.to/luisabianca/alias-to-toggle-your-microphone-using-terminal-4ioe</guid>
      <description>&lt;p&gt;If you type it on your bash, you will alternate your microphone on/off switch (toggle).  If you are using ubuntu 18.04 open a terminal and type the command below:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;echo "alias mic='amixer -D pulse sset Capture toggle'" &amp;gt;&amp;gt; ~/.bashrc &amp;amp;&amp;amp; . ~/.bashrc&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;now when you type mic on your terminal it will alternate between muted or not. &lt;/p&gt;

</description>
      <category>ubuntu</category>
      <category>beginners</category>
      <category>linux</category>
    </item>
    <item>
      <title>Problem upgrading Ubuntu 18.04 on a Dell computer</title>
      <dc:creator>Bianca Luísa</dc:creator>
      <pubDate>Thu, 15 Oct 2020 00:19:16 +0000</pubDate>
      <link>https://dev.to/luisabianca/problem-upgrade-ubuntu-18-04-22l5</link>
      <guid>https://dev.to/luisabianca/problem-upgrade-ubuntu-18-04-22l5</guid>
      <description>&lt;p&gt;Last week I had an interesting problem with ubuntu 18.04. I updated the system using 'sudo apt-get update &amp;amp;&amp;amp; sudo apt-get upgrade' and for my surprise when I restarted the computer I had no sound e no mic. The only output was Dummy Output. I tried everything tutorial.&lt;br&gt;
So I decided to reinstall using USB boot. Ok... Everything was working fine until the update, AGAIN!&lt;br&gt;
I reinstalled again! &lt;br&gt;
This time, I decided to update using Software Update and it worked!! I don't know why but updating ubuntu 18.04.2 to 18.04.5 with sound and mic functioning properly, just using the Software Update. Is this problem only on Dell G3 3590 or is it a general problem?&lt;/p&gt;

&lt;p&gt;(sorry my english, rs)&lt;/p&gt;

</description>
      <category>ubuntu</category>
      <category>linux</category>
      <category>discuss</category>
      <category>help</category>
    </item>
  </channel>
</rss>
