ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. RamblingBiped
    3. Topics
    • Profile
    • Following 34
    • Followers 2
    • Topics 36
    • Posts 572
    • Groups 0

    Topics

    • RamblingBipedR

      Ubiquiti EdgeRouters

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      37
      0 Votes
      37 Posts
      6k Views
      hobbit666H

      Now just to re-plan the house wiring and setup. Clean the TV unit and prepare for the extra kit 🙂

    • RamblingBipedR

      OpenVPN Server with SSL Tunnel

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

      @RamblingBiped said:

      @scottalanmiller said:

      @RamblingBiped said:

      The last time I had someone travel to the country that my people are going to be working from they were unable to access their OpenVPN connection. When I researched the solution, using stunnel to obfuscate the traffic is what I found. I implemented it and it worked.

      That's weird as OpenVPN already obfuscates the traffic identically. You must be using different settings for them, like using stunnel on common ports and OpenVPN on uncommon. But the two are literally identical on the wire, there is no way to identify one from the other, their obfuscation is exactly the same.

      I agree, and I have found articles like this one, that seem to think they can detect patterns in the traffic that identify it as being associated with a VPN connection: http://www.vpnanswers.com/bypass-great-firewall-hide-openvpn-in-china-2015/

      Yes, traffic patterns can certainly identify VPNs. However, that's based on the traffic inside the tunnel and not the VPN itself. And the real question is... what are they detecting? They know it is a VPN, they can see the SSL. That it is a VPN isn't hidden.

    • RamblingBipedR

      A slow descent into burnout

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      34
      1 Votes
      34 Posts
      8k Views
      scottalanmillerS

      @RamblingBiped said:

      @scottalanmiller said:

      Do you remember if you saw Ohio? It would have either been Ontario + Michigan or it would have been Ohio + Indiana.

      If he can't remember that portion of the trip it was probably Ohio and Indiana... X-D

      I was totally thinking of a smart ass way to say the same thing, LMAO.

    • RamblingBipedR

      Private Secure APT Repository

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion debian ubuntu apt package management linux
      7
      1 Votes
      7 Posts
      2k Views
      stacksofplatesS

      I think Landscape does this plus a lot more. I think it's free for 10 physical and 10 virtual machines, but I don't know the cost after that.

      There are some Juju charms that you can create a Landscape setup with pretty easily.

    • RamblingBipedR

      FOG Server 1.2.0 on Ubuntu 14.04

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion
      2
      3 Votes
      2 Posts
      942 Views
      RamblingBipedR

      Okay, I couldn't find this information ANYWHERE... However, by scouring the dhcpd.conf man page I was able to come up with the answer.

      The below configuration file example is the correct implementation for integrating FOG into your current network's isc-dhcp-server.

      #internal LAN (eth2) subnet 10.10.0.0 netmask 255.255.0.0 { range 10.10.224.0 10.10.255.254; option routers 10.10.0.10; option subnet-mask 255.255.0.0; option broadcast-address 10.10.255.255; option domain-name-servers 10.10.1.11, 10.10.1.12; option domain-name "example.com"; option tftp-server-name "10.10.0.10"; next-server 10.10.1.13; #Fog TFTP Server option bootfile-name "undioonly.kpxe"; include "/etc/dhcp/lan.conf"; }

      When I have time I might do a quick how-to just so SOMETHING else is out there for people who might be struggling to finding the correct config syntax/entries as I did...

    • RamblingBipedR

      Python 3 Script/Project

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion python 3 web scraping google apps
      8
      1 Votes
      8 Posts
      3k Views
      tonyshowoffT

      @RamblingBiped said:

      Github repo created: https://github.com/ramblingbiped/google-apps-status

      Looks good.

    • RamblingBipedR

      Disk Encryption - Laptops w/ Dual Boot Environment

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      4
      1 Votes
      4 Posts
      710 Views
      RamblingBipedR

      @Dashrender said:

      so, you'll have three partitions? one for Ubuntu, one for Windows, and one for shared data that's encrypted?

      I know Ubuntu can read NTFS partitions, so maybe you can get away with two?

      I'll only have one system that will have three, and the third will be on a second hard disk that will be used for data storage. He will mostly be operating from Windows so I plan to use NTFS for that disk. Other than that, I should just have two partitions on a single SSD.

      --edit--

      Most of what they are doing doesn't require a lot of shared data between the Operating Systems, just different sets of tools. They are interfacing with a lot of prototype hardware using various tools. Most of the stuff is designed in Linux, and frequently runs in Windows. Although, some of the design tools are only natively available in Windows. (Altium as an example)

    • RamblingBipedR

      Developer Certifications

      Watching Ignoring Scheduled Pinned Locked Moved IT Careers
      4
      0 Votes
      4 Posts
      918 Views
      scottalanmillerS

      In all my years of interviewing on both sides of the table, I've never seen a shop look at development certs one way or the other. They've always been ignored and generally don't exist. Most development paths don't have certifications so it is rare for people to look for them. And using them to differentiate is hard because it would favour people in stodgier paths.

    • RamblingBipedR

      Free Course on Python (offer expires 1/2/16)

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion
      2
      4 Votes
      2 Posts
      868 Views
      DashrenderD

      Thanks.

    • RamblingBipedR

      Sitting for the SY0-401 tomorrow...

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion comptia security+ certification
      10
      2 Votes
      10 Posts
      2k Views
      IRJI

      congrats

    • RamblingBipedR

      KVM and XenServer Best Practices

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      7
      2 Votes
      7 Posts
      1k Views
      DustinB3403D

      Crontab jobs might make a backup copy as you're scheduling cron jobs or making adjustments. IE: crontab.XXXXGvrDIU

      Which for some reason take a ton of space...

      Making certain you clean up any manually downloaded patches (if the built in patcher fails for some reason) and removing log files if they become unwieldy.

    • RamblingBipedR

      Home Lab Hypervisor

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      43
      2 Votes
      43 Posts
      9k Views
      DustinB3403D

      I'm actually setting up an XO VM right now...

      Great minds.

      From what I saw though, in a future release (coming soon...) they are building in incremental backup functionality to XO.

      Which is AWESOME.

    • RamblingBipedR

      In need of Hardware: i7-4770TE 2.3GHz

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      5
      1 Votes
      5 Posts
      832 Views
      J

      http://www.macmall.com/p/Intel-Boxed-Processors/product~DPNo~9989289~pdp.igacbba

    • RamblingBipedR

      Docker-ization of services

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion docker
      6
      2 Votes
      6 Posts
      2k Views
      RamblingBipedR

      Yes, I meant side-by-side with VMs.

    • RamblingBipedR

      Going back to school...

      Watching Ignoring Scheduled Pinned Locked Moved Developer Discussion
      71
      2 Votes
      71 Posts
      25k Views
      tonyshowoffT

      @lance said:

      I started developing in Javascript. I am really liking node.js and everything that goes along with it.

      We like it here as well, depending on the next year or so we may start switching everything over to it.

    • RamblingBipedR

      Preseed/Kickstart Ubuntu 14.04 LTS

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ubuntu linux unattended install kickstart preseed
      5
      1 Votes
      5 Posts
      3k Views
      scottalanmillerS

      @RamblingBiped said:

      I'm not necessarily opposed to using 15.04, I've just always stuck with the LTS releases for deployment.

      I'm the opposite. Due to stability and patch issues, I would never use LTS for production (only in a lab) except for the time when the LTS release is also the current release. Remember LTS is only a name and does not imply any additional support. Staying on old, out of date, unsupported OS versions is especially bad in production.

    • 1 / 1