Skip to content
View pmcfernandes's full-sized avatar
🏠
Working from home
🏠
Working from home

Organizations

@Patreo
Block or Report

Block or report pmcfernandes

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
pmcfernandes/README.md

my banner

Hello, my name is Pedro Fernandes 👋

I'm Software Developer, student, tech investor based in Lisbon, Portugal ❤️.

I worked in a companies specialized in software for Government. I programming using .net, php, python, mssql, mysql, oracle db, mongo db, signalr and other real time technologies, IoT and other tech stuff.

Get in touch

Website Twitter LinkedIn

Github status

Pinned

  1. ama ama Public

    Ask me anything!

  2. Install all common software for deve... Install all common software for development pc via Chocolatery
    1
    Set-ExecutionPolicy Bypass -Scope Process -Force;
    2
    [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072;
    3
    iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'));
    4
    choco install adobereader -y
    5
    choco install python3 -y
  3. podcastsDownloader podcastsDownloader Public

    Download any podcast from iTunes and save it in folders. Periodically.

    JavaScript 1

  4. Install i3 in Debian Minimal Distro Install i3 in Debian Minimal Distro
    1
    !! Colorscheme
    2
    
                  
    3
    ! special
    4
    *.foreground: #93a1a1
    5
    *.background: #141c21
  5. Configure Lamp and webmin in Ubuntu ... Configure Lamp and webmin in Ubuntu Linux
    1
    #!/bin/bash
    2
    su -i
    3
    
                  
    4
    # Create Swap space
    5
    fallocate -l 4G /swapfile
  6. Yonk Yonk Public

    A theme for development of Wordpress sites and projects

    PHP 1