A list of tech platforms for productivity purposes, as alternatives to larger platforms.
Read MoreFull integration, editable calendar with two-way synchronisation – more complicated than it could be: https://frightanic.com/apple-mac/thunderbird-icloud-calendar-sync/:
- Create an app-specific password for Thunderbird in Apple Account
- Go to iCloud online Calendar to get your user-ID, server number, and calendar ID
- target format: https://<server-number>-caldav.icloud.com/<user-id>/calendars/<calendar-id>/
- Start dev tools in browser, clear history
- filter for string: “collections”
- fetch only XHR
- deactivate and reactivate target calendar
- extract user, server, and calendar ID from recording in dev tools
the URL looks like: https://<server-number>-calendarws.icloud.com/ca/collections/<calendar-id>?……&dsid=<user-id>&….
- Open new calendar in Thunderbird, choose “On the Network”
- Add iCloud-user as username
- Add calendar URL: https://<server-number>-caldav.icloud.com/<user-id>/calendars/<calendar-id>/
- Provide app-specific password
- Finish.
For the sync of contacts, the URL is: https://<serverID>-contacts.icloud.com/<user>/carddavhome/card/. See: https://support.mozilla.org/bm/questions/1384897.
Read MoreA Code of Conduct for (Open Source) Communities. According to Wikipedia, the Contributor Covenant is used in prominent projects including Linux, Ruby on Rails, Swift, Go, and JRuby. Relevant signers include Google, Apple, Microsoft, Intel, Eclipse and GitLab.
In 2016 GitHub added a feature to streamline the addition of the Contributor Covenant to an open source project and the Ruby library manager Bundler also has an option to add the Contributor Covenant to software programs that its users create: https://www.contributor-covenant.org.
Read MoreCreate and share meeting polls. With a meeting poll, an appointment can be made with several people. With a booking list, predefined appointments can be booked by other people: https://terminplaner6.dfn.de/.
Read MoreJustin Welsh is an experienced internet entrepreneur, meanwhile offering boutique advisory services for other entrepreneurs. He compiled a list of tools he uses himselves:
- Website: Kajabi
- Courses: Kajabi
- Social posting: Hypefury
- Newsletter writing: Typeshare
- Community memberships: Outseta
- Website Analytics: Fathom
- LinkedIn Analytics: Shield
- Testimonial collection: Testimonial.to
- Customer CRM: Airtable
- Scheduling: Calendly
- Twitter Analytics: ilo.so
- Course recording: Loom
- Custom Integrations: Zapier
The magazine computerwoche.de published a list of handy Open Source Intelligence Tools, incl.:
- Maltego – comprehensive tool for graphical link analyses that offers real-time data mining and information gathering, as well as the representation of this information on a node-based graph, making patterns and multiple order connections between said information easily identifiable
- Recon-ng – gathering tool aimed at reducing the time spent harvesting information from open sources
- theHarvester – emails, subdomains and names Harvester
- Shodan – world’s first search engine for Internet-connected devices
- Metagoofil – metadata harvester
- searchcode – search 75 billion lines of code from 40 million projects
- SpiderFoot – automates OSINT so one can find what matters, faster
- Babel X – discover and decipher geographically diverse, multilingual data into actionable insights in real time, babel street’s platform helps interpret real-time data, so one can make clear, decisive decisions that impact any mission
- Mitaka – browser extension for OSINT search
- BuiltWith – search tech stack of specific websites
- Wappalyzer – find the technology stack of any website
- DarkSearch.io – self-declared “first real” “dark web” “search engine” (yet, no longer publicly available)
- Grep.app – tool for searches across git repos
The list seems compiled from pcwdld.com, where more detailed descriptions of each tool can be found.
Furthermore, the OSINT Framework helps gathering information from free tools or resources by providing a very good overview of available applications, platforms, methods etc.
Read More