DEV-MTHRFCKR

DEV-MTHRFCKR

4099 bookmarks
Custom sorting
FAI - Fully Automatic Installation
FAI - Fully Automatic Installation
FAI is a tool for unattended mass deployment of Linux. It's a system to install and configure Linux systems and software packages on computers as well as virtual machines, from small labs to large-scale infrastructures like clusters and virtual environments. You can take one or more virgin PC's, turn on the power, and after a few minutes, the systems are installed, and completely configured to your exact needs, without any interaction necessary.
·fai-project.org·
FAI - Fully Automatic Installation
Community - Zentyal Linux Server
Community - Zentyal Linux Server
Free community edition of Zentyal Linux Server. Alternative to Windows Server with domain and directory server, mail server, file server, gateway & infrastructure server.
·zentyal.com·
Community - Zentyal Linux Server
Varnish HTTP Cache Varnish HTTP Cache
Varnish HTTP Cache Varnish HTTP Cache
Varnish Cache is a web application accelerator also known as a caching HTTP reverse proxy. You install it in front of any server that speaks HTTP and configure it to cache the contents. Varnish Cache is really, really fast. It typically speeds up delivery with a factor of 300 - 1000x, depending on your architecture
·varnish-cache.org·
Varnish HTTP Cache Varnish HTTP Cache
Deploy Servers
Deploy Servers
We are simplifying the cloud. One Login, 16 Countries, 25 Cities, Infinite Possibilities.
·my.vultr.com·
Deploy Servers
Nextcloud - Issuing OCC Commands without installing sudo
Nextcloud - Issuing OCC Commands without installing sudo
There should be no need to install sudo. If you want to run the occ command as an elevated user, simply do the following to run the command as the www-data user. Example using su and www-data user su -c "php /var/www/html/occ maintenance:mode --off" -s /bin/sh www-data Should I be using the www-data user? To confirm that the www-data user is the owner of the configuration you can do the look at the file properties of config.
·blog.lukebtaylor.com·
Nextcloud - Issuing OCC Commands without installing sudo