ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. thwr
    3. Best
    • Profile
    • Following 1
    • Followers 5
    • Topics 65
    • Posts 3,360
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Timeout in .sh file

      @lakshmana said in Timeout in .sh file:

      @thwr said in Timeout in .sh file:

      @lakshmana said in Timeout in .sh file:

      @scottalanmiller said in Timeout in .sh file:

      @lakshmana said in Timeout in .sh file:

      @scottalanmiller If i am giving the .sh file to be runned with ny collegues system i cannot share that the executable file since it may lead Infosec Issue

      How will that work regardless of the tool used?

      @scottalanmiller said in Timeout in .sh file:

      @lakshmana said in Timeout in .sh file:

      @scottalanmiller If i am giving the .sh file to be runned with ny collegues system i cannot share that the executable file since it may lead Infosec Issue

      How will that work regardless of the tool used?

      That .sh file should download the data by terminal or by Browser inside the machine without using credentials!!!

      Ok, full stop. What happens here is that your web server simply tells you: "Hey, dude, I would love to give you that file, but your f'ing unauthorized, so just leave me alone. I won't give you the file unless you can present me a valid auth".

      In other words: HTTP 401 Unauthorized.

      So what needs to be done is simple: we need to authenticate against the server. This does not relate to the client side in any way. You will see the same behavior in Internet Explorer, Edge, Chrome, misc. PowerShell cmdlets or whatever else you may use to access that file.

      Like SAM said, let us stop talking about client side tools for now. Let us instead discuss very basic authentication mechanisms.

      I understood but in Browser the file will download from the cache credentials since the cookies make to download the data Right?????

      Yep. And it's a very bad idea to rely on something you can't control: a users cached cookies.

      posted in IT Discussion
      thwrT
      thwr
    • RE: Recipe: Grilled sangria

      @StrongBad said in Recipe: Grilled sangria:

      Now that sounds good.

      oh yes

      posted in Water Closet
      thwrT
      thwr
    • RE: Does any one of you has (single-board computer) if so what is the purpose ?

      @travisdh1 said in Does any one of you has (single-board computer) if so what is the purpose ?:

      @scottalanmiller said in Does any one of you has (single-board computer) if so what is the purpose ?:

      @emad-r said in Does any one of you has (single-board computer) if so what is the purpose ?:

      @dbeato said in Does any one of you has (single-board computer) if so what is the purpose ?:

      @emad-r said in Does any one of you has (single-board computer) if so what is the purpose ?:

      ou have something like Pi 3 and if so why ? and what OS on it ?
      If you want to buy one which one interests you.
      Thanks.

      Raspberry Pi3 for thermostat and Arduino for door automation.

      Why I am getting the vibe here that it is easier to code and automate with Arduino , is there an easy guide/wizard for it that does not involve alot of coding ?

      I don't think that that is the case. Arduino is not a full computer and doesn't have an OS. It's neat and interesting and meant for basic automation, yes. But it is very hard by comparison as anything that makes automating with an OS simple, the Arduino lacks.

      Arduino is good for sensing, but has almost no compute power. So if I had a bunch of battery powered sensors, Arduino would be the best fit. While if I actually wanted to do something with the data those sensors collect then a general compute device (Raspberry Pi) is a better choice.

      There ist something in between, the network capable ESP8266 with ESPeasy stack.

      posted in IT Discussion
      thwrT
      thwr
    • RE: Non-IT News Thread

      @wirestyle22 said in Non-IT News Thread:

      My cousins friend from highschool was just found dead. Someone shot him and dumped his body in the woods.

      http://www.wtae.com/news/ryan-ramirez-found-dead-in-burgettstown/41379864?utm_campaign=WTAE-TV%2BPittsburgh%2B-%2Bwtae4&utm_medium=FBPAGE&utm_source=Social

      Uhm... sorry to hear

      posted in Water Closet
      thwrT
      thwr
    • RE: Timeout in .sh file

      That doesn't matter at all. There are only a few factors:

      • Do you need any form of authentication - if so, what exactly? A web based form, a HTTP BASIC AUTH (your browser shows a popup for credentials) or something else (some auth protocols can be tricky)
      • Can the machine running the script reach the webserver?
      • Is there any script language available? not required, just a plus
      • Any download tool available? curl, powershell?

      You see, it's pretty simple. Most questions are already answered. We now need to know what kind of authentication your webserver requires. Simply start your favorite browser in incognito mode (shift + ctrl + p in Chrome) and navigate to your URL. There are no cookies or caches involved in that moment. Tell us what you see, maybe create a screenshot.

      posted in IT Discussion
      thwrT
      thwr
    • RE: What Are You Doing Right Now

      @coliver said in What Are You Doing Right Now:

      @zuphzuph said in What Are You Doing Right Now:

      @coliver why not?

      It's a really great Desktop OS but being an Ubuntu distribution doesn't give you the best learning platform for running actual enterprise servers. Something like CentOS or OpenSUSE would be much better for learning Linux Server Administration.

      Ubuntu is Debian-based and as good as a server OS as everything else. The question is: What makes a Linux distro a server distro? Things like stable kernels, stable packets, available support, good documentation etc. are comming to mind here.

      CentOS is a decent RedHat based distribution and it isn't any better or worser than Debian-based Ubuntu, IMHO. Mint on the other hand, well, you might have issues with some unstable or at least not well tested packages.

      If you want to go the Debian-route, skip Mint and use Ubuntu or Ubuntu Server.

      posted in Water Closet
      thwrT
      thwr
    • P2V Tools 2018

      Have to convert a bunch of physical hosts to Hyper-V VMs. There's everything in the mix: Windows 7, Linux, a lot of FreeBSD and even a Solaris-based system.

      What is your tool of choice today?

      posted in IT Discussion p2v
      thwrT
      thwr
    • RE: What Are You Doing Right Now

      @zuphzuph said in What Are You Doing Right Now:

      @thwr well we all now how awesome EA is... 😛

      Like this?

      0_1472669582140_upload-61d39939-884f-44e6-a3df-3cf4d7c13cae

      posted in Water Closet
      thwrT
      thwr
    • RE: P2V Tools 2018

      @tim_g said in P2V Tools 2018:

      @thwr said in P2V Tools 2018:

      @tim_g said in P2V Tools 2018:

      You have Win7 virtualized?

      There's a requirement to keep machines from former employers available for approx. 6 months. I don't want to keep their old desktop machines occupied for this.

      Oh I see, so you just convert their physical PC with Disk2VHD and store the .vhdx file somewhere.

      Still the way to go? 😉

      posted in IT Discussion
      thwrT
      thwr
    • RE: What Are You Doing Right Now

      @Brains said in What Are You Doing Right Now:

      @thwr said in What Are You Doing Right Now:

      @Brains said in What Are You Doing Right Now:

      @scottalanmiller said in What Are You Doing Right Now:

      I got up at 7:30 am in Dallas, drove all day and arrived in Indianapolis at 3:00 am. Doing some catch up before turning in. I'm visiting @scale tomorrow here in town, trying to be there in about six hours, but seven is more likely.

      Dang Jesus. You should stop by and visit next time you are in town. At least grab a good German Beer with me!

      Better come over to my place to get some real German beer 😉

      Oh im up for that! There is a German Biergarten near my house that is ran by an Austrian. He has lots of on tap imports. Spaten, Wasteiner, Franziskaner, Stella Artois, Jever, Flensburger, Hemelinger etc. Fresh made strudel daily and pork schnitzel (im ok with it not being veal). But if you want to buy me a plane ticket to come visit, I would be glad to come and drink all your beer 🙂

      FTFY 😉

      posted in Water Closet
      thwrT
      thwr
    • RE: Timeout in .sh file

      @lakshmana said in Timeout in .sh file:

      @thwr said in Timeout in .sh file:

      That doesn't matter at all. There are only a few factors:

      • Do you need any form of authentication - if so, what exactly? A web based form, a HTTP BASIC AUTH (your browser shows a popup for credentials) or something else (some auth protocols can be tricky)
      • Can the machine running the script reach the webserver?
      • Is there any script language available? not required, just a plus
      • Any download tool available? curl, powershell?

      You see, it's pretty simple. Most questions are already answered. We now need to know what kind of authentication your webserver requires. Simply start your favorite browser in incognito mode (shift + ctrl + p in Chrome) and navigate to your URL. There are no cookies or caches involved in that moment. Tell us what you see, maybe create a screenshot.

      As checked the link in the browser by incognito window there is not Login Credentials was asked where the file get downloaded without any issues.

      1)As of now i dont need any authorization to download the file
      2)The machine which is running is able to reach the Webserver
      3)No script language.Just making .sh file to download the files consecutively
      4)I am trying the process in Ubuntu and same needs to be worked in Mac but tried the Curl which is creating the file which have the same link inside that file once i click on that link the file will be downloading

      I need to download the Files automatically in Downloads Test Folder in the .csv format first

      Ah, very good. So we can safely ignore any authentication. Mostly. It's still possible that there's some kind of authentication you can't see this way, like IP source or user agent checks for example. A user agent string is basically a way to tell a webserver which browser is asking for files. BTW: sh / bash is a language on its own 😉 But let's skip that for now.

      So what exactly happens when you just enter

      wget -O /home/user/download/file1.csv https://your.webserver/folder/file1.csv
      

      Is there any error message?

      posted in IT Discussion
      thwrT
      thwr
    • RE: What Are You Doing Right Now

      @MattSpeller said in What Are You Doing Right Now:

      @scottalanmiller said in What Are You Doing Right Now:

      @MattSpeller said in What Are You Doing Right Now:

      @scottalanmiller hunh? que?

      Why 12" of butt stitches?

      Sat on a sword

      First thought: WHY?
      Second thought: Don't want to know

      posted in Water Closet
      thwrT
      thwr
    • RE: the benefits for a small company that wants to use a virtual server

      @kelsey said in the benefits for a small company that wants to use a virtual server:

      @scottalanmiller i have to use small company so i have picked where my step dad works and i have to put something like why they should use it and some advantage and disadvantages about using one

      In a few words:

      • You'll get hardware abstraction (easily move your workload to new bare metal)
      • You'll get yet another way for backups
      • You will be able to monitor the state of the machine on the hypervisor-level
      • A couple more benefits

      You lose:

      • Approx. 0.1% performance (really, that's a joke)
      posted in IT Discussion
      thwrT
      thwr
    • RE: What Are You Doing Right Now

      @MattSpeller said in What Are You Doing Right Now:

      @thwr lol - why is not important and no I did not actually sit on a sword.

      Get out of my head...
      https://www.google.de/search?q=puppies&source=lnms&tbm=isch&sa=X&ved=0ahUKEwjeytb5sPHOAhXmBsAKHYvrAYwQ_AUICCgB&biw=1440&bih=775

      posted in Water Closet
      thwrT
      thwr
    • RE: the benefits for a small company that wants to use a virtual server

      @kelsey said in the benefits for a small company that wants to use a virtual server:

      @thwr thanks

      The point is, like SAM already told you: The least benefit you'll get is flexibility. There absolutely no reason not to use virtualization.

      Use the tiny layer of abstraction that comes for free, use one of the popular (and license free) Type 1 hypervisors (Hyper-V, Xen, KVM, VMWare ESXi etc) and you won't regret it.

      posted in IT Discussion
      thwrT
      thwr
    • RE: What Are You Doing Right Now

      @travisdh1 said in What Are You Doing Right Now:

      Oh, we could get that sort of connection, it'd just cost more than our total monthly sales.

      plus you need to manage other things too with faster lines, like adding "4K" and "3D" as keywords for your p*rnfilter erm blacklist to ensure productivity. From this point of view, your slow line safes you some work 😉

      posted in Water Closet
      thwrT
      thwr
    • RE: Dell Precision T1600 - Windows 10 installer stuck

      @dbeato said in Dell Precision T1600 - Windows 10 installer stuck:

      I don't know if it is the USB, but have you tried using the DVD instead? I know is backwards but it would be good to test it. Also supported (Not that you cannot try) are below:
      https://www.dell.com/support/article/us/en/04/sln302709/computers-tested-for-windows-10-and-windows-10-november-update?lang=en#Precision-DT
      Also update to the latest BIOS too:
      http://www.dell.com/support/home/us/en/04/product-support/product/precision-t1600/drivers

      DVD? No, thanks. A UEFI capable system should be able to boot from USB drives.

      But good shot with the firmware update. Will try that tomorrow

      posted in IT Discussion
      thwrT
      thwr
    • RE: Can it end now? \rant

      @BBigford said in Can it end now? \rant:

      @thwr said in Can it end now? \rant:

      @BBigford said in Can it end now? \rant:

      We disable it (for internal-only machines, domain only. Public and private are active) because there are many other layers of security in place. Having it on and risking compromise is outweighed by the added headaches of figuring out why the firewall is blocking something. Anything external facing has maximum security though (web servers/etc).

      You know that one of the most dangerous attack vectors is the one from within your network? No more IDS/IPS or UTM to pass, it's the free wild. I would leave it on, better some protection than no protection. Adding a new rule for a webserver is a one-liner.

      Valid point. I was told not to enable any of them. So maybe they are going based on trust. 😄

      Well, ... uhm, just make sure that no one points at you when things go south.

      posted in Water Closet
      thwrT
      thwr
    • RE: Anyone have a powershell line to create a new admin account

      @jaredbusch said in Anyone have a powershell line to create a new admin account:

      I have a handful of Windows 7 machiens not on a domain.

      I want to put a new Admin account on them.

      The current user accounts have admin rights, which I will remove, I have ScreenConnect installed and running with admin perms. So I can pop a powershell via the ScreenConnect command window easily to do this.

      AD? New-ADuser or so. On the road ATM, can check later

      posted in IT Discussion
      thwrT
      thwr
    • RE: What did you have for lunch or dinner today?

      @RojoLoco said in What did you have for lunch or dinner today?:

      @scottalanmiller said in What did you have for lunch or dinner today?:

      @RojoLoco said in What did you have for lunch or dinner today?:

      Having some lamb vindaloo and, of course, a mango lassi!

      Pics!!

      Got too busy eating... And it was quite darknin there. But daaaaayum was it good.

      Youtube Video

      posted in Water Closet
      thwrT
      thwr
    • 1
    • 2
    • 57
    • 58
    • 59
    • 60
    • 61
    • 75
    • 76
    • 59 / 76