ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    What Are You Doing Right Now

    Scheduled Pinned Locked Moved Water Closet
    time waster
    88.9k Posts 285 Posters 42.9m Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • WrCombsW
      WrCombs @Dashrender
      last edited by

      @Dashrender said in What Are You Doing Right Now:

      @WrCombs said in What Are You Doing Right Now:

      @Dashrender said in What Are You Doing Right Now:

      @WrCombs said in What Are You Doing Right Now:

      @Dashrender said in What Are You Doing Right Now:

      @WrCombs said in What Are You Doing Right Now:

      @Dashrender said in What Are You Doing Right Now:

      @WrCombs said in What Are You Doing Right Now:

      @Dashrender said in What Are You Doing Right Now:

      @WrCombs said in What Are You Doing Right Now:

      @Dashrender said in What Are You Doing Right Now:

      @WrCombs said in What Are You Doing Right Now:

      @Dashrender said in What Are You Doing Right Now:

      So you're a 8-5 shop.. not open outside those hours - if a restaurant has a problem at 7PM, they're just screwed until the next day?

      that's where the On-call comes in.

      Sounds like a solution right there.

      Explain?

      Take call on your days that you have to leave.

      Then we wouldn't have an on call rotation -
      I.e I would be on call every other week bascially and still still have to do my on call rotation.

      seriously - did you read what you just wrote?

      No - you propose to be oncall on your early weeks, and everyone else splits the other week - at least until you get different child care.

      are you salary? if you are, you are likely getting screwed.

      Yep sure did- thanks for checking though.

      Hourly employee - you ask me that every time we talk about my job.

      yet you don't punch a clock - uh, what?

      I guess JB doesn't punch one either... Though I don't know how much time he bills direct to his company versus billing to clients...

      I fill out a time sheet - But no clocking in or out is not a thing.

      so they trust that, but not your ability to work from home.. /sigh.

      They never gave me an answer on working from home on those days.

      Where did you get that they don't trust me to work from home?

      I've worked from home in the past..

      really I don't see a reason for you to be in the office at all.

      get the whole company on a live chat service - tons to choose from, some free some cost.. and get a phone system that allows you to have phones anywhere, have a phone at home - and a client for the phone system on your cell - done. Life is easy.
      at least it should be.

      I don't either, During my interview I even brought Soft Phone that we could use to dial into the PBX and use our extension rather than Using our own cell phone, Didnt go anywhere .
      The more I think about it, The love for the work does not out weigh the ridiculous procedures - I get that.
      But for the time being, This is what I am doing , It is my Job/career at this time and I'm going to make the most out of it,because This is the only "Real Experience" I have that can be put into a resume.

      scottalanmillerS 1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller @Dashrender
        last edited by

        @Dashrender said in What Are You Doing Right Now:

        really I don't see a reason for you to be in the office at all.

        Generally there isn't. Probably nothing more than management that enjoys the feeling of power they get from controlling peoples' lives and not liking their employees very much.

        As an employer, I can tell you, it takes a lot of dislike for people for me to want to spend money to screw with their lives just to make them suffer. They are happier and more productive at home, and cost less.

        DashrenderD 1 Reply Last reply Reply Quote 0
        • scottalanmillerS
          scottalanmiller @WrCombs
          last edited by

          @WrCombs said in What Are You Doing Right Now:

          The more I think about it, The love for the work does not out weigh the ridiculous procedures - I get that.

          It might, if the money also made up for it, advancement, or other factors. But you are early on in your career, have a child, and this job is putting your career at risk. That, I think, is the real factor we are all worried about, even if we don't always vocalize it well.

          1 Reply Last reply Reply Quote 0
          • JaredBuschJ
            JaredBusch @scottalanmiller
            last edited by

            @scottalanmiller said in What Are You Doing Right Now:

            @WrCombs said in What Are You Doing Right Now:

            a customer failed their trust-wave PCI test - literally because "PC could not be found"

            LOL, quality PCI test there.

            Typical actually. If the PCI scan cannot get a ping response from the IP, they fail it assuming you lied about the IP.

            I have a firewall group setup to allow ping responses form the PCI scan netwokr specifically because of this.

            set firewall group address-group Trustwave_Scanner address 64.37.231.0/24
            set firewall group address-group Trustwave_Scanner address 111.108.90.138-111.108.90.139
            set firewall group address-group Trustwave_Scanner address 124.211.46.74-124.211.46.75
            set firewall group address-group Trustwave_Scanner address 204.225.91.58-204.225.91.59
            set firewall group address-group Trustwave_Scanner address 209.90.139.122-209.90.139.123
            set firewall group address-group Trustwave_Scanner address 220.101.105.8-220.101.105.9
            set firewall group address-group Trustwave_Scanner address 220.101.107.8-220.101.107.9
            set firewall group address-group Trustwave_Scanner description 'Trustwave PCI Scanner Addresses
            

            On one network where I have NAT setup for a specific network, I only allow in ICMP, which is not blocked by the general firewall rules.

            set service nat rule 3 inbound-interface eth0
            set service nat rule 3 inside-address address 10.202.8.1
            set service nat rule 3 log disable
            set service nat rule 3 protocol icmp
            set service nat rule 3 source group address-group Trustwave_Scanner
            set service nat rule 3 type destination
            

            On another network with no extra NAT I kill everything from the PCI scanner after allowing ICMP

            set firewall name WAN_LOCAL rule 20 action accept
            set firewall name WAN_LOCAL rule 20 description 'Allow ICMP'
            set firewall name WAN_LOCAL rule 20 log disable
            set firewall name WAN_LOCAL rule 20 protocol icmp
            set firewall name WAN_LOCAL rule 30 action drop
            set firewall name WAN_LOCAL rule 30 description 'Block Trustwave'
            set firewall name WAN_LOCAL rule 30 log disable
            set firewall name WAN_LOCAL rule 30 protocol all
            set firewall name WAN_LOCAL rule 30 source group address-group Trustwave_Scanner
            
            1 Reply Last reply Reply Quote 3
            • DashrenderD
              Dashrender @scottalanmiller
              last edited by

              @scottalanmiller said in What Are You Doing Right Now:

              They are happier and more productive at home,

              Proving this point can be harder for some.

              JaredBuschJ scottalanmillerS 2 Replies Last reply Reply Quote 0
              • JaredBuschJ
                JaredBusch @Dashrender
                last edited by

                @Dashrender said in What Are You Doing Right Now:

                @scottalanmiller said in What Are You Doing Right Now:

                They are happier and more productive at home,

                Proving this point can be harder for some.

                This is also not a given. Many people cannot be more productive at home. They do not have the self discipline

                WrCombsW scottalanmillerS 2 Replies Last reply Reply Quote 0
                • WrCombsW
                  WrCombs @JaredBusch
                  last edited by

                  @JaredBusch said in What Are You Doing Right Now:

                  @Dashrender said in What Are You Doing Right Now:

                  @scottalanmiller said in What Are You Doing Right Now:

                  They are happier and more productive at home,

                  Proving this point can be harder for some.

                  This is also not a given. Many people cannot be more productive at home. They do not have the self discipline

                  Which may be where the issue is coming from - They've tried it in the past.

                  1 Reply Last reply Reply Quote 0
                  • scottalanmillerS
                    scottalanmiller
                    last edited by

                    With the weather in Utah sending loads of people home early for the day, we are talking the chance to do some massive maintenance very impromptu. Going to be a very chill "routine work" kind of night with @valentina

                    1 Reply Last reply Reply Quote 1
                    • scottalanmillerS
                      scottalanmiller @Dashrender
                      last edited by

                      @Dashrender said in What Are You Doing Right Now:

                      @scottalanmiller said in What Are You Doing Right Now:

                      They are happier and more productive at home,

                      Proving this point can be harder for some.

                      For those that don't believe in...

                      1. Gathering their own metrics and doing their own homework.
                      2. Using industry data
                      3. Common sense
                      1 Reply Last reply Reply Quote 0
                      • scottalanmillerS
                        scottalanmiller @JaredBusch
                        last edited by

                        @JaredBusch said in What Are You Doing Right Now:

                        @Dashrender said in What Are You Doing Right Now:

                        @scottalanmiller said in What Are You Doing Right Now:

                        They are happier and more productive at home,

                        Proving this point can be harder for some.

                        This is also not a given. Many people cannot be more productive at home. They do not have the self discipline

                        Not a given on an individual basis. But on average, it is a given.

                        It's also misleading because they often find certain people to not be productive at home, but ignore that the same people were often not productive in the office, either.

                        1 Reply Last reply Reply Quote 1
                        • scottalanmillerS
                          scottalanmiller
                          last edited by

                          Phone support positions are especially good for sending people home, because answering a phone is answering a phone.

                          DustinB3403D 1 Reply Last reply Reply Quote 1
                          • DustinB3403D
                            DustinB3403 @scottalanmiller
                            last edited by

                            @scottalanmiller said in What Are You Doing Right Now:

                            Phone support positions are especially good for sending people home, because answering a phone is answering a phone.

                            Sure, but you might want to control the background noises.

                            DashrenderD 1 Reply Last reply Reply Quote 0
                            • EddieJenningsE
                              EddieJennings
                              last edited by

                              Cleaning up Last Pass

                              1 Reply Last reply Reply Quote 0
                              • siringoS
                                siringo
                                last edited by

                                trying to find out how I can get the output from a PS command into an xlsx format? I have 2 columns of data, I want to seperate them so I can have them shown in 2 columns within excel.

                                S 1 Reply Last reply Reply Quote 0
                                • DashrenderD
                                  Dashrender @DustinB3403
                                  last edited by

                                  @DustinB3403 said in What Are You Doing Right Now:

                                  @scottalanmiller said in What Are You Doing Right Now:

                                  Phone support positions are especially good for sending people home, because answering a phone is answering a phone.

                                  Sure, but you might want to control the background noises.

                                  For the normal day time hours - Will is only having the kid at home after 3:30... so not much of a concern there.

                                  1 Reply Last reply Reply Quote 0
                                  • scottalanmillerS
                                    scottalanmiller
                                    last edited by

                                    Just back from a little walk. Took the kids to the playground.

                                    1 Reply Last reply Reply Quote 0
                                    • EddieJenningsE
                                      EddieJennings
                                      last edited by

                                      Sifting through Squarespace templates while listening to a hockey shootout.

                                      1 Reply Last reply Reply Quote 0
                                      • JaredBuschJ
                                        JaredBusch
                                        last edited by

                                        Drinking with a buddy in my hometown.
                                        0532E6E7-8C28-4F6F-9162-A2A05226E271.jpeg

                                        1 Reply Last reply Reply Quote 2
                                        • scottalanmillerS
                                          scottalanmiller
                                          last edited by

                                          Crazy amount of MeshCentral, ScreenConnect, NinjaRMM, Malwarebytes, and other installs. Busy night.

                                          1 Reply Last reply Reply Quote 0
                                          • scottalanmillerS
                                            scottalanmiller
                                            last edited by

                                            @valentina and I are still at our desks working.

                                            1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 3490
                                            • 3491
                                            • 3492
                                            • 3493
                                            • 3494
                                            • 4443
                                            • 4444
                                            • 3492 / 4444
                                            • First post
                                              Last post