ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. wirestyle22
    3. Topics
    • Profile
    • Following 0
    • Followers 2
    • Topics 179
    • Posts 8,185
    • Best 2,350
    • Controversial 11
    • Groups 0

    Topics created by wirestyle22

    • wirestyle22W

      Is it possible to force tag searches in addition to normal searching in Bookstack?

      IT Discussion
      • bookstack • • wirestyle22
      11
      0
      Votes
      11
      Posts
      900
      Views

      JaredBuschJ

      @wirestyle22 said in Is it possible to force tag searches in addition to normal searching in Bookstack?:

      @black3dynamite This is how to search. I want Bookstack to search for keywords and tags simultaneously, seamlessly

      Then put in a feature request.

    • wirestyle22W

      Nginx Serverblock for Bookstack

      IT Discussion
      • bookstack nginx • • wirestyle22
      2
      0
      Votes
      2
      Posts
      1.1k
      Views

      wirestyle22W

      nano /var/www/bookstack/.env contains a commented line for APP_URL=http://bookstack.dev. Uncommenting it and changing it to APP_URL=https://wiki.domain.com fixed the issue for me.

    • wirestyle22W

      What makes RocketChat appealing to you?

      IT Discussion
      • rocketchat • • wirestyle22
      47
      1
      Votes
      47
      Posts
      2.5k
      Views

      scottalanmillerS

      @black3dynamite said in What makes RocketChat appealing to you?:

      @aaronstuder said in What makes RocketChat appealing to you?:

      I got a version of RocketChat up for testing now 🙂

      Using snap?

      That's definitely the way to do it.

    • wirestyle22W

      mailto alternative for systemd timers

      IT Discussion
      • systemd timers • • wirestyle22
      8
      0
      Votes
      8
      Posts
      978
      Views

      stacksofplatesS

      @jaredbusch said in mailto alternative for systemd timers:

      I would recommend writing the script to take parameters. Because then it is generic and you can plug it in on every system as part of the system setup process.
      https://tecadmin.net/pass-command-line-arguments-in-shell-script/

      Here's a template that I loosely follow for this:

      #!/bin/bash #Script functions function script_help () { echo " Usage: $(basename $0) [options] -a word -a Echos the word you type -h this help text Example: $(basename $0) "-a word exit ${1:-0} } function thing () { echo $variable } #Show help if no arguments or options are passed [[ ! "$*" ]] && script_help 1 OPTIND=1 #Read command line options # A colon after a flag means it takes an argument while getopts "a:ih" opt; do case "$opt" in a) variable=$OPTARG ;; h) script_help ;; \?) script_help 1 ;; esac done shift $(($OPTIND-1)); #Run argument function thing

      In this case, it calls the thing function on the argument from the -a flag and also has a help function.

    • wirestyle22W

      What are you using to track daily tasks?

      IT Discussion
      • • • wirestyle22
      41
      0
      Votes
      41
      Posts
      2.4k
      Views

      dafyreD

      @wirestyle22 said in What are you using to track daily tasks?:

      @dafyre I don't personally find e-mail to be great for tasks.

      Post edited. Better? 🙂

      I generally don't email to be great for tasks, but Outlook does a decent job of integrating the two.

    • wirestyle22W

      What are you using for Documentation?

      IT Discussion
      • • • wirestyle22
      38
      1
      Votes
      38
      Posts
      2.6k
      Views

      wirestyle22W

      @scottalanmiller said in What are you using for Documentation?:

      @dashrender said in What are you using for Documentation?:

      @scottalanmiller said in What are you using for Documentation?:

      @wirestyle22 said in What are you using for Documentation?:

      @scottalanmiller said in What are you using for Documentation?:

      @wirestyle22 said in What are you using for Documentation?:

      @scottalanmiller said in What are you using for Documentation?:

      @wirestyle22 said in What are you using for Documentation?:

      @wrcombs said in What are you using for Documentation?:

      I use Google Docs, and the ticketing system ; Im the only one who does write ups on things I think we need to know more about, or are things that will be needed in the future.

      I/We don't use any fancy third party software for documentation.

      We have infrastructure (Me), DevOps, Desktop Support. I think one person from each team should be responsible for technical documentation. I'd prefer for it to be me but I also have a lot on my plate.

      How do you separate infrastructure and DevOps? DevOps is for managing infrastructure.

      Infrastructure team is really networking team

      Infrastructure teams normally refers to the non-networking ones. Although networking is obviously infrastructure. But SA is normally core infrastructure teams. Enterprise jobs labeled infrastructure are not networking.

      Yeah that's just what they are calling us. Not very helpful for me to use the name here though as it's confusing for you guys

      You are doing networking now? So mostly switches, routers, routing tables, firewall rules?

      What jobs are in that other infrastructure department you're talking about?

      System Admin, System Engineering, DevOps, App Support, DBA

      Basically this

    • wirestyle22W

      Simple VPN vs ZeroTier for LAN Extension

      IT Discussion
      • • • wirestyle22
      4
      0
      Votes
      4
      Posts
      573
      Views

      scottalanmillerS

      ZT is an SD-WAN, a specific type of highly complex VPN. Basically it is a hub and spoke VPN, but with advanced detection to allow full mesh ad hoc between nodes when appropriate. But at the end of the day, each link is a standard VPN connection. It's just how it is hosted (central controller) that is outside of the network of connected gear; and the hub and spoke vs full mesh auto detection that makes it so unique.

      A nearly identical system is Cradlepoint, but it does not allow the mesh option, only the appearance of it, so that centralized traffic control on the controller is available.

    • wirestyle22W

      Renewing Let's Encrypt certificates using a systemd timer

      IT Discussion
      • systemd timers certbot nginx how to • • wirestyle22
      9
      7
      Votes
      9
      Posts
      2.1k
      Views

      JaredBuschJ

      @wirestyle22 said in Renewing Let's Encrypt certificates using a systemd timer:

      sudo systemctl enable certbot-renewal.timer

      As I did this again today, I thought I would post my quick tweak to this because I do not like the idea of it running hourly.

      I set mine to run twice a day with a 1 hour randomizer.

      [Timer] OnCalendar=*-*-* 01,13:00:00 RandomizedDelaySec=3600 Unit=certbot-renewal.service

      027a0074-88ec-4c1f-b114-91722521529b-image.png

    • wirestyle22W

      Windows 10 Performance with Guacamole

      Water Closet
      • windows windows 10 rdp vnc guacamole • • wirestyle22
      7
      1
      Votes
      7
      Posts
      1.4k
      Views

      wirestyle22W

      RDP at home is fine.

    • wirestyle22W

      Make Windows 10/Server 2016 RDP work with Guacamole

      IT Discussion
      • guacamole windows 10 rdp • • wirestyle22
      4
      2
      Votes
      4
      Posts
      20.9k
      Views

      wirestyle22W

      @dbeato Has to be at least related because disabling it works

    • wirestyle22W

      Nginx SSL Certification + Nextcloud +Guacamole

      IT Discussion
      • nginx • • wirestyle22
      17
      0
      Votes
      17
      Posts
      1.5k
      Views

      wirestyle22W

      @jaredbusch Hm. I'm getting too many rewrite errors now. Some odd problems occurring. Relative pathing problem?

    • wirestyle22W

      Setting up an Ansible Test Environment in Ubuntu 16.04.4

      IT Discussion
      • ansible ubuntu 16.04 how to • • wirestyle22
      8
      0
      Votes
      8
      Posts
      1.2k
      Views

      DanpD

      For anyone interested, I recently setup Ansible AWX on Fedora 27 using this guide. Running as a local VM so didn't do anything with Nginx / reverse proxy.

    • wirestyle22W

      Nginx not re-directing to host

      IT Discussion
      • • • wirestyle22
      26
      0
      Votes
      26
      Posts
      4.6k
      Views

      wirestyle22W

      @scottalanmiller Sorry! I was tallking to dbeato and got distracted

    • wirestyle22W

      Nextcloud 12 / CentOS 7 -- Memcache Issue

      IT Discussion
      • nextcloud 12 centos 7 • • wirestyle22
      14
      0
      Votes
      14
      Posts
      3.7k
      Views

      wirestyle22W

      @black3dynamite It's there, but I'm still getting the above error

    • wirestyle22W

      Nextcloud 12/CentOS 7 -- Problem with code integrity check

      IT Discussion
      • nextcloud 12 centos 7 • • wirestyle22
      10
      0
      Votes
      10
      Posts
      3.4k
      Views

      Emad RE

      @black3dynamite said in Nextcloud 12/CentOS 7 -- Problem with code integrity check:

      @emad-r said in Nextcloud 12/CentOS 7 -- Problem with code integrity check:

      @black3dynamite
      I ll try my best to answer:

      You can have either but not both, PHP as Apache HTTPD module or PHP as FPM, If you want to setup PHP-FPM on centos instead of PHP module or mod_php, and then PHP-FPM starts as an systemctl service, you will need to carry on those steps:

      Install Apache:

      yum -y install httpd systemctl enable httpd systemctl start httpd

      Install PHP-FPM:

      yum -y install php yum -y install php-fpm

      Configure Apache httpd:

      nano /etc/httpd/conf.d/php.conf <FilesMatch \.php$> # SetHandler application/x-httpd-php SetHandler "proxy:fcgi://127.0.0.1:9000" </FilesMatch>

      Then:

      systemctl start php-fpm systemctl enable php-fpm systemctl restart httpd

      For me if I want to make any web app, I just simply go this route, back in the day I would make it faster by running Nginx, but most third party web apps expect apache, and I found out the by simply using PHP-FPM with Apache I can make the web app as responsive and fast as ever, and I never found scenario where that is not compatible, what you simply do is remove PHP being child of apache, and giving it daemon of its own with children, and it becomes very fast.

      The setup on CentOS is different compare to Fedora 27.

      Installing php also installs php-fpm.

      [root@localhost hjohnson]# dnf install php Last metadata expiration check: 2:30:05 ago on Wed 07 Feb 2018 08:46:00 AM MST. Dependencies resolved. ============================================================================================================================================================================================================ Package Arch Version Repository Size ============================================================================================================================================================================================================ Installing: php x86_64 7.1.14-1.fc27 updates 2.8 M Installing dependencies: nginx-filesystem noarch 1:1.12.1-1.fc27 fedora 20 k php-cli x86_64 7.1.14-1.fc27 updates 4.2 M php-common x86_64 7.1.14-1.fc27 updates 1.0 M php-json x86_64 7.1.14-1.fc27 updates 72 k Installing weak dependencies: php-fpm x86_64 7.1.14-1.fc27 updates 1.5 M

      And its already configured /etc/httpd/conf.d/php.conf

      # Redirect to local php-fpm if mod_php is not available <IfModule !mod_php5.c> <IfModule !mod_php7.c> # Enable http authorization headers SetEnvIfNoCase ^Authorization$ "(.+)" HTTP_AUTHORIZATION=$1 <FilesMatch \.(php|phar)$> SetHandler "proxy:unix:/run/php-fpm/www.sock|fcgi://localhost" </FilesMatch> </IfModule> </IfModule>

      Yup I noticed this with Fedora, and when I jump to Fedora , or when Centos gets updated to reach Fedora levels like in 3-5 years I will worry about that. I never reached scenario where I needed bleeding edge server, and if that is the case usually it is Ubuntu and not Fedora.

    • wirestyle22W

      Limiting Bandwidth

      IT Discussion
      • • • wirestyle22
      71
      0
      Votes
      71
      Posts
      3.1k
      Views

      JaredBuschJ

      @wirestyle22

      If you are simply trying to limit bandwidth on incoming traffic to the WAN port, then you put an outbound limiter on the LAN port because inbound traffic to the WAN is going outbound on the LAN.

    • wirestyle22W

      Getting rid of Group text as a means of calling out.

      IT Discussion
      • • • wirestyle22
      36
      0
      Votes
      36
      Posts
      2.0k
      Views

      wirestyle22W

      @penguinwrangler HR Company

    • wirestyle22W

      Sales & Marketing

      IT Discussion
      • • • wirestyle22
      9
      1
      Votes
      9
      Posts
      692
      Views

      scottalanmillerS

      @coliver said in Sales & Marketing:

      @wirestyle22 said in Sales & Marketing:

      @coliver said in Sales & Marketing:

      This project is coming along nicely. Not sure how far they are as I've never used them but Apache has been working on Open For Business for a long time.

      https://ofbiz.apache.org/

      Interesting project

      It's definitely more of a dev project but it looks pretty capable.

      I think it is meant to be the underpinnings of other things, rather than a solution itself.

    • wirestyle22W

      Asset Management

      IT Discussion
      • • • wirestyle22
      11
      1
      Votes
      11
      Posts
      950
      Views

      ObsolesceO

      @dustinb3403 said in Asset Management:

      @thwr said in Asset Management:

      Snipe-IT

      You should've just quoted me.

    • wirestyle22W

      Accounting Solutions

      IT Discussion
      • • • wirestyle22
      8
      2
      Votes
      8
      Posts
      661
      Views

      S

      Would need some more information on requirements, but Wave and Xero are rational places to take a peek. For example, what industry, any confidentiality requirements, SAAS vs on-premise opinion, do they need inventory module, payroll, job costing, any current CRM integrations or a need for one.

    • 1 / 1