Skip to content

Instantly share code, notes, and snippets.

@solus-hq
solus-hq / web-servers.md
Created October 5, 2022 10:43 — forked from willurd/web-servers.md
Big list of http static server one-liners

Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.

Discussion on reddit.

Python 2.x

$ python -m SimpleHTTPServer 8000
@solus-hq
solus-hq / void_gnome.md
Created October 2, 2022 11:09 — forked from nerdyslacker/void_gnome.md
[Void Linux + GNOME] void linux configuration from scrath with gnome de #linux #void #gnome
@solus-hq
solus-hq / isd_country_code.json
Created May 21, 2021 12:45 — forked from iamswapnilsonar/isd_country_code.json
All the country list along with Country code and Dial Code. Please let me know if any suggestions.
[
{
"name": "Afghanistan",
"dial_code": "+93",
"code": "AF"
},
{
"name": "Albania",
"dial_code": "+355",
"code": "AL"
#!/usr/bin/env bash
set -o errexit
set -o pipefail
# BSSID
# CHANNEL
# SSID
# CtlRSSI

Linux - Systemd cheatsheet

systemctl

Activates a service immediately:

systemctl start foo.service

Deactivates a service immediately:

@solus-hq
solus-hq / README.MD
Created August 10, 2019 07:13 — forked from nzec/README.MD
DeezLoader Offical Page

Deezloader Remix

(Recommended)

Available for macOS, Linux, Windows.

In the process of a rewrite. Final release will be v4.2.0. The repository might get DMCA' so, make Git Clones/Forks
You can compile yourself now to test for bugs (See rewrite branch in the Git repository)

@solus-hq
solus-hq / prosody-to-ejabberd-migration.md
Created April 30, 2019 07:36 — forked from ldvc/prosody-to-ejabberd-migration.md
Steps for migrating Prosody server to Ejabberd on Debian 9

First redacted on early March 2018.

After some time with Prosody 0.10 on Debian 9, I wanted to test Ejabberd. You'll find below steps for doing such migration.

Steps

Packages installation

The most recent version can be found in Stretch's backports repository:

cat <<EOF | sudo tee /etc/apt/sources.list.d/backports.list
deb http://ftp.debian.org/debian stretch-backports main