1398 links
  • linx
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Play Videos
Links per page: 20 50 100
page 1 / 1
18 results tagged configuration x
  • Mozilla SSL Configuration Generator
    September 17, 2020 at 9:03:38 AM UTC - permalink -
    QRCode
    - https://ssl-config.mozilla.org/
    configuration database generator mozilla server ssl tls
  • PGTune - calculate configuration for PostgreSQL based on the maximum performance for a given hardware configuration
    July 6, 2020 at 11:13:41 AM UTC - permalink -
    QRCode
    - https://pgtune.leopard.in.ua/#/
    configuration hardware performance postgresql tuning
  • Mozilla SSL Configuration Generator

    An easy-to-use secure configuration generator for web, database, and mail software

    July 3, 2019 at 11:22:26 PM UTC - permalink -
    QRCode
    - https://ssl-config.mozilla.org/#server=apache&server-version=2.4.39&config=intermediate
    Apache configuration database Nginx SSL
  • thumbnail
    Ansible is Simple IT Automation

    Working in IT, you're likely doing the same tasks over and over. What if you could solve problems once and then automate your solutions going forward? Ansible is here to help.

    June 21, 2018 at 1:33:13 PM UTC - permalink -
    QRCode
    - https://www.ansible.com/
    ansible automation bsf configuration deployment devops manager server
  • thumbnail
    Making tmux Pretty and Usable - A Guide to Customizing your tmux.conf

    Customizing tmux is as easy as editing a text file. tmux uses a file called tmux.conf to store its configuration. If you store that file as `~/.tmux.conf (Note: there’s a period as the first character in the file name. It’s a hidden file) tmux will pick this configuration file for your current user. If you want to share a configuration for multiple users (e.g. if you should feel the urge to start tmux as super user (please think about this carefully!)) you can also put your tmux.conf into a system-wide directory. The location of this directory will be different accross different operating systems. The man page (man tmux) will tell you the exact location, just have a look at documentation for the -f parameter.

    January 6, 2018 at 3:41:18 PM UTC - permalink -
    QRCode
    - http://www.hamvocke.com/blog/a-guide-to-customizing-your-tmux-conf/
    cli config configuration tmux
  • thumbnail
    php - Wordpress admin login cookies blocked error after moving servers - Stack Overflow

    add to wp-config.php

    define('ADMIN_COOKIE_PATH', '/');
    define('COOKIE_DOMAIN', '');
    define('COOKIEPATH', '');
    define('SITECOOKIEPATH', ''); 

    original source http://wordpress.org/support/topic/cookie-error-site-not-letting-me-log-in

    June 6, 2017 at 10:54:18 AM UTC - permalink -
    QRCode
    - https://stackoverflow.com/a/22964244/954777
    configuration cookies wordpress wordpress-mu
  • Getting Started — Syncthing v0.14 documentation
    June 6, 2017 at 10:35:19 AM UTC - permalink -
    QRCode
    - https://docs.syncthing.net/intro/getting-started.html
    configuration server syncthing
  • RedirectSSL - Httpd Wiki

    Let's say you want http://www.example.com/secure/ to always be sent over SSL (I presume here that both the normal and the SSL vhost have the same content). You could do this by linking to the correct page from within your HTML pages... but there will always be some user who will sneak by it that way.

    NameVirtualHost *:80
    <VirtualHost *:80>
       ServerName www.example.com
       Redirect permanent / https://secure.example.com/
    </VirtualHost>
    
    <VirtualHost _default_:443>
       ServerName secure.example.com
       DocumentRoot /usr/local/apache2/htdocs
       SSLEngine On
       # etc...
    </VirtualHost>
    February 2, 2017 at 4:58:25 PM UTC * - permalink -
    QRCode
    - https://wiki.apache.org/httpd/RedirectSSL
    apache configuration redirect ssl sysadmin tls
  • 7 Tips to Speed Up Eclipse | Personal Registry Editor

    About a month ago, I blogged about my love/hate relationship with Eclipse. I was asked by a few people to share my tips on how I was able to speed it up so here we go… As a side note, this article is not about comparing IDEs, please refrain from displaying your hate for the IDE or your preference for another… This post is just about optimizations that help Eclipse run faster for those who use it. I’ve described each tip for Windows, Linux and MacOS users. Once you have gone through all the optimization tips, Eclipse should start within 10 seconds and run much smoother than before.

    [edit]: most of those tips will speed up your Eclipse experience, not just the startup time. Classes will open faster, jumping from one definition to another will be faster. Viewing method javadocs will be faster… Unfortunately, none of that can be timed precisely so there is no specific benchmark about the actual speed gains for each tip.

    September 14, 2016 at 9:14:53 AM UTC - permalink -
    QRCode
    - http://www.nicolasbize.com/blog/7-tips-to-speed-up-eclipse/
    configuration eclipse fine-tuning java jvm
  • Making Eclipse Fly | David Salter's Blog

    When compared to NetBeans, I find that Eclipse is a lot slower, particularly when doing enterprise development. To try and speed Eclipse up, I’ve taken the JVM settings that NetBeans uses and applied them to Eclipse. The result is a vast improvement in performance. The default JVM settings in Eclipse aren’t optimal.

    September 14, 2016 at 9:14:04 AM UTC - permalink -
    QRCode
    - http://www.davidsalter.com/2009/04/making-eclipse-fly.html
    configuration eclipse fine-tuning java jvm
  • thumbnail
    A little practical GC tuning – on Eclipse | Atlassian Blogs

    JVM GC tuning is a vast field that books have been written about. Mostly, we’re happy to accept whatever defaults the JVM figures out, at most cranking up heap and permGen size when we’re out of memory (again).

    Besides the fact that a glorified Texteditor with a compiler attached needs gigabytes of memory, the darned thing was still slow, often becoming unresponsive for some seconds. This sucks.

    September 14, 2016 at 9:12:37 AM UTC - permalink -
    QRCode
    - http://blogs.atlassian.com/2013/02/a-little-practical-gc-tuning-on-eclipse/
    configuration eclipse fine-tuning java jvm
  • thumbnail
    Make changes to mysql global variables permenant across reboots - Server Fault

    Most options can be set using their actual names in the my.cnf.

    August 31, 2016 at 8:45:18 PM UTC - permalink -
    QRCode
    - https://serverfault.com/questions/186050/make-changes-to-mysql-global-variables-permenant-across-reboots
    configuration database mysql sysadmin
  • Firefox Troubleshooting Information

    This page contains technical information that might be useful when you're trying to solve a problem.

    August 24, 2016 at 7:38:56 PM UTC - permalink -
    QRCode
    - http://about:support
    about configuration firefox
  • MediaWiki - ArchWiki
    August 12, 2016 at 4:46:51 PM UTC - permalink -
    QRCode
    - https://wiki.archlinux.org/index.php/MediaWiki
    apache configuration mediawiki sysadmin
  • Apache configuration - MediaWiki
    August 12, 2016 at 4:45:33 PM UTC - permalink -
    QRCode
    - https://www.mediawiki.org/wiki/Apache_configuration
    apache configuration mediawiki sysadmin
  • mod_rewrite - Serveur Apache HTTP Version 2.4

    Le module mod_rewrite utilise un moteur de réécriture à base de règles, basé sur un interpréteur d'expressions rationnelles PCRE, pour réécrire les URLs à la volée. Par défaut, mod_rewrite met en correspondance une URL avec le système de fichiers. Cependant, on peut aussi l'utiliser pour rediriger une URL vers une autre URL, ou pour invoquer une requête interne à destination du mandataire.

    mod_rewrite fournit une méthode souple et puissante pour manipuler les URLs en utilisant un nombre illimité de règles. Chaque règle peut être associée à un nombre illimité de conditions, afin de vous permettre de réécrire les URLs en fonction de variables du serveur, de variables d'environnement, d'en-têtes HTTP, ou de repères temporels.

    mod_rewrite agit sur la totalité de l'URL, y compris la partie chemin. Une règle de réécriture peut être invoquée dans httpd.conf ou dans un fichier .htaccess. Le chemin généré par une règle de réécriture peut inclure une chaîne de paramètres, ou peut renvoyer vers un traitement secondaire interne, une redirection vers une requête externe ou vers le mandataire interne.

    August 9, 2016 at 4:54:18 PM UTC - permalink -
    QRCode
    - https://httpd.apache.org/docs/current/mod/mod_rewrite.html
    apache configuration mod_rewrite server sysadmin url-rewriting
  • My Optimal GNU Emacs Settings for Developing Clojure (so far) at Frederick Giasson’s Weblog
    September 4, 2015 at 7:15:14 PM UTC - permalink -
    QRCode
    - http://fgiasson.com/blog/index.php/2014/05/22/my-optimal-gnu-emacs-settings-for-developing-clojure-so-far/
    clojure configuration emacs
  • Keyboard configuration in console - ArchWiki
    August 3, 2015 at 8:07:08 AM UTC - permalink -
    QRCode
    - https://wiki.archlinux.org/index.php/Keyboard_configuration_in_console
    archlinux configuration console keyboard
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation