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
    • scottalanmillerS

      Yealink T46S Missing Opus Codec in 66.84.0.15 Firmware

      Watching Ignoring Scheduled Pinned Locked Moved yealink opus codec voip
      20
      1 Votes
      20 Posts
      4k Views
      DashrenderD

      @JaredBusch said in Yealink T46S Missing Opus Codec in 66.84.0.15 Firmware:

      @Dashrender said in Yealink T46S Missing Opus Codec in 66.84.0.15 Firmware:

      It sounds like @lansalot might have been pushing an old config file to Yealink phones with newer firmware, and that old style config MIGHT have been slightly incompatible - and caused the issue. which @lansalot was able to resolve, not by completely modernizing his config files, but instead by adding a few lines to expressly bring OPUS back into the config.

      That should not matter. If the config is old and does not have the setting specified at all, it should go to the default value.

      Sure, of course you'd like to think so - but bugs do happen... and it appears that it is in this case.

    • scottalanmillerS

      Tracking Down Ubuntu BASH Session Closing

      Watching Ignoring Scheduled Pinned Locked Moved ssh linux openssh ubuntu ubuntu 16.04 ubuntu 18.04 bash shell zsh
      45
      1 Votes
      45 Posts
      8k Views
      matteo nunziatiM

      @scottalanmiller said in Tracking Down Ubuntu BASH Session Closing:

      @matteo-nunziati said in Tracking Down Ubuntu BASH Session Closing:

      @scottalanmiller said in Tracking Down Ubuntu BASH Session Closing:

      If I use zsh, I'm good. If I enter BASH from zsh, I get kicked out after several seconds. Definitely is something to do with BASH.

      Stupid tryout: use bash and then enter zsh before being kicked out. Still out?
      To understand if it is the firing of bash itself or the stay in bash...

      No, the underlying bash remains until the ZSH closes. Same as if you were running top from it, for example.

      So basically bash is able to run long running jobs with your user...
      It's the interactivity with the shell to be broken... Meh.

      Sorry the thread is long, did you mention any test from zsh with:

      Bash <-- ok this kills the session
      Bash -i any difference???
      Bash -l ???
      bash --norc
      bash --noprofile

      From bashman page

    • JaredBuschJ

      Skyetel needs to get over 11 digit numbers

      Watching Ignoring Scheduled Pinned Locked Moved skyetel
      6
      4 Votes
      6 Posts
      1k Views
      JaredBuschJ

      @Skyetel said in Skyetel needs to get over 11 digit numbers:

      @Skyetel said in Skyetel needs to get over 11 digit numbers:

      @JaredBusch said in Skyetel needs to get over 11 digit numbers:

      FFS I cannot do a damned thing in their system without issues with fucking 11 digit numbers..

      Today it was opening a support ticket.

      Yes, I intentionally did not put the 1 in there. I knew that it would probably bitch. Point 1 is not important though, as I do not have a DID that comes to me. That DID goes to an IVR. So I have to put an extension in there. But no, you can only ever use an 11 digit number on anything you ever do in the Skyetel portal. Aside form the extension issue, like my point about the tenant contact info, the contact info for the person they need to call need not be a US based person. Just because I am working with a US based carrier on a US based number does not mean that I have to buy a US based number for you to call me when I am in Tokyo or London or WTF ever.

      @Skyetel Have you all never thought about anything like this at all? Seriously?

      11e5f493-56c3-4a2a-ab4b-3e9b57ed2a4d-image.png

      Okay. You're right. We're over it.

      Now you can use 10 digits so long as the first digit does not start with 1 ❤

      ... and you can add extensions into the support ticket request form 😄

      Signups will do the same tomorrow.

      Might want to look at Tenant contact info also. But I do note the new error "only 10 or 11 are supported"!! Awesome.

      bdc2cc1c-fb25-439e-9132-082fff8e7fc3-image.png

    • J

      When you forget to setup UEFI on a new server!

      Watching Ignoring Scheduled Pinned Locked Moved partition uefi diskpart 2tb limit mbr
      4
      10 Votes
      4 Posts
      1k Views
      kamidonK

      That's extremely helpful, first time hearing about this tool.

      Thanks for sharing

    • scottalanmillerS

      LibreOffice 6 How to Set a Background Image

      Watching Ignoring Scheduled Pinned Locked Moved libreoffice libreoffice 6 libreoffice writer
      4
      0 Votes
      4 Posts
      690 Views
      black3dynamiteB

      @scottalanmiller said in LibreOffice 6 How to Set a Background Image:

      @black3dynamite How do you make it fill the page?

      Will this work for you?

      Right-Click the image
      Properties
      Crop > Image Size
      Width = 8.50 " and Height = 11.00"

    • scottalanmillerS

      NextCloud Talk 6 Add More Participants

      Watching Ignoring Scheduled Pinned Locked Moved Solved nextcloud nextcloud 16 nextcloud talk nextcloud talk 6
      2
      1 Votes
      2 Posts
      1k Views
      scottalanmillerS

      Okay, we got it figured out. Works well, but is not intuitive.

      You go to "New Conversation" and then you have to just make a new for a new conversation. Only then can you add people to it. Totally works, just.... why would you ever think to do that?

    • garak0410G

      E-Mail Sending Has Stopped Working On Hardware Devices

      Watching Ignoring Scheduled Pinned Locked Moved email receive connector exchange office 365 0365
      48
      0 Votes
      48 Posts
      6k Views
      DashrenderD

      can we get some tags added to this?

      o365
      scan2email
      receiveconnector

    • wirestyle22W

      Snipe-IT Departmental Reporting

      Watching Ignoring Scheduled Pinned Locked Moved snipe-it centos 7
      20
      0 Votes
      20 Posts
      4k Views
      wirestyle22W

      @Dashrender said in Snipe-IT Departmental Reporting:

      @wirestyle22 said in Snipe-IT Departmental Reporting:

      @Dashrender said in Snipe-IT Departmental Reporting:

      @wirestyle22 said in Snipe-IT Departmental Reporting:

      Got it to work. Edit the below file.

      app/Console/Commands/LdapSync.php

      Edit max_execution time and memory_limit

      ini_set('max_execution_time', 1200); //600 seconds = 10 minutes ini_set('memory_limit', '1000M');

      what was the default in those?

      ini_set('max_execution_time', 600); //600 seconds = 10 minutes
      ini_set('memory_limit', '500M');

      Wow - so it took more than 10 or more than 500 M RAM to import all that - due to your numbers, I 'm guessing it was the RAM more than the time.

      Not sure honestly--it took awhile. I spoke to a snipe-it Dev and they could sync 15k accounts with these settings. I needed this functionality so I can create a script to sync users every day at 1:00 AM.

    • B

      How much trouble is Intel in with AMD’s Epyc Rome release?

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      1 Votes
      4 Posts
      324 Views
      scottalanmillerS

      https://mangolassi.it/topic/20143/spec-ing-a-new-computer-from-dell-or/

    • JaredBuschJ

      Skyetel port in promo code

      Watching Ignoring Scheduled Pinned Locked Moved skyetel did porting
      9
      1 Votes
      9 Posts
      1k Views
      JaredBuschJ

      @Skyetel said in Skyetel port in promo code:

      @JaredBusch said in Skyetel port in promo code:

      @Skyetel submitting port requests!

      gods the paperwork...

      Ha - yea, tell me about it. You should see what we have to deal with behind the curtain. 😛

      You could streamline things if there was a way to see the requested port in information after submitted, but prior to your entering the DID into the system.

      I had a lot of duplicated typing that would have been awesome to have a copy previous request button or something. Mostly because everything was 1 req for the normal DID and 1 req for the toll free DID.

    • scottalanmillerS

      Windows 7 Cannot Update

      Watching Ignoring Scheduled Pinned Locked Moved windows windows 7 windows updates
      27
      0 Votes
      27 Posts
      4k Views
      brandon220B

      @Fredtx This has usually worked for me in the past.

    • IRJI

      Facebook accepts misspelled email addresses and passwords as successful logins

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      1 Votes
      4 Posts
      353 Views
      RojoLocoR

      @Nic said in Facebook accepts misspelled email addresses and passwords as successful logins:

      that seems really stupid

      So it's perfect for the average FB user.

    • EddieJenningsE

      Value of Office 365 Business Essentials

      Watching Ignoring Scheduled Pinned Locked Moved zoho office 365 office 365 business essentials business case
      10
      0 Votes
      10 Posts
      1k Views
      D

      @JaredBusch
      I understand, I just close the annoying dialog and go on.

    • scottalanmillerS

      Windows NT Release History

      Watching Ignoring Scheduled Pinned Locked Moved windows windows nt windows 10 windows versions windows vista windows 7 windows 8 windows 8.1 windows 2000 windows xp
      47
      10 Votes
      47 Posts
      5k Views
      scottalanmillerS

      Updated with 1903

    • wrx7mW

      Updated - Connecting to 1 Site With Separate Logins/Several IPs

      Watching Ignoring Scheduled Pinned Locked Moved rdp rdp sessions
      73
      0 Votes
      73 Posts
      9k Views
      wrx7mW

      @JasGot said in Updated - Connecting to 1 Site With Separate Logins/Several IPs:

      @wrx7m said in [Updated - Connecting to 1 Site With Separate Logins/Several IPs]>

      This works on Windows 10 (1703, 1809, 1903), Server 2016 (1607), Server 2012 R2 and Server 2008 R2.

      Tor is another option. Proxies are already out there.

      Lots of guides on setting it up to run multiple browsers from different IPs. We did it years ago for a project and it was perfect. Took a few minutes to setup, but was perfect for the task.

      There's even a bash script to do all the setup for you. (Not on Windows, of course)

      Thanks. This has been up and running via squid on Fedora for several months and works really well.

    • WLS-ITGuyW

      Close ports on Linode Debian

      Watching Ignoring Scheduled Pinned Locked Moved debian 9 firewall
      5
      0 Votes
      5 Posts
      987 Views
      1

      By default Debian comes with iptables. It will allowing everything but a normal Debian install have no services running.

      Run iptables -L to see the firewall rules.

      On Debian 10 the default is nftables.

    • scottalanmillerS

      Configure Nginx as Reverse Proxy for ScreenConnect to Enable Lets Encrypt

      Watching Ignoring Scheduled Pinned Locked Moved linux fedora centos nginx reverse proxy screenconnect
      4
      7 Votes
      4 Posts
      2k Views
      scottalanmillerS

      @wrx7m said in Configure Nginx as Reverse Proxy for ScreenConnect to Enable Lets Encrypt:

      Less to that than I thought there would be.

      It's surprisingly simple and basic. It's really just passing one port to another, and using SSL. About the most basic setup you can have.

    • wrx7mW

      Squid Proxy - Configuring as an External Proxy?

      Watching Ignoring Scheduled Pinned Locked Moved squid proxy fedora29 acl
      3
      1 Votes
      3 Posts
      1k Views
      wrx7mW

      Updating this thread. I ended up setting up the squid.conf file with the following config to get it to work.

      First, at the top of the localnet lines-

      acl localnet src 205.205.205.1/32

      Then, I added the only domains that I wanted to provide access to. This whitelisted them.

      acl GOOD dstdomain .google.com acl Good dstdomain .domain.ca

      Followed by, the allow and deny lines

      http_access allow GOOD http_access deny all

      Finally, "uncommenting" the Safe ports/services for 80 and 443.

    • wrx7mW

      Sales Person Wants Me to Provide Independent Rep With an Email Account

      Watching Ignoring Scheduled Pinned Locked Moved email office 365 security complaince
      23
      1 Votes
      23 Posts
      2k Views
      scottalanmillerS

      @wrx7m said in Sales Person Wants Me to Provide Independent Rep With an Email Account:

      @scottalanmiller said in Sales Person Wants Me to Provide Independent Rep With an Email Account:

      My second thought is, if having an email account creates a security concern, it is not creating the account that creates the problem, it simply exposes an existing security problem.

      Not necessarily security, but accessing features like SFB, OD and Teams. But, as Kelly mentioned, they have Exchange Online P1, which doesn't have any of the other services (different than E1.)

      Right, i was assuming that they'd only get email. Even those other things, though, still have security. but no reason to think that you'd provision those, too.

    • NashBrydgesN

      Using Skype For Business For Conference Calls

      Watching Ignoring Scheduled Pinned Locked Moved skype for business
      40
      0 Votes
      40 Posts
      3k Views
      wrx7mW

      Yes, they have a special audio conferencing license for SFB, and now Teams. It is an add-on license that you assign to specific users. Although, based on your use-case, I can't tell if it would be of any real help. Here is more info on it. As others have said over and over, you should look elsewhere.
      https://docs.microsoft.com/en-us/skypeforbusiness/audio-conferencing-in-office-365/try-or-purchase-audio-conferencing-in-office-365

    • 1
    • 2
    • 126
    • 127
    • 128
    • 129
    • 130
    • 699
    • 700
    • 128 / 700