BASH script
A BASH (Born Again SHell) script is a series of commands stored in a text file. It contains commands that one would use in command line and others. -We used BASH scripts to automatically upload batches of files including metadata to the Wiki. -
- if page.exists: - url = page.imageinfo['descriptionurl'] - print_colormsg( - f'Already exists in {url} Will NOT be uploaded', - level='warning') - else: - img_smw_prop_val = smw_propval_template.render( - title=args.title, - date=args.date, - part=n + 1, - partof=len(lsimgs), - creator=(', ').join(args.creator[1:]), - organization=(', ').join(args.org[1:]), - format=(', ').join(args.format[1:]), - event=(', ').join(args.event[1:]), - topic=(', ').join(args.topic[1:]), - language=(', ').join(args.language[1:]) - ) + +
This is an introduction...
...to the whole freaking thing. You want to cook? Go ahead! Embrace the limitations!!
+ Swarm1 + Swarm2 + Swarm3BASH script
+ +A BASH script is a series of commands stored in a text file. It contains commands that one would use in the command-line.
+ We used BASH scripts to automatically upload batches of files including metadata to the Wiki.
+
+
+ pagename = f'{dirname}-{_file}'
+ print_colormsg(pagename, level='ok')
+ page = site.pages[_file]
+
+ if page.exists:
+ url = page.imageinfo['descriptionurl']
+ print_colormsg( + f'Already exists in {url} Will NOT be uploaded', + level='warning')
+ else:
+ img_smw_prop_val = smw_propval_template.render(
+ title=args.title,
+ date=args.date,
+ part=n + 1,
+ partof=len(lsimgs),
+ creator=(', ').join(args.creator[1:]),
+ organization=(', ').join(args.org[1:]),
+ format=(', ').join(args.format[1:]),
+ event=(', ').join(args.event[1:]),
+ topic=(', ').join(args.topic[1:]),
+ language=(', ').join(args.language[1:])
+ )
Dark Web
+ +The Dark Web is a portion of the Internet that one cannot reach by the use of regular search engines. Users need specific software, configurations, or authorization to access to be able to use it. This shelter of anonymity is of a great importance while dealing with censorship and privacy concerns, and because of that the Dark Web is also oftenly perceived as a haven for criminal activities. Tor browser is probably the most used tool to access the dark web.
+ The Dark Web offers the protective layers that make sure the location of the servers and the identity of the users is secure in the case of possible attempts of persecution of any kind.
+
Dark Web
The Dark Web is a portion of the Internet that is not indexed by search engines. Users need "specific software, configurations, or authorization to access" to be able to use it. This shelter of anonymity is of great importance while dealing with censorship and privacy concerns. It is also a haven for criminal activities. Tor browser is probably the most famous tool used to access the dark web. -The Dark Web serves us with the protective layers to make sure the location of the servers and the identity of all participants is secure in the case of possible attempts of persecution of whatever kind.
Tor Browser
Using the Tor Browser helps prevent others from tracking your browsing behavior and user details like location. It is provided by the Tor project, a non-profit organization. It works by routing all your internet traffic trough random nodes, listed in the Tor network and thus rendering the origin of it unrecognizable. -It is probably the most famous tool used to access the Dark Web. -
+ +Tor Browser
+ +Using the Tor Browser helps prevent others from tracking your browsing behavior and user details like location. It is provided by the Tor Project, a non-profit organization. It works by routing all your internet traffic trough random nodes, listed in the Tor network and thus rendering the origin of it unrecognizable.
+ It is probably the most famous tool used to access the Dark Web.
+
+
+ everywhere, always, online
+ somewhere, sometimes, offline
+ nowhere, never, online