first commit
This commit is contained in:
BIN
home_org/tuxmania/.ICEauthority
Normal file
BIN
home_org/tuxmania/.ICEauthority
Normal file
Binary file not shown.
BIN
home_org/tuxmania/.Xauthority
Normal file
BIN
home_org/tuxmania/.Xauthority
Normal file
Binary file not shown.
755
home_org/tuxmania/.bash_history
Normal file
755
home_org/tuxmania/.bash_history
Normal file
@ -0,0 +1,755 @@
|
||||
df -h
|
||||
rpi-update
|
||||
apt-get remove minecraft-pi
|
||||
apt-cache search youtube
|
||||
dpkg -l | grep youtu
|
||||
apt-get --purge remove youtube-dl youtube-dlg
|
||||
dpkg -l | grep brase
|
||||
apt-get --purge remove brasero brasero-cdrkit brasero-common
|
||||
dpkg -l | grep vlc
|
||||
apt-get --purge remove vlc vlc-data vlc-nox vlc-plugin-notify
|
||||
apt-get remove scratch idle sonic-pi
|
||||
apt-cache search idle
|
||||
dpkg -l | grep idle
|
||||
apt-get remove scratch idle-python2.7 idle-python3.5 idle3
|
||||
apt-get remove hexchat pidgin transmission
|
||||
apt-cache search transmission
|
||||
apt-get remove transgui
|
||||
dpkg -l | grep tran
|
||||
apt-get remove --purge transmission-gtk transmission-common
|
||||
apt-get install aufs
|
||||
apt-cache search aufs
|
||||
apt-get install aufs-tools
|
||||
apt-get install remmina xfreerdp
|
||||
apt-cache search freerdp
|
||||
apt-get install freerdp-x11
|
||||
apt-get install remmina
|
||||
apt-get install vnc4server xrdp
|
||||
apt-get install fhe
|
||||
apt-cache search fh
|
||||
apt-cache search fhe
|
||||
apt-cache search feg
|
||||
apt-cache search feh
|
||||
apt-get install feh shutter
|
||||
apt-get auto-remove
|
||||
reboot; exit
|
||||
vi /etc/rc.local
|
||||
halt
|
||||
apt-cache search logread
|
||||
apt-get install busybox-syslogd
|
||||
ping www.google.de
|
||||
htop
|
||||
ps
|
||||
ps aux
|
||||
top
|
||||
apt-cache search unattended
|
||||
apt-get --purge remove unattended-upgrade
|
||||
apt-get --purge remove unattended-upgrades
|
||||
top
|
||||
kill 2001
|
||||
apt-get --purge remove unattended-upgrades
|
||||
apt-get install busybox-syslogd
|
||||
man aufs
|
||||
cd /usr/share/doc
|
||||
ls
|
||||
cd aufs-tools/
|
||||
ls
|
||||
cd examples/
|
||||
ls
|
||||
cd auroot/
|
||||
ls
|
||||
less auroot
|
||||
less README.txt
|
||||
zcat Robert.Wotzlaw.txt.gz
|
||||
apt-get install busybox-syslogd
|
||||
man init
|
||||
cd /etc/init
|
||||
ls
|
||||
vi console-setup.conf
|
||||
vi lightdm.conf
|
||||
vi /etc/lightdm/lightdm-gtk-greeter.conf
|
||||
cd /etc/lightdm/
|
||||
ls
|
||||
vi users.conf
|
||||
cd lightdm-gtk-greeter.conf.d/
|
||||
ls
|
||||
vi 99_ubuntu-mate.conf
|
||||
cd /etc/default/
|
||||
ls
|
||||
cd ..
|
||||
man lightdm
|
||||
man lightdm.conf
|
||||
|
||||
apt-cache search lightdm
|
||||
cd light
|
||||
cd lightdm/
|
||||
ls
|
||||
vi lightdm-gtk-greeter.conf
|
||||
cd lightdm-gtk-greeter.conf.d/
|
||||
ls
|
||||
vi 99_ubuntu-mate.conf
|
||||
/etc/init.d/lightdm restart
|
||||
cd /etc/lightdm/
|
||||
ls
|
||||
cd lightdm-gtk-greeter.conf.d/
|
||||
ls
|
||||
cp 99_ubuntu-mate.conf 98_tuxmania.conf
|
||||
vi 98_tuxmania.conf
|
||||
/etc/init.d/lightdm restart
|
||||
ps aux | grep lightd
|
||||
/etc/init.d/lightdm stop
|
||||
ps aux | grep lightd
|
||||
/etc/init.d/lightdm start
|
||||
dpkg -l | grep lightdm
|
||||
apt-get search lightdm
|
||||
apt-cache search lightdm
|
||||
cd /usr/share/
|
||||
cd doc
|
||||
ls
|
||||
cd lightdm
|
||||
ls
|
||||
less keys.conf
|
||||
zcat lightdm.conf.gz | less
|
||||
cd ..
|
||||
cd etc/
|
||||
ls
|
||||
cd light
|
||||
lsd
|
||||
cd lightdm/
|
||||
ls
|
||||
vi lightdm-gtk-greeter.conf
|
||||
vi users.conf
|
||||
zcat /usr/share/doc/lightdm/lightdm.conf.gz > lightdm.conf
|
||||
vi lightdm.conf
|
||||
apt-get install vim
|
||||
vi lightdm.conf
|
||||
cd
|
||||
vi /etc/fstab
|
||||
reboot; exit
|
||||
cd /etc/light
|
||||
cd /etc/lightdm/
|
||||
ls
|
||||
vi lightdm.conf
|
||||
nano lightdm.conf
|
||||
/etc/init.d/lightdm restart
|
||||
logread
|
||||
/etc/init.d/lightdm start
|
||||
logread
|
||||
df
|
||||
ifconfig
|
||||
/usr/share/doc
|
||||
ls
|
||||
/usr/share/doc
|
||||
cd /usr/share/doc
|
||||
cd auu
|
||||
ls
|
||||
cd aufs-tools
|
||||
ls
|
||||
cd ex
|
||||
cd examples
|
||||
ls
|
||||
cd auroot
|
||||
ls
|
||||
./auroot
|
||||
./auroot /
|
||||
mount -o
|
||||
mount -
|
||||
mount
|
||||
vi /etc/fstab
|
||||
mount -o remount,rw /
|
||||
vi /etc/fstab
|
||||
cd /tmp/
|
||||
ls
|
||||
cd
|
||||
vi /etc/fstab
|
||||
reboot
|
||||
mkdir /tmp/m1
|
||||
mkdir /tmp/m2
|
||||
mount -t aufs -o br=/tmp/m1:/home/tuxmania none /tmp/m2
|
||||
modprobe aufs
|
||||
cd /lib/modules
|
||||
ls
|
||||
cd 4.4.43-v7+/
|
||||
cd ..
|
||||
find -name '*aufs*'
|
||||
apt-cache search ufs | grep kernel
|
||||
apt-cache search fs | grep kernel
|
||||
apt-cache search fs | grep squash
|
||||
cd /usr/share/
|
||||
ls
|
||||
cd doc
|
||||
ls
|
||||
cd aufs-tools/
|
||||
ls
|
||||
less README
|
||||
mount.aufs
|
||||
modprobe aufs4
|
||||
apt-get install git
|
||||
apt-cache search kernel-heade
|
||||
cd /usr/src/
|
||||
ls
|
||||
rpi-update --help
|
||||
cd /boot
|
||||
ls
|
||||
ls -al
|
||||
mount -o remount /boot
|
||||
man rpi-update
|
||||
which rpi-update
|
||||
vi /usr/bin/rpi-update
|
||||
cd
|
||||
apt-cache search headers
|
||||
apt-cache search headers | grep linux
|
||||
uname -a
|
||||
uname -r
|
||||
apt-cache search headers | grep $(uname -r)
|
||||
modprobe squashfs
|
||||
apt-get install squashfs-tools
|
||||
modprobe overlayfs
|
||||
apt-cache search overlay
|
||||
apt-get install overlayroot
|
||||
df -h
|
||||
vi /etc/fstab
|
||||
man fstab
|
||||
man fs
|
||||
/etc/init.d/lightdm stop
|
||||
df -h
|
||||
ps aux | grep xrdp
|
||||
ps aux | grep vnc
|
||||
ps aux | grep vnc4
|
||||
man vnc4server
|
||||
cd /home/
|
||||
ls
|
||||
cd thinclient/
|
||||
ls
|
||||
ls -al
|
||||
sudo -s thinclient
|
||||
sudo thinclient
|
||||
su thinclient -
|
||||
exit
|
||||
cd
|
||||
df
|
||||
cd /etc/default/
|
||||
ls
|
||||
ls -al
|
||||
vi busybox-syslogd
|
||||
ls
|
||||
vi aufs
|
||||
ls
|
||||
ifconfig
|
||||
top
|
||||
df -h
|
||||
cd /etc/default/
|
||||
ls
|
||||
vi cryptdisks
|
||||
ls
|
||||
apt-get remove aufs-tools
|
||||
df
|
||||
cd /tmp/
|
||||
ls
|
||||
df -h
|
||||
vi /etc/fstab
|
||||
mount -o remount,rw /
|
||||
vi /etc/fstab
|
||||
mount-a
|
||||
mount -a
|
||||
df
|
||||
df -ha
|
||||
cd /tmp/
|
||||
ls
|
||||
ls-al
|
||||
ls -al
|
||||
cp /usr/share/doc/aufs-tools/examples/auroot/auroot /sbin/
|
||||
cd
|
||||
auroot /
|
||||
apt-cache search aufs
|
||||
apt-cache search aufs | grep aufs
|
||||
apt-cache search aufs | grep ufs
|
||||
apt-get dist-upgrade
|
||||
apt-get install overlayroot
|
||||
ifconfig
|
||||
apt-get install overlayroot
|
||||
rm /sbin/auroot
|
||||
man overlayroot
|
||||
cd /usr/share/doc
|
||||
cd overlayroot/
|
||||
ls
|
||||
zcat changelog.gz
|
||||
zcat changelog.gz | less
|
||||
cd /etc/
|
||||
ls
|
||||
vi overlayroot.conf
|
||||
apt-get autoremove
|
||||
apt-get autoclean
|
||||
dpkg -l | grep game
|
||||
reboot; exit
|
||||
df
|
||||
vi /etc/fstab
|
||||
df
|
||||
cd /etc/
|
||||
mount -o remount,rw /
|
||||
vi /etc/overlayroot.conf
|
||||
reboot; exit
|
||||
mount -a
|
||||
mount
|
||||
mount -o remount,rw
|
||||
mount -o remount,rw /
|
||||
logread
|
||||
logread | grep tmpfs
|
||||
logread | grep over
|
||||
ps aux | grep overl
|
||||
vi /etc/fstab
|
||||
reboot; exit
|
||||
mount
|
||||
df -h
|
||||
ps aux
|
||||
ps aux | grep overlay
|
||||
ps aux | grep overl
|
||||
cd /etc/default/
|
||||
ls
|
||||
man overlayroot
|
||||
cd /usr/share/doc
|
||||
ls
|
||||
cd overlayroot/
|
||||
ls
|
||||
overlayroot-chroot
|
||||
cd
|
||||
overlayroot-chroot /
|
||||
readlink
|
||||
logread
|
||||
overlayroot-chroot /
|
||||
overlayroot-chroot /dev/mmcblk0p1
|
||||
overlayroot-chroot /dev/mmcblk0p2
|
||||
modprobe overlay7
|
||||
vi /usr/share/initramfs-tools/hooks/overlayroot
|
||||
vi /usr/share/initramfs-tools/init
|
||||
overlayroot-chroot
|
||||
cd /usr/share/initramfs-tools/scripts/init-bottom/
|
||||
ls
|
||||
vi overlayroot
|
||||
overlayroot-chroot
|
||||
lsmod | grep overlay
|
||||
modprobe overlayfs
|
||||
reboot;exit
|
||||
dmesg
|
||||
ifconfig
|
||||
df
|
||||
apt-cache search overlay
|
||||
apt-get --purge remove overlayroot
|
||||
apt-cache search linux-kernel
|
||||
apt-cache search linux-k
|
||||
apt-cache search linux
|
||||
apt-cache search linux | grep kernel
|
||||
apt-cache search linux | grep image
|
||||
mount -o remount,rw /boot
|
||||
apt-get install linux-image-4.8.0-34-generic
|
||||
reboot
|
||||
cd /usr/src/
|
||||
ls
|
||||
git
|
||||
git clone --depth=1 https://github.com/raspberrypi/linux
|
||||
cd linux/
|
||||
|
||||
KERNEL=kernel7
|
||||
make bcm2709_defconfig
|
||||
make -j4 bcm2709_defconfig
|
||||
make menuconfig
|
||||
apt-get install libncurses5-dev
|
||||
make menuconfi
|
||||
make -j4 zImage modules dtbs
|
||||
make modules_install
|
||||
cp arch/arm/boot/dts/*.dtb /boot
|
||||
cp arch/arm/boot/dts/overlays/*.dtb* /boot
|
||||
cp arch/arm/boot/dts/overlays/*.dtb* /boot/overlays/
|
||||
cp arch/arm/boot/dts/overlays/README /boot/overlays/
|
||||
scripts/mkknlimg arch/arm/boot/zImage /boot/$KERNEL.img
|
||||
cd /boot
|
||||
ls
|
||||
cd overlays/
|
||||
ls
|
||||
cd ..
|
||||
rm *.dtbo
|
||||
ls -al
|
||||
cd /usr/src/
|
||||
ls
|
||||
cd linux/
|
||||
ls
|
||||
cd arch/arm/boot/dts/overlays/
|
||||
ls
|
||||
cd
|
||||
cd /lib/modules
|
||||
ls
|
||||
cd 4.4.43-v7+/
|
||||
ls
|
||||
find -name '*aufs*'
|
||||
find -name '*overlay*'
|
||||
reboot
|
||||
cd /usr/src/
|
||||
ls
|
||||
apt-get install git
|
||||
apt-get install git bc make
|
||||
apt-get --purge remove linux-image-4.8.0-34-generc
|
||||
apt-get --purge remove linux-image-4.8.0-34-generic
|
||||
mount -o remount,rw /boot
|
||||
apt-get --purge remove linux-image-4.8.0-34-generic
|
||||
apt-get install htop
|
||||
htop
|
||||
cd /lib/mod
|
||||
cd /lib/modules
|
||||
ls
|
||||
ls -al
|
||||
cd
|
||||
df
|
||||
cd /lib/modules
|
||||
ls
|
||||
cd 4.4.43
|
||||
cd 4.4.43-v7+/
|
||||
ls
|
||||
find -name '*ufs*'
|
||||
cd
|
||||
apt-get install overlayroot
|
||||
cd /usr/share/
|
||||
which overlayroot
|
||||
which overlayroot-chroot
|
||||
vi /usr/sbin/overlayroot-chroot
|
||||
lsmod | grep overlay
|
||||
modprobe overlayfs
|
||||
modprobe overlay
|
||||
cd
|
||||
overlayroot-chroot /
|
||||
cd /usr/share/
|
||||
sl
|
||||
ls
|
||||
cd initramfs-tools/
|
||||
ls
|
||||
vi modules
|
||||
lsmod | grep overlay
|
||||
ls
|
||||
d hooks/
|
||||
ls
|
||||
cd hooks/
|
||||
ls
|
||||
vi overlayroot
|
||||
cd ..
|
||||
cd scripts/
|
||||
ls
|
||||
cd init-bottom/
|
||||
ls
|
||||
vi overlayroot
|
||||
update-initramfs
|
||||
update-initramfs -u
|
||||
vi /etc/overlayroot.conf
|
||||
reboot; xit
|
||||
df -h
|
||||
overlayroot-chroot /
|
||||
apt-get --purge remove overlayrot
|
||||
apt-get --purge remove overlayroot
|
||||
dpkg -l | grep armor
|
||||
apt-get --purge remove apparmor
|
||||
cd /usr/src/
|
||||
ls
|
||||
git clone git://github.com/sfjro/aufs4-standalone.git
|
||||
ls
|
||||
cd aufs4-standalone/
|
||||
ls
|
||||
ls -al
|
||||
vi README
|
||||
git checkout origin/aufs4.0
|
||||
ls
|
||||
less README
|
||||
cd ..
|
||||
ls
|
||||
cd linux/
|
||||
ls
|
||||
make menuconfig
|
||||
ls
|
||||
cd ..
|
||||
ls
|
||||
cd aufs4-standalone/
|
||||
ls
|
||||
make
|
||||
uname -r
|
||||
mkdir /overlay
|
||||
cd
|
||||
man overlay
|
||||
apt-get remove logrotate triggerhappy dphys-swapfile
|
||||
apt-get autoremove --purge
|
||||
vi /etc/fstab
|
||||
cd /var/run
|
||||
ls
|
||||
cd ..
|
||||
cd log/
|
||||
ls
|
||||
vi /etc/fstab
|
||||
mkdir /mnt/log-overlay
|
||||
mkdir /mnt/run-overlay
|
||||
vi /etc/fstab
|
||||
cd /mnt/
|
||||
ls
|
||||
reboot
|
||||
mount -t overlay lowerdir=/ overlay /
|
||||
mount -t overlay -o lowerdir=/ overlay /
|
||||
dmesg
|
||||
cd /mnt/
|
||||
ls
|
||||
cd ..
|
||||
mount -t overlay -o lowerdir=/var/log overlay /mnt/log-overlay/
|
||||
dmesg | less
|
||||
mount -t overlay -o lowerdir=/var/log /mnt/log-overlay/ /var/log
|
||||
dmesg | tail
|
||||
mount -t overlay -o lowerdir=/var/log,upperdir=/var/log overlay /mnt/log-overlay
|
||||
dmesg | tail
|
||||
mount -t overlay -o lowerdir=/var/log,upperdir=/var/log,workdir=/mnt/log-overlay overlay /var/log
|
||||
dmesg
|
||||
df
|
||||
mkdir /mnt/root-overlay
|
||||
df -h
|
||||
mount -t overlay -o lowerdir=/,upperdir=/,workdir=/mnt/root-overlay overlay /
|
||||
dmesg|tail
|
||||
cd /var/log/
|
||||
ls
|
||||
touch test
|
||||
ls -al
|
||||
cd /mnt/log-overlay/
|
||||
ls
|
||||
cd work/
|
||||
ls
|
||||
cd ..
|
||||
cd
|
||||
df
|
||||
umount /var/log
|
||||
cd /var/log/
|
||||
ls
|
||||
rm -rf test
|
||||
apt-cache search unionfs
|
||||
modprobe unionfs
|
||||
apt-get install unionfs-fuse
|
||||
cd /mnt/
|
||||
ls
|
||||
rm -rf log-overlay/ root-overlay/ run-overlay/
|
||||
mkdir root.ro root.rw
|
||||
mount -o ro /mnt/root.ro/
|
||||
mount -o ro /mnt/root.ro
|
||||
mount -o ro /mnt/root.ro /dev/mmcblk0p2
|
||||
mount -o ro /dev/mmcblk0p2
|
||||
df
|
||||
mount -o ro,bind / /mnt/root.ro
|
||||
mount -t tmpfs root.rw root.rw
|
||||
ls -al
|
||||
mount -t unionfs -o dirs=/mnt/root.rw=rw:/mnt/root.ro=ro unionfs /
|
||||
man fuse
|
||||
man mount fuse
|
||||
mount -t fuse.unionfs -o dirs=/mnt/root.rw=rw:/mnt/root.ro=ro unionfs /
|
||||
mount -t fuse.unionfs -o dirs=/mnt/root.rw=rw:/mnt/root.ro=ro fuse.unionfs /
|
||||
mount -t fuse.unionfs -o dirs=/mnt/root.rw=rw:/mnt/root.ro=ro /
|
||||
mkdir unionfs
|
||||
mount -t fuse.unionfs -o dirs=/mnt/root.rw=rw:/mnt/root.ro=ro unionfs /
|
||||
df
|
||||
cd root.ro/
|
||||
ls
|
||||
cd ..
|
||||
unionfs
|
||||
which unionfs
|
||||
man unionfs
|
||||
ls
|
||||
umount root.rw/
|
||||
umount root.ro
|
||||
umount unionfs/
|
||||
df
|
||||
mount -t aufs -o br:/mnt/root-ro=RW:/mnt/root-rw=RW none /mnt/unionfs
|
||||
mount -t unionfs -o br:/mnt/root-ro=RW:/mnt/root-rw=RW none /mnt/unionfs
|
||||
mount -t unionfs-fuse -o br:/mnt/root-ro=RW:/mnt/root-rw=RW none /mnt/unionfs
|
||||
unionfs-fuse -o br:/mnt/root-ro=RW:/mnt/root-rw=RW none /mnt/unionfs
|
||||
unionfs-fuse -o br:/mnt/root-ro=RW:/mnt/root-rw=RW /mnt/unionfs
|
||||
unionfs-fuse -o br:/mnt/root-ro=RW:/mnt/root-rw=RW / /mnt/unionfs
|
||||
unionfs-fuse - / /mnt/unionfs
|
||||
unionfs-fuse / /mnt/unionfs
|
||||
fg
|
||||
df -h
|
||||
cd /mnt/
|
||||
ls
|
||||
umount /mnt/unionfs
|
||||
mount -t overlay /dev/mmcblk0p2 /
|
||||
ls
|
||||
mount -t tmpfs root.rw root.rw/
|
||||
df
|
||||
mount -t overlay none -o lowerdir=/,upperdir=/mnt/root.rw /
|
||||
mount -t overlay none -o lowerdir=/,upperdir=/mnt/root.rw /mnt/unionfs
|
||||
mount -t overlay none -o lowerdir=/,upperdir=/mnt/root.rw,workdir=/mnt/unionfs /
|
||||
mount -t overlay none -o lowerdir=/,upperdir=/mnt/root.rw,workdir=/mnt/unionfs /mnt/unionfs
|
||||
mount -t overlay none -o lowerdir=/,upperdir=/mnt/root.rw,workdir=/mnt/root.rw /mnt/unionfs
|
||||
mount -t overlay none -o lowerdir=/,upperdir=/mnt/root.rw,workdir=/mnt/unionfs /mnt/unionfs
|
||||
mount -t overlay none -o lowerdir=/,upperdir=/mnt/root.rw,workdir=/mnt/unionfs /
|
||||
mount -t overlay none -o lowerdir=/mnt/root.ro,upperdir=/mnt/root.rw,workdir=/mnt/unionfs /
|
||||
mount -o ro,bind / /mnt/root.ro
|
||||
df -h
|
||||
mount -t overlay none -o lowerdir=/mnt/root.ro,upperdir=/mnt/root.rw,workdir=/mnt/unionfs /
|
||||
mount -t overlay none -o lowerdir=/mnt/root.ro,upperdir=/mnt/root.rw,workdir=/mnt/unionfs /mnt/unionfs
|
||||
ls
|
||||
mkdir root.workdir
|
||||
mount -t overlay none -o lowerdir=/mnt/root.ro,upperdir=/mnt/root.rw,workdir=/mnt/root.workdir /mnt/unionfs
|
||||
mount -t overlay none -o lowerdir=/mnt/root.ro,upperdir=/mnt/root.rw,workdir=/mnt/root.rw /mnt/unionfs
|
||||
mount -t overlay -o lowerdir=/mnt/root.ro,upperdir=/mnt/root.rw,workdir=/mnt/root.workdir overlay /mnt/unionfs
|
||||
mount -t overlay -o lowerdir=/mnt/root.ro:/mnt/root.rw overlay /mnt/unionfs
|
||||
ls
|
||||
cd unionfs/
|
||||
ls
|
||||
touch test
|
||||
cd ..
|
||||
umount unionfs/
|
||||
mount -t overlay -o lowerdir=/mnt/root.rw:/mnt/root.ro overlay /mnt/unionfs
|
||||
cd unionfs/
|
||||
ls
|
||||
toucht test
|
||||
touch test
|
||||
ls
|
||||
mount
|
||||
cd ..
|
||||
umount unionfs/
|
||||
mount
|
||||
mount -t overlay -o lowerdir=/mnt/root.rw:/mnt/root.ro overlay /mnt/unionfs
|
||||
mount
|
||||
cd unionfs/
|
||||
touch test
|
||||
cd ..
|
||||
umount unionfs/
|
||||
mount -t overlay -o lowerdir=/mnt/root.ro,upperdir=/mnt/root.rw,workdir=/mnt/root.workdir overlay /mnt/unionfs
|
||||
dmesg|tail
|
||||
cd
|
||||
apt-get install overlayroot
|
||||
which overlay
|
||||
which overlayroot-chroot
|
||||
vi /usr/sbin/overlayroot-chroot
|
||||
overlayroot-chroot
|
||||
vi /usr/sbin/overlayroot-chroot
|
||||
vi /etc/overlayroot.conf
|
||||
update-initramfs
|
||||
update-initramfs -u
|
||||
cd /boot
|
||||
ls
|
||||
ls -alh
|
||||
mount -o remount,rw /boot
|
||||
vi cmdline.txt
|
||||
reboot
|
||||
df -h
|
||||
mount
|
||||
overlayroot-chroot
|
||||
ifconfig
|
||||
df
|
||||
cat > root-ro.sh
|
||||
chmod 750 root-ro.sh
|
||||
./root-ro.sh
|
||||
vi root-ro.sh
|
||||
rm root-ro.sh
|
||||
wget https://github.com/hansrune/domoticz-contrib/raw/master/utils/mount_overlay
|
||||
sed -i 's#/bin/sh#/bin/bash#g' ./mount_overlay
|
||||
wget https://github.com/hansrune/domoticz-contrib/raw/master/init.d/saveoverlays-jessie
|
||||
mv saveoverlays-jessie saveoverlays
|
||||
sed -i 's#/bin/sh#/bin/bash#g' ./saveoverlays
|
||||
ls -al
|
||||
ls
|
||||
chmod a+rx saveoverlays mount_overlay
|
||||
sudo cp mount_overlay /usr/local/bin
|
||||
sudo cp saveoverlays /etc/init.d/
|
||||
# For raspian Jessie and later, also do
|
||||
sudo systemctl disable dphys-swapfile
|
||||
sudo cp -v /boot/cmdline.txt /boot/cmdline.txt-orig
|
||||
sudo cp -v /etc/fstab /etc/fstab-orig
|
||||
cd /var
|
||||
cd
|
||||
sudo apt-get install fuse lsof
|
||||
cd /usr/local/bin/
|
||||
ls
|
||||
vi mount_overlay
|
||||
ls
|
||||
cat > mount_overlay.nw
|
||||
diff mount_overlay mount_overlay.nw
|
||||
sudo systemctl enable saveoverlays.service
|
||||
find /etc/init* /etc/rc* | grep saveover
|
||||
mount -o remount,rw /boot
|
||||
ls
|
||||
cd /boot
|
||||
ls
|
||||
vi cmdline.txt
|
||||
vi /etc/fstab
|
||||
sudo service domoticz.sh stop
|
||||
sudo service nodered stop
|
||||
sudo service influxdb stop
|
||||
sudo service mosquitto stop
|
||||
sudo service ntp stop
|
||||
sudo service rsyslog stop
|
||||
/etc/init.d/lightdm stop
|
||||
lsof /var/
|
||||
lsof /var
|
||||
sudo mv /home /home_org
|
||||
sudo mkdir /home /home_rw
|
||||
sudo mv /var /var_org
|
||||
sudo mkdir /var /var_rw
|
||||
mount /var
|
||||
mount /home
|
||||
df
|
||||
reboot
|
||||
/etc/init.d/lightdm stop
|
||||
mount -o remount,rw
|
||||
mount -o remount,rw /
|
||||
mount -o bind /home_org/ /home/
|
||||
cd /hom
|
||||
cd /home
|
||||
ls
|
||||
cd thinclient/
|
||||
ls
|
||||
ls -al
|
||||
rm -rf .cache/ .config/ .dbus/ .dmrc .ICEauthority .local/ .profile .remmina/ .Xauthority .xsession-errors .xsession-errors
|
||||
ls -al
|
||||
rm .xsession-errors.old
|
||||
/etc/init.d/lightdm start
|
||||
/etc/init.d/lightdm stop
|
||||
/etc/init.d/lightdm start
|
||||
/etc/init.d/lightdm stop
|
||||
logread
|
||||
df -h
|
||||
mount
|
||||
ls -alh
|
||||
rm -rf Bilder/ Dokumente/ Downloads/ Musik/ Öffentlich/ Schreibtisch/ Videos/ Vorlagen/ .vnc/
|
||||
cd /home_org/
|
||||
ls
|
||||
cd thinclient/
|
||||
ls -alh
|
||||
/etc/init.d/lightdm start
|
||||
/etc/init.d/lightdm stop
|
||||
su - thinclient
|
||||
su - tuxmania
|
||||
cd
|
||||
deluser thinclient
|
||||
ls -al
|
||||
cd /home
|
||||
ls
|
||||
mv thinclient/ thinclient.old
|
||||
adduser thinclient
|
||||
su - thinclien
|
||||
su - thinclient
|
||||
cd
|
||||
apt-cache search imagemagick
|
||||
apt-cache search imagemagick | grep imagemagick
|
||||
df
|
||||
mount -o bind /var_org/ /var
|
||||
df
|
||||
apt-get install imagemagick imagemagick-doc
|
||||
reboot
|
||||
mount -o remount,rw /
|
||||
systemctl
|
||||
systemctl | grep update
|
||||
systemctl | grep apt
|
||||
systemctl disable apt-daily.service
|
||||
systemctl disable
|
||||
systemctl | grep update
|
||||
systemctl | grep apt
|
||||
systemctl stop apt-daily.service
|
||||
systemctl | grep apt
|
||||
systemctl disable apt-daily.service
|
||||
systemctl | grep apt
|
||||
mount -a
|
||||
df
|
||||
mount
|
||||
vi /etc_org/rc.local
|
||||
mount -o remount,ro /
|
||||
reboot; exit
|
7
home_org/tuxmania/.bash_logout
Normal file
7
home_org/tuxmania/.bash_logout
Normal file
@ -0,0 +1,7 @@
|
||||
# ~/.bash_logout: executed by bash(1) when login shell exits.
|
||||
|
||||
# when leaving the console clear the screen to increase privacy
|
||||
|
||||
if [ "$SHLVL" = 1 ]; then
|
||||
[ -x /usr/bin/clear_console ] && /usr/bin/clear_console -q
|
||||
fi
|
117
home_org/tuxmania/.bashrc
Normal file
117
home_org/tuxmania/.bashrc
Normal file
@ -0,0 +1,117 @@
|
||||
# ~/.bashrc: executed by bash(1) for non-login shells.
|
||||
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
|
||||
# for examples
|
||||
|
||||
# If not running interactively, don't do anything
|
||||
case $- in
|
||||
*i*) ;;
|
||||
*) return;;
|
||||
esac
|
||||
|
||||
# don't put duplicate lines or lines starting with space in the history.
|
||||
# See bash(1) for more options
|
||||
HISTCONTROL=ignoreboth
|
||||
|
||||
# append to the history file, don't overwrite it
|
||||
shopt -s histappend
|
||||
|
||||
# for setting history length see HISTSIZE and HISTFILESIZE in bash(1)
|
||||
HISTSIZE=1000
|
||||
HISTFILESIZE=2000
|
||||
|
||||
# check the window size after each command and, if necessary,
|
||||
# update the values of LINES and COLUMNS.
|
||||
shopt -s checkwinsize
|
||||
|
||||
# If set, the pattern "**" used in a pathname expansion context will
|
||||
# match all files and zero or more directories and subdirectories.
|
||||
#shopt -s globstar
|
||||
|
||||
# make less more friendly for non-text input files, see lesspipe(1)
|
||||
[ -x /usr/bin/lesspipe ] && eval "$(SHELL=/bin/sh lesspipe)"
|
||||
|
||||
# set variable identifying the chroot you work in (used in the prompt below)
|
||||
if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then
|
||||
debian_chroot=$(cat /etc/debian_chroot)
|
||||
fi
|
||||
|
||||
# set a fancy prompt (non-color, unless we know we "want" color)
|
||||
case "$TERM" in
|
||||
xterm-color|*-256color) color_prompt=yes;;
|
||||
esac
|
||||
|
||||
# uncomment for a colored prompt, if the terminal has the capability; turned
|
||||
# off by default to not distract the user: the focus in a terminal window
|
||||
# should be on the output of commands, not on the prompt
|
||||
#force_color_prompt=yes
|
||||
|
||||
if [ -n "$force_color_prompt" ]; then
|
||||
if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then
|
||||
# We have color support; assume it's compliant with Ecma-48
|
||||
# (ISO/IEC-6429). (Lack of such support is extremely rare, and such
|
||||
# a case would tend to support setf rather than setaf.)
|
||||
color_prompt=yes
|
||||
else
|
||||
color_prompt=
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "$color_prompt" = yes ]; then
|
||||
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
|
||||
else
|
||||
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
|
||||
fi
|
||||
unset color_prompt force_color_prompt
|
||||
|
||||
# If this is an xterm set the title to user@host:dir
|
||||
case "$TERM" in
|
||||
xterm*|rxvt*)
|
||||
PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
|
||||
# enable color support of ls and also add handy aliases
|
||||
if [ -x /usr/bin/dircolors ]; then
|
||||
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"
|
||||
alias ls='ls --color=auto'
|
||||
#alias dir='dir --color=auto'
|
||||
#alias vdir='vdir --color=auto'
|
||||
|
||||
alias grep='grep --color=auto'
|
||||
alias fgrep='fgrep --color=auto'
|
||||
alias egrep='egrep --color=auto'
|
||||
fi
|
||||
|
||||
# colored GCC warnings and errors
|
||||
#export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
|
||||
|
||||
# some more ls aliases
|
||||
alias ll='ls -alF'
|
||||
alias la='ls -A'
|
||||
alias l='ls -CF'
|
||||
|
||||
# Add an "alert" alias for long running commands. Use like so:
|
||||
# sleep 10; alert
|
||||
alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'
|
||||
|
||||
# Alias definitions.
|
||||
# You may want to put all your additions into a separate file like
|
||||
# ~/.bash_aliases, instead of adding them here directly.
|
||||
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
|
||||
|
||||
if [ -f ~/.bash_aliases ]; then
|
||||
. ~/.bash_aliases
|
||||
fi
|
||||
|
||||
# enable programmable completion features (you don't need to enable
|
||||
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
|
||||
# sources /etc/bash.bashrc).
|
||||
if ! shopt -oq posix; then
|
||||
if [ -f /usr/share/bash-completion/bash_completion ]; then
|
||||
. /usr/share/bash-completion/bash_completion
|
||||
elif [ -f /etc/bash_completion ]; then
|
||||
. /etc/bash_completion
|
||||
fi
|
||||
fi
|
3
home_org/tuxmania/.dmrc
Normal file
3
home_org/tuxmania/.dmrc
Normal file
@ -0,0 +1,3 @@
|
||||
[Desktop]
|
||||
Language=de_DE
|
||||
Session=mate
|
6
home_org/tuxmania/.lesshst
Normal file
6
home_org/tuxmania/.lesshst
Normal file
@ -0,0 +1,6 @@
|
||||
.less-history-file:
|
||||
.search
|
||||
"autologi
|
||||
"auto
|
||||
"tmpfs
|
||||
"fuse
|
0
home_org/tuxmania/.local/share/.converted-launchers
Normal file
0
home_org/tuxmania/.local/share/.converted-launchers
Normal file
BIN
home_org/tuxmania/.local/share/keyrings/login.keyring
Normal file
BIN
home_org/tuxmania/.local/share/keyrings/login.keyring
Normal file
Binary file not shown.
BIN
home_org/tuxmania/.local/share/keyrings/user.keystore
Normal file
BIN
home_org/tuxmania/.local/share/keyrings/user.keystore
Normal file
Binary file not shown.
163
home_org/tuxmania/.local/share/xorg/Xorg.0.log
Normal file
163
home_org/tuxmania/.local/share/xorg/Xorg.0.log
Normal file
@ -0,0 +1,163 @@
|
||||
[ 501.759]
|
||||
X.Org X Server 1.18.4
|
||||
Release Date: 2016-07-19
|
||||
[ 501.759] X Protocol Version 11, Revision 0
|
||||
[ 501.760] Build Operating System: Linux 4.4.0-45-generic armv7l Ubuntu
|
||||
[ 501.760] Current Operating System: Linux tuxmania-desktop 4.4.43-v7+ #1 SMP Sun Jan 22 01:25:34 CET 2017 armv7l
|
||||
[ 501.760] Kernel command line: 8250.nr_uarts=0 dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1824 bcm2708_fb.fbheight=984 bcm2709.boardrev=0xa02082 bcm2709.serial=0x1027956b smsc95xx.macaddr=B8:27:EB:27:95:6B bcm2708_fb.fbdepth=32 bcm2708_fb.fbswap=1 bcm2709.uart_clock=48000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 dwc_otg.lpm_enable=0 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 elevator=deadline rootwait noswap fastboot ro
|
||||
[ 501.762] Build Date: 02 November 2016 10:05:15PM
|
||||
[ 501.762] xorg-server 2:1.18.4-0ubuntu0.2 (For technical support please see http://www.ubuntu.com/support)
|
||||
[ 501.762] Current version of pixman: 0.33.6
|
||||
[ 501.763] Before reporting problems, check http://wiki.x.org
|
||||
to make sure that you have the latest version.
|
||||
[ 501.763] Markers: (--) probed, (**) from config file, (==) default setting,
|
||||
(++) from command line, (!!) notice, (II) informational,
|
||||
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
|
||||
[ 501.764] (==) Log file: "/home/tuxmania/.local/share/xorg/Xorg.0.log", Time: Sun Jan 22 14:57:28 2017
|
||||
[ 501.765] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
|
||||
[ 501.767] (==) No Layout section. Using the first Screen section.
|
||||
[ 501.767] (==) No screen section available. Using defaults.
|
||||
[ 501.767] (**) |-->Screen "Default Screen Section" (0)
|
||||
[ 501.767] (**) | |-->Monitor "<default monitor>"
|
||||
[ 501.768] (==) No device specified for screen "Default Screen Section".
|
||||
Using the first device section listed.
|
||||
[ 501.768] (**) | |-->Device "Allwinner A10/A13 FBDEV"
|
||||
[ 501.768] (==) No monitor specified for screen "Default Screen Section".
|
||||
Using a default monitor configuration.
|
||||
[ 501.768] (==) Automatically adding devices
|
||||
[ 501.768] (==) Automatically enabling devices
|
||||
[ 501.768] (==) Automatically adding GPU devices
|
||||
[ 501.768] (==) Max clients allowed: 256, resource mask: 0x1fffff
|
||||
[ 501.769] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
|
||||
[ 501.769] Entry deleted from font path.
|
||||
[ 501.769] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
|
||||
[ 501.769] Entry deleted from font path.
|
||||
[ 501.769] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
|
||||
[ 501.769] Entry deleted from font path.
|
||||
[ 501.769] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
|
||||
[ 501.769] Entry deleted from font path.
|
||||
[ 501.769] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
|
||||
[ 501.769] Entry deleted from font path.
|
||||
[ 501.769] (==) FontPath set to:
|
||||
/usr/share/fonts/X11/misc,
|
||||
/usr/share/fonts/X11/Type1,
|
||||
built-ins
|
||||
[ 501.769] (==) ModulePath set to "/usr/lib/arm-linux-gnueabihf/xorg/extra-modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
|
||||
[ 501.769] (II) The server relies on udev to provide the list of input devices.
|
||||
If no devices become available, reconfigure udev or disable AutoAddDevices.
|
||||
[ 501.769] (II) Loader magic: 0x54c8df70
|
||||
[ 501.769] (II) Module ABI versions:
|
||||
[ 501.769] X.Org ANSI C Emulation: 0.4
|
||||
[ 501.769] X.Org Video Driver: 20.0
|
||||
[ 501.769] X.Org XInput driver : 22.1
|
||||
[ 501.769] X.Org Server Extension : 9.0
|
||||
[ 501.773] (++) using VT number 1
|
||||
|
||||
[ 501.781] (II) systemd-logind: took control of session /org/freedesktop/login1/session/c2
|
||||
[ 501.782] (II) no primary bus or device found
|
||||
[ 501.782] (II) LoadModule: "glx"
|
||||
[ 501.784] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
|
||||
[ 501.790] (II) Module glx: vendor="X.Org Foundation"
|
||||
[ 501.791] compiled for 1.18.4, module version = 1.0.0
|
||||
[ 501.791] ABI class: X.Org Server Extension, version 9.0
|
||||
[ 501.791] (==) AIGLX enabled
|
||||
[ 501.791] (II) LoadModule: "fbturbo"
|
||||
[ 501.792] (II) Loading /usr/lib/xorg/modules/drivers/fbturbo_drv.so
|
||||
[ 501.792] (II) Module fbturbo: vendor="X.Org Foundation"
|
||||
[ 501.792] compiled for 1.18.1, module version = 0.5.1
|
||||
[ 501.792] Module class: X.Org Video Driver
|
||||
[ 501.792] ABI class: X.Org Video Driver, version 20.0
|
||||
[ 501.792] (II) FBTURBO: driver for framebuffer: fbturbo
|
||||
[ 501.793] (WW) Falling back to old probe method for fbturbo
|
||||
[ 501.793] (II) Loading sub module "fbdevhw"
|
||||
[ 501.793] (II) LoadModule: "fbdevhw"
|
||||
[ 501.794] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
|
||||
[ 501.794] (II) Module fbdevhw: vendor="X.Org Foundation"
|
||||
[ 501.794] compiled for 1.18.4, module version = 0.0.2
|
||||
[ 501.794] ABI class: X.Org Video Driver, version 20.0
|
||||
[ 501.794] (II) FBTURBO(0): using /dev/fb0
|
||||
[ 501.794] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
|
||||
[ 501.794] (II) FBTURBO(0): Creating default Display subsection in Screen section
|
||||
"Default Screen Section" for depth/fbbpp 24/32
|
||||
[ 501.794] (==) FBTURBO(0): Depth 24, (==) framebuffer bpp 32
|
||||
[ 501.795] (==) FBTURBO(0): RGB weight 888
|
||||
[ 501.795] (==) FBTURBO(0): Default visual is TrueColor
|
||||
[ 501.795] (==) FBTURBO(0): Using gamma correction (1.0, 1.0, 1.0)
|
||||
[ 501.795] (II) FBTURBO(0): hardware: BCM2708 FB (video memory: 7011kB)
|
||||
[ 501.795] (**) FBTURBO(0): Option "fbdev" "/dev/fb0"
|
||||
[ 501.795] (**) FBTURBO(0): Option "SwapbuffersWait" "true"
|
||||
[ 501.795] (II) FBTURBO(0): processor: Unknown
|
||||
[ 501.796] (II) FBTURBO(0): checking modes against framebuffer device...
|
||||
[ 501.796] (II) FBTURBO(0): checking modes against monitor...
|
||||
[ 501.796] (--) FBTURBO(0): Virtual size is 1824x984 (pitch 1824)
|
||||
[ 501.796] (**) FBTURBO(0): Built-in mode "current"
|
||||
[ 501.796] (==) FBTURBO(0): DPI set to (96, 96)
|
||||
[ 501.796] (II) Loading sub module "fb"
|
||||
[ 501.796] (II) LoadModule: "fb"
|
||||
[ 501.797] (II) Loading /usr/lib/xorg/modules/libfb.so
|
||||
[ 501.797] (II) Module fb: vendor="X.Org Foundation"
|
||||
[ 501.797] compiled for 1.18.4, module version = 1.0.0
|
||||
[ 501.797] ABI class: X.Org ANSI C Emulation, version 0.4
|
||||
[ 501.797] (==) Depth 24 pixmap format is 32 bpp
|
||||
[ 501.799] (II) FBTURBO(0): using backing store heuristics
|
||||
[ 501.802] (WW) LoadKernelModule: Setting of real/effective user Id to 0/0 failed[ 501.809] (II) FBTURBO(0): can't load 'g2d_23' kernel module
|
||||
[ 501.810] (II) FBTURBO(0): failed to enable the use of sunxi display controller
|
||||
[ 501.810] (II) FBTURBO(0): No sunxi-g2d hardware detected (check /dev/disp and /dev/g2d)
|
||||
[ 501.810] (II) FBTURBO(0): G2D hardware acceleration can't be enabled
|
||||
[ 501.810] (II) FBTURBO(0): enabled fbdev copyarea acceleration
|
||||
[ 501.810] (==) FBTURBO(0): Backing store enabled
|
||||
[ 501.812] (==) FBTURBO(0): DPMS enabled
|
||||
[ 501.812] (II) FBTURBO(0): failed to enable hardware cursor
|
||||
[ 501.812] (II) FBTURBO(0): no 3D acceleration because the driver has been compiled without libUMP
|
||||
[ 501.812] (II) FBTURBO(0): if this is wrong and needs to be fixed, please check ./configure log
|
||||
[ 501.812] (==) RandR enabled
|
||||
[ 501.850] (II) SELinux: Disabled on system
|
||||
[ 501.855] (II) AIGLX: Screen 0 is not DRI2 capable
|
||||
[ 501.855] (EE) AIGLX: reverting to software rendering
|
||||
[ 501.968] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
|
||||
[ 501.970] (II) AIGLX: Loaded and initialized swrast
|
||||
[ 501.970] (II) GLX: Initialized DRISWRAST GL provider for screen 0
|
||||
[ 502.095] (II) config/udev: Adding input device Logitech K400 (/dev/input/event0)
|
||||
[ 502.095] (**) Logitech K400: Applying InputClass "evdev pointer catchall"
|
||||
[ 502.095] (**) Logitech K400: Applying InputClass "evdev keyboard catchall"
|
||||
[ 502.095] (II) LoadModule: "evdev"
|
||||
[ 502.095] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
|
||||
[ 502.096] (II) Module evdev: vendor="X.Org Foundation"
|
||||
[ 502.096] compiled for 1.18.1, module version = 2.10.1
|
||||
[ 502.096] Module class: X.Org XInput Driver
|
||||
[ 502.096] ABI class: X.Org XInput driver, version 22.1
|
||||
[ 502.098] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 11 paused 0
|
||||
[ 502.098] (II) Using input driver 'evdev' for 'Logitech K400'
|
||||
[ 502.098] (**) Logitech K400: always reports core events
|
||||
[ 502.099] (**) evdev: Logitech K400: Device: "/dev/input/event0"
|
||||
[ 502.099] (--) evdev: Logitech K400: Vendor 0x46d Product 0x4024
|
||||
[ 502.099] (--) evdev: Logitech K400: Found 20 mouse buttons
|
||||
[ 502.099] (--) evdev: Logitech K400: Found scroll wheel(s)
|
||||
[ 502.099] (--) evdev: Logitech K400: Found relative axes
|
||||
[ 502.099] (--) evdev: Logitech K400: Found x and y relative axes
|
||||
[ 502.099] (--) evdev: Logitech K400: Found absolute axes
|
||||
[ 502.099] (II) evdev: Logitech K400: Forcing absolute x/y axes to exist.
|
||||
[ 502.099] (--) evdev: Logitech K400: Found keys
|
||||
[ 502.099] (II) evdev: Logitech K400: Configuring as mouse
|
||||
[ 502.099] (II) evdev: Logitech K400: Configuring as keyboard
|
||||
[ 502.099] (II) evdev: Logitech K400: Adding scrollwheel support
|
||||
[ 502.099] (**) evdev: Logitech K400: YAxisMapping: buttons 4 and 5
|
||||
[ 502.099] (**) evdev: Logitech K400: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
|
||||
[ 502.099] (**) Option "config_info" "udev:/sys/devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input0/event0"
|
||||
[ 502.099] (II) XINPUT: Adding extended input device "Logitech K400" (type: KEYBOARD, id 6)
|
||||
[ 502.099] (**) Option "xkb_rules" "evdev"
|
||||
[ 502.099] (**) Option "xkb_model" "pc105"
|
||||
[ 502.099] (**) Option "xkb_layout" "de"
|
||||
[ 502.167] (II) evdev: Logitech K400: initialized for relative axes.
|
||||
[ 502.167] (WW) evdev: Logitech K400: ignoring absolute axes.
|
||||
[ 502.167] (**) Logitech K400: (accel) keeping acceleration scheme 1
|
||||
[ 502.167] (**) Logitech K400: (accel) acceleration profile 0
|
||||
[ 502.168] (**) Logitech K400: (accel) acceleration factor: 2.000
|
||||
[ 502.168] (**) Logitech K400: (accel) acceleration threshold: 4
|
||||
[ 502.170] (II) config/udev: Adding input device Logitech K400 (/dev/input/mouse0)
|
||||
[ 502.170] (II) No input driver specified, ignoring this device.
|
||||
[ 502.170] (II) This device may have been added with another device file.
|
||||
[ 546.222] (II) evdev: Logitech K400: Close
|
||||
[ 546.223] (II) UnloadModule: "evdev"
|
||||
[ 546.223] (II) systemd-logind: releasing fd for 13:64
|
||||
[ 546.385] (II) Server terminated successfully (0). Closing log file.
|
2
home_org/tuxmania/.pam_environment
Normal file
2
home_org/tuxmania/.pam_environment
Normal file
@ -0,0 +1,2 @@
|
||||
LANGUAGE=de_DE:en
|
||||
LANG=de_DE.UTF-8
|
22
home_org/tuxmania/.profile
Normal file
22
home_org/tuxmania/.profile
Normal file
@ -0,0 +1,22 @@
|
||||
# ~/.profile: executed by the command interpreter for login shells.
|
||||
# This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login
|
||||
# exists.
|
||||
# see /usr/share/doc/bash/examples/startup-files for examples.
|
||||
# the files are located in the bash-doc package.
|
||||
|
||||
# the default umask is set in /etc/profile; for setting the umask
|
||||
# for ssh logins, install and configure the libpam-umask package.
|
||||
#umask 022
|
||||
|
||||
# if running bash
|
||||
if [ -n "$BASH_VERSION" ]; then
|
||||
# include .bashrc if it exists
|
||||
if [ -f "$HOME/.bashrc" ]; then
|
||||
. "$HOME/.bashrc"
|
||||
fi
|
||||
fi
|
||||
|
||||
# set PATH so it includes user's private bin if it exists
|
||||
if [ -d "$HOME/bin" ] ; then
|
||||
PATH="$HOME/bin:$PATH"
|
||||
fi
|
0
home_org/tuxmania/.sudo_as_admin_successful
Normal file
0
home_org/tuxmania/.sudo_as_admin_successful
Normal file
274
home_org/tuxmania/.viminfo
Normal file
274
home_org/tuxmania/.viminfo
Normal file
@ -0,0 +1,274 @@
|
||||
# Diese viminfo-Datei wurde von Vim 7.4 generiert.
|
||||
# Sie können sie verändern, wenn Sie vorsichtig vorgehen!
|
||||
|
||||
# Wert von 'encoding', als diese Datei geschrieben wurde
|
||||
*encoding=utf-8
|
||||
|
||||
|
||||
# hlsearch on (H) or off (h):
|
||||
~h
|
||||
# Letztes Suchmuster:
|
||||
~MSle0~/scripts
|
||||
|
||||
# Letztes Ersetzen Suchmuster:
|
||||
~MSle0&overlayfs
|
||||
|
||||
# Letzte ersetzte Zeichenkette:
|
||||
$overlay
|
||||
|
||||
# Befehlszeile Geschichte (neueste bis älteste):
|
||||
:wq
|
||||
:w
|
||||
:q
|
||||
:q!
|
||||
:% s/overlayfs/overlay
|
||||
|
||||
# Suchausdruck Geschichte (neueste bis älteste):
|
||||
?/scripts
|
||||
?/overlayfs
|
||||
? overlayfs
|
||||
?/cfgdis
|
||||
?/header
|
||||
?/head
|
||||
|
||||
# Ausdruck Geschichte (neueste bis älteste):
|
||||
|
||||
# Eingabe-Zeile Geschichte (neueste bis älteste):
|
||||
|
||||
# Eingabe-Zeile Geschichte (neueste bis älteste):
|
||||
|
||||
# Register:
|
||||
""1 LINE 0
|
||||
#tmpfs /var/tmp tmpfs nosuid,nodev 0 0
|
||||
"2 LINE 0
|
||||
#overlay /var/run overlay noauto,x-system.automount,defaults,lowerdir=/var/run,upperdir=/mnt/run-overlay,comment=rundir 0 0
|
||||
"3 LINE 0
|
||||
#overlay /var/log overlay noauto,x-system.automount,defaults,lowerdir=/var/log,upperdir=/mnt/log-overlay,comment=logdir 0 0
|
||||
"4 LINE 0
|
||||
mount_overlay /home fuse nofail,defaults 0 0
|
||||
"5 LINE 0
|
||||
mount_overlay /var fuse nofail,defaults 0 0
|
||||
"6 LINE 0
|
||||
|
||||
"7 LINE 0
|
||||
tmpfs
|
||||
"8 LINE 0
|
||||
autologin-guest=false
|
||||
"- CHAR 0
|
||||
s
|
||||
|
||||
# Datei-Marken:
|
||||
'0 11 31 /git/etc_org/rc.local
|
||||
'1 5 0 /etc/fstab
|
||||
'2 1 114 /boot/cmdline.txt
|
||||
'3 1 0 /usr/local/bin/mount_overlay
|
||||
'4 12 12 ~/root-ro.sh
|
||||
'5 168 17 /etc/overlayroot.conf
|
||||
'6 86 20 /usr/sbin/overlayroot-chroot
|
||||
'7 93 0 /usr/sbin/overlayroot-chroot
|
||||
'8 7 96 /etc/fstab
|
||||
'9 7 0 /etc/fstab
|
||||
|
||||
# Geschichte (neueste zuerst):
|
||||
-' 11 31 /git/etc_org/rc.local
|
||||
-' 1 0 /git/etc_org/rc.local
|
||||
-' 5 0 /etc/fstab
|
||||
-' 1 0 /etc/fstab
|
||||
-' 1 114 /boot/cmdline.txt
|
||||
-' 2 0 /boot/cmdline.txt
|
||||
-' 1 0 /usr/local/bin/mount_overlay
|
||||
-' 12 12 ~/root-ro.sh
|
||||
-' 1 0 ~/root-ro.sh
|
||||
-' 168 17 /etc/overlayroot.conf
|
||||
-' 1 0 /etc/overlayroot.conf
|
||||
-' 86 20 /usr/sbin/overlayroot-chroot
|
||||
-' 1 0 /usr/sbin/overlayroot-chroot
|
||||
-' 93 0 /usr/sbin/overlayroot-chroot
|
||||
-' 7 96 /etc/fstab
|
||||
-' 1 0 /usr/src/aufs4-standalone/README
|
||||
-' 493 12 /usr/share/initramfs-tools/scripts/init-bottom/overlayroot
|
||||
-' 810 17 /usr/share/initramfs-tools/scripts/init-bottom/overlayroot
|
||||
-' 806 38 /usr/share/initramfs-tools/scripts/init-bottom/overlayroot
|
||||
-' 805 13 /usr/share/initramfs-tools/scripts/init-bottom/overlayroot
|
||||
-' 799 39 /usr/share/initramfs-tools/scripts/init-bottom/overlayroot
|
||||
-' 651 51 /usr/share/initramfs-tools/scripts/init-bottom/overlayroot
|
||||
-' 504 31 /usr/share/initramfs-tools/scripts/init-bottom/overlayroot
|
||||
-' 500 26 /usr/share/initramfs-tools/scripts/init-bottom/overlayroot
|
||||
-' 494 24 /usr/share/initramfs-tools/scripts/init-bottom/overlayroot
|
||||
-' 804 39 /usr/share/initramfs-tools/scripts/init-bottom/overlayroot
|
||||
-' 672 8 /usr/share/initramfs-tools/scripts/init-bottom/overlayroot
|
||||
-' 650 26 /usr/share/initramfs-tools/scripts/init-bottom/overlayroot
|
||||
-' 362 28 /usr/share/initramfs-tools/scripts/init-bottom/overlayroot
|
||||
-' 13 0 /usr/share/initramfs-tools/scripts/init-bottom/overlayroot
|
||||
-' 1 0 /usr/share/initramfs-tools/scripts/init-bottom/overlayroot
|
||||
-' 304 55 /usr/share/initramfs-tools/scripts/init-bottom/overlayroot
|
||||
-' 18 1 /usr/share/initramfs-tools/hooks/overlayroot
|
||||
-' 1 0 /usr/share/initramfs-tools/hooks/overlayroot
|
||||
-' 15 6 /usr/share/initramfs-tools/modules
|
||||
-' 1 0 /usr/share/initramfs-tools/modules
|
||||
-' 18 0 /usr/share/initramfs-tools/scripts/init-bottom/overlayroot
|
||||
-' 1 0 /usr/share/initramfs-tools/init
|
||||
-' 2 48 /etc/fstab
|
||||
-' 108 14 /etc/overlayroot.conf
|
||||
-' 1 0 /etc/default/cryptdisks
|
||||
-' 1 0 /etc/default/aufs
|
||||
-' 6 0 /etc/default/busybox-syslogd
|
||||
-' 1 0 /etc/default/busybox-syslogd
|
||||
-' 6 39 /etc/fstab
|
||||
-' 138 48 /usr/bin/rpi-update
|
||||
-' 43 0 /usr/bin/rpi-update
|
||||
-' 1 0 /usr/bin/rpi-update
|
||||
-' 126 0 /etc/lightdm/lightdm.conf
|
||||
-' 1 0 /etc/lightdm/lightdm.conf
|
||||
-' 110 25 /etc/lightdm/lightdm.conf
|
||||
-' 126 0 /etc/lightdm/lightdm.conf
|
||||
-' 1 0 /etc/lightdm/lightdm.conf
|
||||
-' 110 25 /etc/lightdm/lightdm.conf
|
||||
-' 126 0 /etc/lightdm/lightdm.conf
|
||||
-' 1 0 /etc/lightdm/lightdm.conf
|
||||
-' 110 25 /etc/lightdm/lightdm.conf
|
||||
-' 126 0 /etc/lightdm/lightdm.conf
|
||||
-' 1 0 /etc/lightdm/lightdm.conf
|
||||
-' 110 25 /etc/lightdm/lightdm.conf
|
||||
-' 126 0 /etc/lightdm/lightdm.conf
|
||||
-' 1 0 /etc/lightdm/lightdm.conf
|
||||
-' 110 25 /etc/lightdm/lightdm.conf
|
||||
-' 126 0 /etc/lightdm/lightdm.conf
|
||||
-' 1 0 /etc/lightdm/lightdm.conf
|
||||
-' 110 25 /etc/lightdm/lightdm.conf
|
||||
-' 126 0 /etc/lightdm/lightdm.conf
|
||||
-' 1 0 /etc/lightdm/lightdm.conf
|
||||
-' 110 25 /etc/lightdm/lightdm.conf
|
||||
-' 126 0 /etc/lightdm/lightdm.conf
|
||||
-' 1 0 /etc/lightdm/lightdm.conf
|
||||
-' 110 25 /etc/lightdm/lightdm.conf
|
||||
-' 126 0 /etc/lightdm/lightdm.conf
|
||||
-' 1 0 /etc/lightdm/lightdm.conf
|
||||
-' 110 25 /etc/lightdm/lightdm.conf
|
||||
-' 126 0 /etc/lightdm/lightdm.conf
|
||||
-' 1 0 /etc/lightdm/lightdm.conf
|
||||
-' 110 25 /etc/lightdm/lightdm.conf
|
||||
-' 126 0 /etc/lightdm/lightdm.conf
|
||||
-' 1 0 /etc/lightdm/lightdm.conf
|
||||
-' 110 25 /etc/lightdm/lightdm.conf
|
||||
-' 126 0 /etc/lightdm/lightdm.conf
|
||||
-' 1 0 /etc/lightdm/lightdm.conf
|
||||
-' 110 25 /etc/lightdm/lightdm.conf
|
||||
-' 126 0 /etc/lightdm/lightdm.conf
|
||||
-' 1 0 /etc/lightdm/lightdm.conf
|
||||
-' 110 25 /etc/lightdm/lightdm.conf
|
||||
-' 126 0 /etc/lightdm/lightdm.conf
|
||||
-' 1 0 /etc/lightdm/lightdm.conf
|
||||
-' 110 25 /etc/lightdm/lightdm.conf
|
||||
-' 126 0 /etc/lightdm/lightdm.conf
|
||||
-' 1 0 /etc/lightdm/lightdm.conf
|
||||
-' 110 25 /etc/lightdm/lightdm.conf
|
||||
-' 126 0 /etc/lightdm/lightdm.conf
|
||||
-' 1 0 /etc/lightdm/lightdm.conf
|
||||
-' 110 25 /etc/lightdm/lightdm.conf
|
||||
-' 493 12 /usr/share/initramfs-tools/scripts/init-bottom/overlayroot
|
||||
-' 810 17 /usr/share/initramfs-tools/scripts/init-bottom/overlayroot
|
||||
-' 5 0 /etc/fstab
|
||||
|
||||
# Geschichte der Markierungen innerhalb von Dateien (neueste zuerst):
|
||||
|
||||
> /git/etc_org/rc.local
|
||||
" 11 31
|
||||
^ 11 32
|
||||
. 11 31
|
||||
+ 11 31
|
||||
|
||||
> /etc/fstab
|
||||
" 5 0
|
||||
^ 5 133
|
||||
. 5 132
|
||||
+ 3 50
|
||||
+ 2 50
|
||||
+ 7 0
|
||||
+ 6 0
|
||||
+ 2 48
|
||||
+ 7 42
|
||||
+ 6 36
|
||||
+ 7 92
|
||||
+ 7 0
|
||||
+ 7 96
|
||||
+ 2 41
|
||||
+ 7 0
|
||||
+ 6 3
|
||||
+ 6 0
|
||||
+ 7 0
|
||||
+ 5 132
|
||||
|
||||
> /boot/cmdline.txt
|
||||
" 1 114
|
||||
^ 1 115
|
||||
. 1 97
|
||||
+ 1 70
|
||||
+ 2 0
|
||||
+ 1 97
|
||||
|
||||
> /usr/local/bin/mount_overlay
|
||||
" 1 0
|
||||
|
||||
> ~/root-ro.sh
|
||||
" 12 12
|
||||
|
||||
> /etc/overlayroot.conf
|
||||
" 168 17
|
||||
^ 168 18
|
||||
. 168 17
|
||||
+ 168 17
|
||||
|
||||
> /usr/sbin/overlayroot-chroot
|
||||
" 86 20
|
||||
|
||||
> /usr/src/aufs4-standalone/README
|
||||
" 1 0
|
||||
|
||||
> /usr/share/initramfs-tools/scripts/init-bottom/overlayroot
|
||||
" 493 12
|
||||
. 804 39
|
||||
+ 304 0
|
||||
+ 362 28
|
||||
+ 650 26
|
||||
+ 672 8
|
||||
+ 804 39
|
||||
|
||||
> /usr/share/initramfs-tools/hooks/overlayroot
|
||||
" 18 1
|
||||
^ 18 1
|
||||
. 18 1
|
||||
+ 18 1
|
||||
|
||||
> /usr/share/initramfs-tools/modules
|
||||
" 15 6
|
||||
^ 15 7
|
||||
. 15 6
|
||||
+ 15 6
|
||||
|
||||
> /usr/share/initramfs-tools/init
|
||||
" 1 0
|
||||
|
||||
> /etc/default/cryptdisks
|
||||
" 1 0
|
||||
|
||||
> /etc/default/aufs
|
||||
" 1 0
|
||||
|
||||
> /etc/default/busybox-syslogd
|
||||
" 6 0
|
||||
|
||||
> /usr/bin/rpi-update
|
||||
" 138 48
|
||||
|
||||
> /etc/lightdm/lightdm.conf
|
||||
" 126 0
|
||||
^ 105 23
|
||||
. 125 22
|
||||
+ 110 0
|
||||
+ 107 0
|
||||
+ 105 22
|
||||
+ 121 0
|
||||
+ 122 0
|
||||
+ 126 0
|
||||
+ 125 22
|
5
home_org/tuxmania/.wget-hsts
Normal file
5
home_org/tuxmania/.wget-hsts
Normal file
@ -0,0 +1,5 @@
|
||||
# HSTS 1.0 Known Hosts database for GNU Wget.
|
||||
# Edit at your own risk.
|
||||
# <hostname>[:<port>] <incl. subdomains> <created> <max-age>
|
||||
raw.githubusercontent.com 0 0 1485090440 31536000
|
||||
github.com 0 1 1485090439 31536000
|
3
home_org/tuxmania/.xinputrc
Normal file
3
home_org/tuxmania/.xinputrc
Normal file
@ -0,0 +1,3 @@
|
||||
# im-config(8) generated on Sun, 22 Jan 2017 14:57:47 +0100
|
||||
run_im none
|
||||
# im-config signature: c2a3c71ea5025f8243d66d72e56ba290 -
|
Reference in New Issue
Block a user