Here are the step to install Cannon LBP-810 on to Arch Linux:
- Turn off printer
- install capt-src if it's not already installed
yay capt-src
- restart CUPS service:
Here are the step to install Cannon LBP-810 on to Arch Linux:
yay capt-src
#!/bin/sh | |
function readlink_file() | |
{ | |
next_path=$1 | |
while [ "$i" != 10 ] && [ "x$next_path" != "x$path" ]; do | |
path=$next_path | |
next_path=$(readlink "$path" || echo $path) | |
i=`expr $i + 1` | |
done |
#!/bin/bash | |
# check to see is git command line installed in this machine | |
IS_GIT_AVAILABLE="$(git --version)" | |
if [[ $IS_GIT_AVAILABLE == *"version"* ]]; then | |
echo "Git is Available" | |
else | |
echo "Git is not installed" | |
exit 1 | |
fi |
#!/bin/sh | |
# | |
# list the given file's filesize next to each commit | |
# usage: git-fs-history path/to/file | |
# | |
if [ $# -ne 1 ]; then | |
echo "Error: invalid number of arguments." | |
exit 1 |
gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['<Shift>Alt_L']" &&\ | |
gsettings set org.gnome.desktop.wm.keybindings switch-input-source-backward "['<Alt>Shift_L']" |
Maintainer: Keil Miller Jr
How to create and manage an AUR package.
The following link should be read:
[opcache] | |
; Determines if Zend OPCache is enabled | |
opcache.enable=1 | |
; Determines if Zend OPCache is enabled for the CLI version of PHP | |
;opcache.enable_cli=1 | |
; The OPcache shared memory storage size. | |
opcache.memory_consumption=512 |
#!/bin/sh | |
#Check the Drive Space Used by Cached Files | |
du -sh /var/cache/apt/archives | |
#Clean all the log file | |
#for logs in `find /var/log -type f`; do > $logs; done | |
logs=`find /var/log -type f` | |
for i in $logs |
Verifying my Blockstack ID is secured with the address 16CmgshGmmSZ4StKKpU9HfFYDph3pNU2Wd https://explorer.blockstack.org/address/16CmgshGmmSZ4StKKpU9HfFYDph3pNU2Wd |
127.0.0.1 a.stat.xiaomi.com | |
127.0.0.1 abtest.mistat.intl.xiaomi.com | |
127.0.0.1 abtest.mistat.xiaomi.com | |
127.0.0.1 ad.mi.com | |
127.0.0.1 ad.xiaomi.com | |
127.0.0.1 ad1.xiaomi.com | |
127.0.0.1 adv.sec.miui.com | |
127.0.0.1 api.account.xiaomi.com | |
127.0.0.1 api.ad.xiaomi.com | |
127.0.0.1 api.admob.xiaomi.com |