Category: project management / project planing / git

What every office needs
03.10.2018

a sofa/couch: considered “completely normal” in Japan and called: “Inemuri,” the Japanese Art of Taking Power Naps at Work, on the Subway, and Other Public Places a table socker table! (2:2, 1:2, 2:1, max 4 players) alternatives: this would be […]

githhub.com cheat sheet
01.10.2016

problem: github was sold to M$, so can’t use it anymore. no problem: got ssh running on the server? than the user is only one step away from hosting one’s own git repository that will be synced up (push) and […]

01.10.2013

Angela Merkel hat sich beschwert, dass nur eines der Top-3-IT-Unternehmen aus Deutschland stammt (SAP). “Wenn wir keine innovativen Jobs schaffen, werden wir uns diesen Sozialstaat nicht mehr lange leisten können.” S.h. auch dazu: http://direktzu.de/kanzlerin/messages/deutschland-ist-innovationsfeindlich-48346 Recht hat Sie. Aber konkrete Vorschläge wie […]

06.08.2013

Update: 2018-6: It’s official: Microsoft will spend a whopping $7.5 billion to buy GitHub THE LINUX KERNELS ARE managed @ github! see for yourself: https://github.com/torvalds/linux Linus Torvalds, after using CVS at a commercial company he experienced it as beeing a pointless […]

02.04.2013

The rules of a successful life stand over the rules of software project management. 1. The meaning of life is to be happy. If you are not a psychopath (have social skills as compassion, empathy) you will also want others […]

30.03.2013

the git-concept: 1. you have a local git repository (/var/www/projectname/.git) 2. via commandline you “hook-up” the local repository with a remote repository (transmission is done via ssh, keys or password) 3. first you commit to local repository, than you do […]

14.03.2013

Integrate/Install Subversion PlugIn into Aptana 3 Before starting the integration of subversion, check for Aptana Updates and install them. Do this in the main menu ‘Help’ -> ‘Check for Updates’. After finishing the update, restart aptana. Now you are ready […]

26.02.2013

Feb.2013 this is german please use google translate to get english content. thank you! SO GEIL ENDLICH HAT DAS MAL JEMAND AUFGESCHRIEBEN. ICH EMPFEHLE, DIE SERVER-SEITIGE ENTWICKLUNGSUMGEBUNG AUF EINEM RAID gestützen TEST-WEB-SERVER MIT ZU INSTALLIEREN (wie s.h. hier: http://dwaver.wordpress.com/2012/07/10/setup-a-php-development-environment-with-debian-in-5min-lighttpd-xdebug-php5-eclipse-pdt-vnc/) AM BESTEN […]

25.02.2013

1. backup you rexisting installation: check conf/locale.php where your savedir is pointing, also backup this directory (may be outside of web root /var/www !) tar fcvz dokuwiki_backup_DATE.tar.gz /var/www/dokuwiki-installation/ 2. transfer to new server using rsync ( i recommend using screen […]