From f5b07334b13a40e368883ff419a88feb4da7f450 Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Tue, 12 Dec 2023 17:59:34 +0300 Subject: [PATCH] m --- db/nosql/mongo/tools/studio3t.txt | 55 +++++++++++++++++++ .../clubs/streetoftruth/streetoftruth.txt | 5 ++ os/x-ui/de/kde/plasma/docs/whatsnew.txt | 2 + pages/pacstall.txt | 35 ++++++++++++ pl/cross/tools/rest/postman.txt | 4 ++ 5 files changed, 101 insertions(+) create mode 100644 db/nosql/mongo/tools/studio3t.txt diff --git a/db/nosql/mongo/tools/studio3t.txt b/db/nosql/mongo/tools/studio3t.txt new file mode 100644 index 000000000..58c31f97c --- /dev/null +++ b/db/nosql/mongo/tools/studio3t.txt @@ -0,0 +1,55 @@ +https://studio3t.com/free/ +https://robomongo.org/ + Studio 3T Free edition extends and replaces Robo 3T with: + +https://www.youtube.com/studio3t + +https://studio3t.com/download/ + studio-3t-linux-x64.tar.gz + https://www.fileeagle.com/software/c/database-management-software + https://www.fileeagle.com/software/2824/Studio-3T/ + lin + https://www.fileeagle.com/software/download/17155/f34540 + https://download.fileeagle.com/files/2023/09/studio-3t-linux-x64.tar.gz + + https://askubuntu.com/questions/1004590/unable-to-run-studio-3t-2018-1-0-in-ubuntu-mate-16-04 + wget https://download.studio3t.com/studio-3t/linux/2020.1.2/studio-3t-linux-x64.tar.gz + https://download.studio3t.com/studio-3t/linux/2020.1.2/studio-3t-linux-x64.tar.gz +mac + https://formulae.brew.sh/cask/studio-3t + https://formulae.brew.sh/api/cask/studio-3t.json + https://download.studio3t.com/studio-3t/mac/2023.9.1/Studio-3T.dmg +robo3t + https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/misc/robo3t/default.nix + +docker +https://hub.docker.com/r/licanli2082/studio3t + +inst +https://studio3t.com/knowledge-base/articles/how-to-install-studio-3t-on-linux/ + +! +https://studio3t.com/mongodb-tools/ + ! need to check + +whats-new +https://files.studio3t.com/changelog/changelog.txt + https://studio3t.com/whats-new/release-2023-9/ + +2022 +https://studio3t.com/whats-new/were-launching-a-free-edition-of-studio-3t/ +2021 +https://studio3t.com/knowledge-base/articles/mongodb-getting-started/ +need to read +https://studio3t.com/knowledge-base/articles/best-mongodb-tutorials-courses/ +https://studio3t.com/knowledge-base/articles/mongodb-university-alternatives/ + +https://studio3t.com/academy/ + +https://studio3t.com/knowledge-base/ +https://studio3t.com/knowledge-base/tags/product-feature-documentation/ +https://studio3t.com/knowledge-base/tags/tutorials/ +https://studio3t.com/knowledge-base/tags/workshops/ + +https://studio3t.com/whats-new/ +https://community.studio3t.com/ diff --git a/nontech/politics/clubs/streetoftruth/streetoftruth.txt b/nontech/politics/clubs/streetoftruth/streetoftruth.txt index ffb35f342..203c77e01 100644 --- a/nontech/politics/clubs/streetoftruth/streetoftruth.txt +++ b/nontech/politics/clubs/streetoftruth/streetoftruth.txt @@ -1,3 +1,6 @@ +https://t.me/clubpravda +https://t.me/fvuchannal + RadioBunker ??? @@ -31,6 +34,8 @@ Michael Mann books: Fashism, Dark Side of Democracy 2023 +NeedToKnow - Rode - Smurov - Davletbaev - Hazin - Collective of 1:22:05 + https://www.youtube.com/watch?v=RSeverlJY-E MaterikTV - Tanshina - RuFoby of 1:04:46 https://vk.com/video-221762048_456239071 https://vk.com/video-221762048_456239070 diff --git a/os/x-ui/de/kde/plasma/docs/whatsnew.txt b/os/x-ui/de/kde/plasma/docs/whatsnew.txt index f7418fb91..fbf7170e6 100644 --- a/os/x-ui/de/kde/plasma/docs/whatsnew.txt +++ b/os/x-ui/de/kde/plasma/docs/whatsnew.txt @@ -1,6 +1,8 @@ https://kde.org/announcements/plasma/5/ 2023 +LinuxTex - KDE Plasma 6 FIRST LOOK! Here's Everything They Changed! (NEW) 0:00 of 12:22 + https://www.youtube.com/watch?v=p1_NpFtNtPk 5.27 Pingvinus - KDE Plasma 5.27 of 14:53 https://www.youtube.com/watch?v=WKylxXvvrwQ diff --git a/pages/pacstall.txt b/pages/pacstall.txt index 088acd7bc..d78dda9df 100644 --- a/pages/pacstall.txt +++ b/pages/pacstall.txt @@ -142,3 +142,38 @@ post_remove() { rm -rf "${homedir}/.config/.wezterm/" fi } + + +name="postman-bin" +pkgver="10.18.10" +pkgdesc="Build, test, and document your APIs faster" +repology=("project: postman" "visiblename: postman-bin") +url="https://dl.pstmn.io/download/version/${pkgver}/linux64" +hash="08063d6f63bed6f44e5047c64517997b1f5287995bdec202e1313154744be95a" +maintainer="Marie Piontek " +gives="postman" +breaks=("postman" "postman-deb" "postman-app") +depends=("libxss1" "libnss3" "libgtk-3-0") + +package() { + # Get desktop file and install it + wget -q "https://aur.archlinux.org/cgit/aur.git/plain/postman.desktop?h=postman-bin" -O postman.desktop + sudo install -Dm644 postman.desktop -t "${pkgdir}/usr/share/applications" + + # Install the rest of the app + sudo install -d "${pkgdir}/opt/postman/" "${pkgdir}/usr/bin" + sudo install -d "${pkgdir}/usr/share/icons/hicolor/128x128/apps" + + sudo cp -r "${SRCDIR}/Postman/app/"* "${pkgdir}/opt/postman/" + sudo chmod +x "${pkgdir}/opt/postman/postman" +} + +post_install() { + sudo ln -s -r "/opt/postman/resources/app/assets/icon.png" "/usr/share/icons/hicolor/128x128/apps/postman.png" + sudo ln -s -r "/opt/postman/Postman" "/usr/bin/postman" +} + +post_remove() { + sudo rm -f "/usr/share/icons/hicolor/128x128/apps/postman.png" + sudo rm -f "/usr/bin/postman" +} diff --git a/pl/cross/tools/rest/postman.txt b/pl/cross/tools/rest/postman.txt index b64608ec8..96af4e470 100644 --- a/pl/cross/tools/rest/postman.txt +++ b/pl/cross/tools/rest/postman.txt @@ -4,6 +4,10 @@ https://learning.postman.com/ https://learning.postman.com/docs/getting-started/installation-and-updates/ https://learning.postman.com/docs/designing-and-developing-your-api/mocking-data/mocking-with-examples/ +download +https://dl.pstmn.io/download/version/10.18.10/linux64 +https://dl.pstmn.io/download/latest/linux_64 + 2023 API Performance Tests with Postman of 21:10 https://videoportal.epam.com/video/ba2KNxYk