set superuser in ubuntu: sudo passwd move taskbar to bottom: gsettings set com.canonical.Unity.Launcher launcher-position Bottom set shortcut on ubunt ...
分类:
系统相关 时间:
2017-08-13 14:19:10
阅读次数:
195
https://superuser.com/questions/764986/howto-setup-a-veth-virtual-networkhttps://unix.stackexchange.com/questions/152331/how-can-i-create-a-virtual-ethernet-interface-on-a-machine-without-a-physical-ad
分类:
系统相关 时间:
2017-07-30 18:11:17
阅读次数:
236
分包压缩的zip文件不能被7z解压,且这种格式是Windows才能创建出来,在Linux下不会以这种方式去压包。下面是在Linux下处理这种文件的做法: 方法一: 方法二: 方法三: 参考: https://superuser.com/questions/15935/how-do-i-reassem ...
分类:
系统相关 时间:
2017-07-24 10:02:48
阅读次数:
370
1、创建超级用户: Superuser creation skipped due to not running in a TTY. You can run manage.py createsuperuser in your project to create one manually. 出现这个错误 ...
分类:
其他好文 时间:
2017-07-09 10:54:44
阅读次数:
128
权限管理与切换:sudo,id,chmod,chown,chgrp,setfacl,getfacl,umask21.1.su功能:变更用户身份(superuser)切换用户时:切换用户时:(1)不读取目标用户的配置文件(非登录式切换,半切换);suUSERNAME(2)读取目标用户的配置文件(登录式切换,完全切换);su-lUSERNAMEsu-U..
分类:
其他好文 时间:
2017-06-27 22:10:43
阅读次数:
155
重装系统之后遇到一个问题,在搜索栏不能搜索到应用程序,Windows 10 Search can't find ANY applications. Even calculator - Super User https://superuser.com/questions/947392/windows- ...
新入职的公司,电脑上的visual studio已经安装了visualsvn 尝试在tools-->extensions and updates中卸载 但是uninstall按钮是被禁用掉的 谷歌找了一下解决方案 https://superuser.com/questions/171315/unin ...
分类:
其他好文 时间:
2017-05-31 12:10:18
阅读次数:
189
#!/bin/bash#Usage:Log on as the superuser('root'),and then execute the command:#./1preusers.sh groupadd -g 1000 oinstall --grid oraclegroupadd -g 1200... ...
分类:
其他好文 时间:
2017-04-03 12:50:41
阅读次数:
257
装完vs2017 发现C盘快木有空间了… 瞅瞅C盘下有啥能删的好释放下空间 就找到了 Package Cache 文件夹,占用空间接近15G… 查查这个文件夹还不建议删除… (http://superuser.com/questions/455853/can-i-delete-the-folder-... ...
分类:
移动开发 时间:
2017-03-09 13:45:33
阅读次数:
5559
在测试机安装软件,执行安装脚本提示permission denied。su切换root权限一直不生效,实际使用sudo可实现,整理之。 1. what is su & sudo? su : switch to another user 切换用户 sudo : superuser do 允许用户使用s ...
分类:
其他好文 时间:
2017-02-12 13:30:00
阅读次数:
237