merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 11 Apr 2012 11:41:56 +0300
changeset 1246 dff21ea5a8fd
parent 1245 c4b183601a06 (current diff)
parent 1237 1a51a3c2e4fa (diff)
child 1247 cc97907e3123
child 1259 c7069f501ce1
child 1271 1ea412c9aefb
merged
bzr.rst
game.rst
http.rst
system-load.rst
wget.rst
--- a/bzr.rst	Mon Apr 09 23:42:24 2012 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,148 +0,0 @@
--*- mode: outline -*-
-
-* Import existing/init new project.
-
-  $ mkdir proj
-  $ cd proj
-  $ touch README Makefile main.c
-  $ bzr init
-Created a standalone tree (format: 2a)
-  $ bzr add .
-adding Makefile
-adding README
-adding main.c
-  $ bzr ci -m 'Init proj.'
-Committing to: /cygdrive/e/home/devel/tmp/vcs-bzr/proj/
-added Makefile
-added README
-added main.c
-Committed revision 1.
-
-* Cloning/branching repo.
-
-'branch'/'get'/'clone' are aliases for 'branch' command:
-
-  $ bzr clone proj/ proj-clone
-Branched 1 revision(s).
-
-* Updating repo.
-
-* Incoming changes.
-
-  $ bzr missing --theirs-only bzr://bzr.example.com/proj/trunk
-
-* Outgoing changes.
-
-  $ bzr st
-modified:
-  README
-  $ bzr ci -m up
-Committing to: /cygdrive/e/home/devel/tmp/vcs-bzr/proj-clone/
-modified README
-Committed revision 2.
-  $ bzr missing --mine-only
-Using saved parent location: /cygdrive/e/home/devel/tmp/vcs-bzr/proj/
-You have 1 extra revision(s):
-------------------------------------------------------------
-revno: 2
-committer: Oleksandr Gavenko <gavenkoa@gmail.com>
-branch nick: proj-clone
-timestamp: Mon 2011-01-24 00:21:27 +0200
-message:
-  up
-
-* Working copy status.
-
-'status'/'st'/'stat' are aliases for 'status' command:
-
-  $ bzr rm README
-deleted README
-  $ bzr st
-removed:
-  README
-
-* Show working copy diff.
-
-  $ echo hello >README
-  $ bzr diff
-=== modified file 'README'
---- README  2011-01-23 21:16:40 +0000
-+++ README  2011-01-23 21:37:47 +0000
-@@ -0,0 +1,1 @@
-+hello
-
-* Show history log.
-
-  $ bzr log
-
-* Adding files to repo.
-
-  $ touch hello.c
-  $ bzr add hello.c
-adding hello.c
-
-* Deleting files from repo.
-
-'remove'/'rm'/'del' are aliases for 'remove' command:
-
-  $ bzr rm README
-deleted README
-
-* Undo local changes.
-
-  $ bzr rm README
-deleted README
-  $ bzr revert README
-+N  README
-
-* Undo last commit.
-
-  $ bzr add hello.c
-adding hello.c
-
-  $ bzr ci -m bug
-Committing to: /cygdrive/e/home/devel/tmp/vcs-bzr/proj-clone/
-added hello.c
-Committed revision 2.
-
-  $ bzr uncommit
-Are you sure? [y/n]: y
-    2 Oleksandr Gavenko	2011-01-23
-      bug
-
-The above revision(s) will be removed.
-You can restore the old tip by running:
-  bzr pull . -r revid:gavenkoa@gmail.com-20110123213425-f2ca8umip5iw73is
-
-  $ bzr st
-added:
-  hello.c
-
-* Info about bzr repo.
-
-  $ bzr info
-Standalone tree (format: 2a)
-Location:
-  branch root: .
-
-Related branches:
-  parent branch: /cygdrive/e/home/devel/tmp/vcs-bzr/proj
-
-* Shelf changes.
-
-  $ bzr st
-modified:
-  README
-  $ bzr shelve --all
-Selected changes:
- M  README
-Changes shelved with id "1".
-  $ bzr diff
-  $ bzr shelve --list
-  1: <no message>
-  $  bzr unshelve
-Using changes with id "1".
- M  README
-All changes applied successfully.
-Deleted changes with id "1".
-
--- a/game.rst	Mon Apr 09 23:42:24 2012 +0300
+++ b/game.rst	Wed Apr 11 11:41:56 2012 +0300
@@ -12,4 +12,161 @@
   http://forums.civfanatics.com
                 English fan site.
 
+Shooter.
+========
 
