<?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: Philip Mac</title>
    <description>The latest articles on DEV Community by Philip Mac (@amphilip).</description>
    <link>https://dev.to/amphilip</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%2F649646%2Fcb1aee13-679f-48fc-a317-bb2392d05e95.jpeg</url>
      <title>DEV Community: Philip Mac</title>
      <link>https://dev.to/amphilip</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/amphilip"/>
    <language>en</language>
    <item>
      <title>How to Update VScode in Linux - Debian</title>
      <dc:creator>Philip Mac</dc:creator>
      <pubDate>Sat, 13 May 2023 18:46:57 +0000</pubDate>
      <link>https://dev.to/amphilip/how-to-update-vscode-in-linux-debian-2k62</link>
      <guid>https://dev.to/amphilip/how-to-update-vscode-in-linux-debian-2k62</guid>
      <description>&lt;p&gt;As a new user in linux - debian from Windows, i had some couple of issues updating some program specifically VScode.&lt;/p&gt;

&lt;p&gt;it's so simple&lt;br&gt;
Open terminal or press ctrl+alt+t to open the Terminal&lt;/p&gt;

&lt;p&gt;Then type this command:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo apt-get install code
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;that's  it. Pretty simple right!!&lt;/p&gt;

&lt;p&gt;Happy Coding :) 😊&lt;/p&gt;

</description>
      <category>tutorial</category>
      <category>vscode</category>
      <category>webdev</category>
      <category>ubuntdebian</category>
    </item>
    <item>
      <title>How to install R and Rstudio in Linux (GNOME)</title>
      <dc:creator>Philip Mac</dc:creator>
      <pubDate>Sat, 13 May 2023 18:37:36 +0000</pubDate>
      <link>https://dev.to/amphilip/how-to-install-r-and-rstudio-in-linux-gnome-2ldd</link>
      <guid>https://dev.to/amphilip/how-to-install-r-and-rstudio-in-linux-gnome-2ldd</guid>
      <description>&lt;p&gt;SO! you intrested in learning R but your Operating System is Linux moreso Ubuntu. Looks intimidating don't it? Just take a breath.&lt;br&gt;
Let's get into it - I'll show you how to install R and Rstudio in you linux machine....&lt;br&gt;
Just follow this simple steps and you ready to go.&lt;/p&gt;

&lt;p&gt;Step 1&lt;br&gt;
Open the terminal and run the following commands:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo apt update
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;This command is used in Linux to update the package list from the configured repositories.&lt;/p&gt;

&lt;p&gt;Step 2&lt;/p&gt;

&lt;p&gt;Next step, Use this command in the Terminal:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo apt -y install r-base gdebi-core
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;In this command we are installing R and gdebi.&lt;br&gt;
Question: What is gdebi&lt;br&gt;
Answer: so, In Ubuntu and other Linux distributions based on Debian, gdebi is a graphical tool for installing Debian packages. It provides a straightforward user interface for organizing and controlling software downloads on your computer. Gdebi makes managing software files on your Ubuntu system easy for users who prefer a graphical user interface over the command line. In this case gdebi will help us install Rstudio&lt;/p&gt;

&lt;p&gt;I hope we are still together? Let move on with the Process.&lt;/p&gt;

&lt;p&gt;Step 3&lt;br&gt;
As of 23rd March 2023 - follow this link to download Rstudio:&lt;br&gt;
Download the Ubuntu 18+/Debian 10+ with the .deb extension&lt;br&gt;
&lt;a href="https://posit.co/download/rstudio-desktop/"&gt;rstudio-download&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Don't get tired, we almost there!!&lt;/p&gt;

&lt;p&gt;Step 4&lt;br&gt;
Go to the downloads folder and locate the Rstudio file. Select the file then copy the whole name of the download file and make sure you include also the .deb extension&lt;/p&gt;

&lt;p&gt;Step 5&lt;br&gt;
Open a terminal or just use the one that is open, Change directory to download folder then type this command&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo gdebi
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;with the name of the file that you copied then press enter and let the magic happen - should look like this screenshot&lt;/p&gt;

&lt;p&gt;Final Step&lt;br&gt;
Go to Application and Type Rstudio - Hope you can now see your install. Now you can add it to your Task tab or your Favourites.&lt;/p&gt;

&lt;p&gt;Happy That you got to the last Step. &lt;/p&gt;

