我有一台双启动笔记本电脑 - Ubuntu 20.04 和 Windows 10,它们都位于相同的 HD、不同的分区和第三个分区上,用于通用。
为了避免将我的 Dropbox 文件夹放在每个操作系统上,我希望将它安装在第三个分区上。我虽然“FAT32”适合这项工作,但是当我在 Windows 端安装 Dropbox 时,它要求输入“NTFS”(因此它从“FAT32”更改为“NTFS”),当我切换到 Ubuntu 时,Dropbox 询问对于“Ext4”。
这种情况能解决吗?
我有一台双启动笔记本电脑 - Ubuntu 20.04 和 Windows 10,它们都位于相同的 HD、不同的分区和第三个分区上,用于通用。
为了避免将我的 Dropbox 文件夹放在每个操作系统上,我希望将它安装在第三个分区上。我虽然“FAT32”适合这项工作,但是当我在 Windows 端安装 Dropbox 时,它要求输入“NTFS”(因此它从“FAT32”更改为“NTFS”),当我切换到 Ubuntu 时,Dropbox 询问对于“Ext4”。
这种情况能解决吗?
刚刚用 Windows10 成功安装了 Ubntu 20.04。
首先安装了 Windows (UEFi),然后安装了 Ubnutu 20.04。
安装过程是根据需要进行的,因此所有更新和应用程序安装。
当 Windows 更新到 20H2 时,grub 的启动菜单(当您选择是否需要 Ubuntu 或 Windows10 时)不再显示,Windows10 正在启动,没有任何延迟。
我该如何解决?
全新安装 Ubuntu 后,我尝试使用 Arduino IDE v1.8.16 上传草图(使用.deb
从网络下载的文件安装)。
An error occurred while uploading the sketch avrdude: ser_open(): can't open device "/dev/ttyACM0": Device or resource busy
在新的 Linux 机器上首次安装 Arduino IDE 后,需要成为 :sudo usermod -a -G dialout $USER
和注销、登录的成员,这并没有按预期更改。
所以我尝试chmod
了连接的端口/dev/ttyUSB0
,这并没有改变错误消息(顺便说一下,在 USB1 和 ACM0 上我也得到了相同的输出 - 尝试上传到时Nano
)。
现在我得到这个错误:
esptool.py v3.0
Serial port /dev/ttyUSB0
Connecting........_____....._____....._____....._____....._____....._____....._____
Traceback (most recent call last):
File "/home/guy/.arduino15/packages/esp8266/hardware/esp8266/3.0.2/tools/upload.py", line 66, in <module>
esptool.main(cmdline)
File "/home/guy/.arduino15/packages/esp8266/hardware/esp8266/3.0.2/tools/esptool/esptool.py", line 3552, in main
esp.connect(args.before, args.connect_attempts)
File "/home/guy/.arduino15/packages/esp8266/hardware/esp8266/3.0.2/tools/esptool/esptool.py", line 529, in connect
raise FatalError('Failed to connect to %s: %s' % (self.CHIP_NAME, last_error))
esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header
esptool.FatalError: Failed to connect to ESP8266: Timed out waiting for packet header
为了验证它不是 IDE 错误,我尝试使用esptool.py
擦除闪存,我得到了相同的行为Connecting........_____....._____....._____....._____....._____....._____....._____
我正在使用具有 2 个网络的桌面 - 有线 ( 192.168.2.1
) 和 Wifi ( 192.168.3.1
)。两者都来自 WAN 获取它的同一路由器( WAN -> 192.168.2.1
-> 192.168.3.1
)
Wifi 的分离主要是为了减少流量 (IPCAMS) 192.168.2.1
,有时还会断开 Internet 以检查 IOT 设备。
有时当 Wifi 没有互联网时,桌面也会“丢失”互联网(断开 WiFi 时 - 互联网重新打开)。这不是连接问题,Wifi 还可以。
所以,我的问题是,是否有办法将有线网络优先于 Wifi ?
我尝试使用这种方法安装第二个 HD:
在 中添加一行fstab
:
UUID=3edefcc8-04fb-449b-9e72-9bda7e443f65 /home/guy/newHD ext4 defaults x-gvfs-show 0 0
安装显示和工作正常(据我目前所知),但安装后弹出错误
$ sudo mount -a
mount: /etc/fstab: parse error at line 14 -- ignored
第 14 行是相关行。
试图解决:
添加comments=x-gvfs-show
- 没有解决。
,
在之前添加/删除x-gvfs-show
- 没有解决
从第 14 行删除x-gvfs-show
- 停止显示该错误消息。
什么是正确的语法?
添加图片以Disks
显示该特定参数是相关且需要的
我试图安装apt-get install virtualbox
. 由于依赖问题,它失败了。
修复它 - 我试过sudo dpkg --configure -a
了,过了一会儿就卡住了。
现在,当我尝试安装其他( git )时,它又回到了同样的问题:
guy@desktop:~$ sudo apt-get -f install
[sudo] password for guy:
E: dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem.
guy@desktop:~$ sudo dpkg --configure -a
Setting up virtualbox-dkms (5.2.10-dfsg-6ubuntu18.04.1) ...
Removing old virtualbox-5.2.10 DKMS files...
-------- Uninstall Beginning --------
Module: virtualbox
Version: 5.2.10
Kernel: 4.15.0-23-generic (x86_64)
-------------------------------------
Status: This module version was INACTIVE for this kernel.
depmod...
DKMS: uninstall completed.
------------------------------
Deleting module version: 5.2.10
completely from the DKMS tree.
------------------------------
Done.
Loading new virtualbox-5.2.10 DKMS files...
Building for 4.15.0-23-generic
Building initial module for 4.15.0-23-generic
Ubuntu 16.04 安装在旧 PC 上,应无头使用(未连接显示器)。由于这个事实,当尝试使用 VNC(安装了 x11vnc 服务器)或 TeamViewer 时,其分辨率以某种方式设置为 640x480。
当它是无头的时,我怎样才能改变它?
我有一台旧电脑,安装了新的 Ubuntu 16.04(全新安装)。由于它在高清显示器上仅显示 1280x1024,我的第一个猜测是显示驱动程序问题。
看了微星的网站,猜想这是我的微星主板。
如何获得 Ubuntu 的显示驱动程序?在那个站点上只有 Windows 操作系统的驱动程序。
$ lspci -nnk | grep -A3 VGA
01:00.0 VGA compatible controller [0300]: VIA Technologies, Inc. P4M890 [S3 UniChrome Pro] [1106:3343] (rev 01)
Subsystem: Micro-Star International Co., Ltd. [MSI] P4M890 [S3 UniChrome Pro] [1462:7255]
Kernel modules: viafb
04:01.0 Audio device [0403]: VIA Technologies, Inc. VT8237A/VT8251 HDA Controller [1106:3288] (rev 10)
$ xrandr -d :0
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1280 x 1024, current 1280 x 1024, maximum 1280 x 1024
default connected primary 1280x1024+0+0 0mm x 0mm
1280x1024 77.00*
Ubuntu Mate 16.04 安装在 Rpi3 上,最近停止加载。
1)它运行了几个月(我猜有些更新搞砸了)。
2) Ubuntu Mate 16.04 安装了另一个 RPi,但再次 - 无法加载 Firefox。
3) 两个 RPis 都运行 Chromium(作为替代)并可以连接到互联网。
4) 错误日志已发送到 Mozilla - 但两周内没有任何变化。
任何想法为什么/如何解决它?
编辑 1:卸载 v55 后,在安装 v52 期间,出现 en 错误-
guy@guy-desktop:~$ sudo dpkg -i firefox-dbg_52.0.2+build1-0ubuntu0.12.04.1_armhf.deb
[sudo] password for guy:
(Reading database ... 205031 files and directories currently installed.)
Preparing to unpack firefox-dbg_52.0.2+build1-0ubuntu0.12.04.1_armhf.deb ...
Unpacking firefox-dbg (52.0.2+build1-0ubuntu0.12.04.1) over (52.0.2+build1-0ubuntu0.12.04.1) ...
dpkg: dependency problems prevent configuration of firefox-dbg:
firefox-dbg depends on firefox (= 52.0.2+build1-0ubuntu0.12.04.1); however:
Package firefox is not installed.
dpkg: error processing package firefox-dbg (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
firefox-dbg
guy@guy-desktop:~$
我正在使用 17.04 ( Clean Install ),据我记得,每次尝试安装任何软件时都会失败并显示该错误代码。
我试过了sudo apt-get update && apt-get upgrade
,问题仍然存在。
编辑:更新的输出
guy@LG-LAPTOP:~$ sudo apt-get update && apt-get upgrade
[sudo] password for guy:
Ign:1 http://il.archive.ubuntu.com/ubuntu zesty InRelease
Ign:2 http://il.archive.ubuntu.com/ubuntu zesty-updates InRelease
Ign:3 http://il.archive.ubuntu.com/ubuntu zesty-backports InRelease
Err:4 http://il.archive.ubuntu.com/ubuntu zesty Release
503 Service Unavailable
Get:5 http://security.ubuntu.com/ubuntu zesty-security InRelease [89.2 kB]
Err:6 http://il.archive.ubuntu.com/ubuntu zesty-updates Release
503 Service Unavailable
Get:7 http://archive.canonical.com/ubuntu zesty InRelease [10.2 kB]
Err:8 http://il.archive.ubuntu.com/ubuntu zesty-backports Release
503 Service Unavailable
Get:9 http://archive.canonical.com/ubuntu zesty/partner Sources [1,416 B]
Get:10 http://archive.canonical.com/ubuntu zesty/partner amd64 Packages [1,616 B]
Get:11 http://archive.canonical.com/ubuntu zesty/partner i386 Packages [1,612 B]
Get:12 http://archive.canonical.com/ubuntu zesty/partner Translation-en [708 B]
Get:13 http://security.ubuntu.com/ubuntu zesty-security/main amd64 DEP-11 Metadata [11.7 kB]
Get:14 http://security.ubuntu.com/ubuntu zesty-security/main DEP-11 64x64 Icons [9,219 B]
Get:15 http://security.ubuntu.com/ubuntu zesty-security/universe amd64 DEP-11 Metadata [14.4 kB]
Get:16 http://security.ubuntu.com/ubuntu zesty-security/universe DEP-11 64x64 Icons [31.0 kB]
Reading package lists... Done
E: The repository 'http://il.archive.ubuntu.com/ubuntu zesty Release' does no longer have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://il.archive.ubuntu.com/ubuntu zesty-updates Release' does no longer have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: The repository 'http://il.archive.ubuntu.com/ubuntu zesty-backports Release' does no longer have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
guy@LG-LAPTOP:~$
apt get 的输出
guy@LG-LAPTOP:~$ sudo apt-get install putty
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
putty-tools
Suggested packages:
putty-doc
The following NEW packages will be installed:
putty putty-tools
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 661 kB of archives.
After this operation, 2,713 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Err:1 http://il.archive.ubuntu.com/ubuntu zesty/universe amd64 putty-tools amd64 0.67-3
503 Service Unavailable
Err:2 http://il.archive.ubuntu.com/ubuntu zesty/universe amd64 putty amd64 0.67-3
503 Service Unavailable
E: Failed to fetch http://il.archive.ubuntu.com/ubuntu/pool/universe/p/putty/putty-tools_0.67-3_amd64.deb 503 Service Unavailable
E: Failed to fetch http://il.archive.ubuntu.com/ubuntu/pool/universe/p/putty/putty_0.67-3_amd64.deb 503 Service Unavailable
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
guy@LG-LAPTOP:~$
我在旧的 LG 笔记本电脑上使用 Ubuntu 17.04。我的目标是禁用内部 Wi-Fi(因为它又旧又慢),并使用我的 USB Wi-Fi 适配器获得更好的 Wi-Fi。但是,当我尝试从 Edimax 的站点安装驱动程序时会出现一些错误:
由于文件权限,按照文件中的说明readme.txt
运行文件失败。install.sh
我尝试使用以下命令授予整个目录的可执行权限:
sudo chmod +X *
它赋予了大多数文件/目录可执行权限,但没有赋予install.sh
.
即使在尝试仅授予特定文件权限之后,我也没有运气。
这是输出lsusb
:
Bus 001 Device 002: ID 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS]
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
并uname -r
显示4.10.0-28-generic
。
在 LG 笔记本电脑上全新安装 17.04 后,PC 正确连接到 Wifi,但无法访问互联网。
会是什么?
PC 是 LG 笔记本电脑 2 核斗,2GB 内存,80GB 高清(旧但工作正常)
我使用 SSH (Putty) 远程连接到 RPI,安装了 UBUNTU 16.04,以运行 python 文件来控制 GPIO 开关。
我希望确定(并记录)该 py 文件是由 RPI 上的本地用户还是由远程 SSH 用户(使用相同的 Usename 登录)执行的。
使用 :who
或w
在 UBUNTU 的命令行显示用户通过 pts 及其 IP 连接...但仅知道还不够。
有任何想法吗 ?
我希望使用命令行( bash )来查找和终止进程。如何搜索已知(VLC)进程以及如何杀死它?
盖伊
我希望使用 VLC 将 IPCAM 流式传输到 UBUNTU。我找到了一种使用 VLC: Stream Media as : 的方法rtsp://192.168.3.101:554
,我选择“8000ms”的缓存,并进行 1:4 缩放。
如何使用命令行来完成?
我使用脚本来运行下标。下标实际上是 ssh 的 WDcloud。运行下标后,我需要在 WDcloud 的 ssh 会话中运行某些命令。但是在运行连接到 ssh 的下标之后,以下行没有在 ssh 会话中运行。
脚本类似于:
#!/bin/bash
ssh2cloud.sh
commands_to_run_in_ssh
我试图/
在某个路径中grep
计数,但是当它在 1 行时,将所有实例都计为 1。
/home/usr/bin/test | grep / -c
给出了答案1
。
我正在尝试从文本文件中提取一些数据。我使用的函数(作为 grep )提取整行作为答案,但我需要将文本行的特定部分提取到另一个文件中。
例如:一个文本文件包含:“周二 - 我去跑步周三 - 我去 5th AVE 的 GYM”
我希望寻找我在星期三去哪里(例如使用 grep ),但只提取“我去健身房”部分并将其定向到一个新文件