Put your CI build status in your tmux status bar. Know immediately when something breaks.
C:✓ B:✓ D:✓ V:✓ │ 14:32 01-Feb
If you often connect to your Linux server using VSCode, the "~/.vscode-server/" folder (and sometimes the ~/.cache/ folder too) can get very large because VSCode:
If your server storage space is limited, you might consider cleaning "~/.vscode-server/" (and ~/.cache/) regularly using the bash script I wrote.
Simply run the following command:
curl -sL https://gist.githubusercontent.com/XDflight/5f3509eb84fc282b88059c909036f5bc/raw/b6b02d41c66c84d6332eb947c669dcd8973f393e/clean_vscode-server.sh | bash -s
| type: sidebar | |
| path: "0" | |
| cards: | |
| - type: custom:bubble-card | |
| card_type: button | |
| button_type: switch | |
| modules: | |
| - default | |
| show_icon: false | |
| scrolling_effect: false |
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
Content :
With the release of Raspberry Pi OS Bookworm, networking on the Raspberry Pi was changed to use NetworkManager as the standard controller for networking, replacing the previous dhcpcd system. NetworkManager includes a command line tool called "nmcli," which can control NetworkManager and report on the network status.
Display the list of network interfaces:
sudo nmcli -p connection show| # nginx configuration snippet for running Uptime Kuma on a URL prefix | |
| # set up for yourdomain.com/kuma, with traffic forwarded to a docker | |
| # container with the hostname 'uptime-kuma' | |
| # Use docker's DNS | |
| resolver 127.0.0.11; | |
| # uptime kuma | |
| location /uptime { |