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-93133

el.severo's questions

Martin Hope
el.severo
Asked: 2020-06-18 14:59:27 +0800 CST

gcsfuse 在非 root 用户上自动挂载

  • 0

目前我有一个正在运行的虚拟机,CentOS 7并希望使用非 root 用户自动安装一个存储桶。

我已经安装了 NextCloud 并希望将本地数据文件夹指向Google Cloud Storage.

尝试了各种示例,但它们似乎都不起作用。

这是我尝试过的:

挂载有效,但不能将任何文件/文件夹创建为子文件夹或放置在已挂载文件夹中的文件

gcsfuse my-nextcloud-bucket /mnt/myserverdata/cloudmysite/public_html/data
gcsfuse -o nonempty my-nextcloud-bucketcom /mnt/myserverdata/cloudmysite/public_html/data

以下是我尝试过的每次尝试/etc/fstab(文件结尾)

my-nextcloud-bucket /mnt/myserverdata/cloudmysite/public_html/data gcsfuse rw,noauto,cloudmysite,key_file=/mnt/myserverdata/cloudmysite/_gcloud-credentials/gc--1f54d021ca11.json
my-nextcloud-bucket /mnt/myserverdata/cloudmysite/public_html/data gcsfuse rw,gid=1068,uid=1065,noauto,user,allow_other,_netdev
my-nextcloud-bucket /mnt/myserverdata/cloudmysite/public_html/data gcsfuse rw,allow_other,file_mode=777,dir_mode=777

如何在cloudmysite非 root 用户下挂载(fstab 或重新启动以保持持久性)?

mount google-cloud-platform fstab gcloud gcsfuse
  • 1 个回答
  • 1665 Views
Martin Hope
el.severo
Asked: 2017-06-11 06:28:21 +0800 CST

HP ProLiant ML310e G8 v2 固态硬盘

  • 0

我有一个HP ProLiant ML310e G8 v2 with Intel® Xeon® E3-1220v3 3.10GHz处理器,我想将存储升​​级到 SSD。

目前我有两个已配置的非 SSD 硬盘驱动器,RAID 1我想创建一个单独的RAID 1但带有 SSD 的驱动器。

我应该使用哪种 SSD:

  1. 2 x Solid State Drive (SSD) Intel 540s Series, 1.0TB, M.2 80mm, SATA III
  2. 2 x Solid State Drive (SSD) Intel 540s Series, 1.0TB, 2.5'', SATA III
  3. 2 x Solid State Drive (SSD) Samsung MZ-7KE1T0BW, 2.5", 1TB, SATA III

我不确定是否HP ProLiant ML310e G8 v2兼容Solid State Drive (SSD) Intel 540s Series, 1.0TB, M.2 80mm, SATA III

还看到了这个问题,它面临 SSD 驱动器的一些问题。

hp
  • 1 个回答
  • 900 Views
Martin Hope
el.severo
Asked: 2012-10-21 07:12:18 +0800 CST

在 Windows Server 2012 上锁定用户

  • 1

Active Directory我在一台服务器机器上设置了一个Windows Server 2012,我想创建一些有限制的用户,就像Windows Steady State在Windows XP(本地)中所做的那样。

已经看到Windows SteadyState Handbook(with Windows Server 2008),但我想知道以前是否有人尝试过,限制如下:

1. Prevent locked or roaming user profiles that cannot be found on the computer from logging on
2. Do not cache copies of locked or roaming user profiles for users who have previously logged on to this computer
3. Do not allow Windows to compute and store passwords using LAN Manager Hash values
4. Do not store usernames or passwords used to log on to the Windows Live ID or the domain
5. Prevent users from creating folders and files on drive C:\
6. Lock profile to prevent the user from making permanent changes
7. Remove the Control Panel, Printer and Network Settings from the Classic Start menu
8. Remove the Favorites icon
9. Remove the My Network Places icon
10. Remove the Frequently Used Program list
11. Remove the Shared documents folder from My Computer
12. Remove control Panel icon
13. Remove the Set Program Access and Defaults icon
14. Remove the Network Connection(Connect To)icon
15. Remove the Printers and Faxes icon
16. Remove the Run icon
17. Prevent access to Windows Explorer features: Folder Options, Customize Toolbar, and the Notification Area
18. Prevent access to the taskbar
19. Prevent access to the command prompt
20. Prevent access to the registry editor
21. Prevent access to the Task Manager
22. Prevent access to Microsoft Management Console utilities
23. Prevent users from adding or removing printers
24. Prevent users from locking the computer
25. Prevent password changes (also requires the Control Panel icon to be removed)
26. Disable System Tools and other management programs
27. Prevent users from saving files to the desktop
28. Hide A Drive
29. Hide B Drive
30. Hide C Drive
31. Prevent changes to Internet Explorer registry settings
32. Empty the Temporary Internet Files folder when Internet Explorer is closed
33. Remove Internet Options
34. Remove General tab in Internet Options
35. Remove Security tab in Internet Options
36. Remove Privacy tab in Internet Options
37. Remove Content tab in Internet Options
38. Remove Connections tab in Internet Options
39. Remove Programs tab in Internet Options
40. Remove Advanced tab in Internet Options
41. Set a home page (Internet Explorer)
42. Restrict the possibility to change desktop image
43. Restrict the possibility to change wallpaper
44. Restrict usb flash drives

对此有什么建议吗?

更新 2:

我会悬赏 50 分给可以帮助我的人

更新:

正如@Dan 向我建议的那样,我想指定将应用于学生可以从计算机登录并希望向他们添加一些限制的教育场景。

active-directory
  • 1 个回答
  • 3682 Views

Sidebar

Stats

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

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

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

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve