checkout all

beta.r3js.org
-=yb4f310 2017-05-09 17:07:55 +02:00
parent b30f3e24ad
commit 29e2495c23
5 changed files with 217 additions and 3 deletions

View File

@ -5,8 +5,6 @@ alias st='cd /usr/share/cybafelo && ./stop'
alias g='cd /usr/share/cybafelo'
alias p='cd /usr/share/cybafelo/3d-pong'
alias 3d='cd /usr/share/cybafelo/3d-editor'
alias gl='cd /usr/share/cybafelo/game-lib'
alias ps='cd /usr/share/cybafelo && ./start_pong'
alias api='cd /usr/share/cybafelo && ./start_api'
alias app='cd /usr/share/cybafelo && ./start_app'
alias port='cd /usr/share/cybafelo && ./start_port'

View File

@ -2027,3 +2027,204 @@ vim dosbox-0.74.conf
exit
killall dosbox
sudo service lightdm restart
sudo apt-get install gnome-panel
ccsm
c
ls
git clone https://github.com/ToywheelDev/gamewheel-controller.git controller
git clone git@github.com:ToywheelDev/gamewheel-services.git services
git clone git@github.com:ToywheelDev/gamewheel-model.git model
git clone git@github.com:ToywheelDev/gamewheel-cron.git cron
git clone git@github.com:ToywheelDev/gamewheel-app.git app
git clone git@github.com:ToywheelDev/gamewheel-api.git api
git clone git@github.com:ToywheelDev/gamewheel-port.git port
git clone git@github.com:ToywheelDev/blender-files.git blender-files
git clone git@github.com:ToywheelDev/3D-Racing-Server.git 3d-racing-server
git clone git@github.com:ToywheelDev/3d-racing.git 3d-racing
c
git clone git@github.com:ToywheelDev/gamewheel-gate.git gate
git clone git@github.com:ToywheelDev/GW_Config.git api_v1
git clone git@github.com:ToywheelDev/game-lib.git game-liv
git clone git@github.com:ToywheelDev/game-lib.git game-lib
rm -rf game-liv
git clone git@github.com:ToywheelDev/3d_editor.git 3d-editor
git clone git@github.com:ToywheelDev/gamewheel-helper.git helper
git clone git@github.com:ToywheelDev/gamewheel-gamewheel.git gamewheel
git clone git@github.com:ToywheelDev/gamewheel-cdn.git cdn
git clone git@github.com:ToywheelDev/vr_pong.git 3d-pong
git clone git@github.com:ToywheelDev/blender-node.git
git clone git@github.com:ToywheelDev/tools.git tools
ls
cd config/
git pull
git fetch
git checkout tj-dev -- status_all
git checkout tj-dev
git pull
git checkout cybafelo
git checkout tj-dev -- status_all
git checkout tj-dev -- update_all
git commit -am "status"
git checkout tj-dev model.js
git checkout tj-dev -- start_cron
ls
git status
git commit -am "start scripts"
git status
cd ..
ln -s config/update_all
ln -s config/status_all
ls
./status_all
vim status_all
vim update_all
./status_all
vim update_all
vim track_all
ls
sudo mv track_all config/
mv track_all config/
cd config/
chmod +x track_all
cd ..
ln -s config/track_all
./track_all
cd game-lib/
git branch
cd ..
ls
cp track_all dump
ls
vim dump
mv dump config/
ln -s config/dump
cd config/
git status
git add dump track_all
git commit -am "dump and track all"
git push
cd ..
./dump
vim dup
vim dump
./dump
cd game-lib/
git branch
git checkout v2_v3_stable
git pull
cd ..
ls
sudo service lightdm restart
cd config/
git diff
openssl aes-256-cbc < general > general.encrypted
cd Desktop/
openssl aes-256-cbc < general > general.encrypted
openssl aes-256-cbc general > general.encrypted
openssl aes-256-cbc < general > general.encrypted
ls
cd ..
cd
c
cd config/
ls
openssl aes-256-cbc < general > general.encrypted
git commit -am "pateron"
git push
git config --global push.default simple
git push
git diff
git status
git add progress-dot-on.png
git add ubuntu-logo.png
vim .gitignore
git add .gitignore
git commit -am "git ignore"
git push
git pull
ccsm
exit
ccsm
exit
sudo initctl lis
sudo initctl list
sudo --service version
sudo initctl --service version
sudo initctl --system version
exit
initctl
initctl --help
initctl --system version
cd /
grep "initctl.*system.*version" * -R
exit
ccsm
sudo systemctl stop prefdm.service
upstart --user --startup-event indicator-services-start
ps -A
vim ~/.bash_aliases
exit
ps -A
vim ~/.bash_aliases
exit
ps -A
ps -A | grep steam
killall steam
killall steamwebhelper
ps -A | grep steam
kill -9 3849
kill -9 3847
steam
exit
dmesh
dmesg
c
ls
cd con
cd config/
ls
git diff
git status
ls -l
cd ..
ls -l
cd ..
cd themes/
ls
cd De
cd Default/
ls
cd ..
ls
cd ..
find . -name "ubuntu-logo.png"
cd plymouth/
ls
cd /usr/share/backgrounds/
ls
gimp warty-final-ubuntu.png
sudo gimp warty-final-ubuntu.png
cd Downloads/
tar -xf blender-2.78c-linux-glibc219-x86_64.tar.bz2
cd blender-2.78c-linux-glibc219-x86_64/
ls
./blender
c
ls
vim dump
./dump
exit
tail -f /var/log/syslog
dd if=/dev/sdd of=/dev/sdc
sudo dd if=/dev/sdd of=/dev/sdc
du
df
df -h
c
./dump
exit
cd Downloads/WebStorm-171.4249.40/
ls
cd bin/
ls
./webstorm.sh

15
checkout_all Executable file
View File

@ -0,0 +1,15 @@
#!/bin/bash
#for package in $()
for dir in /usr/share/plista/*/
do
dir_short_name=${dir%*/}
dir_short_name=${dir_short_name##*/}
if [ -d "$dir/.git" ]; then
echo "===========================starting============================ $dir_short_name"
cd $dir
git checkout $1
echo "=============================done=============================="
fi
done

BIN
cybafelo.blend Normal file

Binary file not shown.

2
dump
View File

@ -9,7 +9,7 @@ do
if [ -d "$dir/.git" ]; then
echo "===========================starting============================ $dir_short_name"
cd $dir
git pull -all
git pull --all
echo "=============================done=============================="
fi
done