Helpful tips and tricks for Entware
ARMv7
cd /opt
Helpful tips and tricks for Entware
ARMv7
cd /opt
Tips and Tricks for FreeBSD.
cp /usr/share/zoneinfo/EST5EDT /etc/localtime
bash
: chsh -s /usr/local/bin/bash
GDBus.Error:org.freedesktop.Consolekit.Manager.GeneralError: Unable to lookup session information for process
ck-launch-session dbus-launch --exit-with-session startlxde
Tips and Tricks for Fedora.
sudo dbus-launch liveinst
timedatectl list-timezones
timedatectl set-timezone [time_zone]
Helpful tips and tricks for applications
usr/lib/systemd/system/boinc-client.service
: ExecStart=/usr/bin/boinc --allow_remote_gui_rpc
Helpful tips and tricks for RHEL based Linux.
grubby --update-kernel=ALL --args=consoleblank=[seconds]
. For example: grubby --update-kernel=ALL --args=consoleblank=20
/etc/ssh/sshd_config
: PrintMotd no
createrepo_c
package.Ansible tips and tricks
To run a playbook in parallel, include the following:
strategy: free
Example: