git was initially written by Linus Torvalds on the idea: how to create source code management system that does not suck. source code management is very useful when the developer team is larger than > 1 developer. it allows fast […]
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 […]
src: https://homepage.cs.uri.edu/~thenry/resources/unix_art/ch01s07.html The Unix philosophy emphasizes building simple, short, clear, modular, and extensible code that can be easily maintained and repurposed by developers other than its creators. The Unix philosophy favors composability as opposed to monolithic design. Later summarized by […]
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 […]
this was tested on Linux debian7 3.2.0-4-amd64 #1 SMP Debian 3.2.46-1+deb7u1 x86_64 GNU/Linux ssh-keys instead of passwords is a saver way of communication/connecting/pushing sources, because it’s not prone to brute-force password-guessing. (believe me i have seen servers with password-auth beeing […]
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 […]
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 […]
1. let them work with something visual (text is so abstract… the mind absorb that easily (a lot of encode/decode/interpretation power needed = slow)) /pictures/animations rather than endless text-deserts… the brain is optimized for visual operations (like your graphic card) […]
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 […]
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 […]
PLEASE WATCH ONLY IN HD! OTHERWISE TOO BLURRY! THANKS! (it’s highly compressed) Now you got your git repository cloned…. to get write access @ sourceforge git repo: 1. register @ sourceforge.net 2. generate ssh-keys 3. upload your public key (top […]
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 […]
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 […]
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 […]