export PATH="path_paste_here":$PATH
edit /etc/systemd/system/$SERVICE.service
with
[Unit]
Description=<DISCRIPTION>
[Service]
Type=simple
User=<YOUR_USERNAME>
ExecStart=<PATH_TO_START>
WorkingDirectory=<PATH_TO_WORKING_DIR>
Restart=always
[Install]
WantedBy=multi-user.target
check executive location
which <COMMAND_NAME>
~/.local/share/applications/
/usr/share/applications/
edit .themes/<THEME>/gnome-shell/gnome-shell.css
/* Top Bar */
panel {
background-color: rgba(0, 0, 0, 1); //change here
font-weight: normal;
color: white;
font-feature-settings: "tnum";
transition-duration: 250ms;
font-size: 9.75pt;
font-weight: 400;
height: 28px !important;
box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05);
}
clang -v -x c -E /dev/null
import sys; print(sys.executable);
-
remove file
/usr/lib/python3.x/EXTERNALLY-MANAGED
, -
use
pip
's argument--break-system-packages
, -
add following lines to
~/.config/pip/pip.conf
:
[global]
break-system-packages = true
/etc/ssh/sshd_config