Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by musicman (musicman@nu.federati.net), page 57

  1. musicman (musicman@nu.federati.net)'s status on Wednesday, 27-May-2020 16:26:53 EDT musicman musicman
    • musicman
    took a break and fixed it.
    In conversation Wednesday, 27-May-2020 16:26:53 EDT from nu.federati.net permalink
  2. musicman (musicman@nu.federati.net)'s status on Wednesday, 27-May-2020 15:42:35 EDT musicman musicman
    • musicman
    although, I guess I kinda did this to myself by turning on RBAC...
    In conversation Wednesday, 27-May-2020 15:42:35 EDT from nu.federati.net permalink
  3. musicman (musicman@nu.federati.net)'s status on Wednesday, 27-May-2020 15:42:18 EDT musicman musicman
    The HAL part of #Wildfly is pretty slick, but Wildfly itself seems complicated. Unnecessarily so? idk yet.
    In conversation Wednesday, 27-May-2020 15:42:18 EDT from nu.federati.net permalink
  4. musicman (musicman@nu.federati.net)'s status on Tuesday, 26-May-2020 16:52:50 EDT musicman musicman
    • lnxw48a1
    "We highly recommend that users of production redhat based systems become familiar with yum and dnf."

    from 2015, lol: https://blog.packagecloud.io/eng/2015/04/05/yum-cheat-sheet/
    In conversation Tuesday, 26-May-2020 16:52:50 EDT from nu.federati.net permalink

    Attachments

    1. File without filename could not get a thumbnail source.
      Yum Cheat Sheet
      from Packagecloud Blog
      What is yum? yum is the default package manager for RPM-based linux distributions (CentOS, Fedora, RHEL, Oracle). It’s written in python and it stands for “Yellowdog Updater, Modified”, as it was originally called “yup”, the package manager for Yellow Dog Linux. Unlike it’s debian cousin, which uses various commands for package management, yum can perform all package operations by itself. Create an RPM repository in less than 10 seconds, free. Sign up! Useful flags Assume yes for all prompts --y Assume no for all prompts --assumeno Disable GPG verification --nogpgcheck Skip broken packages Skips packages that whose dependencies can’t be resolved. --skip-broken Enable/Disable repository You can dynamically enable or disable a repository for a single execution. --disable-repo=[path] --enable-repo=[path] Package Management Installing an RPM package Installing an RPM package from remote repositories $ sudo yum install [package-name] Installing a local RPM package $ sudo yum install /path/to/vim-1.2.rpm Installing a specific version of a package $ sudo yum install gcc-4.0 Removing an RPM package and dependencies Removes a package and any package it depends on (provided nothing else depends on it). $ sudo yum remove [package-name] Note: this will only remove the binaries and libraries, any configuration files will stay intact. Downgrade a package This will install the package’s previous version. $ sudo yum downgrade [package-name] View a package’s dependencies $ sudo yum deplist [package-name] Listing packages The yum list command can take different arguments: List all available packages from repositories $ sudo yum list available List installed packages $ sudo yum list installed List installed and available packages $ sudo yum list all List all packages (installed or available) that match a given [package-name], can be a glob $ sudo yum list [package-name] $ sudo yum list mysql* Search for package This searches for [package-name] across all repositories, also looking inside package descriptions. $ sudo yum search [package-name] Upgrade all system packages $ sudo yum upgrade This command installs all of the latest versions of each package installed on the system and is, generally, not recommended to be run on production systems. Reinstall a single package Sometimes, it’s necessary to force reinstallation of a package. $ sudo yum reinstall [package-name] View info for a package $ sudo yum info [package-name] Find which RPM package installs a given file This command is very handy when it’s not obvious which package needs to be installed to use it. $ sudo yum provides [file] yum provides can also take a glob: $ sudo yum provides "*/bin/vim" List all dependencies for a given package $ sudo yum provides [package-name] Package Groups Note: yum now has a groups subcommand for group operations, versions before 3.4.x should refer to this document instead. yum has the concept of “package groups”, groups of related packages that can be installed or uninstalled at once, that don’t necessarily depend on each other. List all groups $ sudo yum group list Install all packages for a group $ sudo yum group install "Basic Web Server" Remove all packages for a group $ sudo yum group remove "Basic Web Server" Repository Management List all repositories $ sudo yum repolist List all packages for a given [repository] (Note: yum > 3.4.x only) $ sudo yum repo-pkgs [repository] list Install all packages from given [repository] (Note: yum > 3.4.x only) $ sudo yum repo-pkgs [repository] install Remove all packages from a given [repository] (Note: yum > 3.4.x only) $ sudo yum repo-pkgs [repository] remove Update local metadata cache This is run automatically by yum as needed, but can be refreshed manually with yum makecache $ sudo yum makecache When this command is run, all available packages are fetched and re-indexed from the repositories yum knows about. yum-utils and yumdownloader In order to download source packages, it’s necessary to install an additional package for yum, called “yum-utils”, which provides a yumdownloader binary, among other things. Downloading RPMs Downloading RPM from remote repositories $ sudo yumdownloader [package-name] Downloading Source RPMs $ sudo yumdownloader --source [package-name] Downloading all dependencies for an RPM $ sudo yumdownloader --resolve [package-name] Filtering by architecture $ sudo yumdownloader --archlist=[arch-list] [package-name] More yum-utils adds other useful commands to yum that are too specific to cover here but are still worth looking over at the YumUtils website. The Future: DNF DNF is the next generation of package management for redhat based operating systems. Currently, it exists as a fork of yum 3.4 that use libsolv as its dependency solver. It is currently in use by the Fedora distribution. Conclusion Getting more familiar with your package manager’s tools can help you be more productive when finding, installing, and querying packages. We highly recommend that users of production redhat based systems become familiar with yum and dnf. You can learn more about the tools mentioned in this blog post by reading the man page: man 8 yum
  5. musicman (musicman@nu.federati.net)'s status on Tuesday, 26-May-2020 14:09:14 EDT musicman musicman
    I have been tasked with writing a "What is CentOS" article. I'm curious what the community thinks.
    In conversation Tuesday, 26-May-2020 14:09:14 EDT from nu.federati.net permalink
  6. musicman (musicman@nu.federati.net)'s status on Tuesday, 26-May-2020 13:58:32 EDT musicman musicman
    Someone, somewhere, asked me if I spoke Portuguese.

    I had been thinking it was in relation to this case with IBM, but now I realize it was in relation to http://www.monsterjinx.com/
    In conversation Tuesday, 26-May-2020 13:58:32 EDT from nu.federati.net permalink

    Attachments

    1. Invalid filename.
      MONSTER JINX
      from MONSTER JINX
      Home of the artist collective / Record Label Monster Jinx
  7. musicman (musicman@nu.federati.net)'s status on Tuesday, 26-May-2020 10:09:47 EDT musicman musicman
    • musicman
    The Windows key is the command key, and the Alt key is the option key...so they are swapped. still probably "fixable" but at least I know how to copy/paste
    In conversation Tuesday, 26-May-2020 10:09:47 EDT from nu.federati.net permalink
  8. musicman (musicman@nu.federati.net)'s status on Tuesday, 26-May-2020 09:59:06 EDT musicman musicman
    Are there any female cyclists here (or people that build bikes for women)? I have some questions about my wife's bike upgrade.
    In conversation Tuesday, 26-May-2020 09:59:06 EDT from nu.federati.net permalink
  9. musicman (musicman@nu.federati.net)'s status on Tuesday, 26-May-2020 09:57:46 EDT musicman musicman
    • lnxw48a1
    yeah, I used it years ago. Probably when I was at Nagios. yum still works in CentOS 8 though.
    In conversation Tuesday, 26-May-2020 09:57:46 EDT from nu.federati.net permalink
  10. musicman (musicman@nu.federati.net)'s status on Tuesday, 26-May-2020 09:56:12 EDT musicman musicman
    I am noticing that my non-Mac keyboard doesn't function the way it "should" on this work-provided Mac.

    I suspect this is fixable, but annoying nonetheless.
    In conversation Tuesday, 26-May-2020 09:56:12 EDT from nu.federati.net permalink
  11. musicman (musicman@nu.federati.net)'s status on Tuesday, 26-May-2020 09:55:26 EDT musicman musicman
    There are a lot of these free conferences popping up. This one is of particular interest to me: https://openobservability.io/agenda/
    In conversation Tuesday, 26-May-2020 09:55:26 EDT from nu.federati.net permalink

    Attachments

    1. File without filename could not get a thumbnail source.
      Agenda
      By resdeni from Open observability
      Agenda
  12. musicman (musicman@nu.federati.net)'s status on Friday, 22-May-2020 15:03:23 EDT musicman musicman
    so much for text notifications...it seems some of my #cycling gear has arrived!
    In conversation Friday, 22-May-2020 15:03:23 EDT from nu.federati.net permalink
  13. musicman (musicman@nu.federati.net)'s status on Thursday, 21-May-2020 22:08:43 EDT musicman musicman
    The touchPads on the MacBook Pros are awful.
    In conversation Thursday, 21-May-2020 22:08:43 EDT from nu.federati.net permalink
  14. musicman (musicman@nu.federati.net)'s status on Thursday, 21-May-2020 18:04:07 EDT musicman musicman
    in reply to
    • lnxw48a1
    JCL though I am not real sure what we offer when IBM has the zOS experts.

    I suspect that the "Tier 2" (or Tier 3 or whatever) zOS guys at IBM will use us as an escalation point when a customer is angry about something going on with curl, or make or whatever on the layer of zOS...and most of what we will be doing is https://www.youtube.com/watch?v=UnJytdCvhMI
    In conversation Thursday, 21-May-2020 18:04:07 EDT from nu.federati.net permalink

    Attachments

    1. Invalid filename.
      Do you concur?
      By Sally Swan's Magic Movie World from YouTube
  15. musicman (musicman@nu.federati.net)'s status on Thursday, 21-May-2020 17:57:40 EDT musicman musicman
    in reply to
    • lnxw48a1
    I enjoyed Star Trek IV. I too am not a Trekkie. I don't know that I am that much of a fan of anything. We went on a GOT tour in Iceland, but we own no GOT-themeed merchandise.
    In conversation Thursday, 21-May-2020 17:57:40 EDT from nu.federati.net permalink
  16. musicman (musicman@nu.federati.net)'s status on Thursday, 21-May-2020 17:39:01 EDT musicman musicman
    took some mucking about to get it going, but the #wildfly console is pretty slick
    In conversation Thursday, 21-May-2020 17:39:01 EDT from nu.federati.net permalink
  17. musicman (musicman@nu.federati.net)'s status on Thursday, 21-May-2020 16:32:21 EDT musicman musicman
    "Cannot write to ‘postgresql-42.2.12.jar’ (Success)."

    I mean, I guess the permissions were successful...
    In conversation Thursday, 21-May-2020 16:32:21 EDT from nu.federati.net permalink
  18. musicman (musicman@nu.federati.net)'s status on Thursday, 21-May-2020 13:17:37 EDT musicman musicman
    • musicman
    17 minutes over...
    In conversation Thursday, 21-May-2020 13:17:37 EDT from nu.federati.net permalink
  19. musicman (musicman@nu.federati.net)'s status on Thursday, 21-May-2020 12:33:34 EDT musicman musicman
    mainframe training. I wonder how many tickets we are actually going to get about this.
    In conversation Thursday, 21-May-2020 12:33:34 EDT from nu.federati.net permalink
  20. musicman (musicman@nu.federati.net)'s status on Thursday, 21-May-2020 11:23:00 EDT musicman musicman
    curious to find the inspiration behind the name: https://conan.io/
    In conversation Thursday, 21-May-2020 11:23:00 EDT from nu.federati.net permalink
  • After
  • Before
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.