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

    What Are You Doing Right Now

    Water Closet
    time waster
    285
    88.9k
    41.7m
    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.
    • black3dynamiteB
      black3dynamite
      last edited by

      Reading an old article about Linode moving to KVM. https://www.cio.com/article/2937714/cloud-computing/why-linode-moved-to-kvm.html

      1 Reply Last reply Reply Quote 2
      • black3dynamiteB
        black3dynamite
        last edited by

        Reading over some Hyper-V networking configuration scripts.
        https://www.altaro.com/hyper-v/practical-hyper-v-network-configurations/

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

          Got a little XP for the cleric. Back to the Python book.

          dbeatoD 1 Reply Last reply Reply Quote 0
          • dbeatoD
            dbeato @EddieJennings
            last edited by

            @eddiejennings said in What Are You Doing Right Now:

            Got a little XP for the cleric. Back to the Python book.

            As in WIndows XP?

            bigbearB 1 Reply Last reply Reply Quote 0
            • bigbearB
              bigbear @dbeato
              last edited by

              @dbeato said in What Are You Doing Right Now:

              @eddiejennings said in What Are You Doing Right Now:

              Got a little XP for the cleric. Back to the Python book.

              As in WIndows XP?

              XP = Experience Points

              dbeatoD scottalanmillerS 2 Replies Last reply Reply Quote 1
              • dbeatoD
                dbeato @bigbear
                last edited by

                @bigbear said in What Are You Doing Right Now:

                @dbeato said in What Are You Doing Right Now:

                @eddiejennings said in What Are You Doing Right Now:

                Got a little XP for the cleric. Back to the Python book.

                As in WIndows XP?

                XP = Experience Points

                I see that but wanted to confirm ๐Ÿ™‚

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

                  Just made a breakfast tray and brought it to my wife, still in bed.

                  The wonderful joys of the children being at grandmaโ€™s house for two nights.

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

                    @dbeato said in What Are You Doing Right Now:

                    @bigbear said in What Are You Doing Right Now:

                    @dbeato said in What Are You Doing Right Now:

                    @eddiejennings said in What Are You Doing Right Now:

                    Got a little XP for the cleric. Back to the Python book.

                    As in WIndows XP?

                    XP = Experience Points

                    I see that but wanted to confirm ๐Ÿ™‚

                    Luckily it runs well on Windows 10

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

                      @bigbear said in What Are You Doing Right Now:

                      @dbeato said in What Are You Doing Right Now:

                      @eddiejennings said in What Are You Doing Right Now:

                      Got a little XP for the cleric. Back to the Python book.

                      As in WIndows XP?

                      XP = Experience Points

                      Which you deserve if you can get it to still run ๐Ÿ˜‰

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

                        Messing around with the Zed Shaw Python 3 book.

                        print("Funtimes with escape sequences")
                        
                        sample_backslash = "Here are four backslashes \\\\\\\\"
                        sample_singlequote = "I \'said\' put in a ticket!"
                        sample_doublequote = "Srsly!  Put in a Ticket! \"Fo R3@LZ!\""
                        
                        print(f"{sample_backslash}\n{sample_singlequote}\n{sample_doublequote}")
                        
                        print('''
                        What the hell is an ASCII bell?
                        Let's find out!
                        ''')
                        
                        sample_ascii_bell = "Mary\aHad\aA\aLittle\aLamb!"
                        
                        print("Here is a sample", sample_ascii_bell)
                        
                        print("I didn't hear anything!\n")
                        
                        print("Will the ASCII backspace remove a character or just move the cursor?")
                        
                        sample_ascii_backspace = "Oakland Athletics\b\b\b\b"
                        
                        print(f"Oakland Athletics before the backspaces then after {sample_ascii_backspace}")
                        
                        print("""
                        Well, that was underwhelming.
                        Let's try something else.
                        """)
                        
                        print("Oakland Athletics", sample_ascii_backspace, "More text after")
                        print("\nThat's more like it  There were four backspaces in the example\n")
                        
                        print("What does formfeed do?\nShall we try it?\n")
                        
                        sample_formfeed = "MangoLassi\fIs\fA\fGreat\fCommunity"
                        
                        print("Here we go! ", sample_formfeed)
                        print('''
                        Nifty!
                        ''')
                        
                        print("Does the carriage return do something different than the linefeed?")
                        print("Let's find out!")
                        
                        sample_carriage_return = "Here\rAre\rThree\rCarriage Returns"
                        sample_linefeed = "Here\nAre\nThree\nLine Feeds"
                        
                        print(sample_carriage_return)
                        print(sample_linefeed)
                        
                        print("""
                        Looks like the carriage return behaves like the backspace.
                        
                        Here's the code for the carriage return example:
                        Here\\rAre\\rThree\\rCarriage Returns
                        
                        Here's the code for the line feed example:
                        Here\\nAre\\nThree\\nLine Feeds
                        """)
                        
                        print("I know what horizontal\ttabs\tdo.\n")
                        print("But what about vertical\vtabs\v?\n")
                        print("That looks like form\ffeed")
                        
                        1 Reply Last reply Reply Quote 2
                        • scottalanmillerS
                          scottalanmiller
                          last edited by

                          Holiday movies with the wife.

                          1 Reply Last reply Reply Quote 3
                          • hobbit666H
                            hobbit666
                            last edited by

                            Catching up while waiting for my Sunday dinner

                            1 Reply Last reply Reply Quote 1
                            • dbeatoD
                              dbeato
                              last edited by

                              Updated SYnology Firmware and resting.

                              1 Reply Last reply Reply Quote 0
                              • QuixoticJustinQ
                                QuixoticJustin
                                last edited by

                                Good morning everyone! Had a busy night around here.

                                1 Reply Last reply Reply Quote 0
                                • ObsolesceO
                                  Obsolesce
                                  last edited by

                                  Doing some Google searching to see when Fedora 27 will update to the new Linux kernel 4.14.... anyone know?

                                  QuixoticJustinQ 1 Reply Last reply Reply Quote 1
                                  • QuixoticJustinQ
                                    QuixoticJustin @Obsolesce
                                    last edited by

                                    @tim_g said in What Are You Doing Right Now:

                                    Doing some Google searching to see when Fedora 27 will update to the new Linux kernel 4.14.... anyone know?

                                    I don't think that typically Fedora updates kernels between releases, do they? I wouldn't expect it till Fedora 28 releases.

                                    ObsolesceO 1 Reply Last reply Reply Quote 0
                                    • ObsolesceO
                                      Obsolesce @QuixoticJustin
                                      last edited by Obsolesce

                                      @quixoticjustin said in What Are You Doing Right Now:

                                      @tim_g said in What Are You Doing Right Now:

                                      Doing some Google searching to see when Fedora 27 will update to the new Linux kernel 4.14.... anyone know?

                                      I don't think that typically Fedora updates kernels between releases, do they? I wouldn't expect it till Fedora 28 releases.

                                      No idea... maybe not major versions that I can remember. But I have seen smaller updates.

                                      I think 4.12 to 4.13 during F26 lifespan.

                                      Memory is a little foggy, though, so I can't say for sure.

                                      But F28 is a while away... that sucks if I have to wait ๐Ÿ˜ž

                                      1 Reply Last reply Reply Quote 0
                                      • ObsolesceO
                                        Obsolesce
                                        last edited by

                                        Looks like they are testing kernel 4.15 on Fedora 28.

                                        dbeatoD 1 Reply Last reply Reply Quote 0
                                        • dbeatoD
                                          dbeato @Obsolesce
                                          last edited by

                                          @tim_g said in What Are You Doing Right Now:

                                          Looks like they are testing kernel 4.15 on Fedora 28.

                                          https://fedoraproject.org/wiki/Kernel Looks like 4.14 will come in the next.

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

                                            @dbeato said in What Are You Doing Right Now:

                                            @tim_g said in What Are You Doing Right Now:

                                            Looks like they are testing kernel 4.15 on Fedora 28.

                                            https://fedoraproject.org/wiki/Kernel Looks like 4.14 will come in the next.

                                            That's what I've been expecting.

                                            1 Reply Last reply Reply Quote 1
                                            • 1
                                            • 2
                                            • 2599
                                            • 2600
                                            • 2601
                                            • 2602
                                            • 2603
                                            • 4443
                                            • 4444
                                            • 2601 / 4444
                                            • First post
                                              Last post