Best advise ever: make a backup before doing any operations described below
sudo apt-get update| // ==UserScript== | |
| // @name Le Meilleur Coin | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description Make the bon coin a better place AH AH AH AH | |
| // @author Jérémy Mouzin | |
| // @match https://www.leboncoin.fr/ventes_immobilieres/* | |
| // @grant none | |
| // ==/UserScript== |
The set lines
set -euxo pipefail is short for:set -e
set -u
| --- | |
| id: yggapi | |
| name: YggAPI | |
| description: Indexeur non-officiel pour YggTorrent (YGG) - MOVIES / TV | |
| language: fr-FR | |
| type: private | |
| encoding: UTF-8 | |
| testlinktorrent: false | |
| links: | |
| - https://yggapi.eu/ |
hi, i'm daniel. i'm a 15-year-old high school junior. in my free time, i hack billion dollar companies and build cool stuff.
3 months ago, I discovered a unique 0-click deanonymization attack that allows an attacker to grab the location of any target within a 250 mile radius. With a vulnerable app installed on a target's phone (or as a background application on their laptop), an attacker can send a malicious payload and deanonymize you within seconds--and you wouldn't even know.
I'm publishing this writeup and research as a warning, especially for journalists, activists, and hackers, about this type of undetectable attack. Hundreds of applications are vulnerable, including some of the most popular apps in the world: Signal, Discord, Twitter/X, and others. Here's how it works:
By the numbers, Cloudflare is easily the most popular CDN on the market. It beats out competitors such as Sucuri, Amazon CloudFront, Akamai, and Fastly. In 2019, a major Cloudflare outage k
Hanging out in subtitling and video re-editing communities, I see my fair share of novice video editors and video encoders, and see plenty of them make the classic beginner mistakes when it comes to working with videos. A man can only read "Use Handbrake to convert your mkv to an mp4 :)" so many times before losing it, so I am writing this article to channel the resulting psychic damage into something productive.
If you are new to working with videos (or, let's face it, even if you aren't), please read through this guide to avoid making mistakes that can cost you lots of time, computing power, storage space, or video quality.
| #!/usr/bin/env python3 | |
| """ | |
| Apple Container Compose | |
| A script that mimics docker-compose but uses Apple's Container tool. | |
| This script parses docker-compose.yml files and generates equivalent | |
| Apple Container commands to build and run services. | |
| Usage: | |
| python apple-container-compose.py up [--compose-file docker-compose.yml] |
These instructions guide Copilot to generate code that aligns with modern Laravel 12 standards, PHP 8.2/8.4 features, software engineering principles, and industry best practices to improve software quality, maintainability, and security.