16716 shaares
931 results
tagged
linux
A script to make sharing a screenshot publicly via an Owncloud server easy.
Benchmark.
Avec :
- Database : http://openbenchmarking.org ,
- La source : https://github.com/phoronix-test-suite/phoronix-test-suite .
- SmartOS : http://wiki.smartos.org/display/DOC/Download+SmartOS,
- Project Atomic,
- Alpine Linux,
- Resin OS : images prebuilds disponibles pour RaspberryPI, Intel NUC directement,
- CargOS,
- VMWare Photon : https://github.com/vmware/photon/wiki/Downloading-Photon-OS optimisé pour tourner dans une VM,
- Rancher OS (gestion de containers, pas full OS) : https://github.com/rancher/rancher#installation
- CoreOS : gestion de containers,
Avec :
- https://www.addedbytes.com/articles/for-beginners/url-rewriting-for-beginners/
- https://www.linuxtricks.fr/wiki/htaccess-quelques-infos
- https://www.it-connect.fr/securiser-les-authentifications-htaccess-avec-loption-digest%ef%bb%bf/
- http://www.tecmint.com/password-protect-apache-web-directories-using-htaccess/
- http://www.tecmint.com/disable-apache-directory-listing-htaccess/
apt-get install debian-goodies
- dglob – Produce a list of package names which match a pattern
- dgrep – Search all files in given packages for a regex
- dpigs – Display which installed packages taken the most disk space
- debget – Obtain a .deb for a package in APT’s database
- debmany – Choose manpages of installed or removed packages
- checkrestart – Finds and restart processes which are using outdated versions of upgraded files
- popbugs – Show a customized release-critical bug report based on packages you use
- which-pkg-broke – Catch which package might have broken another
Systemd and init have pid = 1
pidof /sbin/init && echo "sysvinit" || echo "other"
Check for systemd
pidof systemd && echo "systemd" || echo "other"