Are you sure? Is the font present in the firefox/fonts directory?
/sqt/ - Stupid Questions Thread
Actually, IceWeasel doesn't have that folder.
I just tried to drag and drop it inside of it from my Firefox folder and now things are working correctly.
Thank you user!
What could be causing this?
Stop using your resources if you dont want your system to fire electrons through rocks and create lightning and cause heat to be dissipated
Networking question~
I'm expanding my network, and I've put an unmanageable switch into the new office (about 20 PC's in vlan 7, all static IP, network login etc.) and connected that switch to my manageable switch.
What settings should I use on the manageable switch's port so those PC's under the dumbswitch would be able to work properly?
Sup /sqt/
So I setup a Raspberry Pi via ssh and only use it that way.
Would it be possible to hook up a keyboard and monitor to it so as to use the command line "locally"?
It's Raspbian Stretch Lite
I can output either via composite or via HDMI
How do I put music from my Mac's iTunes onto my iPhone without putting a fucking cord into it like it's 2010?
Could any linux Jow Forumsuy help me?
The previous sysadmin has messed up the Apache config and I'm trying to fix it with no luck.
This is the error message:
Active: failed (Result: exit-code) since cs 2019-01-31 10:27:26 CET; 1min 11s ago
jan 31 10:27:26 mywebsite.com apache2[21332]: /etc/init.d/apache2: line: 63: /envvars: No such file or folder
jan 31 10:27:26 mywebsite.com apache2[21332]: /etc/init.d/apache2: line: 75: /envvars: No such file or folder
jan 31 10:27:26 mywebsite.com apache2[21332]: ERROR: APACHE_PID_FILE needs to be defined in /envvars
jan 31 10:27:26 mywebsite.com systemd[1]: apache2.service: control process exited, code=exited status=2
jan 31 10:27:26 mywebsite.com systemd[1]: Failed to start SYSV: Start the web server and associated helpers.
jan 31 10:27:26 mywebsite.com systemd[1]: Unit apache2.service entered failed state.
And here are the lines around 63 and 75:
# Read configuration variable file if it is present
if [ -f /etc/default/apache2$DIR_SUFFIX ] ; then
. /etc/default/apache2$DIR_SUFFIX
elif [ -f /etc/default/apache2 ] ; then
. /etc/default/apache2
fi
PIDFILE=$(. $APACHE_ENVVARS && echo $APACHE_PID_FILE)
VERBOSE=no
if [ -f /etc/default/rcS ]; then
. /etc/default/rcS
fi
. /lib/lsb/init-functions
# Now, set defaults:
APACHE2CTL="$ENV apache2ctl"
HTCACHECLEAN="$ENV htcacheclean"
PIDFILE=$(. $APACHE_ENVVARS && echo $APACHE_PID_FILE)
APACHE2_INIT_MESSAGE=""
CONFTEST_OUTFILE=
cleanup() {
if [ -n "$CONFTEST_OUTFILE" ] ; then
rm -f "$CONFTEST_OUTFILE"
fi
}
trap cleanup 0 # "0" means "EXIT", but "EXIT" is not portable
apache_conftest() {
[ -z "$CONFTEST_OUTFILE" ] || rm -f "$CONFTEST_OUTFILE"
CONFTEST_OUTFILE=$(mktemp)
if ! $APACHE2CTL configtest > "$CONFTEST_OUTFILE" 2>&1 ; then
return 1
else
rm -f "$CONFTEST_OUTFILE"
CONFTEST_OUTFILE=
return 0
fi
}
Can a colorimeter help fix the black and white levels on my monitor? Blacks are too dark, whites are too bright, and all of the colors around black and white blend in. Adjusting the contrast at this state seems to make it all worse, one way or another.
How do you handle environmental variables in a sandbox?