diff --git a/bash_history b/bash_history index 69a2ea6..194b34d 100644 --- a/bash_history +++ b/bash_history @@ -20068,3 +20068,79 @@ sudo ln -s /usr/share/gamewheel/config/progress_dot_on16.png exit vim .bashrc exit +g +cd config/ +ls +git status +git commit -am "updated logo" +git push +exit +ls +g +exit +g +exit +g +exit +g +gl +git diff +git status +find . -name "*.orig" | xargs rm +git commit -am "server side load" +git push +git pull +git push +cd .. +cd 3d-pong/ +git status +vim .gitignore +git status +git add .gitignore +git commit -am "connection management hell" +git push +exit +g +cd 3d-pong/ +grep "roomWaitingCount" * -R +grep "roomWaitingCount" * -Rl | xargs sed -i "s/roomWaitingCount/connectionCount/g" +git commit -am "ok - so - connection management ok outside of running game" +git push +git diff HEAD +exit +ps +r +d +e1 +d +ps +r +st +d +e1 +r +d +ps +d +e1 +r +d +ps +r +d +e1 +r +d +ps +r +exit +l +cd 3d-pong +git diff +git commit -am "update matrixworld in order to process physics server side" +git push +exit +cd Downloads/WebStorm-145.597.6/ +cd bin/ +./webstorm.sh +exit diff --git a/ubuntu_logo16.png b/ubuntu_logo16.png index 0a6d8a7..1c23601 100644 Binary files a/ubuntu_logo16.png and b/ubuntu_logo16.png differ