sudo cryptsetup open /dev/sdbX LABEL
sudo mount /dev/mapper/LABEL /mnt
title | version | tags | |
---|---|---|---|
DOGE List |
6 |
|
First Name | Surname | Agencies | Links |
---|
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 9.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"First Name","Surname","Agencies","Links" | |
"Daniel","Abrahamson","DOT","[NY Times](https://www.nytimes.com/interactive/2025/02/27/us/politics/doge-staff-list.html)" | |
"Justin","Aimonetti","USIP USADF","[ProPublica](https://projects.propublica.org/elon-musk-doge-tracker/)" | |
"Jacob","Altik","Executive_Office_of_President USADF Inter-American_Foundation USIP HUD PIH","[Wired](https://www.wired.com/story/doge-college-student-ai-rewrite-regulations-deregulation/)" | |
"Anthony","Armstrong","OPM","[Bloomberg](https://www.bloomberg.com/features/2025-elon-musk-trump-admin-network/)" | |
"Jennifer","Balajadia","Executive_Office_of_President","[NY Times](https://www.nytimes.com/interactive/2024/12/23/business/elon-musk-trump-family-friends-backers.html)" | |
"Akash","Bobba","OPM GSA SSA Department_Education","[NY Times](https://www.nytimes.com/interactive/2025/02/27/us/politics/doge-staff-list.html)" | |
"Ashley","Boizelle","GSA","[ProPublica](https://projects.propublica.org/elon-musk-doge-tracker/)" | |
"Gregory","Barbaccia","OMB","[NYTimes] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!python3 | |
''' | |
NOTE: Modified for all the characters i hate using the number pad to get to. | |
This shows a scrolling row or grid of special characters in the Pythonista Keyboard. The view supports both the 'minimized' mode (above the QWERTY keyboard) and the 'expanded' mode with the grid filling most of the keyboard. | |
Note: This script is designed for the Pythonista Keyboard. You can enable it in the Settings app (under General > Keyboard > Keyboards > Add New Keyboard...). Please check the documentation for more information. | |
''' |
I hereby claim:
- I am pathologicalhandwaving on github.
- I am unmary (https://keybase.io/unmary) on keybase.
- I have a public key ASCAS_jVdYyaQguFgXtW13Q8jnNn-D3R0BzcbHtDQtCaJwo
To claim this, I am signing this object:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# batch change extension | |
chgext() { | |
for file in *.$1 ; do mv $file `echo $file | sed "s/\(.*\.\)$1/\1$2/"` ; done | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#copies the piped input onto the clipboard | |
alias copy="xclip -selection c" | |
#pastes the clipboards contents into the terminal | |
alias paste="xclip -selection clipboard -o" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Root | |
To Change from LTS to NORMAL edit | |
/etc/update-manager/release-upgrades | |
change | |
Prompt=lts | |
to: | |
Prompt=normal | |
reset terminal | |
sudo do-release-upgrade |
NewerOlder