input { border: 2px inset white; background-color: white; color: black; -moz-appearance: none !important; } textarea { border: 2px inset white; background-color: white; color: black; -moz-appearance: none !important; } select { border: 2px inset white; background-color: white; color: black; -moz-appearance: none !important; } input[type="radio"], input[type="checkbox"] { border: 2px inset white ! important; background-color: white ! important; color: ThreeDFace ! important; -moz-appearance: none !important; } *|*::-moz-radio { background-color: white; -moz-appearance: none !important; } button, input[type="reset"], input[type="button"], input[type="submit"] { border: 2px outset white; background-color: #eeeeee; color: black; -moz-appearance: none !important; } body { background-color: white; color: black; display: block; margin: 8px; -moz-appearance: none !important; }
To enable GDM in Manjaro 0.8.2 or later (or if Plymouth has been removed), enter the command:
sudo systemctl enable gdm.service -f
To enable LXDM in Manjaro 0.8.2 or later (or if Plymouth has been removed), enter the command:
sudo systemctl enable lxdm.service -f
Whether you're online or not--
How do you find the package that's got the feature you're looking for? First, do
# apt-get update |
% apt-cache search tunnel |
The simplest way to see the description of a package:
% apt-cache show postgresql % apt-cache show iproute |
* create /usr/share/fonts/truetype/
* copy font files to new location.
* then update your font cache.
sudo fc-cache -fv
grep -rl 'windows' ./ | xargs sed -i 's/windows/linux/g' This will search for the string 'windows' in all files relative to the current directory and replace 'windows' with 'linux' for each occurrence of the string in each file.
The !! repeats the most recent command. To run the most recent command beginning with "foo":
!foo
# Run the most recent command beginning with "service" as root
sudo !service