This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ip | org | network | asn | country | |
---|---|---|---|---|---|
103.221.57.100 | DZCRD Networks Ltd | 103.221.56.0/22 | 132817 | BE | |
103.221.57.101 | DZCRD Networks Ltd | 103.221.56.0/22 | 132817 | BE | |
103.221.57.102 | DZCRD Networks Ltd | 103.221.56.0/22 | 132817 | BE | |
103.221.57.105 | DZCRD Networks Ltd | 103.221.56.0/22 | 132817 | BE | |
103.221.57.106 | DZCRD Networks Ltd | 103.221.56.0/22 | 132817 | BE | |
103.221.57.107 | DZCRD Networks Ltd | 103.221.56.0/22 | 132817 | BE | |
103.221.57.113 | DZCRD Networks Ltd | 103.221.56.0/22 | 132817 | BE | |
103.221.57.115 | DZCRD Networks Ltd | 103.221.56.0/22 | 132817 | BE | |
103.221.57.116 | DZCRD Networks Ltd | 103.221.56.0/22 | 132817 | BE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024-04-23 12:44:00,166 INFO e8f31038-977a-41d3-9ce3-c8f213c12691 7eca3e82-151a-421a-bda6-b2071df437b3 org.dspace.curate.Curator @ Curation task: normalizedois performed on: workflow item: 61ad243b-18a2-4691-a4e0-f90eb6b42ece with status: 0. Result: 'Normalized 1 DOI(s)' | |
2024-04-23 12:44:00,167 INFO e8f31038-977a-41d3-9ce3-c8f213c12691 7eca3e82-151a-421a-bda6-b2071df437b3 org.dspace.curate.XmlWorkflowCuratorServiceImpl @ Curation tasks over item 61ad243b-18a2-4691-a4e0-f90eb6b42ece for step editstep report:%nNormalized 1 DOI(s)All DOIs already normalizedAll DOIs already normalizedAll DOIs already normalizednull: added 2 alpha2 country code(s)Normalized 1 DOI(s) | |
2024-04-23 12:46:28,096 INFO e8f31038-977a-41d3-9ce3-c8f213c12691 8b975b71-6f76-4ac3-b5c7-52aa4cdd1e3f org.dspace.curate.Curator @ Curation task: normalizedois performed on: workflow item: 61ad243b-18a2-4691-a4e0-f90eb6b42ece with status: 0. Result: 'All DOIs already normalized' | |
2024-04-23 12:46:28,096 INFO e8f31038-977a-41d3-9ce3-c8f213c12691 8b97 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# run in batch CPU priority, with low-priority IO | |
rsync_command="chrt -b 0 ionice -c2 -n7 /usr/bin/rsync -av --delete" | |
rsync_output="start" | |
until [[ "$rsync_output" == "done" ]] | |
do | |
# notice the trailing slash on the rsync source argument | |
results_rsync=$($rsync_command /home/dspace/solr/ /home/backup/solr) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Solr 8.11.2 | |
After=network.target | |
[Service] | |
Type=simple | |
WorkingDirectory=/var/solr | |
PIDFile=/var/solr/solr-8983.pid | |
Environment=SOLR_PID_DIR=/var/solr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#---------------------------------------------------------------# | |
#------------LDAP AUTHENTICATION CONFIGURATIONS-----------------# | |
#---------------------------------------------------------------# | |
# Configuration properties used by the LDAP Authentication # | |
# plugin, when it is enabled. # | |
#---------------------------------------------------------------# | |
# | |
# If LDAP is enabled, then new users will be able to register | |
# by entering their username and password without being sent the |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import signal | |
import requests | |
def signal_handler(signal, frame): | |
sys.exit(1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version | url | |
---|---|---|
7.0 | https://repository.museumsiam.org | |
7.0 | https://minerva-access.unimelb.edu.au | |
7.0 | https://unsworks.unsw.edu.au | |
7.4 | https://corpus.ulaval.ca | |
7.5-SNAPSHOT | https://dspace.alquds.edu | |
7.5 | https://openaccess.marmara.edu.tr | |
7.2.1 | https://oasis.col.org | |
7.2.1 | https://open.fsc.org | |
7.4 | https://openaccess.bezmialem.edu.tr |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ant update clean_backups -Doverwrite=true | |
Buildfile: /home/aorth/src/git/DSpace-7/dspace/target/dspace-installer/build.xml | |
prepare_configs: | |
[mkdir] Created dir: /home/aorth/src/git/DSpace-7/dspace/target/dspace-installer/config-temp | |
[copy] Copying 232 files to /home/aorth/src/git/DSpace-7/dspace/target/dspace-installer/config-temp | |
[copy] Copying 1 file to /home/aorth/src/git/DSpace-7/dspace/target/dspace-installer/config-temp | |
[copy] Copying 14 files to /home/aorth/src/git/DSpace-7/dspace/target/dspace-installer/config-temp | |
copy_configs_keep: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Donald Carr <d _at_ chaos-reins.com> | |
_pkgname=system76-scheduler | |
pkgname=${_pkgname} | |
pkgver=2.0.1 | |
pkgrel=1 | |
pkgdesc='system76 userspace scheduler' | |
arch=(x86_64) | |
url='https://github.com/pop-os/system76-scheduler' | |
license=('MPL-2') |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Maintainer: Chris Severance aur.severach aATt spamgourmet dott com | |
# Contributor: Limao Luo <[email protected]> | |
# Contributor: Stefan Husmann <[email protected]> | |
# From core package | |
# Maintainer: Antonio Rojas <[email protected]> | |
# Contributor: Eric Bélanger <[email protected]> | |
_pkgname='imagemagick' | |
pkgbase="${_pkgname}-git" | |
_srcdir='ImageMagick' |
NewerOlder