+Quake 3.
+--------
+
+Game was licensed under the GPL in 2005. ioQuake 3 continued development to
+Quake 3, fixing bugs and bringing new improvements to this true classic game.
+
+Urban Terror.
+-------------
+
+Racers for Linux.
+=================
+
+torcs.
+------
+
+3D racing cars simulator game using OpenGL.
+
+SuperTuxKart.
+-------------
+::
+
+  $ sudo apt-get install supertuxkart
+
+wormux.
+=======
+
+Worms like game with nice graphics::
+
+  $ sudo apt-get install wormux
+
+Pingus.
+=======
+
+Pingus is a free Lemmings-like game covered under the GNU GPL::
+
+  $ sudo apt-get install pingus
+
+FreeCiv.
+========
+
+Civilisation-like turn based game::
+
+  $ sudo apt-get install freeciv
+
+MegaGlest.
+==========
+
+MegaGlest is a free and open source 3D real-time strategy (RTS) game, where you
+control the armies of one of seven different factions: Tech, Magic, Egyptians,
+Indians, Norsemen, Persian or Romans. The game is setup in one of 16 naturally
+looking settings, which -like the unit models- are crafted with great
+appreciation for detail::
+
+  $ sudo apt-get install megaglest
+
+  http://megaglest.org
+                home page
+  http://en.wikipedia.org/wiki/Megaglest
+                wiki page
+
+Warzone2100.
+============
+
+In Warzone 2100 you command the forces of “The Project” in a battle to rebuild
+the world after mankind has almost been destroyed by nuclear missiles.
+
+The game offers campaign, tutorial, multi-player and single-player skirmish
+modes.
+
+An extensive tech tree with over 400 different technologies, combined with the
+unit design system, allows for a wide variety of possible units and tactics::
+
+  $ sudo apt-get install warzone2100
+
+extremetuxracer.
+================
+
+GPL-version of TuxRacer::
+
+  $ sudo apt-get install extremetuxracer
+  $ etracer
+
+Frozen Bubble.
+==============
+
+gnurobo.
+========
+
+GNU Robbo is a free open source reimplementation of Janusz Pelc's Robbo for the
+Atari XE/XL which was distributed by LK Avalon in 1989::
+
+  $ sudo apt-get install gnurobo
+
+See:
+
+  http://gnurobbo.sourceforge.net/
+                Home page.
+  http://www.anotherguest.se/
+                Simbian port.
+
+Frozen Bubble.
+==============
+
+  http://fb-s60.sourceforge.net/
+                Frozen Bubble for S60.
+
+
+gnujump.
+========
+
+Jump as high as possible::
+
+  $ sudo apt-get install gnujump
+
+FlightGear.
+===========
+
+Sophisticated open source flight simulator framework. FlightGear uses the
+SimGear simulation engine. Some of the aircraft models available in FlightGear
+include gliders, helicopters, airliners, fighter jets, etc. Weather effects such
+as clouds, lightning effects and time of the day is illustrated::
+
+  $ sudo apt-get install flightgear fgrun
+
+Kobo Deluxe.
+============
+
+Shot 0.5.1.1 Kobo Deluxe is an enhanced version of Akira Higuchi's game XKobo
+for Un*x systems with X11. Kobo Deluxe adds sound, smoother animation, high
+resolution support, OpenGL acceleration (optional), an intuitive menu driven
+user interface, joystick support and other features. Recent versions also add a
+number of alternative skill levels with slightly modernized gameplay::
+
+  $ sudo apt-get install kobodeluxe
+  $ kobodl
+
+ManiaDrive.
+===========
+
+Blobwars.
+=========
+
+  $ sudo apt-get install blobwars
+
+Nethack.
+========
+::
+
+  $ sudo apt-get install nethack
+  $ sudo apt-get install glhack
+
+Misc games.
+===========
+
+  http://code.google.com/p/opentyrian/
--- a/http.rst	Mon Apr 09 23:42:24 2012 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
--*- mode: outline; coding: utf-8 -*-
-
-* Web server in Cygwin.
-
-  $ setup -p apache2,lighttpd,dhttp
-
-* Encoding HTTP data.
-
-Starting with HTTP/1.1, web clients can indicate support for compression:
-
-  Accept-Encoding: gzip, deflate
-
-Web server notifies the web client of this via the Content-Encoding header in the response:
-
-  Content-Encoding: gzip
-
-* ETags.
-
-Server respond:
-
-  HTTP/1.1 200 OK
-  Last-Modified: Tue, 12 Dec 2006 03:03:59 GMT
-  ETag: "10c24bc-4ab-457e1c1f"
-  Content-Length: 12195
-
-Lately client send:
-
-  GET /i/yahoo.gif HTTP/1.1
-  Host: us.yimg.com
-  If-Modified-Since: Tue, 12 Dec 2006 03:03:59 GMT
-  If-None-Match: "10c24bc-4ab-457e1c1f"
-
-and get respond:
-
-  HTTP/1.1 304 Not Modified
-
--- a/stat.rst	Mon Apr 09 23:42:24 2012 +0300
+++ b/stat.rst	Wed Apr 11 11:41:56 2012 +0300
@@ -75,7 +75,17 @@
 
 Swap size and usage::
 
