Skip to content

Instantly share code, notes, and snippets.

@keithmorris
keithmorris / drive-format-ubuntu.md
Last active January 23, 2025 07:41
Partition, format, and mount a drive on Ubuntu
@cmj
cmj / streams.m3u
Last active January 23, 2025 07:38
#EXTM3U
#EXTINF:0,1plus1
#https://1plus1-rakuten.amagi.tv/playlist.m3u8
#EXTINF:0,24hours Movies
https://muxip-24hoursmovies-klowdtv.amagi.tv/playlist.m3u8
#EXTINF:0,AccuWeather
https://amg00684-accuweatherinc-accuweather-stirr-69yvl.amagi.tv/playlist.m3u8
#EXTINF:0,Action Hollywood Movies
https://actionhollywood-klowdtv.amagi.tv/playlist.m3u8
#EXTINF:0,Agora TV
@Phaiax
Phaiax / .screenrc
Last active January 23, 2025 07:35
# Dateiname: .screenrc
# Speicherort: Homeverzeichnis
# Diese Datei enthaelt Befehle fuer screen. screen fuehrt sie beim starten aus.
# Jeden dieser Befehle kann man auch benutzen wenn screen schon gestartet ist.
# Mit <Strg+A :> startet man den Modus, der diese Befehle akzeptiert.
# Mehr Informationen im internen ITE Wiki
# und unter https://www.gnu.org/software/screen/manual/screen.html
@DartPower
DartPower / ms-office-dl-links
Last active January 23, 2025 07:33
MS Office Download Links
@sanusart
sanusart / readme.md
Last active January 23, 2025 07:29
use intersection observer hook #react #hooks

Usage example

const LazyListItem = () => {
 const [isInView, ref] = useIntersectionObserver<HTMLDivElement>();

 return (
   <div ref={ref}>
     {isInView ? (
@y0ngb1n
y0ngb1n / docker-registry-mirrors.md
Last active January 23, 2025 07:27
国内的 Docker Hub 镜像加速器,由国内教育机构与各大云服务商提供的镜像加速服务 | Dockerized 实践 https://github.com/y0ngb1n/dockerized
@thanoskoutr
thanoskoutr / squashfs-install.md
Last active January 23, 2025 07:27
Fix sasquatch installation for binwalk

Fix sasquatch installation for binwalk

For anynone that is running the latest version of binwalk (Binwalk v2.3.3) and when trying to extract squshfs filesystems, gets the following error:

WARNING: Extractor.execute failed to run external extractor 'sasquatch -p 1 -le -d 'squashfs-root' '%e'': [Errno 2] No such file or directory: 'sasquatch', 'sasquatch -p 1 -le -d 'squashfs-root' '%e'' might not be installed correctly

it might have to do that the sasquatch project is missing or not working correctly.

Install sasquatch

@amboutwe
amboutwe / yoast_seo_prev_next_change.php
Last active January 23, 2025 07:26
Remove or modify the Yoast SEO prev or next URLs. Only copy the section of code you need.
<?php
/********* DO NOT COPY THE PARTS ABOVE THIS LINE *********/
/* Change Yoast SEO Prev/Next URL on some pages
* Credit: Yoast Team
* Last Tested: Jun 10 2017 using Yoast SEO 4.9 on WordPress 4.8
*/
add_filter( 'wpseo_next_rel_link', 'custom_change_wpseo_next' );
@novitae
novitae / README.md
Last active January 23, 2025 07:24
Palera1n & SSL Pinning / Reverse Cheatsheet

Palera1n & SSL Pinning / Reverse Cheatsheet

Jailbreak

  • Download latest release of palera1n.
  • Connect iphone to computer.
  • Jailbreak using palera1n --setup-fakefs --fakefs. This will setup fakefs to access to sudo later.
  • Once phone is running, run palera1n -f to load fakefs. Do it everytime you restart the phone to rejailbreak it, no need to do previous step if the phone wasn't reset.

Terminal

Connecting to SSH

  • Ensure openssh package is installed on Sileo
  • You can then connect to ssh mobile@IP
@p-ja
p-ja / README.md
Last active January 23, 2025 07:23
libffmpeg.so setup for Opera on Linux

How to fix not working videos in Opera on Linux

Assumptions

  • You're using Ubuntu (and maybe other distros using apt and snap)
  • Opera is installed using deb from https://download.opera.com
  • chromium-ffmpeg lib is installed using snap
sudo snap install chromium-ffmpeg