ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Categories
    3. IT Discussion
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • EddieJenningsE

      Twilio as a SIP provider

      Watching Ignoring Scheduled Pinned Locked Moved
      65
      1 Votes
      65 Posts
      11k Views
      FATeknollogeeF

      I def like some the available features in the Dashboard.

    • DustinB3403D

      Troubleshooting Unifi AP-AC-Lite

      Watching Ignoring Scheduled Pinned Locked Moved ap-ac-lite unifi troubleshooting wifi
      60
      1 Votes
      60 Posts
      6k Views
      crustachioC

      What WPA2 security mode are you using? Make sure it is AES not TKIP.

      Also a known-good USB wireless adapter is handy to keep around for times like this.

    • dbeatoD

      Reverse or Forward Proxy Setup

      Watching Ignoring Scheduled Pinned Locked Moved Solved nginx squid apache 2
      3
      2 Votes
      3 Posts
      2k Views
      dbeatoD

      I was able to fix the issue with the following lines on Apache as Reverse Proxy

      ProxyPass /soap/v1/ https://api.authorize.net/soap/v1/ ProxyPassReverse /soap/v1/ https://api.authorize.net/soap/v1/

      I assume this can also be done on Ngnix as well. So I will find out.

    • JaredBuschJ

      Webroot triggers on AutoHotKey

      Watching Ignoring Scheduled Pinned Locked Moved autohotkey ahk webroot
      4
      2 Votes
      4 Posts
      828 Views
      JaredBuschJ

      @danp Just updated the site policy to whitelist it. That makes me feel dirty.

    • A

      Sangoma 6 to 7 Upgrade Tool Error

      Watching Ignoring Scheduled Pinned Locked Moved
      10
      0 Votes
      10 Posts
      1k Views
      JaredBuschJ

      @aaronstuder said in Sangoma 6 to 7 Upgrade Tool Error:

      @jaredbusch said in Sangoma 6 to 7 Upgrade Tool Error:

      @aaronstuder said in Sangoma 6 to 7 Upgrade Tool Error:

      Guess I am just going to build a new 14 VM and transfer over the config. Any thing to watch for?

      You can export and import some things with the default handlers.

      If you are using SSL from LE and have the Yelaink T4xG series phones they won't talk right using SSL.
      If this is the same system I worked on, don't forget to grab crontab with the bell schedule.

      It is in fact the same system. Will the custom extensions come over?

      Yes. they are still extensions.

    • LakshmanaL

      Mail Allignment Issue

      Watching Ignoring Scheduled Pinned Locked Moved
      13
      1 Votes
      13 Posts
      2k Views
      LakshmanaL

      @stess
      @scottalanmiller
      I got one script for copying the excel sheet content to the mail body which have issue in it.The issue where the table is not copying to body only contents are copied to the mail body without table.Help needed

      $email = "[email protected]" $smtpServer = "mail.somecompany.com" $ForEmail = @() ###################################### #Create and get my Excel Obj $x1 = New-Object -comobject Excel.Application $UserWorkBook = $x1.Workbooks.Open("C:\temp\bluenose.xlsx") #Select first Sheet $UserWorksheet = $UserWorkBook.Worksheets.Item(1) $UserWorksheet.activate() #Copy the part of the sheet I want in the Email $rgeSource=$UserWorksheet.range("A1","E20") $rgeSource.Copy() | out-null $Results = Get-Clipboard foreach ($Result in $Results) { $ForEmail += "$Result<br>" } ###################################### $msg = new-object Net.Mail.MailMessage $smtp = new-object Net.Mail.SmtpClient($smtpServer) $msg.From = "[email protected]" $msg.To.Add($email) $msg.Subject = "Excel Pasted" $msg.IsBodyHtml = $True $msg.Body = "Here is the contents of the excel file<br> <br> $ForEmail <br> " $smtp.Send($msg)](![image url](image url))
    • JaredBuschJ

      SELinux blocking Nginx by default on Fedora 27

      Watching Ignoring Scheduled Pinned Locked Moved Solved selinux fedora 27 nginx reverse proxy
      3
      2 Votes
      3 Posts
      3k Views
      JaredBuschJ

      This behavior is different than the last time I setup a reverse proxy like this. But that was also on CentOS 7 and not Fedora. So policy could be different.

    • F

      Windows Desktop Licensing: Cannot be used as a server

      Watching Ignoring Scheduled Pinned Locked Moved licensing windows
      28
      0 Votes
      28 Posts
      2k Views
      scottalanmillerS

      @flaxking said in Windows Desktop Licensing: Cannot be used as a server:

      @scottalanmiller said in Windows Desktop Licensing: Cannot be used as a server:

      @flaxking said in Windows Desktop Licensing: Cannot be used as a server:

      @scottalanmiller said in Windows Desktop Licensing: Cannot be used as a server:

      @flaxking said in Windows Desktop Licensing: Cannot be used as a server:

      @scottalanmiller said in Windows Desktop Licensing: Cannot be used as a server:

      It would mean that we could use any protocol over the Internet. There is no such thing as an Internet protocol. Things like HTTP and FTP were local LAN protocols first. The Internet made them popular and useful, of course.

      The web refers to specific protocols at layer 7. But Internet refers only to the layer 3 + connected to the specific public network called the Internet.

      Unless Microsoft tells us they're defining it differently, ^^^ this must be it

      I think so. Feels nutty BUT I bet they could explain some logic.... like this is just enough for some development thing or to cover some specific use case but so generally useless that they lose no money.

      So you would have to expose to the internet but filter to your public IP in order to be compliant and use it as something functional.

      Right. Or just know that there were no internal users. The licensing doesn’t require a strict enforcement system.

      Oh, I meant because it's probably pretty much useless to have something public facing with only 20 connections available

      That’s what I meant to. It’s enough for like basic testing or a five person company to do something weird. But not enough for anything real.

    • pmonchoP

      CP, Rsync or other?

      Watching Ignoring Scheduled Pinned Locked Moved
      7
      0 Votes
      7 Posts
      732 Views
      matteo nunziatiM

      Scott is right. When in dubt use rsync. Anyway cp is faster then the delta algo of rsync. Therefore the basic rule -if you care- should be: first time you copy go cp then always rsync. Even if cp fails you can restart with rsync.
      But basically you do not bother and you go straight w/ rsync.

    • garak0410G

      Windows 10 (Store) Remote Desktop App Errors

      Watching Ignoring Scheduled Pinned Locked Moved
      13
      1 Votes
      13 Posts
      912 Views
      dbeatoD

      Also this post is related, see below:
      https://social.technet.microsoft.com/Forums/en-US/8b0debe5-ba1e-4e4e-a054-6e8dc0bc2aa3/remote-desktop-connection-fails-after-fall-creators-update-installed?forum=win10itpronetworking

      0_1520632877201_2018-03-09_1701.png

    • scottalanmillerS

      How to Update Packages on TrueOS

      Watching Ignoring Scheduled Pinned Locked Moved trueos bsd freebsd unix
      11
      1 Votes
      11 Posts
      5k Views
      scottalanmillerS

      Traditionally TrueOS has been a good desktop.

    • RomoR

      Decommissioning Exchange 2010 server in a hybrid O365 deployment.

      Watching Ignoring Scheduled Pinned Locked Moved exchange 2010 office 365 hybrid exchange
      2
      3 Votes
      2 Posts
      2k Views
      dbeatoD

      @romo @Tim_G has written about this as below:
      https://www.timothygruber.com/office-365/extend-ad-schema-exchange-2016-attributes-not-synchronizing/

      Something to take in mind to remove the last Exchange.

    • CCWTechC

      Ubiquity Security appliance

      Watching Ignoring Scheduled Pinned Locked Moved ubiquity security anti-virus intrusion prevention intrusion detection
      55
      0 Votes
      55 Posts
      5k Views
      scottalanmillerS

      It’s coincidental. Not visiting them 🙂

    • ObsolesceO

      Anyone backing up a file server with 13 million plus files?

      Watching Ignoring Scheduled Pinned Locked Moved
      39
      1 Votes
      39 Posts
      3k Views
      scottalanmillerS

      @travisdh1 said in Anyone backing up a file server with 13 million plus files?:

      @scottalanmiller said in Anyone backing up a file server with 13 million plus files?:

      @travisdh1 said in Anyone backing up a file server with 13 million plus files?:

      @travisdh1 said in Anyone backing up a file server with 13 million plus files?:

      @tim_g said in Anyone backing up a file server with 13 million plus files?:

      I was looking at Zmanda a while back, looks like they added Windows Server 2016 to their compatibility matrix now.

      Zmanda is just the "supported" version of Amanda, but their support sucked. Specifically they said "That error doesn't matter". Only that error mattered, because no backup could be restored from after getting said error. The only thing to show them is the door.

      Almost forgot, I had a ticket open with them on this issue for 6 months with no action on it at all.

      I've not know anyone that has been happy with them in forever. Amanda was a neat idea in 2001 or whatever. It really has little to no place anymore.

      I wonder if they've updated their agent support matrix since then? At least for the Linux distros they officially supported, it was horribly old.

      I look every few years... and nothing ever updates.

    • LakshmanaL

      Powershell Filter Data and Copy Data to new .csv file

      Watching Ignoring Scheduled Pinned Locked Moved
      13
      0 Votes
      13 Posts
      4k Views
      LakshmanaL

      @stess i get error as "Warning: one or more headers were not specified. Defaults names starting with H have been used in place of any missing headers"

      there is no data copied here to. csv

    • scottalanmillerS

      Salt-Minion Fails to Start on TrueOS BSD

      Watching Ignoring Scheduled Pinned Locked Moved freebsd bsd trueos saltstack salt-minion unix
      1
      1 Votes
      1 Posts
      771 Views
      No one has replied
    • momurdaM

      Python Print() Syntax

      Watching Ignoring Scheduled Pinned Locked Moved python python print
      29
      1 Votes
      29 Posts
      3k Views
      scottalanmillerS

      @tim_g said in Python Print() Syntax:

      @tim_g said in Python Print() Syntax:

      @scottalanmiller said in Python Print() Syntax:

      @tim_g said in Python Print() Syntax:

      @scottalanmiller said in Python Print() Syntax:

      @tim_g said in Python Print() Syntax:

      @momurda said in Python Print() Syntax:

      Say i want to print some stuff to terminal screen

      name = "matt" dob = "1980" print(name,dob) print(name + " ",dob)

      Result is the same. Is there a reason Thonny chooses to teach me method 2? Is it just to illustrate concatenation with strings and variables in print function?

      For comparison, this is how I'd do that same code in PHP:

      <?php $name = 'tim'; $year = '2018'; echo $name . " " . $year; ?>

      Well, that's how you'd do it in PHP that is encapsulated inside of HTML. Not really how PHP does it exactly.

      What's it matter... anything inside of the PHP tags is being parsed by PHP.
      That's how you do it also in a PHP file with no html. I'm not sure what your point is.

      PHP is often taught as only existing inside HTML, rather than being its own language. It can be very confusing. The average person using PHP doesn't even realize that you can run PHP scripts.

      I've been using PHP to output html. Where PHP is understanding html too, rather than the other way.

      It can do anything really. Most PHP is that way I seen, rather than being inside of an html file.

      Unless I'm doing it wrong...

      Nearly all PHP is written to be called by a web server. PHP can do anything, but it's so commonly used as a file on a web server that it is almost exclusively assumed to be what it is being used for.

    • scottalanmillerS

      Ubuntu Long Term Support SAMIT Video

      Watching Ignoring Scheduled Pinned Locked Moved samit youtube linux ubuntu long term support unix operating system support scott alan miller fedora rhel
      1
      2 Votes
      1 Posts
      1k Views
      No one has replied
    • scottalanmillerS

      Only 50% of Cyber Security Attacks Target Small Businesses

      Watching Ignoring Scheduled Pinned Locked Moved security
      7
      1 Votes
      7 Posts
      568 Views
      scottalanmillerS

      @momurda said in Only 50% of Cyber Security Attacks Target Small Businesses:

      What are you defining as a cyberattack?

      Where "you" = "National CyberSecurity Alliance"

    • A

      Ubuntu 18.04 adding Minimal Install

      Watching Ignoring Scheduled Pinned Locked Moved ubuntu linux omgubuntu ubuntu 18.04
      6
      2 Votes
      6 Posts
      1k Views
      JaredBuschJ

      @scottalanmiller said in Ubuntu 18.04 adding Minimal Install:

      @jaredbusch said in Ubuntu 18.04 adding Minimal Install:

      @dbeato said in Ubuntu 18.04 adding Minimal Install:

      @aaronstuder said in Ubuntu 18.04 adding Minimal Install:

      Seems like a good move

      https://www.omgubuntu.co.uk/2018/02/ubuntu-18-04-minimal-install-option

      I thought they had it already, I have been using the net install for a long time in Debian and Ubuntu
      https://www.ubuntu.com/download/alternative-downloads

      Minimal Install != Net Install

      Net Install is more "Minimal Download" rather than "Minimal Install"

      Correct. A NetInstall is a small initial download because it installs whichever version from direct net downloads after selection.
      I always use the NetInstall download for Fedora/CentOS because that is the only way to get a solid "Minimal Install".

      But I also installed my full desktop from a NetInstall image.

    • 1
    • 2
    • 242
    • 243
    • 244
    • 245
    • 246
    • 698
    • 699
    • 244 / 699