-  $ free
+  $ free -t
+               total       used       free     shared    buffers     cached
+  Mem:       1028732      91928     936804          0       5396      34936
+  -/+ buffers/cache:      51596     977136
+  Swap:      1048568          0    1048568
+  Total:     2077300      91928    1985372
+
+  $ vmstat
+  procs -----------memory---------- ---swap-- -----io---- -system-- ----cpu----
+   r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa
+   0  0      0 936804   5460  34936    0    0    21     5  363   29  0  0 99  0
 
 FreeBSD interactive.
 --------------------
--- a/system-load.rst	Mon Apr 09 23:42:24 2012 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
--*- mode: outline; coding: utf-8; -*-
-
-* How cpu busy?
-
-  $ top
-
-* How many free memory?
-
-  $ free -t
-               total       used       free     shared    buffers     cached
-  Mem:       1028732      91928     936804          0       5396      34936
-  -/+ buffers/cache:      51596     977136
-  Swap:      1048568          0    1048568
-  Total:     2077300      91928    1985372
-
-or
-
-  $ vmstat
-  procs -----------memory---------- ---swap-- -----io---- -system-- ----cpu----
-   r  b   swpd   free   buff  cache   si   so    bi    bo   in   cs us sy id wa
-   0  0      0 936804   5460  34936    0    0    21     5  363   29  0  0 99  0
--- a/web-search.rst	Mon Apr 09 23:42:24 2012 +0300
+++ b/web-search.rst	Wed Apr 11 11:41:56 2012 +0300
@@ -12,40 +12,68 @@
 
   <meta name="ROBOTS" content="NOINDEX,NOFOLLOW" />
 
+General purpose search.
+=======================
+
+  http://google.com
+  http://yandex.com
+  http://yahoo.com
+  http://bing.com
+
+Mail list search.
+=================
+
+  http://www.mail-archive.com/
+                turns your mailing list into a searchable archive
+  http://www.gmane.org/
+                USENET gateway/archive service, some lists may have delay in
+                indexing.
+
+Image by image search.
+======================
+
+ * http://www.gazopa.com/
+ * http://images.google.com/
+ * http://www.tineye.com/
+
+Image by text search.
+=====================
+
+ * http://en.wikipedia.org/wiki/List_of_CBIR_Engines
+
 Dictionary Search.
 ==================
 
-  http://www.onelook.com/
+ * http://www.onelook.com/
+
+Software search.
+================
 
-Google Code.
+  http://alternativeto.net
+                Search for alternatives.
+
+Code search.
 ============
 
   http://code.google.com/
-
-Koders.com.
-===========
-
-Search for code in released Open Source tarballs. You can select license and
-language.
-
+                Google Code.
   http://www.koders.com/
-                search page
-
-merobase.
-=========
+                Search for code in released Open Source tarballs. You can select
+                license and language.
+  http://www.merobase.com/
+                Search for file names in Open Source VCS.
+  http://snipplr.com/
+                Search for code snippets from its service.
 
-Search for file names in Open Source VCS.
-
-  http://www.merobase.com/
-                search page
+Search in blogs.
+================
 
-snipplr.
-========
-
-Search for code snippets from its service.
-
-  http://snipplr.com/
-                search page
+  http://blogsearch.google.com/
+                Google search for blog entries.
+  http://www.google.com/search?q=EXPR&tbm=blg&output=atom
+                Atom feed for new result of search in blogs.
+  http://www.technorati.com/
+                Very irrelevant or zero result.
 
 DuckDuckGo.
 ===========
--- a/wget.rst	Mon Apr 09 23:42:24 2012 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,32 +0,0 @@
--*- mode: outline; coding: utf-8 -*-
-
-* Recursive site download.
-
-  $ wget -r -np -nc -e robots=off -p -k TOP-LEVEL-URL
-
-* Get server response header.
-
-  $ wget --server-response http://example.com
-  $ wget -S http://example.com    # short variant
-
-* View cookies from site.
-
-  $ wget --save-cookies FILE -O -  http://google.com  >/dev/null
-
-* Send cookies to site.
-
-  $ wget --load-cookies FILE  http://google.com
-
-* Send specific header line.
-
-  $ wget --header='Accept-Charset: iso-8859-2' --header='Accept-Language: hr' http://fly.srk.fer.hr/
-
-* Send POST request.
-
-Log in to the server. This can be done only once.
-
-  $ wget --save-cookies cookies.txt --post-data 'user=foo&password=bar' http://server.com/auth.php
-
-Now grab the page or pages we care about.
-
-  $ wget --load-cookies cookies.txt -p http://server.com/interesting/article.php