Skip to content

Instantly share code, notes, and snippets.

View gdjohn4s's full-sized avatar
🃏
We are online but not connected. 🈂

Giovanni D'Andrea gdjohn4s

🃏
We are online but not connected. 🈂
View GitHub Profile
@gdjohn4s
gdjohn4s / removeBuiltinApps.ps1
Created March 8, 2022 20:15
Remove Windows 10 Built-in apps
Write-Host "Eliminating built-in apps.."
Get-AppxPackage *3dbuilder* | Remove-AppxPackage
Get-AppxPackage *windowsalarms* | Remove-AppxPackage
Get-AppxPackage *windowscalculator* | Remove-AppxPackage
Get-AppxPackage *windowscommunicationsapps* | Remove-AppxPackage
Get-AppxPackage *windowscamera* | Remove-AppxPackage
Get-AppxPackage *officehub* | Remove-AppxPackage
Get-AppxPackage *skypeapp* | Remove-AppxPackage
Get-AppxPackage *getstarted* | Remove-AppxPackage
Get-AppxPackage *zunemusic* | Remove-AppxPackage
@gdjohn4s
gdjohn4s / remote_ssh_commands.pl
Last active November 16, 2021 09:50
Simple remote command execution in perl using Net::SSH2 module.
#!/usr/bin/perl
=begin
Author: john4s
Scope: Check file system disk usage on remote system
Version: v1.0
DISCLAIMER:
To run this script you need to import your public rsa key on the server.
=cut
@gdjohn4s
gdjohn4s / gist:2ecc40efc18853228a1487d12d59c03a
Created October 10, 2020 04:11 — forked from rxaviers/gist:7360908
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:
@gdjohn4s
gdjohn4s / desktop-shortcut.md
Last active January 5, 2023 22:35
Create Ubuntu Desktop shortcut

How to create Desktop shortcut on ubuntu 18.04

To create a desktop shortcut on your ubuntu, just open gedit on desktop and paste those strings:

#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=/snap/bin/skype
@gdjohn4s
gdjohn4s / license-badges.md
Created May 23, 2019 09:15 — forked from lukas-h/license-badges.md
Markdown License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes