debian8-my-cmd-history.log

来源:互联网 发布:微信一键删好友软件 编辑:程序博客网 时间:2024/04/30 21:58

把加载后的分区文件夹划归给lixxxx
sudo chown -r lixxx:lixxxx mydoc
sudo chown li:li *
sudo chown li:li .* —隐藏文件
runlevel

二、python dev
sudo apt-get install python-pycurl
apt-cache search python-PIL| more
sudo apt-get install python-pil
sudo apt-get install python-pip
free -m
df -l
df -h
fdisk -l

ext3升级ext4:
tune2fs -O extents,uninit_bg,dir_index /dev/sda9
fsck -fp /dev/sda9
tune2fs -m 0.2 /dev/sda9

cd /etc/
66 chmod +w sudoers
67 vim sudoers

72 vim /etc/network/interfaces
73 gnome-shell start
74 gnome-shell –display on
79 echo “root ALL=(ALL:ALL) ALL” >>/etc/sudoers
80 echo “lixxxx ALL=(ALL:ALL) ALL” >>/etc/sudoers
102 apt-get install network-manager-gnome
103 apt-get install network-manager-pptp
104 apt-get install gnome-icon-theme-extras
105 apt-get install file-roller xdg-user-dirs
106 apt-get install gnome-themes gnome-themes-extra
107 apt-get install gnome-themes
108 init 1
109 blkid
110 apt-get install x-window-system-core gnome-shell
146 dpkg-reconfigure locales
176 vim /etc/fstab
177 mount -a
178 df
180 mount /home/debian8.iso /media/cdrom0 -t iso9660 -o loop
181 df
182 vim /etc/fstab
183 umount /home/debian8.iso
184 df
185 mount -a
186 df
187 apt-cdrom -d=/media/cdrom0 add
188 vim /etc/apt/sources.list

191 apt-get update
192 apt-get update

205 apt-get install gdm3
206 apt-get install gnome-shell-extensions network-manager gnome-icon-theme-extras alsa-utils
221 apt-get install freedesktop-sound-theme file-roller xdg-user-dirs

226 apt-get install network-manager-gnome network-manager-pptp gnome-terminal
257 dpkg -i sogoupinyin_2.0.0.0068_i386.deb
259 apt-get install gnome-themes-extras
285 apt-get –purge remove sudo—彻底删除
290 sudo gsettings set org.gnome.nautilus.preferences default-folder-viewer ‘list-view’
298 apt-get install PIL
299 apt-get install gedit
300 bash -c ‘wget https://raw.githubusercontent.com/racaljk/hosts/master/hosts -qO /tmp/hosts && sudo mv /tmp/hosts /etc/hosts’
301 apt-get install pip
apt-get install openssh-server
311 service ssh restart
312 service ssh start
321 sudo apt-get install ttf-wqy-zenhei ttf-wqy-microhei synaptic
325 apt-get install network-manager-gnome
326 apt-get install network-manager-pptp
327 apt-get install gnome-tweak
332 cd /etc/gdm3/
334 vim daemon.conf
335 cd ../pam.d/gdm-autologin
336 vim ../pam.d/gdm-autologin
337 apt-get install apt-spy
339 apt-get install sysv-rc-conf
340 sysv-rc-conf
365 dpkg-reconfigure gdm3
367 /etc/init.d/gdm3 stop

370 service –status-all
372 cd /etc/grub.d/
373 ls
374 vim README
375 cd /etc/pam.d/
376 ls
377 grep root * -n
378 vim gdm-autologin
379 grep root * -n
380 vim gdm-password
381 grep root * -n
390 vim /etc/X11/default-display-manager
391 ls /etc/rc2.d/ | grep gdm
392 ls /etc/rc2.d/S04gdm3 -al
393 vim /etc/init.d/gdm3
394 vim /etc/X11/default-display-manager
395 runlevel
396 /etc/init/
397 ls /etc/init/
398 ls /etc/rcS.d/
399 vim /etc/rcS.d/S17x11-common
400 cd /etc/init.d/
401 ls
402 vim x11-common
403 vim /etc/default/rcS
404 cd /etc/
apt-get install chkconfig
416 apt-get –fix-missing install chkconfig
418 apt-get –fix-missing install chkconfig
419 runlevel
420 find / -name rc-sysinit
421 find /etc/ -name rc-sysinit
422 find /etc -name rc-sysinit
423 sysv-rc-conf –list | grep rsync
424 sysv-rc-conf –list | grep ssh

0 0
原创粉丝点击