Skip to content

Instantly share code, notes, and snippets.

View HuluWZ's full-sized avatar
🎯
Focusing

Hulunlante Worku HuluWZ

🎯
Focusing
View GitHub Profile
HIRE Me For Your Project Support :)
Telegram: https://t.me/LinuxGun
#!/bin/bash
# Completely Remove Apache Ubuntu
service apache2 stop
apt purge apache2
apt remove apache2.*
apt autoremove
whereis apache2
@dsandip
dsandip / allow-list.graphql
Last active January 18, 2025 19:16
Sample file with queries and mutations that can be used to populate an allow-list
# will be ignored by the allow-list
type Starship {
id: ID!
name: String!
length(unit: LengthUnit = METER): Float
}
# will be ignored by the allow-list
scalar parsec