Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
5 results tagged installation  ✕   ✕
pypa/pipx https://github.com/pypa/pipx
Fri 26 Aug 2022 01:43:33 PM PDT archive.org

pipx is a tool to help you install and run end-user applications written in Python. It's roughly similar to macOS's brew, JavaScript's npx, Linux's apt, and Ruby's rvm.

It's closely related to pip. In fact, it uses pip, but is focused on installing and managing Python packages that can be run from the command line directly as applications.

pip is a general-purpose package installer for both libraries and apps with no environment isolation. pipx is made specifically for application installation, as it adds isolation yet still makes the apps available in your shell: pipx creates an isolated environment for each application and its associated packages.

By default, pipx uses the same package index as pip, PyPI. pipx can also install from all other sources pip can, such as a local directory, wheel, git url, etc.

python environment management installation development
Installing Asterisk PBX 18 on Ubuntu 20.04 https://github.com/lardconcepts/asterisk-digitalocean-voipfone-config/blob/master/Asterisk-on-Ubuntu.md
Tue 17 May 2022 12:35:31 PM PDT archive.org

Just what it says on the tin. Assumes a Digital Ocean droplet and you have root access.

howto sysadmin voip asterisk ubuntu installation
Braunson/dreamhost-composer-install https://github.com/Braunson/dreamhost-composer-install
Sun 15 May 2022 04:17:49 PM PDT archive.org

Some people have had a hell of a time installing Composer on a shared DH account, well here's how I did it. I'm going to assume you know what a shell user is and how to use basic terminal.

dreamhost php composer howto installation
FreeBSD Install VIM Editor Without X11 GUI http://www.cyberciti.biz/faq/freebsd-install-vim-editor-without-x11-gui/
Tue 20 Mar 2018 12:56:11 AM PDT archive.org

How to install vim from the FreeBSD ports collection without it installing most of X along with it.

cd /usr/ports/editors/vim
make WITHOUT_X11=yes install clean

installation howto ports sysadmin vim freebsd x11 packages options
FAI - Fully Automatic Installation http://fai-project.org/
Mon 19 Mar 2018 05:50:44 PM PDT archive.org

A non-interactive system for automating the installation of Debian (and derivative) systems, sort of like Redhat's Kickstart or Solaris' Jumpstart. Used for unattended mass deployment (machine cloning). Centralizes deployment and configuration management. Can also be used to build out virtual machines. Can even set up LVM and RAID on new machines!

installation ubuntu automation sysadmin linux debian
4684 links, including 339 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn