Salta al contenuto

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone
  • πŸ’‘ New to OpenBSD and wondering what fw_update does?

    Mondo openbsd bsd bsdtips
    1
    1
    0 Votazioni
    1 Post
    0 Visualizzazioni
    mboelen@mastodon.social
    πŸ’‘ New to OpenBSD and wondering what fw_update does?No, it does not update your firewall πŸ”₯ πŸ˜‰ The fw_update tool can be used to download additional firmware, such as a driver that is not by default available in the installation (often due to its license).You can perform a dry-run to see what it already has and what it would do.πŸ’» fw_update -n -vvvπŸ“” man fw_updateDo you like these tips? πŸ” Do you have a tip for those new to OpenBSD?#OpenBSD #BSD #BSDTips
  • 0 Votazioni
    1 Post
    0 Visualizzazioni
    mboelen@mastodon.social
    FreeBSD has a great way of monitoring IO (input/output) with the help of the top command.This options makes it a lot easier to find which process is causing disk activity (which can be displayed with 'iostat')Command: top -m io -bDo you have useful commands that others running FreeBSD should know?#FreeBSD #BSD #BSDTips