openSUSE
Disable martian logging
tnx 2 linux-club.de
/etc/sysconfig/SuSEfirewall2 :
FW_CUSTOMRULES="/etc/sysconfig/scripts/SuSEfirewall2-custom"
/etc/sysconfig/scripts/SuSEfirewall2-custom :
fw_custom_after_finished() {
# these are the rules to be loaded after the firewall is fully configured
for IF in /proc/sys/net/ipv4/conf/*/log_martians; do
echo "0" > $IF
done
true
}
split /etc/SuSE-release
re="^([^ ]+) ([^ ]+) (.*)$"
[[ "`head -1 /etc/SuSE-release`" =~ $re ]] && \
os_vendor="${BASH_REMATCH[1]}" && \
os_version="${BASH_REMATCH[2]}" && \
os_arch=`echo ${BASH_REMATCH[3]} | sed -e 's/(//' -e 's/)//'`
echo $os_vendor
echo $os_version
echo $os_arch
opsensuse 12.3 : systemd / nfs4 mount
w/o timeout
tnx 2 AdamW
/etc/fstab :
1.2.3.4:/export /parts/export nfs4 noauto,comment=systemd.automount 0 0
w timeout
tnx 2 Michael Biebl
/etc/fstab :
1.2.3.4:/export /parts/export nfs4 noauto,comment=systemd.automount,comment=systemd.device-timeout=10 0 0
this works fine:
1.2.3.4:/export /parts/export nfs4 noauto,nofail,bg,soft,intr,comment=systemd.automount,comment=systemd.device-timeout=10 0 0
kde3 on XFCE4 with ldm
tnx 2 puppylinux
kcontrol - empty !?
kcmshell kthememanager
kcmshell colors
kcmshell style
kcmshell icons
kcmshell kwindecoration
kcmshell filetypes
kcmshell desktoppath
kcmshell kwinoptions
kcmshell kwinrules
kcmshell componentchooser
kcmshell --list
kwincompositing - Configure desktop effects
display - Display Settings
autostart - A configuration tool for managing which programs start up with KDE.
ebrowsing - Configure enhanced browsing
kcm_phonon - Sound and Video Configuration
khtml_appearance - Configure how to display web pages
kcm_pkk_authorization - Set up policies for applications using PolicyKit
khtml_behavior - Configure the browser behavior
kpk_update - Check and Install Updates
desktoppath - Change the location important files are stored
keyboard - Keyboard settings
energy - Settings for display power management
kpk_addrm - Add and Remove Software
kgrubeditor - A system tool to view and edit the GRUB boot loader.
kcm_keyboard - Keyboard settings
kcmaccess - Improve accessibility for disabled persons
audiocd - Audiocd IO Slave Configuration
kcmdolphinnavigation - Configure file manager navigation
khotkeys - Configure Input Actions settings
fontinst - Install, manage, and preview fonts
kcmnotify - System Notification Configuration
keys - Configuration of keybindings
khtml_java_js - Configure the behavior of Java and JavaScript
style - Allows the manipulation of widget behavior and changing the Style for KDE
kwindecoration - Configure the look and feel of window titles
joystick - Joystick settings
componentchooser - Choose the default components for various services
kwinoptions - Configure the window behavior
ksplashthememgr - Manager for Splash Screen Themes
randr - Resize and Rotate your display
kpk_settings - KPackageKit Settings
kcmsmserver - Configure the session manager and logout settings
netpref - Configure generic network preferences, like timeout values
fonts - Font settings
bookmarks - Configure the bookmarks home page
kcmlaunch - Choose application-launch feedback style
k3bsetup - K3bSetup - modify permission for CD/DVD burning with K3b
kdm - Configure the login manager (KDM)
proxy - Configure the proxy servers used
kcmperformance - Configure settings that can improve KDE performance
kcm_akonadi - Configuration of the Akonadi Personal Information Management framework
kamera - Configure Kamera
system-config-printer-kde - Configure local and remote Printers
standard_actions - Configuration of standard keybindings
spellchecking - Configure the spell checker
kwalletconfig - KDE Wallet Configuration
khtml_plugins - Configure the browser plugins
emoticons - Emoticons Themes Manager
icons - Customize KDE Icons
keyboard_layout - Keyboard Layout
kwinrules - Configure settings specifically for a window
clock - Date and time settings
libkcddb - Configure the CDDB Retrieval
khtml_general - Configure general Konqueror behavior
kcm_useraccount - User information such as password, name and email
bell - System Bell Configuration
kcmtrash - Configure trash settings
kcmkded - KDE Services Configuration
khtml_filter - Configure Konqueror AdBlocK filters
kcmdolphingeneral - Configure general file manager settings
filetypes - Configure file associations
kcm_solid - Hardware Integration Configuration with Solid
cookies - Configure the way cookies work
powerdevilconfig - Display brightness, suspend and power profile settings
kwinscreenedges - Configure active screen edges
kcmsambaconf - A module to configure shares for Microsoft Windows
lanbrowser - Configure local network browsing for shared folders and printers
useragent - Configure the way Konqueror reports itself
solid-actions - A configuration tool for managing the actions available to the user when connecting new devices to the computer
kcmgtk - Control the style and fonts used by GTK+ applications in KDE
fileshare - Enable or disable file sharing
cache - Configure web cache settings
kcm_kdnssd - Configure service discovery
kcmdolphinviewmodes - Configure file manager view modes
mouse - Mouse settings
kcm_nepomuk - Nepomuk/Strigi Server Configuration
xinerama - Configure KDE for multiple monitors
kcmhistory - Configure the history sidebar
language - Language, numeric, and time settings for your particular region
colors - Color settings
desktop - You can configure how many virtual desktops there are.
kcmdolphinservices - Configure file manager services
desktopthemedetails - Customize individual desktop theme items
screensaver - Screen Saver Settings
clear tmp dir on boot
tnx 2 Matthias Gerds
tnx 2 forums.opensuse.org
cp -vi /usr/lib/tmpfiles.d/tmp.conf /etc/tmpfiles.d/tmp.conf
/etc/tmpfiles.d/tmp.conf :
...
D /tmp 1777 root root -
D /var/tmp 1777 root root -
d /tmp/.cache 1777 root root 1s
...
speedtest-cli
rpm -ivh http://download.opensuse.org/repositories/home:/mcaj/openSUSE_13.1/noarch/speedtest-cli-0.2.4-4.1.noarch.rpm
speedtest-cli
openSUSE bugfix - /dev/getty: No such file or directory
tnx 2 Martin Wilck
logfile:
agetty[2526]: /dev/getty: No such file or directory
systemctl stop getty@getty.service
systemctl disable getty@getty.service
rm -i /etc/systemd/system/getty.target.wants/getty@.service
### https://bugs.mageia.org/show_bug.cgi?id=10931
# Workaround until the cause is found/fixed.
#ln /dev/tty0 /dev/getty