ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. linux
    Log in to post
    • All categories
    • R

      Jitsi Meet auntenticacion does not work in latest version
      IT Discussion • linux docker jitsi meet security+ asterisk • • rickygm

      1
      0
      Votes
      1
      Posts
      57
      Views

      No one has replied

    • Oksana

      Operate Linux Servers via Cockpit GUI
      Starwind • starwind cockpit linux linux server • • Oksana

      2
      2
      Votes
      2
      Posts
      96
      Views

      scottalanmiller

      I love Cockpit, it's so comfortable to use.

    • scottalanmiller

      Remote Screen Blank in Ubuntu 22.04 | Switch Wayland to Xorg
      IT Discussion • linux ubuntu gnome gdm wayland xorg ubuntu 22.04 • • scottalanmiller

      4
      1
      Votes
      4
      Posts
      292
      Views

      JaredBusch

      @scottalanmiller said in Remote Screen Blank in Ubuntu 22.04 | Switch Wayland to Xorg:

      Normally all we have to do is change it back.

      That is not fixing the problem though. Simply working around it.

      The problem is why do these tools not work under Wayland?

    • Oksana

      How to Customize DUO MFA for Veeam Hardened Repository β€” Part 2
      Starwind • starwind cisco veeam linux ubuntu • • Oksana

      1
      1
      Votes
      1
      Posts
      88
      Views

      No one has replied

    • scottalanmiller

      How to Updated to Fedora 36 from the Command Line
      IT Discussion • fedora linux fedora 36 • • scottalanmiller

      7
      1
      Votes
      7
      Posts
      233
      Views

      travisdh1

      Everything in the home lab is being upgraded tonight.

    • scottalanmiller

      How Can I Upgrade Ubuntu 20.10 to 21.10?
      IT Discussion • linux ubuntu • • scottalanmiller

      18
      0
      Votes
      18
      Posts
      393
      Views

      scottalanmiller

      I should say, not even a personal customer. It's just a friend who needs support. πŸ™‚

    • scottalanmiller

      Book: Linux Administration Best Practices
      Self Promotion • linux administration best practices book education • • scottalanmiller

      15
      9
      Votes
      15
      Posts
      513
      Views

      scottalanmiller

      @stuartjordan said in Book: Linux Administration Best Practices:

      Congratulations on your book launch Scott.

      Thanks!!

    • scottalanmiller

      Using Mutt to Check POP or IMAP Email
      IT Discussion • mutt email imap dovecot pop pop3 imap4 linux unix bsd freebsd command line • • scottalanmiller

      4
      3
      Votes
      4
      Posts
      199
      Views

      J

      @scottalanmiller No example output? πŸ™‚

    • Oksana

      What Is OSquery and How to Use It on Ubuntu and Linux Mint
      Starwind • starwind linux mint linux ubuntu sql osequery • • Oksana

      1
      1
      Votes
      1
      Posts
      150
      Views

      No one has replied

    • scottalanmiller

      Restoring a Windows MS SQL Server Database to Linux With Move SQLCMD
      IT Discussion • sql server 2012 sql server 2014 sql server 2016 sql server 2017 sql server 2019 ubuntu linux database t-sql • • scottalanmiller

      3
      2
      Votes
      3
      Posts
      241
      Views

      scottalanmiller

      @jaredbusch said in Restoring a Windows MS SQL Server Database to Linux With Move SQLCMD:

      @scottalanmiller I have not had to do that before with a normal backup to a .bak and then restore. Not some an place move like it seems you are doing.

      Happens if going to a space with a different storage layout. If you are coming from Linux you are probably fine. But Windows injects the drive letter into the path (obviously) and so going from one machine to another that doesn't keep identical storage path names causes the issue.

    • JaredBusch

      Unsolved beyond bash shell scripting, what language should I use
      IT Discussion • bash scripting linux fedora debian python go • • JaredBusch

      20
      1
      Votes
      20
      Posts
      473
      Views

      scottalanmiller

      @jaredbusch said in beyond bash shell scripting, what language should I use:

      @scottalanmiller said in beyond bash shell scripting, what language should I use:

      @jaredbusch said in beyond bash shell scripting, what language should I use:

      @stacksofplates said in beyond bash shell scripting, what language should I use:

      @jaredbusch said in beyond bash shell scripting, what language should I use:

      @scottalanmiller said in beyond bash shell scripting, what language should I use:

      Go is great as a language. But like Ruby, not installed generally. And fewer resources. If it was a greenfield new OS, yeah, Go for sure. But for practical reasons, Python I think.

      As these are systems that I control, there is no reason Go cannot be installed.

      Between your comments and prior ones from @stacksofplates I think I might try Go in order to learn it.

      You normally wouldn't install it anyway as it's not a scripting language. You'd just compile your binary and ship that to your systems.

      I completely misunderstood that about Go. Okay, I will do a bit of checking and decide what I want to do.

      oh sorry, I figured you knew. That's why I never look at it, I don't want to deal with binaries in that way. But nothing wrong with that. Write it on your machine at home, compile, ship binary. Works just fine.

      As fixed tasks, this is not a bad solution. So I will keep it in mind.

      Right, no big deal in this case.

    • Oksana

      See What Cutting-Edge NVMe-oF Tech Is All About: Part 2
      Starwind • starwind nvme nvme-of rdma tcp intel optane ssd linux • • Oksana

      1
      0
      Votes
      1
      Posts
      140
      Views

      No one has replied

    • Oksana

      See What Cutting-Edge NVMe-oF Tech Is All About
      Starwind • starwind nvme nvme-of linux microsoft windows • • Oksana

      1
      1
      Votes
      1
      Posts
      171
      Views

      No one has replied

    • Oksana

      How to Deploy R Programming Language and RStudio on Linux
      Starwind • starwind linux python programming languages • • Oksana

      1
      1
      Votes
      1
      Posts
      129
      Views

      No one has replied

    • gjacobse

      Linux has a serious security problem that once again enables DNS cache poisoning
      News • linux dns cache cache-poisoning • • gjacobse

      2
      1
      Votes
      2
      Posts
      172
      Views

      scottalanmiller

      @gjacobse the article is a little misleading. Linux doesn't provide DNS services. So Linux can't be the issue. Any given Linux distro might have one or more default DNS server options, so Ubuntu or RHEL might have this issue, but Linux itself cannot.

      In the article, you have to dig before they mention BIND, a DNS server, as being a problem with this issue. BIND is certainly the de facto standard on Linux and represents a problem for the community and ecosystem, but the article presents it in very much a click bait sort of way.

      And then it appears to describe the issue as a protocol issue, not an implementation issue and seems to feel that the issue is just that the protocol used for DNS was insecure.

    • Oksana

      Manual for Using Talend Open Studio on Linux
      Starwind • linux windows mac solaris big data • • Oksana

      1
      1
      Votes
      1
      Posts
      149
      Views

      No one has replied

    • DustinB3403

      Unsolved Linux Dig Finding cname records
      IT Discussion • linux dig shell dns cname • • DustinB3403

      12
      0
      Votes
      12
      Posts
      271
      Views

      JaredBusch

      API and a script

    • Oksana

      How to Configure StarWind SAN & NAS Correctly
      Starwind • starwind san nas vsan sds linux zfs vsphere • • Oksana

      1
      1
      Votes
      1
      Posts
      154
      Views

      No one has replied

    • EddieJennings

      YouTube Months in Review: February - June 2021
      Self Promotion • youtube home lab linux powershell fedora music rhce • • EddieJennings

      1
      4
      Votes
      1
      Posts
      156
      Views

      No one has replied

    • Pete.S

      Shift + PgUp/PgDn in terminal?
      IT Discussion • console terminal linux shell • • Pete.S

      3
      0
      Votes
      3
      Posts
      356
      Views

      Pete.S

      @eddiejennings said in Shift + PgUp/PgDn in terminal?:

      @pete-s said in Shift + PgUp/PgDn in terminal?:

      When you use Shift + PgUp/PgDn on a linux console you can scroll the screen buffer.

      Where does this behavior come from? Is it the shell, a utility on the server, is it the console client, is it the ssh client?

      It's not working for me using ssh (on windows) and I realized I have no clue where to start looking...

      Probably specific to the config of your terminal program, unless you’re truly talking about the console itself.

      I had to alter some key bindings in Gnome Terminal to get the desired behavior from the weechat key bindings.

      You were right. I was trying out Windows Terminal and running ssh inside. And shift+pgup/dn didn't work as expected.

      I looked at the Windows Terminal keybindings and the default was not what I wanted.

      So I added this under "actions" in the settings.json file:

      // Scrollback { "command": "scrollDown", "keys": "shift+down" }, { "command": "scrollDownPage", "keys": "shift+pgdn" }, { "command": "scrollUp", "keys": "shift+up" }, { "command": "scrollUpPage", "keys": "shift+pgup" },

      The added bonus is that shift+pgup/dn now also works with cmd.exe and PowerShell.