Key | Value |
---|---|
CRC32 | 59AAE154 |
FileName | ./usr/share/filetea/jquery.js |
FileSize | 252879 |
MD5 | 793790618A875315909CD2E43F89FCAA |
OpSystemCode | {'MfgCode': '1006', 'OpSystemCode': '362', 'OpSystemName': 'TBD', 'OpSystemVersion': 'none'} |
ProductCode | {'ApplicationType': 'Operating System', 'Language': 'Multilanguage', 'MfgCode': '2500', 'OpSystemCode': '51', 'ProductCode': '163700', 'ProductName': 'Tails', 'ProductVersion': '2.11'} |
RDS:package_id | 263768 |
SHA-1 | 49DBB71730A20E06A1616BCFE9E04CC343D972E7 |
SHA-256 | B2D41FA293152CCC30A2FD58EAA7464C69C2DDBB9698BAB9316380314FBA272B |
SSDEEP | 6144:Ao8gZ6mEmG5ri5rz0KfNWU/6nPwCsMuMU/JW/3zzWfmny6RR7eIp/ImEF8z7Wjqc:Ui5P0KfpM6oy6ac7MELkm+p |
SpecialCode | |
TLSH | T13734A6D8F78D012E8232316AAD2F51DDB67CD1B2561458AFBC8D5978249083C42FAF7E |
db | nsrl_modern_rds |
insert-timestamp | 1654971231.3279214 |
source | modern.db |
tar:gname | root |
tar:uname | root |
hashlookup:parent-total | 106 |
hashlookup:trust | 100 |
The searched file hash is included in 106 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
FileSize | 246092 |
MD5 | E39201E77D6F2325BFE9160074443CC5 |
PackageDescription | Web-based file sharing system FileTea is a simple way to send files among different users. . FileTea functions as a web server. Users can drag files into their web browser and a URL will be generated for each one. Those URLs can be sent to other people, who will be able to start downloading the files immediately. . An HTML5 capable browser is required in order to share the files, but any HTTP client can download them, including command-line tools such as curl or wget. . Files are sent through the server, but no data is stored there: FileTea is only used to route the traffic. This also means that there's no limit to the size of shared files. . The service is anonymous and does not require user registration. Since it's completely web-based, it works in networks with proxies, firewalls, etc., as long as all users can reach the FileTea server. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | filetea |
PackageSection | net |
PackageVersion | 0.1.18-1 |
SHA-1 | 03AB0720D97E9808EBE44AE16514A18FC68AC72F |
SHA-256 | 33CE67320B5325AE96902D6AA0C612CB9104D7522AD48A75AEF77B407F74AA18 |
Key | Value |
---|---|
MD5 | B38A01C5C156D41CE9FFD516B8B52A30 |
PackageArch | ppc64 |
PackageDescription | S3QL is a file system that stores all its data online using storage services like Google Storage, Amazon S3 or OpenStack. S3QL effectively provides a hard disk of dynamic, infinite capacity that can be accessed from any computer with Internet access. S3QL is a standard conforming, full featured UNIX file system that is conceptually indistinguishable from any local file system. Furthermore, S3QL has additional features like compression, encryption, data de-duplication, immutable trees and snapshotting which make it especially suitable for on-line backup and archival. S3QL is designed to favor simplicity and elegance over performance and feature- creep. Care has been taken to make the source code as readable and serviceable as possible. Solid error detection and error handling have been included from the very first line, and S3QL comes with extensive automated test cases for all its components. == Features == * Transparency. Conceptually, S3QL is indistinguishable from a local file system. For example, it supports hardlinks, symlinks, standard unix permissions, extended attributes and file sizes up to 2 TB. * Dynamic Size. The size of an S3QL file system grows and shrinks dynamically as required. * Compression. Before storage, all data may compressed with the LZMA, bzip2 or deflate (gzip) algorithm. * Encryption. After compression (but before upload), all data can AES encrypted with a 256 bit key. An additional SHA256 HMAC checksum is used to protect the data against manipulation. * Data De-duplication. If several files have identical contents, the redundant data will be stored only once. This works across all files stored in the file system, and also if only some parts of the files are identical while other parts differ. * Immutable Trees. Directory trees can be made immutable, so that their contents can no longer be changed in any way whatsoever. This can be used to ensure that backups can not be modified after they have been made. * Copy-on-Write/Snapshotting. S3QL can replicate entire directory trees without using any additional storage space. Only if one of the copies is modified, the part of the data that has been modified will take up additional storage space. This can be used to create intelligent snapshots that preserve the state of a directory at different points in time using a minimum amount of space. * High Performance independent of network latency. All operations that do not write or read file contents (like creating directories or moving, renaming, and changing permissions of files and directories) are very fast because they are carried out without any network transactions. S3QL achieves this by saving the entire file and directory structure in a database. This database is locally cached and the remote copy updated asynchronously. * Support for low bandwidth connections. S3QL splits file contents into smaller blocks and caches blocks locally. This minimizes both the number of network transactions required for reading and writing data, and the amount of data that has to be transferred when only parts of a file are read or written. |
PackageMaintainer | Fedora Project |
PackageName | s3ql |
PackageRelease | 1.fc23 |
PackageVersion | 2.13 |
SHA-1 | 0A8BE79A59E695F103778496EE48A8BDF102F5B1 |
SHA-256 | 8200AF7DE6263ABAEE718EF501A8D2F4AC49C26B49366A5A074E31B6F0CE19FD |
Key | Value |
---|---|
FileSize | 246200 |
MD5 | 4ED7B191AD5DE9B5E6A0D9F709571B4A |
PackageDescription | Web-based file sharing system FileTea is a simple way to send files among different users. . FileTea functions as a web server. Users can drag files into their web browser and a URL will be generated for each one. Those URLs can be sent to other people, who will be able to start downloading the files immediately. . An HTML5 capable browser is required in order to share the files, but any HTTP client can download them, including command-line tools such as curl or wget. . Files are sent through the server, but no data is stored there: FileTea is only used to route the traffic. This also means that there's no limit to the size of shared files. . The service is anonymous and does not require user registration. Since it's completely web-based, it works in networks with proxies, firewalls, etc., as long as all users can reach the FileTea server. |
PackageMaintainer | Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
PackageName | filetea |
PackageSection | net |
PackageVersion | 0.1.18-1 |
SHA-1 | 0C66C788B2D40B4675F6D57F1FDC4753F51BEA03 |
SHA-256 | BCF22D3E956667796A28F2582E0440C48373A8536AAA256D84F9D67EE25C2F2F |
Key | Value |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/6.0/packages//amd64//phpMyAdmin-4.5.5.1p0.tgz |
MD5 | 9CD2B5CDE2A2D3E7C4218E84855D5243 |
SHA-1 | 1282A3BCBA4D8C6A80C69E122B141295082B9A90 |
SHA-256 | 28BC1C35D68716852D34FA4D8ECDAC6362DACBCCBAC9AB7F8E69E8132B7DC012 |
SSDEEP | 196608:55S4cl8ikU4Vz3fuogyJ1UQ88TEq43Vg4+pIlheKa8BvI8o4Xw4BylGFfTRa0G:3S4DU4Vr7gyu8T83VggffBvI8HzBJFlc |
TLSH | T154A63341D5BA380DBBB524175AEFEC67C61F248343EF0783890F227AB4A5DAE05A4357 |
Key | Value |
---|---|
FileSize | 433452 |
MD5 | 4BAA13121AB88C25483423E403B0154D |
PackageDescription | Architecture independent files for eggdrop This package contains all the files that eggdrop places on /usr/share. These files are not specific to a single processor architecture once the package is built, so a single package can serve all the archs Debian supports. . This package is not useful at all if eggdrop is not installed. |
PackageMaintainer | Cédric Barboiron <ced@winkie.fr> |
PackageName | eggdrop-data |
PackageSection | net |
PackageVersion | 1.8.4+repack1-0.1 |
SHA-1 | 154F1C34B817BF2B6BE4F520E72D9EF0C135B52A |
SHA-256 | 876010329FE042FAB0447B457EBF15A5422CE1DD00DCE28B02F2316B838E0DD8 |
Key | Value |
---|---|
MD5 | 9790E113E611CF63FD07BF63D17A6258 |
PackageArch | aarch64 |
PackageDescription | LLFUSE is a set of Python bindings for the low level FUSE API. It requires at least FUSE 2.9.0. LLFUSE was originally part of S3QL, but has been factored out so that it can be used by other projects as well. |
PackageMaintainer | Fedora Project |
PackageName | python2-llfuse |
PackageRelease | 1.fc24 |
PackageVersion | 1.0 |
SHA-1 | 1616ABA94A8A445538E66F924F809635E61A2959 |
SHA-256 | CBF21014847F59ADBB75F7B34D32CDDEFEA06A09036DE7889E91281D4BA30373 |
Key | Value |
---|---|
MD5 | EAF2EBF5D17E95838198C3EDDCB277D7 |
PackageArch | s390x |
PackageDescription | Documentation for Groonga |
PackageMaintainer | Fedora Project |
PackageName | groonga-doc |
PackageRelease | 2.fc22 |
PackageVersion | 5.0.2 |
SHA-1 | 19A23952E30D179D67D13DD561F0835387E4B94E |
SHA-256 | A478CE91E76A6E19693533B6A0B55A44E6BBE719E78EE89D168E8C2035987F88 |
Key | Value |
---|---|
FileName | https://ftp.lysator.liu.se/pub/OpenBSD/5.9/packages//amd64//phpMyAdmin-4.4.15.4.tgz |
MD5 | 7B299F1E7D1E72D3C7A0421226989FDB |
SHA-1 | 1BDB5EF73FE427DA3AC6A551F8DEE285F2C4AEF4 |
SHA-256 | 050A79F66C340BD89831FAEF65B89FDF296796522E6A1070853C8EC4A747B638 |
SSDEEP | 196608:xNqScR5DEYyLNFT3wfCV+51OTios7IxelMGeYG9XwZhi/hCskQEq:hc473J+bOu7Ixo5nG9XwEhl |
TLSH | T1DAA6335D625AEF3E54E0D1BF2981DE3DB5A3EAD32B4075E4CA7E6E2211F10368AD1430 |
Key | Value |
---|---|
MD5 | 27226EBE54F1AAD704FD28539CBE576C |
PackageArch | noarch |
PackageDescription | phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the World Wide Web. Most frequently used operations are supported by the user interface (managing databases, tables, fields, relations, indexes, users, permissions), while you still have the ability to directly execute any SQL statement. Features include an intuitive web interface, support for most MySQL features (browse and drop databases, tables, views, fields and indexes, create, copy, drop, rename and alter databases, tables, fields and indexes, maintenance server, databases and tables, with proposals on server configuration, execute, edit and bookmark any SQL-statement, even batch-queries, manage MySQL users and privileges, manage stored procedures and triggers), import data from CSV and SQL, export data to various formats: CSV, SQL, XML, PDF, OpenDocument Text and Spreadsheet, Word, Excel, LATEX and others, administering multiple servers, creating PDF graphics of your database layout, creating complex queries using Query-by-example (QBE), searching globally in a database or a subset of it, transforming stored data into any format using a set of predefined functions, like displaying BLOB-data as image or download-link and much more... |
PackageMaintainer | Fedora Project |
PackageName | phpMyAdmin |
PackageRelease | 1.fc23 |
PackageVersion | 4.5.0.2 |
SHA-1 | 1D3582D9847EC13623DBD1756C9905EEC38627FF |
SHA-256 | 21BB322E26F8E57AD96974EC23A56E97FEBD28232C55C83C0FB275F4BB551424 |
Key | Value |
---|---|
MD5 | D37291645B793535CF376FDEEEEB0D00 |
PackageArch | aarch64 |
PackageDescription | LLFUSE is a set of Python 3.5 bindings for the low level FUSE API. It requires at least FUSE 2.9.0. LLFUSE was originally part of S3QL, but has been factored out so that it can be used by other projects as well. |
PackageMaintainer | Fedora Project |
PackageName | python3-llfuse |
PackageRelease | 1.fc24 |
PackageVersion | 1.0 |
SHA-1 | 207B1240EA1AF857B5AE8BC0F740A8F3B884350B |
SHA-256 | BECC9FD24C0B8B32799D299388F9D6C9D745F6AB3F7284C114AF76E22640D1EB |