Directory structure:
.
├── papers
│ ├── Title - Author.pdf
│ └── Title - Author.pdf
├── notes
│ ├── 2022-04-10
│ │ ├── note.tex
XZ Backdoor symbol deobfuscation. Updated as i make progress |
Directory structure:
.
├── papers
│ ├── Title - Author.pdf
│ └── Title - Author.pdf
├── notes
│ ├── 2022-04-10
│ │ ├── note.tex
I tried to use a bare git repo to version my dotfiles and my config files but I ended not liking it very much (I don't like to mess so much with the git working directory).
This is my first try on a custom setup, the local copies of the "scripts" and "dotfiles" repositories can be stored wherever on the system and this two command automatically linkup all the files to their target location using a custom comment format in the script files.
The following script automatically symlinks all scripts to the correct directories with a declaration like
#!/usr/bin/env python | |
# Copyright 2021 Mattia Giambirtone & All Contributors | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# | |
# Unless required by applicable law or agreed to in writing, software |
There was a reddit post about installing Arch on NTFS3 partition. Since Windows and Linux doesn't have directories with same names under the /
(C:\
), I thought it's possible, and turned out it was actually possible.
If you are not familiar to Linux, for example you've searched on Google "how to dualboot Linux and Windos" or brbrbr... you mustn't try this. This is not practical.
It's come to my attention that some people have been spamming issue trackers with a link to this gist. While it's a good idea to inform people of the situation in principle, please do not do this. By all means spread the word in the communities that you are a part of, after verifying that they are not aware yet, but unsolicited spam is not helpful. It will just frustrate people.
A number of things have happened since the last update.
:root { | |
--mode-pointer-fg: #999; | |
--mode-pointer-bg: none; | |
--mode-visual-fg: #3af; | |
--mode-visual-bg: none; | |
} | |
#mode {position: fixed;bottom: .3em;left: .3em;background: black;width: 1ch;overflow: hidden;} | |
#mode-container {width: 0;} | |
#mode-suggestions {display: none;} | |
#logo {display: none;} |
#include "util.h" | |
#include "screen.h" | |
#include "idt.h" | |
#include "isr.h" | |
#include "irq.h" | |
#include "timer.h" | |
#include "font.h" | |
#include "system.h" | |
#include "keyboard.h" | |
#include "speaker.h" |
Read the overview document first.
ASUS laptops using the asus_wmi
driver have a stop charge threshold ranging
from 0% (threshold off) to 100%. The hardware behaviour is:
TLP has supported charge control thresholds for ThinkPads since the beginning. With release 1.4, support will be extended to laptops from selected other vendors for which a corresponding driver already exists in the Linux kernel.
Since I don't own any of the newly supported laptops, I'm reaching out to the community of TLP users with a request to test the new functionality on their hardware.