From 0b7295b2679ddd95e0035ea2bf9fd63dce1d9a95 Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Thu, 20 Oct 2022 19:14:43 +0200 Subject: bin: add x-www-browser wrapper --- bin/x-www-browser | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 bin/x-www-browser diff --git a/bin/x-www-browser b/bin/x-www-browser new file mode 100755 index 0000000..470f956 --- /dev/null +++ b/bin/x-www-browser @@ -0,0 +1,3 @@ +#!/bin/sh + +exec firefox-esr -- cgit v1.2.3 From 50eb836399da9f285b2422fb1f501216ef7d1f6c Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Thu, 22 Dec 2022 00:42:26 +0100 Subject: openbox: update menu entry for Pianoteq --- openbox/menu.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/menu.xml b/openbox/menu.xml index c088dc5..100539e 100644 --- a/openbox/menu.xml +++ b/openbox/menu.xml @@ -58,7 +58,7 @@ stellarium - /home/rbraun/.local/bin/Pianoteq\ 7/x86-64bit/Pianoteq\ 7 + /home/rbraun/.local/bin/Pianoteq\ 8/x86-64bit/Pianoteq\ 8 /home/rbraun/.local/bin/Organteq\ 1/x86-64bit/Organteq\ 1 -- cgit v1.2.3 From 60e49ad439877322cafa48ee51a711d8984929ee Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Thu, 22 Dec 2022 00:42:44 +0100 Subject: sysctl: update --- sysctl/sysctl_desktop.conf | 72 +--------------------------------------------- 1 file changed, 1 insertion(+), 71 deletions(-) diff --git a/sysctl/sysctl_desktop.conf b/sysctl/sysctl_desktop.conf index 01752ff..9dfd903 100644 --- a/sysctl/sysctl_desktop.conf +++ b/sysctl/sysctl_desktop.conf @@ -1,74 +1,4 @@ -# -# /etc/sysctl.conf - Configuration file for setting system variables -# See /etc/sysctl.d/ for additional system variables. -# See sysctl.conf (5) for information. -# - -#kernel.domainname = example.com - -# Uncomment the following to stop low-level messages on console -#kernel.printk = 3 4 1 3 - -##############################################################3 -# Functions previously found in netbase -# - -# Uncomment the next two lines to enable Spoof protection (reverse-path filter) -# Turn on Source Address Verification in all interfaces to -# prevent some spoofing attacks -#net.ipv4.conf.default.rp_filter=1 -#net.ipv4.conf.all.rp_filter=1 - -# Uncomment the next line to enable TCP/IP SYN cookies -# See http://lwn.net/Articles/277146/ -# Note: This may impact IPv6 TCP sessions too -#net.ipv4.tcp_syncookies=1 - -# Uncomment the next line to enable packet forwarding for IPv4 -#net.ipv4.ip_forward=1 - -# Uncomment the next line to enable packet forwarding for IPv6 -# Enabling this option disables Stateless Address Autoconfiguration -# based on Router Advertisements for this host -#net.ipv6.conf.all.forwarding=1 - - -################################################################### -# Additional settings - these settings can improve the network -# security of the host and prevent against some network attacks -# including spoofing attacks and man in the middle attacks through -# redirection. Some network environments, however, require that these -# settings are disabled so review and enable them as needed. -# -# Do not accept ICMP redirects (prevent MITM attacks) -#net.ipv4.conf.all.accept_redirects = 0 -#net.ipv6.conf.all.accept_redirects = 0 -# _or_ -# Accept ICMP redirects only for gateways listed in our default -# gateway list (enabled by default) -# net.ipv4.conf.all.secure_redirects = 1 -# -# Do not send ICMP redirects (we are not a router) -#net.ipv4.conf.all.send_redirects = 0 -# -# Do not accept IP source route packets (we are not a router) -#net.ipv4.conf.all.accept_source_route = 0 -#net.ipv6.conf.all.accept_source_route = 0 -# -# Log Martian Packets -#net.ipv4.conf.all.log_martians = 1 -# - -################################################################### -# Magic system request Key -# 0=disable, 1=enable all, >1 bitmask of sysrq functions -# See https://www.kernel.org/doc/html/latest/admin-guide/sysrq.html -# for what other values do -#kernel.sysrq=438 - kernel.dmesg_restrict = 0 kernel.sched_autogroup_enabled = 1 -vm.dirty_background_ratio = 9 -vm.dirty_ratio = 10 +vm.overcommit_memory = 2 vm.swappiness = 0 -vm.overcommit_memory = 1 -- cgit v1.2.3 From 7bdefbd9c70bb52c6dd341e472cf7b438994c4b5 Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Wed, 8 Feb 2023 14:58:03 +0100 Subject: openbox: update menu entry for Viking --- openbox/menu.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/menu.xml b/openbox/menu.xml index 100539e..8d77d51 100644 --- a/openbox/menu.xml +++ b/openbox/menu.xml @@ -28,7 +28,7 @@ teams - Viking + viking eog -- cgit v1.2.3 From 113ce6968c0072149014d764876846fd7d35265b Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Wed, 8 Feb 2023 14:59:37 +0100 Subject: openbox: update menu entry for Wireshark --- openbox/menu.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/menu.xml b/openbox/menu.xml index 8d77d51..f70cb8c 100644 --- a/openbox/menu.xml +++ b/openbox/menu.xml @@ -71,7 +71,7 @@ - wireshark-gtk + wireshark -- cgit v1.2.3 From 33518dfe176facf2a4c8a1f2537542bf1ababaca Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Wed, 8 Feb 2023 15:00:13 +0100 Subject: openbox: add menu entries for Audacity and Guitarix --- openbox/menu.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/openbox/menu.xml b/openbox/menu.xml index f70cb8c..484a35b 100644 --- a/openbox/menu.xml +++ b/openbox/menu.xml @@ -57,6 +57,7 @@ stellarium + /home/rbraun/.local/bin/Pianoteq\ 8/x86-64bit/Pianoteq\ 8 @@ -66,6 +67,12 @@ /home/rbraun/.local/bin/MuseScore-3.6.2.548021370-x86_64.AppImage + + guitarix + + + audacity + solfege -- cgit v1.2.3