зеркало из
https://github.com/iharh/notes.git
synced 2025-10-29 20:56:06 +02:00
m
Этот коммит содержится в:
родитель
6aed31d5b1
Коммит
f5b07334b1
55
db/nosql/mongo/tools/studio3t.txt
Обычный файл
55
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/
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 <marie@kaifa.ch>"
|
||||
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"
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user