在刚修改完root权限自动登录后,发现开机出现以下提示: Error found when loading /root/.profile stdin:is not a tty ………… 解决方法:在终端中用命令gedit /root/.profile,打开文件后找到“mesg n”, 将其更改为“tty -s && mesg n”. From: http://blog.sina.com.cn/s/blog_68b1e07d0102vcqd.html…
修改完root权限自动登录后,发现开机出现以下提示: Error found when loading /root/.profile stdin:is not a tty ………… 解决方法:在终端中用命令gedit /root/.profile,打开文件后找到“mesg n”, 将其更改为“tty -s && mesg n”.…
在刚修改完root权限自动登录后,发现开机出现以下提示: Error found when loading /root/.profile stdin:is not a tty ----............................................................................................................ .................................................…
问题描述: 启用root账号登录后系统出现如下提示信息: Error found when loading /root/.profile stdin:is not a tty 解决方法: 在终端中用命令gedit /root/.profile,将文件末尾的 “mesg n”, 修改为 “tty -s && mesg n”.…
在Ubuntu中使用sudo apt-get install安装是有时候会出现: 无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系   解决办法 这样的错误,这是因为更新源的问题,只需要选择主服务器,或者中国服务器就可以避免,我用的是清华大学的服务器会出现这样的错误,推测可能是和主服务器内容有些区别…
在windows开机后,数字键盘灯是亮着的,但是当切换到ubuntu系统后登录用户名和密码时,如果你设定的有数字,都要先打开数字键盘区NUMLOCK键,然后再输入了,很不方便. 首先,需要安装一个小软件,在终端中执行以下: sudo apt-get install numlockx 然后编辑: sudo gedit /usr/share/lightdm/lightdm.conf.d/50-unity-greeter.conf 在最后添加:greeter-setup-script=/usr/bin…
FTP服务器的搭建,我要实现的需求是: 不允许匿名访问,因为我的机器不想让谁都能登录上来,随便获取文件, 需要锁定一个目录,因为在家里,我需要给媳妇下载一些电影 韩剧之类的东西,媳妇会来我机器下载,但是我不想让他随意操作我的东西. 万一删除我的配置文件,我就惨了(吐槽一下韩剧:媳妇问我,你都没看过韩剧怎么知道它不好看呢,我说:我没吃过屎 但是知道它一定不好吃!) 另外,需要本机也能访问,因为我要做一些关于FTP的测试.  不单独建立FTP用户,FTP也使用ubuntu桌面的用户进行登录和操作,…
Prerequisites The only prerequisite is having a Ubuntu 14.04 Droplet established and running. You will need root access to complete this guide. Optional: After completion of this tutorial, It would be a good idea to create a standard user account wit…
1. 改root密码 sudo passwd root 2. 显示登录框 sudo gedit /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf 添加 autologin-user=root greeter-session=unity-greeter user-session=ubuntu greeter-show-manual-login=true allow-guest=false 3. 右键打开终端 sudo apt-get install…
今天安装Window7 和 Ubuntu 14.04 双系统时,出现如下异常,记录一下. 安装过程是参考 http://www.linuxidc.com/Linux/2014-04/100369.htm 的步骤中去执行的,我的系统中也没有多余的分区,排查到最后的结果就是 可能路径写错了. 把下面的 英文 复制进去,把原来的全覆盖掉 title Install Ubuntu root (hd0,) kernel (hd0,)/ initrd (hd0,)/initrd.lz 特别注意: ubunt…