AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-264642

obayhan's questions

Martin Hope
obayhan
Asked: 2022-03-09 22:04:26 +0800 CST

具有 office365 支持和基于文本的两因素身份验证的电子邮件通知工具

  • 1

我正在使用 Kubuntu 18.04。我必须需要通知工具或客户端来支持基于交换的 office365 的通知。

我们公司在登录帐户时强制使用短信文本进行两因素身份验证。

到目前为止我尝试的是:

Kmail:没有两因素身份验证支持

Thunderbird:有了 mailnag 支持,看起来还不错,但每月需要支付大量费用

mailnag:没有两个因素身份验证支持

以任何方式获取电子邮件通知的任何想法?(:

18.04
  • 1 个回答
  • 49 Views
Martin Hope
obayhan
Asked: 2020-10-15 11:47:26 +0800 CST

自PC打开以来如何获取终端中的总网络使用量

  • 0

我可以通过终端获得总网络使用量,但我也可以获得有关wlp0s20f3设备ifconfig wlp0s20f3的许多其他额外信息。

输出:

wlp0s20f3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.43.67  netmask 255.255.255.0  broadcast 192.168.43.255
        inet6 fe80::5f55:a45c:b66a:a7d2  prefixlen 64  scopeid 0x20<link>
        ether 48:f1:7f:f3:15:83  txqueuelen 1000  (Ethernet)
        RX packets 82724  bytes 108476705 (103.4 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 28959  bytes 3840172 (3.6 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

我只需要103.4 MiB的 rx 和3.6 MiB的 tx 与 kde 面板中的命令输出plasmoid一起使用。我怎么能得到那个?

PS:解析 ifconfig 输出的任何 bash 脚本或任何应用程序给出的值都是可以接受的

networking kde command-line bash ifconfig
  • 3 个回答
  • 173 Views
Martin Hope
obayhan
Asked: 2015-10-01 22:30:58 +0800 CST

无法删除 armhf 上的 gcc

  • 1

当我尝试删除时gcc-4.9,它正在尝试删除我所有的根文件系统。

apt-get purge gcc-4.9-base

退货:

The following packages will be REMOVED:


adduser* apt* apt-utils* base-files* base-passwd* bash* bsdmainutils*
  bsdutils* busybox* busybox-initramfs* coreutils* cpio* dash* dbus* debconf*
  debconf-i18n* debianutils* deborphan* devmem2* diffutils* dmsetup* dpkg*
  e2fslibs* e2fsprogs* file* findutils* gcc-4.9-base* gnupg* gpgv* grep* gzip*
  hostname* ifupdown* initramfs-tools* initramfs-tools-bin* initscripts*
  insserv* iproute2* iputils-ping* isc-dhcp-client* isc-dhcp-common*
  keyboard-configuration* kmod* libacl1* libapparmor1* libapt-inst1.5*
  libapt-pkg4.12* libattr1* libaudit1* libblkid1* libbz2-1.0* libc-bin* libc6*
  libcap2* libcap2-bin* libcgmanager0* libcomerr2* libdb5.3* libdbus-1-3*
  libdebconfclient0* libdevmapper1.02.1* libdrm2* libexpat1* libffi6*
  libfribidi0* libgcc1* libgcrypt11* libgnutls-openssl27* libgnutls26*
  libgpg-error0* libiw30* libjson-c2* libjson0* libkmod2*
  liblocale-gettext-perl* liblockfile-bin* liblockfile1* liblzma5* libmagic1*
  libmount1* libncurses5* libncursesw5* libnewt0.52* libnih-dbus1* libnih1*
  libnl-3-200* libnl-genl-3-200* libp11-kit0* libpam-cap* libpam-modules*
  libpam-modules-bin* libpam-runtime* libpam0g* libpcre3* libpcsclite1*
  libpipeline1* libplymouth2* libpng12-0* libpopt0* libprocps3* libreadline5*
  libreadline6* libselinux1* libsemanage1* libsepol1* libslang2* libss2*
  libssl1.0.0* libstdc++6* libsystemd-login0* libtasn1-6*
  libtext-charwidth-perl* libtext-iconv-perl* libtext-wrapi18n-perl*
  libtinfo5* libudev1* libusb-0.1-4* libusb-1.0-0* libustr-1.0-1* libuuid1*
  locales* lockfile-progs* login* lshw* makedev* mawk* module-init-tools*
  mount* mountall* multiarch-support* nano* ncurses-bin* net-tools* ntpdate*
  passwd* perl-base* plymouth* procps* rcn-ee-archive-keyring*
  readline-common* resolvconf* sed* sysv-rc* sysvinit-utils* tar* tzdata* ucf*
  udev* upstart* usb-modeswitch* usbutils* util-linux* whiptail*
  wireless-tools* wpasupplicant* zlib1g*

为什么?

如果我强行删除它并检查没有依赖项怎么办?因为我不想gcc在我的嵌入式设备中。占用大量空间,嵌入式设备上的编译器没有任何意义,除非它是开发设备。

任何解决方案?

apt
  • 1 个回答
  • 269 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve