Skip to content

Instantly share code, notes, and snippets.

View 345161974's full-sized avatar
🎯
Focusing

Lucas 345161974

🎯
Focusing
View GitHub Profile

To install tcptraceroute on Debian/Ubuntu:

$ sudo apt-get install tcptraceroute

To install tcptraceroute on CentOS/REHL, first set up RepoForge on your system, and then:

$ sudo yum install tcptraceroute
@345161974
345161974 / zlib_strings.cpp
Created September 14, 2021 07:35 — forked from gomons/zlib_strings.cpp
Compressing STL Strings with zlib
// Copyright 2007 Timo Bingmann <[email protected]>
// Distributed under the Boost Software License, Version 1.0.
// (See http://www.boost.org/LICENSE_1_0.txt)
//
// Original link http://panthema.net/2007/0328-ZLibString.html
#include <string>
#include <stdexcept>
#include <iostream>
#include <iomanip>
@345161974
345161974 / build_sqlite3_lib.md
Created March 19, 2023 13:39 — forked from zeljic/build_sqlite3_lib.md
Build SQLite3 .lib file on windows

How to build SQLite3 .lib file on Windows 10

  1. Download source from source (https://www.sqlite.org/download.html)

    For example: source https://www.sqlite.org/2022/sqlite-amalgamation-3390300.zip

  2. Download binary from binary

    For example: binary https://www.sqlite.org/2022/sqlite-dll-win64-x64-3390300.zip

  3. Extract both archives to the same directory