Saturday, December 29, 2012

Reboot - Movie


*** SUDAH DI DELETE ***
"copyright claim by Rosa Entertainment, LLC/Jan-Ken-Po Pictures"

Set within a dystopian world that is a collision between technology and humanity, "Reboot" touches upon many of the current social and political concerns that arise from becoming more and more intertwined with the virtual.
In contemporary Los Angeles, a young female hacker (Stat) awakens from unconsciousness to find an iPhone glued to her hand and a mysterious countdown ticking away on the display. Suffering from head trauma, and with little recollection of who she is or what is happening, Stat races against time to figure out what the code means, and what unknown event the pending zero-hour will bring.


Thursday, December 20, 2012

Useful slapt-get commands

Please refer to the documentation for slapt-get: man slapt-get, the HOWTOs at the VL Forum: slapt-get basics and gslapt basics or go to the slapt-get FAQ site for more advanced topics.
You may wish to try some of these slapt-get commands:
  • to list all the available packages from the source repository:
    slapt-get --available
  • to list only those packages that you have already installed:
    slapt-get --installed
  • to search the listings for specific package(s):
    slapt-get --search [packagename(s)]
  • to install (or to upgrade an already installed) package(s):
    slapt-get --install [packagename(s)]
  • to remove packages(s):
    slapt-get --remove [packagename(s)]
  • to clear your temp directory of downloaded packages:
    slapt-get --clean
  • to show a package(s) description:
    slapt-get --show [package(s)]
  • to reinstall an existing package:
    slapt-get --reinstall --install [package]
  • to downgrade a package:
    slapt-get --reinstall --install [exactpackagenameandnumbers]
  • to show a sorted, paged list of available packages from the source repository: slapt-get —available | sort | less
  • to show a sorted, paged list of installed packages on your system:
    slapt-get --installed|sort|less
  • to show a sorted, paged list of available, uninstalled packages:
    slapt-get --available|grep inst=no|sort|less
  • to show only available packages related to e.g. fluxbox:
    slapt-get --available|grep fluxbox
  • to show only available, uninstalled packages specifically packaged for VL5:
    slapt-get --available|grep inst=no|grep vl5|sort|less
  • to install all packages pertaining to e.g. fluxbox:
    slapt-get --available|grep fluxbox|awk '{print $1}'|sort|uniq|xargs -r slapt-get --install
  • to install every available package not yet installed (DANGER!):
    slapt-get --available|grep inst=no|awk '{print $1}'|sort|uniq|xargs -r slapt-get --install
     
    souce link : http://xpt.sourceforge.net/techdocs/nix/live/slax/slax02-SlackwarePackagesRepositories/single/ 

Wednesday, December 19, 2012

Upgrade KDE to 4.9.4 Slackware 14 64bit

KDE4.9
======

This is the KDE Software Compilation 4.9.4 for Slackware 14 and later.

You have to run Slackware 14 in order to use these packages!

The upgrade from Slackware's own 4.8.5 will be trivial.  I added five
updated dependencies (akonadi, qt, soprano, shared-desktop-ontologies and
virtuoso-ose).  One of those dependencies has been updated since my previous
KDE 4.9.3 packages: qt.
I updated several 'extragear' packages compared to Slackware 14, and two of
those are all new: kdevelop, kdevplatform, oxygen-gtk2, oxygen-gtk3
and kio-mtp.
Two KDE packages have been removed since the KDE 4.8.5 of Slackware 14:
* kdemultimedia has been split up into several smaller individual packages.
* ksecrets has been removed completely in the 4.9.x series.

NOTE:
* Possible issue when rebuilding these packages on 13.37: the new kwin
  requires at least mesa-7.10 and this is not installed by default.
  Slackware 13.37 has mesa-7.10.2 in the /testing directory though.  Use that.
  It looks like KDE 4.9.x is the last series which will actually build on 13.37.

NOTE:
About the language packs (KDEI) - for Slackware 32-bit as well as 64-bit:
* KDE localizations (language packs) are available in "x86_64/kdei". You only
  need one package (for your own language).  Don't let the "x86_64" in the
  directory name fool you, the language packs are useable on both platforms.
  translations/localizations.

NOTE:
Sources and scripts have been separated from the packages in my 'ktown
  repository starting with KDE 4.9-rc1.  If you want the sources for
  4.9.4, run the following command to download them:

  # rsync -av rsync://alien.slackbook.org/alien/ktown/source/4.9.4 .

-------------------------------------------------------------------------------

Below are the steps you need to take to install or upgrade to KDE 4.9.4.

Make sure you are not running KDE or even X !  If you are running an X session,
log out first, and if you are in runlevel 4 (graphical login) you first have to
go back to runlevel 3 (console) by typing "init 3".

To make it easy for you, here is a one-line command that downloads the whole
4.9.4 directory (excluding the sources), with 32-bit and 64-bit packages
(and be careful of the 'dot' at the end of that command, it is part of the
commandline !!):

  # rsync -av rsync://alien.slackbook.org/alien/ktown/14.0/4.9.4 .

Or else, if you want to download packages for just one of the two supported
architectures, you would run one of the following commands instead.
If you want only the 64-bit packages:
  # rsync -av --exclude=x86 rsync://alien.slackbook.org/alien/ktown/14.0/4.9.4 .
If you want only the 32-bit packages:
  # rsync -av --exclude=x86_64 rsync://alien.slackbook.org/alien/ktown/14.0/4.9.4 .

OK.  Assuming you just downloaded the bits you want from directory tree "4.9.4" 
and below that, you now change your current directory to where you found
this README (which is the directory called '4.9.4').  If you used one of the
above "rsync" commands then that would mean a simple:

  # cd 4.9.4

From within this directory, you run the following commands as root.  Note that
some of the old KDE package names are obsoleted too, they have been split up,
renamed or integrated:

  On Slackware 32-bit:
  # upgradepkg --reinstall --install-new x86/deps/*.t?z
  # upgradepkg --reinstall --install-new x86/kde/*.t?z
  # removepkg kdemultimedia
  # removepkg ksecrets

  On Slackware 64-bit:
  # upgradepkg --reinstall --install-new x86_64/deps/*.t?z
  # upgradepkg --reinstall --install-new x86_64/kde/*.t?z
  # removepkg kdemultimedia
  # removepkg ksecrets

  If you already have one or more non-english language packs installed:
  # upgradepkg x86_64/kdei/*.t?z
  
  If you want to have a non-english language pack installed but none is
  currently installed, substitute your country code instead of the 'XX'
  in the next command:
  # upgradepkg --install-new x86_64/kdei/kde-l10n-XX-*.t?z

  Check if any ".new" configuration files have been left behind by
  the upgradepkg commands.  Compare them to their originals and decide
  if you need to use them.
  # find /etc/ -name "*.new"
  A graphical (ncrses) tool for processing these "*.new" files is slackpkg:
  # slackpkg new-config

Then reboot your system.

===============================================================================
Eric Hameleers - alien at slackware dot com - 04dec012
 
souce link : http://repo.ukdw.ac.id/alien-kde/14.0/4.9.4/