gdm 自动登录 gnome
编辑GDM的配置文件 /etc/gdm/custom.conf
AutomaticLoginEnable= true
AutomaticLogin= username #(username=你要自动登录的用户,不能使用大写,例Lyp,填lyp)
将以上两行前面的#去掉。
linux SFTP用户创建
1.创建用户
groupadd sftp
2.添加用户并设置为sftp组
useradd -g sftp -s /sbin/nologin -M sftp (/sbin/nologin为禁止登录shell的用户)
3.设置用户密码
passwd sftp
禁用Win8/8.1/2012系统Charm工具栏和应用
windows 8 鼠标放在左上角 或者 左下角 会出界面预览真的很讨厌。下面是在网上找的修改注册表来禁用它(Charm)。
1.首先使用快捷键(Win+R)打开运行窗口并输入regedit
2.点击确定打开注册表窗口,并定位到下面的位置“HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ImmersiveShell”然后右键ImmersiveShell,并以此点击新建→项
3.将新建的项命名为EdgeUI,右键该项选择新建→DWORD(32位)值
三星Note 3移动定制版N9008 Root
首先下载CF-Auto-Root :http://pan.baidu.com/s/1zMhZX
解压,打开Odin3-v1.85.exe
手机关机
音量减 + Home 插上USB 开机了。出现一个画面。按音量加继续
继续后Odin3-v1.85识别出手机
PDA选择解压出来的CF-Auto-Root-hlte-h3gzm-smn9008.tar.md5
网络引导安装debian
cd /boot
debian 6
wget http://ftp.us.debian.org/debian/dists/squeeze/main/installer-amd64/current/images/netboot/debian-installer/amd64/initrd.gz wget http://ftp.us.debian.org/debian/dists/squeeze/main/installer-amd64/current/images/netboot/debian-installer/amd64/linux
debian 7
wget http://ftp.us.debian.org/debian/dists/wheezy/main/installer-amd64/current/images/netboot/debian-installer/amd64/initrd.gz wget http://ftp.us.debian.org/debian/dists/wheezy/main/installer-amd64/current/images/netboot/debian-installer/amd64/linux