• 0 Posts
  • 24 Comments
Joined 2 years ago
cake
Cake day: June 22nd, 2024

help-circle


  • Successful_Try543@feddit.orgto196@lemmy.blahaj.zoneColor Rule
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    14 days ago

    According to the plans drawn up by civil engineer Joseph B. Strauss, the bridge was to be painted in a standard grey, or black with yellow stripes if the Navy had had its way. However, the residents of San Francisco took a liking to the orange of the anti-corrosion paint. This earthy shade of orange complemented the backdrop of the surrounding hills and mountains and blended into the landscape. Joseph B. Strauss therefore decided to keep the bridge in this colour. The paint used is a protective coating and is known as ‘International Orange’[13].

    https://de.wikipedia.org/wiki/Golden_Gate_Bridge

    Originally, the paint of the bridge was Lead(II,IV) oxide

    For example, the distinctive red colour of the Golden Gate Bridge is due to the original use of a red-lead (Menninge) coating, which has now been replaced by acrylic paint.

    https://de.wikipedia.org/wiki/Blei(II%2CIV)-oxid



  • Yes, it’s a command from apt-get that apt only passes through:

    –auto-remove, --autoremove
    If the command is either install or remove, then this option acts like running the autoremove command, removing unused dependency packages. Configuration Item: APT::Get::AutomaticRemove.

    –with-new-pkgs
    Allow installing new packages when used in conjunction with upgrade. This is useful if the update of an installed package requires new dependencies to be installed. Instead of holding the package back upgrade will upgrade the package and install the new dependencies. Note that upgrade with this option will never remove packages, only allow adding new ones. Configuration Item: APT::Get::Upgrade-Allow-New.

    -U, --update
    Run the update command before the specified command. This is supported for commands installing, removing, or upgrading packages such as install, remove, safe-upgrade, full-upgrade. This can be useful to ensure a command always installs the latest versions, or, in combination with the –snapshot option to make sure the snapshot is present when install is being run.

    https://manpages.debian.org/trixie/apt/apt-get.8.en.html