&lt;p&gt;Happy Programming 😊.&lt;/p&gt;

</description>
      <category>tutorial</category>
      <category>datascience</category>
      <category>computerscience</category>
      <category>community</category>
    </item>
    <item>
      <title>How to Install Composer on Linux - Debian</title>
      <dc:creator>Philip Mac</dc:creator>
      <pubDate>Thu, 13 Apr 2023 18:18:22 +0000</pubDate>
      <link>https://dev.to/amphilip/how-to-install-composer-on-linux-debian-33b</link>
      <guid>https://dev.to/amphilip/how-to-install-composer-on-linux-debian-33b</guid>
      <description>&lt;p&gt;To install Composer on Ubuntu, you can follow these steps:&lt;/p&gt;

&lt;p&gt;Update the package list on your system:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo apt update
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Install some required packages using the following command:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo apt install curl php-cli php-mbstring git unzip
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Download the Composer installer using the following command:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;curl -sS https://getcomposer.org/installer -o composer-setup.php
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Verify the downloaded installer:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;HASH=`curl -sS https://composer.github.io/installer.sig`
echo $HASH
php -r "if (hash_file('SHA384', 'composer-setup.php') === '$HASH') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;You should see the message "Installer verified" if everything is okay.&lt;/p&gt;

&lt;p&gt;Run the installer:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo php composer-setup.php --install-dir=/usr/local/bin --filename=composer
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Verify the installation:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;composer
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;You should see the Composer version number and usage instructions.&lt;/p&gt;

&lt;p&gt;That's it!Congratulation, You have successfully installed Composer on Linux - Debian.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>How to install Yarn</title>
      <dc:creator>Philip Mac</dc:creator>
      <pubDate>Thu, 06 Apr 2023 14:47:14 +0000</pubDate>
      <link>https://dev.to/amphilip/how-to-install-yarn-1gpf</link>
      <guid>https://dev.to/amphilip/how-to-install-yarn-1gpf</guid>
      <description>&lt;p&gt;The following steps can be used to install Yarn on your computer:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;Using Windows:&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Visit the Yarn website to learn more:&lt;br&gt;
&lt;a href="https://classic.yarnpkg.com/en/docs/install/#windows-stable"&gt;https://classic.yarnpkg.com/en/docs/install/#windows-stable&lt;/a&gt;&lt;br&gt;
Get the download file now.&lt;br&gt;
To begin installing the saved file, double click it.&lt;br&gt;
To finish the program, adhere to the on-screen directions.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;For Mac OS X:&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Open the Terminal app (you can find it in the Utilities folder in your Applications folder).&lt;br&gt;
Type&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;brew install yarn
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;and hit enter.&lt;br&gt;
Wait for the installation to finish.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&lt;strong&gt;For Linux (Ubuntu/Debian):&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Open the Terminal app.&lt;br&gt;
Type&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;and hit enter.&lt;br&gt;
Type&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;echo deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;and hit enter.&lt;br&gt;
Type&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo apt update
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;and hit enter.&lt;br&gt;
Type&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;sudo apt install yarn
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;and hit enter.&lt;br&gt;
Wait for the installation to finish.&lt;br&gt;
Once the installation is complete, you can verify that Yarn is installed on your system by typing&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;yarn --version
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;in the Terminal app. If Yarn is installed correctly, you should see its version number displayed in the Terminal.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>react</category>
      <category>yarn</category>
    </item>
    <item>
      <title>Deploying Virtual Machine in Azure</title>
      <dc:creator>Philip Mac</dc:creator>
      <pubDate>Thu, 23 Mar 2023 17:53:15 +0000</pubDate>
      <link>https://dev.to/amphilip/deploying-virtual-machine-in-azure-30d2</link>
      <guid>https://dev.to/amphilip/deploying-virtual-machine-in-azure-30d2</guid>
      <description>&lt;p&gt;The supply of computing services such servers, storage, databases, networking, software, analytics, and intelligence over the Internet (the "cloud") is referred to as "cloud computing," and it aims to provide quicker innovation, adaptable resources, and scale economies.&lt;br&gt;
One of the largest and most reputable cloud computing service providers is &lt;strong&gt;Azure&lt;/strong&gt; and Creating a Virtual Machine in Azure is as Simple as counting 1,2,3,4....You get the Point😄. Follow the steps and I assure you, your VM will be Up and Runing in Minutes. Let's Go&lt;/p&gt;

