ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. gjacobse
    3. Topics
    • Profile
    • Following 2
    • Followers 5
    • Topics 711
    • Posts 9,610
    • Groups 1

    Topics

    • gjacobseG

      Server 2003 NTBackup Catalog folder

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ntbackup server 2003 low diskspace
      1
      2 Votes
      1 Posts
      543 Views
      No one has replied
    • gjacobseG

      The USB Rubber Duck - Why?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      6
      3 Votes
      6 Posts
      631 Views
      MattSpellerM

      @IRJ said in The USB Rubber Duck - Why?:

      This is why USB control is so important. It's isn't too difficult to make your own malicious USB drives, and even easier to use one like this.

      Yup, and if you're evil...

      http://usb-killer.com/

    • gjacobseG

      EdgeRouter - openVPN restart

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      21
      0 Votes
      21 Posts
      11k Views
      H

      This shit still doesn't work properly through the EdgeOS-provided /etc/init.d/openvpn script. If you do /etc/init.d/openvpn status or systemctl status openvpn you get a green-light active (exited) but this is deceiving because it's a one-shot service and not a proper systemd daemon. systemctl edit --full shows the following piece of crap "service":

      [Unit] Description=OpenVPN service After=network.target [Service] Type=oneshot RemainAfterExit=yes ExecStart=/bin/true ExecReload=/bin/true WorkingDirectory=/etc/openvpn [Install] WantedBy=multi-user.target

      /bin/true? Are you fucking kidding me, Ubiquiti? I pay thousands of €s for your shit and you still manage to be so bad at Linuxing. At least don't pretend you have a service or properly document your shit, ubnt.

      https://community.ui.com/questions/Restarting-OpenVPN/2e5c4e8b-ab61-49f1-a25b-e5aa23130d48 suggests that reset openvpn interface works but… it didn't. You can try it before you try the following.

      What helped me was to change settings so the config got regenerated. For example you could set or delete the following option:

      interfaces openvpn vtun0 openvpn-option "--cipher AES-256-CBC"

      then commit and see with sudo ss -lpn | grep :1194 that the thing's started. If OpenVPN is running or doesn't restart, you can killall openvpn a few times with forced Enter (hit the Enter key very hard, it's important) before you change the settings.

      Just wanted to mention this to anyone finding this thread through "openvpn restart edgerouter doesn't work" in google or similar. I hope I sweared enough for my first fucking post in this damn nice forum 😛

    • gjacobseG

      Flter: Privacy & Security Router

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion vpn tor encryption security flter router privacy
      24
      1 Votes
      24 Posts
      3k Views
      DustinB3403D

      I've used tor, it's functional, but removes a lot of what most people consider useful from most websites.

    • gjacobseG

      Script Assistance requested

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion batch script scripting windows 8.1 windows 8 windows 10 drive mapping vpn
      3
      0 Votes
      3 Posts
      1k Views
      gjacobseG

      Thanks @Mike-Davis

      That is just want was needed. added it to my other script and works great thus far.

    • gjacobseG

      X2Go Annoyance CAPS lock

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux mint x2go x2go server
      9
      1 Votes
      9 Posts
      4k Views
      stacksofplatesS

      Are you using mate or cinnamon? You can set the num lock and caps lock with gconf so it will stay the same with mate. I'm assuming Cinnamon is using dconf like Gnome3.

    • gjacobseG

      Raspberry Pi Zero W - Now with Wireless

      Watching Ignoring Scheduled Pinned Locked Moved Announcements
      3
      4 Votes
      3 Posts
      997 Views
      gjacobseG

      Found an interesting project to look at with the Pi Zero 'W' -

      Youtube Video

    • gjacobseG

      Pithos - Linux Pandora Music Client

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion pithos pandora linux
      1
      0 Votes
      1 Posts
      571 Views
      No one has replied
    • gjacobseG

      Using a VHD over (other) file for storage

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion vhd storage compression file storage
      6
      1 Votes
      6 Posts
      2k Views
      MattSpellerM

      @gjacobse said in Using a VHD over (other) file for storage:

      @MattSpeller said in Using a VHD over (other) file for storage:

      TL;DR I'm not sure I'd do it (or why you are) but it would work just fine.

      TL;DR? You reply twice, but didn't read it?

      Honestly I just rambled quickly and forgot wtf you asked about XD

    • gjacobseG

      Boxcryptor

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion boxcryptor box.net google drive dropbox encryption security cloud storage cloud security
      3
      0 Votes
      3 Posts
      1k Views
      DashrenderD

      Yes, I have. It was talked about on Security Now a few years ago.

      It allows TNO (Trust No One) on cloud storage . You control the keys for encryption. of course, if you don't have the keys, the data is useless.

    • gjacobseG

      Exchange Outlook Client replacement

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion exchange exchange online outlook 2016 outlook 2013 office365 calendar task management organization
      65
      2 Votes
      65 Posts
      9k Views
      Minion QueenM

      @stacksofplates I am pretty happy with it over all.

    • gjacobseG

      Ubuntu Update error 'nodata'

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ubuntu ubuntu 14.04 linux apt apt-get
      16
      0 Votes
      16 Posts
      3k Views
      RomoR

      Trusty full sources.list only difference is I get the mx repos

      # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://mx.archive.ubuntu.com/ubuntu/ trusty main restricted deb-src http://mx.archive.ubuntu.com/ubuntu/ trusty main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb http://mx.archive.ubuntu.com/ubuntu/ trusty-updates main restricted deb-src http://mx.archive.ubuntu.com/ubuntu/ trusty-updates main restricted ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team. Also, please note that software in universe WILL NOT receive any ## review or updates from the Ubuntu security team. deb http://mx.archive.ubuntu.com/ubuntu/ trusty universe deb-src http://mx.archive.ubuntu.com/ubuntu/ trusty universe deb http://mx.archive.ubuntu.com/ubuntu/ trusty-updates universe deb-src http://mx.archive.ubuntu.com/ubuntu/ trusty-updates universe ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu ## team, and may not be under a free licence. Please satisfy yourself as to ## your rights to use the software. Also, please note that software in ## multiverse WILL NOT receive any review or updates from the Ubuntu ## security team. deb http://mx.archive.ubuntu.com/ubuntu/ trusty multiverse deb-src http://mx.archive.ubuntu.com/ubuntu/ trusty multiverse deb http://mx.archive.ubuntu.com/ubuntu/ trusty-updates multiverse deb-src http://mx.archive.ubuntu.com/ubuntu/ trusty-updates multiverse ## N.B. software from this repository may not have been tested as ## extensively as that contained in the main release, although it includes ## newer versions of some applications which may provide useful features. ## Also, please note that software in backports WILL NOT receive any review ## or updates from the Ubuntu security team. deb http://mx.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse deb-src http://mx.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse deb http://security.ubuntu.com/ubuntu trusty-security main restricted deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted deb http://security.ubuntu.com/ubuntu trusty-security universe deb-src http://security.ubuntu.com/ubuntu trusty-security universe deb http://security.ubuntu.com/ubuntu trusty-security multiverse deb-src http://security.ubuntu.com/ubuntu trusty-security multiverse ## Uncomment the following two lines to add software from Canonical's ## 'partner' repository. ## This software is not part of Ubuntu, but is offered by Canonical and the ## respective vendors as a service to Ubuntu users. # deb http://archive.canonical.com/ubuntu trusty partner # deb-src http://archive.canonical.com/ubuntu trusty partner ## This software is not part of Ubuntu, but is offered by third-party ## developers who want to ship their latest software. deb http://extras.ubuntu.com/ubuntu trusty main deb-src http://extras.ubuntu.com/ubuntu trusty main
    • gjacobseG

      Ubuntu Boot Issues

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion maintenance linux ubuntu 14.04
      72
      1 Votes
      72 Posts
      11k Views
      BRRABillB

      @jaredbusch said in Ubuntu Boot Issues:

      @brrabill said in Ubuntu Boot Issues:

      Gotta love Ubuntu.

      not really.

      FFS can't you tell that was sarcasm?

      Hey ... I kind of like this FFS-ing and yelling at people! It's fun after a long day!

    • gjacobseG

      Do you know all your APs?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      9
      3 Votes
      9 Posts
      704 Views
      JaredBuschJ

      @gjacobse said in Do you know all your APs?:

      @JaredBusch said in Do you know all your APs?:

      @gjacobse said in Do you know all your APs?:

      Ah - but in this case (not all)

      It was an AP received and setup by the onsite IT prior to NTG take over.

      So it was a Valid Device and SSID prior to it being discontinued. But 'unknown' to NTG. So it was a valid / working / known device just not known to us.

      Did you install the new wireless? If the answer is yes the failures on you. You should've never left the site without confirming the old SS IDs were no longer broadcasting.

      On the other hand if everything was set up by the previous person and you just took over management I can easily see this.

      NTG has added four maybe five APs - all UBNT and attached to the UBNT Controller. We will be adding one ore two more in the near future likely to cover this new gap, and to extend as needed in other areas of the office / shop.

      That still doesn't answer my question.

    • gjacobseG

      iOS: Play Music from NAS

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      7
      0 Votes
      7 Posts
      585 Views
      scottalanmillerS

      @stacksofplates said in iOS: Play Music from NAS:

      @StrongBad said in iOS: Play Music from NAS:

      Cool. When did "VLC for Mobile" get added? I had no idea that that was available for iOS.

      I didn't know iOS had that either.

      Nor I, that could be handy.

    • gjacobseG

      Linux and Windows argument

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ipad iphone itune linux ipod
      33
      0 Votes
      33 Posts
      5k Views
      scottalanmillerS

      @gjacobse said in Linux and Windows argument:

      @Dashrender said in Linux and Windows argument:

      @momurda said in Linux and Windows argument:

      @op's question:
      So now what do you do? If I drop completely to Linux - something like this would become a rather annoying event. As someone that has five iPads (in use), four iPods and two iPhones, that could get damn right perturbing.

      Stop using Apple products would be my answer. Though you seem to be in too deep already.

      That doesn't make sense though - Scott is a HUGE apple fan, and he's on Linux now too.

      I tend to agree with Scott's comment earlier, if this is a problem, borrow a friends computer.

      So - take @scottalanmiller and the fact that he is now over seas - how practical is borrowing a friends computer?

      I can borrow my daughter's.

    • gjacobseG

      Running Steam on Linux via Virtualbox

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion steam linux mint linux mint 18 virtualbox
      19
      0 Votes
      19 Posts
      7k Views
      gjacobseG

      @Dashrender said in Running Steam on Linux via Virtualbox:

      @gjacobse said in Running Steam on Linux via Virtualbox:

      @Dashrender Ugh Powershell - Don't even. If I can avoid using it I do..

      The reality is that us Windows Admins need to stop avoiding it. 😞

      sigh agreed... but I protest...

      Hey, getting me to use the Linux CLI is a step forward,.. I know (a few of) the commands now,.. while I just may no recall the context. I was able to find the mount that was at 100% usage yesterday using df -h... so that is a move forward..

    • gjacobseG

      Reliable VPN Client

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion vpn openvpn surface remote access
      22
      0 Votes
      22 Posts
      5k Views
      larsen161L

      Viscosity is a nice OpenVPN client

    • gjacobseG

      Webroot Blocks OpenVPN.net

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      29
      0 Votes
      29 Posts
      3k Views
      RojoLocoR

      @Nic said in Webroot Blocks OpenVPN.net:

      Yeah I've been fiddling with my ergonomics and I think I've solved one problem, which is that my monitor was too far back on my desk causing me to hunch forward. Fingers crossed that the physical therapy keeps working.

      At least you are fortunate enough to live in a place that allows effective pain medications. Hope you're feeling better soon.

    • gjacobseG

      Office 365 Distribution list

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      8
      0 Votes
      8 Posts
      757 Views
      scottalanmillerS

      @gjacobse we used to use DirSync but we phased out AD entirely. That was way better.

    • 1
    • 2
    • 18
    • 19
    • 20
    • 21
    • 22
    • 35
    • 36
    • 20 / 36