chrome://flags/#enable-webrtc-allow-input-volume-adjustment
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
xrandr --output DP-1-1 --scale 0.9999x0.9999 |
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
server { | |
listen 8080; | |
server_name localhost; | |
location ~ ^/repository/npm-group/-/npm/(.*)$ { | |
return 307 https://registry.npmjs.org/-/npm/$1; | |
} | |
} |
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
package xx.xx.xxxxxxx.xxxxxxx.requestpostprocessor; | |
import jakarta.servlet.http.Cookie; | |
import jakarta.servlet.http.HttpServletResponse; | |
import org.springframework.mock.web.MockHttpServletRequest; | |
import org.springframework.mock.web.MockHttpServletResponse; | |
import org.springframework.security.test.web.support.WebTestUtils; | |
import org.springframework.test.web.servlet.request.RequestPostProcessor; | |
public final class XorCsrfRequestPostProcessor implements RequestPostProcessor { |
If for some random reasons, after a JDK update from SDKman, all kotlin projects fail to compile/run in Intellij, double check that the JDK has the correct path in ~/.config/JetBrains/IntelliJIdeaXXXX.x/options/jdk.table
- shutdown intellij
- Edit this file with the correct path
- Enjoy
cd myTooBigFolderToBackup
find . -name 'node_modules' -type d -prune -print -exec rm -rf '{}' \;
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
#create /etc/systemd/system/wlan0pwr.service | |
#sudo systemctl enable wlan0pwr.service | |
[Unit] | |
Description=Disable wlan0 powersave | |
After=network-online.target | |
Wants=network-online.target | |
[Service] | |
Type=oneshot |
OlderNewer