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

    What Are You Doing Right Now

    Water Closet
    time waster
    285
    88.9k
    41.6m
    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.
    • A
      AdamF
      last edited by

      Posting from Fedora 27 Cinnamon. Really liking this experience so far. And it's on an old Latitude D630...just to see if it would run it proper.

      1 Reply Last reply Reply Quote 0
      • B
        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
        • B
          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
          • E
            EddieJennings
            last edited by

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

            D 1 Reply Last reply Reply Quote 0
            • D
              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?

              B 1 Reply Last reply Reply Quote 0
              • B
                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

                D S 2 Replies Last reply Reply Quote 1
                • D
                  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 πŸ™‚

                  E 1 Reply Last reply Reply Quote 0
                  • J
                    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
                    • E
                      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
                      • S
                        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
                        • E
                          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
                          • S
                            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
                              • D
                                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.

                                          D 1 Reply Last reply Reply Quote 0
                                          • D
                                            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.

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