there's reddit post about home user overreacted about recent vulnerabilites. I agree, but i'm no expert
https://www.reddit.com/r/linux/comments/bozjem/the_performance_benefits_of_not_protecting/
in comment shows new 5.0.16 kernal boot option, mitigation.
https://git.kernel.org/pub/scm/linux/kernel ...
Search found 9 matches
- Sat May 18, 2019 9:05 am
- Forum: General
- Topic: Zombieload
- Replies: 69
- Views: 9074
- Sat May 11, 2019 12:21 am
- Forum: General
- Topic: [partially solved] I need a python script to hold a key down
- Replies: 9
- Views: 5760
Re: [partially solved] I need a python script to hold a key down
https://faq.i3wm.org/question/6901/mouse-button-press-hold-release-through-keyboard.1.html
xbindkeys ...
'xdotool keydown --clearmodifiers w '
Alt + w
'xdotool keyup --clearmodifiers w '
Alt + w + Release
or
$ xdotool keydown w;sleep 3;xdotool keyup w
https://askubuntu.com/questions/122161/alt-tab ...
xbindkeys ...
'xdotool keydown --clearmodifiers w '
Alt + w
'xdotool keyup --clearmodifiers w '
Alt + w + Release
or
$ xdotool keydown w;sleep 3;xdotool keyup w
https://askubuntu.com/questions/122161/alt-tab ...
- Fri May 10, 2019 10:37 pm
- Forum: Software / Configuration
- Topic: [Solved] Install jar making problems [Solved]
- Replies: 2
- Views: 579
Re: Install jar making problems [Solved]
$ curl localhost:port_for_webui
check browser debug console, network
missing packages like default-java-plugin icedtea-8-plugin
idk, just guessing
check browser debug console, network
missing packages like default-java-plugin icedtea-8-plugin
idk, just guessing
- Fri May 10, 2019 9:28 pm
- Forum: Software / Configuration
- Topic: Droidcam app doesn't work: could not insert module
- Replies: 7
- Views: 16961
- Fri Apr 12, 2019 10:17 pm
- Forum: General
- Topic: (maybe solved) new update remove my xserver-xorg
- Replies: 3
- Views: 1529
Re: (maybe solved) new update remove my xserver-xorg
today i tried to remove eudev, big mistake
after chroot with mx-17 liveusb. Thankfully back to normal again
###steps aren't perfect, might get some error. reinstall instead maybe the better choice ###
after mounting, in another terminal (not root), copy the repo setting (antix disable) to live ...
after chroot with mx-17 liveusb. Thankfully back to normal again
###steps aren't perfect, might get some error. reinstall instead maybe the better choice ###
after mounting, in another terminal (not root), copy the repo setting (antix disable) to live ...
- Thu Apr 11, 2019 8:38 pm
- Forum: General
- Topic: (maybe solved) new update remove my xserver-xorg
- Replies: 3
- Views: 1529
Re: (maybe solved) new update remove my xserver-xorg
you're right
Repos:
Active apt repos in: /etc/apt/sources.list.d/antix.list
1: deb https://mirrors.evowise.com/mxlinux-packages/antix/stretch/ stretch nonfree nosystemd main
Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list
1: deb http://debian.mirror.globo.tech/debian ...
Repos:
Active apt repos in: /etc/apt/sources.list.d/antix.list
1: deb https://mirrors.evowise.com/mxlinux-packages/antix/stretch/ stretch nonfree nosystemd main
Active apt repos in: /etc/apt/sources.list.d/debian-stable-updates.list
1: deb http://debian.mirror.globo.tech/debian ...
- Thu Apr 11, 2019 7:48 pm
- Forum: General
- Topic: (maybe solved) new update remove my xserver-xorg
- Replies: 3
- Views: 1529
(maybe solved) new update remove my xserver-xorg
inxi info
System:
Host: mx Kernel: 4.15.0-1-amd64 x86_64 bits: 64 Desktop: Xfce 4.12.3
Distro: MX-18.2_x64 Continuum March 14 2018
Graphics:
Device-1: Intel Core Processor Integrated Graphics driver: i915 v: kernel
Display: x11 server: X.Org 1.19.2 driver: intel tty: N/A
OpenGL: renderer ...
System:
Host: mx Kernel: 4.15.0-1-amd64 x86_64 bits: 64 Desktop: Xfce 4.12.3
Distro: MX-18.2_x64 Continuum March 14 2018
Graphics:
Device-1: Intel Core Processor Integrated Graphics driver: i915 v: kernel
Display: x11 server: X.Org 1.19.2 driver: intel tty: N/A
OpenGL: renderer ...
- Mon Mar 04, 2019 10:39 pm
- Forum: Tips & Tricks by users (not for help)
- Topic: spacefm trash plugin confirmation dialog, custom sort change menu item.
- Replies: 0
- Views: 1278
spacefm trash plugin confirmation dialog, custom sort change menu item.
add dialog before delete for jpfleury/corbeille-spacefm, trash plugin.
Select Plugins > Trash > Move to Trash, F3 or right click to edit menu Properties.
And uncheck Popup Output in Options tab.
root edit '/usr/share/spacefm/plugins/Corbeille-en-source/cstm_07e29d93/exec.sh'
## my edit - confirm ...
Select Plugins > Trash > Move to Trash, F3 or right click to edit menu Properties.
And uncheck Popup Output in Options tab.
root edit '/usr/share/spacefm/plugins/Corbeille-en-source/cstm_07e29d93/exec.sh'
## my edit - confirm ...
- Sun Jan 20, 2019 11:26 am
- Forum: Tips & Tricks by users (not for help)
- Topic: gtk thicker text cursor, greybird tabs color, ff 64 scrollbar css, bigger yt font
- Replies: 1
- Views: 885
gtk thicker text cursor, greybird tabs color, ff 64 scrollbar css, bigger yt font
thicker text cursor doesn't work in qt5 apps.
active tabs color on terminal to blue and bolder white font
~/.config/gtk-3.0/gtk.css
* {
-GtkWidget-cursor-aspect-ratio: 0.2;
}
@define-color bg_color_active_tab #157bb7; /*blue*/
notebook tab:checked {
background-color: @bg_color_active_tab ...
active tabs color on terminal to blue and bolder white font
~/.config/gtk-3.0/gtk.css
* {
-GtkWidget-cursor-aspect-ratio: 0.2;
}
@define-color bg_color_active_tab #157bb7; /*blue*/
notebook tab:checked {
background-color: @bg_color_active_tab ...