ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Tags
    3. administration
    Log in to post
    • All categories
    • 1

      How to properly add 3rd party package repositories to Debian distros

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion debian ubuntu apt package management administration raspberry pi os
      2
      0 Votes
      2 Posts
      753 Views
      1
      Alternative to manually install 3rd party repositories

      There is an alternative to manually manage repositories and keys and that is to use extrepo

      extrepo is a curated list of 3rd party repositories and keys and it's a debian package.
      It's only been around a couple of years so I don't know how widely used it is yet.

      Installation

      To install it run

      apt install extrepo Add repository

      To add postgreSQL repository for example:

      extrepo enable postgresql Disable repository

      To disable a repository, for example:

      extrepo disable postgresql Where do files go?

      extrepo puts apt config files in /etc/apt/sources.list.d as you would manually but manages keys in it's own directory /var/lib/extrepo/keys

      Repositories available

      Currently these repositories are in there:

      anydesk apertium-nightly apertium-release bareos belgium_eid_continuous brave_beta brave_nightly brave_release caddyserver consol debian_official dns-oarc docker-ce edge elbe eturnal eyrie fai feistermops gitlab_ce gitlab_ee gitlab_runner google_chrome google_cloud grafana grafana_beta grafana_enterprise grafana_enterprise_beta haproxy-2.8 i2pd janitor jellyfin jenkins jitsi-stable kea keybase kicksecure kicksecure_developers kicksecure_proposed kicksecure_testers lihas liquorix matrix mobian msteams neurodebian_software newrelic nginx node_12.x node_14.x node_16.x node_18.x notesalexp ooni openmodelica-contrib-nightly openmodelica-contrib-release openmodelica-contrib-stable openmodelica-nightly openmodelica-release openmodelica-stable openstack_antelope openstack_zed openvpn opera_stable opsi passbolt postgresql prosody proxmox-ceph-quincy proxmox-pve proxmox-pve8 r-project raspberrypi raspbian-addons realsense rspamd signal skype slack speedtest-cli spotify steam surface-linux sury syncevolution syncthing teamviewer_default teamviewer_preview torproject trinity vector vscode vscodium weechat whonix whonix_developers whonix_proposed whonix_testers winehq wire-desktop wire-internal-desktop wtf wtf-lts x2go x2go-extras x2go-lts x2go-nightly xpra xpra-beta yarnpkg zammad zulu-openjdk
    • scottalanmillerS

      Book: Linux Administration Best Practices

      Watching Ignoring Scheduled Pinned Locked Moved Self Promotion linux administration best practices book education
      19
      10 Votes
      19 Posts
      4k Views
      scottalanmillerS

      But that is only the eBook. So they sell way more of them.

      It's gotta me more, closer to $.70.

    • scottalanmillerS

      Engineering vs Administration - That's what makes Windows and FreeNAS so risky

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows freenas administration engineering
      33
      0 Votes
      33 Posts
      3k Views
      stacksofplatesS

      @scottalanmiller said in Engineering vs Administration - That's what makes Windows and FreeNAS so risky:

      @stacksofplates said in Engineering vs Administration - That's what makes Windows and FreeNAS so risky:

      @scottalanmiller said in Engineering vs Administration - That's what makes Windows and FreeNAS so risky:

      @stacksofplates said in Engineering vs Administration - That's what makes Windows and FreeNAS so risky:

      @scottalanmiller said in Engineering vs Administration - That's what makes Windows and FreeNAS so risky:

      @IRJ said in Engineering vs Administration - That's what makes Windows and FreeNAS so risky:

      @scottalanmiller said in Engineering vs Administration - That's what makes Windows and FreeNAS so risky:

      @IRJ said in Engineering vs Administration - That's what makes Windows and FreeNAS so risky:

      Admin roles are also dying with immutable infrastructure and HA. Designing a system that is immutable and highly available isn't expensive or time consuming on the cloud anymore.

      But someone is still designing the initial system and someone (maybe the same person) is managing it.

      Yeah so you don't have an admin here as you admit. You have an engineer designing the system and replacing the system if there is issues. It's all design and no maintenance. Maintenance is automated during build.

      Not in the real world. That's a nice theory, but applies to effectively no one anywhere. In the real world, engineering almost always is a trivial effort that involves almost no time, skill or planning, and all the effort goes into years of administration that deals with that haphazard system.

      That's completely false. Engineering is almost always a trivial effort......

      It's completely true and I've given example after example. In the real world, engineering is generally done without planning or resources and it works enough for people to accept it. Then all the effort is hoisted onto administration. You can argue, but you can't deny that this is what 95%+ of the market does.

      No you gave an example of FreeNAS and have completely ignored things like SRE where design upfront including architecture, engineering, coffee design, IaC, etc are all roles for the engineer. Immutability is vital and SREs are embedded in specific teams and only supporting that application.

      Yes, but the difference is my example represents nearly the entire market. I didn't say that there weren't exceptions. But that's what they are.

      Outside of F500 maybe but outside of F500 you don't normally have systems engineers and systems admins.

    • DustinB3403D

      lpoptions - cups - OSX

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved IT Discussion osx cups printers administration remote terminal
      1
      0 Votes
      1 Posts
      523 Views
      No one has replied
    • DustinB3403D

      OSX cli Join hidden network

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion osx administration
      17
      1 Votes
      17 Posts
      1k Views
      DustinB3403D

      As an additional option, if you don't want your workstation to automatically connect to this network (on startup, while roaming etc) use this

      networksetup -removedpreferredwirelessnetwork Interface SSID

      That disables the autojoin functionality on OSX 10.14.6, but you would still have connected to the network from the initial answer.

    • DustinB3403D

      Powershell suppress specific error message and not others

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion powershell file editing administration windows smb unprintable
      4
      1 Votes
      4 Posts
      1k Views
      P

      Why not filter out the files that you don't need to rename?
      Summat like:

      (Get-ChildItem -Path "path\to\folder" -Recurse | Where-Object {$_.Name -contains '•'} | Rename-Item -NewName {$_.Name -replace '•',''} -verbose -ErrorAction SilentlyContinue -ErrorVariable daError)
    • DustinB3403D

      Remove Preferred Wireless Network on OSX

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion osx administration apple
      1
      4 Votes
      1 Posts
      419 Views
      No one has replied
    • DustinB3403D

      Naming your Apple computer via the CLI

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion osx cli administration apple deployment
      2
      2 Votes
      2 Posts
      583 Views
      DustinB3403D

      I've added this to a larger script that I use, but if you only wanted to automate the naming process the above would work for you.

      Else just remove the header #!/bin/sh and add the reset to any setup scripts that you have to automate this portion of the setup.

    • DustinB3403D

      OSX administrators who use Brew - Xcode Tools no longer included by default

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion osx administration automation brew shell scripting apple xcode
      1
      1 Votes
      1 Posts
      526 Views
      No one has replied
    • DustinB3403D

      Linux CP command - Estimate MBs

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion linux administration cli
      6
      0 Votes
      6 Posts
      599 Views
      DustinB3403D

      @scottalanmiller said in Linux CP command - Estimate MBs:

      You can use cp and see progress using a separate tool, like progress. But cp itself can't do it.

      Gotcha.

    • DustinB3403D

      Folder Monitor and notify

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows administration notifications powershell
      15
      0 Votes
      15 Posts
      643 Views
      ObsolesceO

      A simple scheduled task to run a simple PoSh script would be easiest IMO.

    • DustinB3403D

      Migrating OSX computers from an old domain to a new one and keeping your users profile

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion osx apple administration migration
      2
      2 Votes
      2 Posts
      436 Views
      DustinB3403D

      Fixed a small typo.

    • DustinB3403D

      lpadmin - remove printer with a space in the name

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion unix osx apple lpadmin printers administration ard
      4
      0 Votes
      4 Posts
      1k Views
      DustinB3403D

      @dbeato said in lpadmin - remove printer with a space in the name:

      @DustinB3403 said in lpadmin - remove printer with a space in the name:

      Nevermind!

      lpadmin adds spaces as underscores!

      So with lpadmin -p I was able to find the list of printers.

      lpadmin -p
      Accounting_Printer

      And with lpadmin -x Accounting_Printer was able to remove the printer!
      Removed Accounting_Printer

      Good to know for central administration of Apple devices. What are you using right now?

      ARD and Unix cli

    • EddieJenningsE

      In Demand Jobs / Positions

      Watching Ignoring Scheduled Pinned Locked Moved IT Careers job hunting job posting development administration
      12
      0 Votes
      12 Posts
      2k Views
      EddieJenningsE

      @scottalanmiller said in In Demand Jobs / Positions:

      aptitude

      https://www.kent.ac.uk/careers/tests/computer-test.htm Well, of the first 8 questions I was able to answer, I got them right, but since I only answered 8, I was in the 12 and below range. I guess I practice what I preach to my saxophone students. "Accuracy over speed." 😛

    • JaredBuschJ

      Install Dell OpenManage Server Administrator on Hyper-V Server 2012 R2

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion dell openmanage administration server hyper-v how to omsa
      18
      8 Votes
      18 Posts
      15k Views
      dbeatoD

      @CharlesHTN said in Install Dell OpenManage Server Administrator on Hyper-V Server 2012 R2:

      That's why I always change it to "hobbes"!

      hahaha, Shaw and Hobbs 😛 but anyway yeah I hear you.

    • stacksofplatesS

      CentOS 7 & Cockpit

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion centos 7 cockpit linux administration
      7
      2 Votes
      7 Posts
      3k Views
      scottalanmillerS

      @dafyre said:

      @scottalanmiller What separates the two? er... What makes Webmin not enterprise friendly vs Cockpit? (it has been a LONG time since I've used webmin and I haven't used Cockpit yet).

      Webmin is a "third party unsupported add on crutch." It's whole purpose is to make UNIX graphical without using the officially supported toolsets. While that in and off itself isn't "bad", it's bad conceptually. It's purpose is to be a crutch for people who won't learn how to run the system and ends up being just like FreeNAS or whatever - just limitations and risk layered on top of the OS.

      Cockpit is different. It is part of the OS itself, not an add on. It's fully managed and supported by the team that makes the OS (Red Hat, in this case.) In this way it is like the Microsoft GUI interface - still not ideal as a management tool, but stable and supported.

      That Webmin is a huge, dangerous catch all for management and Cockpit is a limited graphical view of capacity planning with a few very simplistic management tools also makes them very different. Cockpit is not meant to replace being a good admin, it's meant to give some graphical views where they make sense. Webmin is meant to let people run an OS that they don't understand.

    • 1 / 1