Linux
黑心狐狸
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
gitlab 备份与恢复
gitlab 备份与恢复 注: 仅适用于使用 For omnibus installations 安装的gitlab 1. 执行gitlab数据备份 sudo gitlab-rake gitlab:backup:create 默认备份文件储存在 /var/opt/gitlab/backups/171532691_gitlab_backup.tar 2. gitlab从备份中还原 ...原创 2018-07-18 08:29:13 · 750 阅读 · 0 评论 -
[Linux] samba 服务器配置
[Linux] samba 服务器配置 /etc/samba/smb.conf [share] comment = Share Folder path = /home browseable = yes writeable = yes guest ok = no 添加用户:smbpasswd -a username原创 2018-06-22 16:05:45 · 351 阅读 · 0 评论 -
[Linux] ARM文件系统移植记录
arm-cotex-A9 M6708 文件系统移植记录 本文的主要内容是:记录在移植文件系统时所遇到的问题。 工具 * ubuntu 16.04.2 server i386(开启ssh、samba功能) * buildroot-2017.02.3 (借助buildroot工具可以快速搭建文件系统) * Qt-everywhere-opensource-src-5.6.2(此版本为企业长期...原创 2018-03-14 18:19:57 · 1023 阅读 · 0 评论 -
[Linux] ARM平台移植通常依赖的库
ARM-Linux平台移植通常依赖的库 sudo apt-get install make sudo apt-get install gcc-arm-linux-gnueabi(按实际情况选择安装) sudo apt-get install gcc sudo apt-get install lib32ncurses5 sudo apt-get install u-boot-tools sudo...原创 2018-06-19 10:25:00 · 1220 阅读 · 0 评论 -
[Linux] Linux网络配置
[ARM] Linux 网络配置 1. 修改/etc/wpa_supplicant.conf vi /etc/wpa_supplicant.conf 内容如下: ctrl_interface=/var/run/wpa_supplicant #ap_scan=1 network={ ssid="wo_shi_yige_wifi_ssid" scan_...原创 2018-07-06 14:30:56 · 790 阅读 · 0 评论 -
[Linux] Ubuntu电源键软关机设置
设置电源键软关机(短摁电源按钮关机)的方法。(默认摁电源键会弹出确认按钮) gedit /etc/acpi/events/powerbtn action=/etc/acpi/powerbtn.sh -> action=/sbin/poweroff 重启acpi或者重启机器:acpid restart ...原创 2019-03-31 15:30:34 · 5466 阅读 · 0 评论
分享