diff --git a/bash_aliases b/bash_aliases index cb8cd72..20b2276 100644 --- a/bash_aliases +++ b/bash_aliases @@ -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' diff --git a/bash_history b/bash_history index 6895837..347d041 100644 --- a/bash_history +++ b/bash_history @@ -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 diff --git a/checkout_all b/checkout_all new file mode 100755 index 0000000..77ea640 --- /dev/null +++ b/checkout_all @@ -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 diff --git a/cybafelo.blend b/cybafelo.blend new file mode 100644 index 0000000..465e306 Binary files /dev/null and b/cybafelo.blend differ diff --git a/dump b/dump index dd83952..afebed4 100755 --- a/dump +++ b/dump @@ -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