Difference between revisions of "Bookmarks"
From Family History Book
Line 16: | Line 16: | ||
* Arch packages have file extension .zst | * Arch packages have file extension .zst | ||
+ | * The primary Arch package repository is https://aur.archlinux.org/packages/ | ||
+ | ** to extract a .tar.gz package, use this syntax: | ||
+ | ::: <code> sudo tar -xzf [filename].tar.gz [name of destination folder]</code> | ||
+ | ** after extracting, navigate to the destination folder and use <code>sudo makepkg [-s]</code> | ||
+ | *** the optional -s switch searches for dependencies | ||
+ | ** after making the package, install using <code>sudo pacman -U <name of package></code> | ||
* The Arch package manager is called pamac | * The Arch package manager is called pamac | ||
** Use these commands to use the package manager: | ** Use these commands to use the package manager: |
Latest revision as of 15:11, 2 April 2023
Personal
ARM64 Linux
Arch Linux (Manjaro) Hints
- Arch packages have file extension .zst
- The primary Arch package repository is https://aur.archlinux.org/packages/
- to extract a .tar.gz package, use this syntax:
sudo tar -xzf [filename].tar.gz [name of destination folder]
- after extracting, navigate to the destination folder and use
sudo makepkg [-s]
- the optional -s switch searches for dependencies
- after making the package, install using
sudo pacman -U <name of package>
- after extracting, navigate to the destination folder and use
- The Arch package manager is called pamac
- Use these commands to use the package manager:
command | action |
---|---|
sudo pacman -Syy | refresh package database |
sudo pacman -Syu | update installed packages |
sudo pacman -S <name of package> | installs package |
sudo pacman -U <path of downloaded package> | install from downloaded package |
pacman -Ss <name to search> | search for package in repository |
Pacman-Qi <package names> | display details of packages |
Open Metaverse
- Ryan's company
- XRSI X Reality Safety Initiative
- Divya
- Singularity Group
- Lamina1
- Venture Beat interview w/Neal Stephenson
- FastCompany article about Neal Stephenson's vision
- Economist's Metaverse Summit
- 1st Lamina1 Discord AMA 21 July 2022
- Metaverse Standards Organization
- Vice article on Corporate v. indie metaverse
- quotes Philip Rosedale, Wagner James Au, & Neal Stephenson
- Next Billion Seconds podcast with Tony Parisi, Lamina1 Chief Product officer and Mark Pesce of Valve
ISMuseum
in SL
in Kitely
on GitHub
- {https://github.com/ismuseum ISMuseum]
Repos
- docs
- org
- statistics
- grids
- procedures
- docs
- meetings
- planning
- building
- meetings
- images
- logos
- textures
- 3D-screenshots
- screenshots
- machinima
- images
- builds
- collada
- mesh
- textures
- terrain
- packages
- scripts
- oar
- builds
- events
- yuris-night
- space-week
- scifi-con
- tea&rockets
- events
- avatars
- skins
- hair
- rigging
- clothing
- animations
- anim-overides
- gestures
- avatars
OMRG in Kitely
- Sample Kitely Calendar entry for meetings
The Open Metaverse Research Group will meet Friday, [date]. If you are interested in helping develop and learn more about an open, standards-based metaverse, and connecting with others of the same mind, please join us.
- Be sure to include the location as:
grid.kitely.com:8002:Kat's Autumn Castle/
- Sample OMRG group announcement
Learn Programming
SQL
Git
Back to Private