&lt;p&gt;&lt;code&gt;Step 1. Sign In/Sign Up to the Azure portal: https://portal.azure.com&lt;/code&gt;&lt;br&gt;
&lt;code&gt;Step 2 . Navigate to **_All services_** blade in the Portal Menu, then select **_Virtual machines_**, and then click **_+Create_** and choose **_+Azure Virtual machine_** from the drop down.&lt;/code&gt;&lt;br&gt;
Step 3. Enter the following details on the Basics tab (leave the defaults for everything else).&lt;br&gt;
`- Settings    Values&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Subscription  Use default supplied&lt;/li&gt;
&lt;li&gt;Resource group    Create new resource group&lt;/li&gt;
&lt;li&gt;Virtual machine name  myVM&lt;/li&gt;
&lt;li&gt;Region    (US) East US&lt;/li&gt;
&lt;li&gt;Availability options  No infrastructure redundancy options required&lt;/li&gt;
&lt;li&gt;Image Windows Server 2019 Datacenter - Gen2&lt;/li&gt;
&lt;li&gt;Size  Standard D2s v3&lt;/li&gt;
&lt;li&gt;Administrator account username    azureuser&lt;/li&gt;
&lt;li&gt;Administrator account password (type in carefully!)   Pa$$w0rd1234&lt;/li&gt;
&lt;li&gt;Inbound port rules -  *&lt;em&gt;Allow select ports *&lt;/em&gt;
&lt;/li&gt;
&lt;li&gt;Select inbound ports  RDP (3389) and HTTP (80)`&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;code&gt;Step 4. Make sure HTTP (80) and RDP (3389) are chosen in the section Select inbound ports by switching to the Networking tab.&lt;/code&gt;&lt;br&gt;
Step 5 . Go to the Management tab, choose the Boot diagnostics under the Monitoring heading, and change its Value to Disable.&lt;br&gt;
Step 6. I hope you still with Me? Great, I trust you.&lt;br&gt;
&lt;code&gt;Step 7. Click the Review + create button at the bottom of the page after leaving the remaining values at their default settings.&lt;br&gt;
Click the Create button when Validation is successful. The deployment of the virtual computer can take five to seven minutes.&lt;/code&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>devops</category>
      <category>cloud</category>
      <category>azure</category>
    </item>
    <item>
      <title>Matrix In Terminal</title>
      <dc:creator>Philip Mac</dc:creator>
      <pubDate>Fri, 14 Oct 2022 23:43:46 +0000</pubDate>
      <link>https://dev.to/amphilip/the-matrix-in-terminal-793</link>
      <guid>https://dev.to/amphilip/the-matrix-in-terminal-793</guid>
      <description>&lt;p&gt;Action Movies have really defined a different way on how we view Hacker Computers. The animations on the terminal have always made it look cool and who doesn't like Cool things?🤷‍♂️&lt;/p&gt;

&lt;p&gt;Let's do this,&lt;/p&gt;

&lt;p&gt;I'll show you how to make your terminal look cool and make you prank your friends on your killer hacker skills.&lt;/p&gt;

&lt;p&gt;It's simple, just follow this steps.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;1. Open Terminal on your Linux Machine or WSL terminal(Linux distro) on Windows Machine.&lt;/li&gt;
&lt;li&gt;2. Run &lt;code&gt;sudo apt update&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;3. After the update, clear your terminal by using command &lt;code&gt;clear&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;4. Then type this command, &lt;code&gt;sudo apt install cmatrix&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Then Run the command &lt;code&gt;cmatrix&lt;/code&gt; and wait for the magic to happen
At this point you should have something like this on your terminal&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--qoNgwW6h--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ijgouvlg4wi9xmyc62gv.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--qoNgwW6h--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ijgouvlg4wi9xmyc62gv.PNG" alt="Image description" width="880" height="490"&gt;&lt;/a&gt;&lt;br&gt;
Note: If you wanna exit the screen just press &lt;code&gt;ctrl + c&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;I hope you have fun ❤. Kindly share more fun things on the comment section.&lt;/p&gt;

</description>
      <category>terminal</category>
      <category>programming</category>
      <category>devops</category>
      <category>justsomefun</category>
    </item>
  </channel>
</rss>
