SlideShare a Scribd company logo
1 of 69
Download to read offline
Slackware Demystified
Slackware Demystified
      Vincent Batts
        @vbatts
      Southeast Linux Fest
        June 11, 2011
What to talk about ?
Smidgens

 Philosophy

  Services

Configurations

  Packages

   Kernels

 Community
Smidgens
First, Some Thanks!
To All Yall
<3

<3

<3
slackware linux
            volkerdi

       & rest of the team

(alienBob, rworkman, Alan_Hicks,
               fred,

     PiterPunk, alphageek,

   mrgoblin, Mozes, karlmag)
<3
Trivia:
Why was there a pi Release Candidate?
             (for 13.37)
Trivia:
Who is the guy smoking the pipe?
Who has run
Slackware Linux?
slackware linux
        it is old
      it is stable
      it is cultist
     (not really) :)
Next
$ whoami
vbatts
Shade tree Linux Nerd

        Slackware Crew

     since summer of 2009

Primary distractions are Ruby and
               KDE
Day Job
  We are hiring!

akamai.com/careers
Contact
    vbatts@

 slackware.com

hashbangbash.com

   akamai.com
Philosophy
Keep It Simple
       If it ain't broke, don't fix it.
Lack of "here, let me help you with that"
               and no magic
Stick with Upstream
./configure && make && make install

            essentially
Shell
   startup scripts

package management

    (no magic)
Learning to Learn
           Get comfortable reading man pages
           and the difference in their sections.
Validate bugs against STOCK Slackware, before submitting
                        an issue
         Build out your protocol for investigating.
    SRSLY, make an effort to ask educated questions
Services
init
   (sysvinit)
    Age old,
tried and true
Trivia:
Default runlevel?
/etc/inittab
          1: single user
     3: multiple user (default)
  4: X11 with KDM/XDM/GDM
2,5: "unused", but setup same as 3
              0: halt
             6: reboot
/etc/rc.d/rc.*
                  rc.S - system initialization
                       rc.K - single user
                     rc.M - Multi user (3,4)
                           rc.4 - X11
                        rc.0 - shutdown
                         rc.6 - reboot
       rc.inet1 - various networking (see rc.inet1.conf)
     rc.inet2 - network system (sshd, nfs, rpc, cifs, etc.)
    rc.wireless - ... wireless setup (see rc.wireless.conf)
rc.sysvinit - to support /etc/init.d and the /etc/rc[0123456].d/*
                            structure
local startups
      rc.local

Trivia: Where else?

 rc.local_shutdown
gist of the rc.local
   (and a lot of the rc.{M,S} )

if [ -x /etc/rc.d/rc.foo ] ; then
  . /etc/rc.d/rc.foo start
fi

/sbin/modprobe acpi-cpufreq
echo "level auto" > /proc/acpi/ibm/fan
Configurations
Upstream
          (again)

There is not a shimmed in OS
         abstraction.

      --sysconfdir=/etc
the few, the proud
    /etc/rc.d/rc.*.conf
         rc.inet1.conf
       rc.wireless.conf
       rc.bluetooth.conf
Boot Loader
Trivia: What bootloader is used?

             lilo(8)

          lilo.conf(5)

          mkinitrd(8)

        mkinitrd.conf(5)
*.new files
$ slackpkg new-config
Searching for NEW configuration files
[...]
$ find /etc/ -type f -name '*.new'
/etc/rc.d/rc.inet1.conf.new
/etc/httpd/httpd.conf.new
/etc/httpd/extra/httpd-default.conf.new
/etc/httpd/extra/httpd-userdir.conf.new
/etc/httpd/extra/httpd-autoindex.conf.new
/etc/httpd/extra/httpd-ssl.conf.new
Packages
Counts
core: 936 pkgs ( + 82 kde l10n )

       /extra: ~21 pkgs
Slackbuilds.org Counts
        unofficial

       +2600 pkgs
Package Structure
A compressed tar ball of the file tree relative to '/'
Package "meta" data
                /install/slack-desc
                 /install/doinst.sh
TRIVIA: What else can be used (in stock Slackare)?
        /var/log/setup/setup.$PKGNAME
Tools
  pkgtool(8)
 makepkg(8)
explodepkg(8)
 installpkg(8)
removepkg(8)
upgradepkg(8)
Package data storage
/var/log/packages/ & /var/log/scripts/
removed_packages/ & removed_scripts/
X
To X, or not to X
Robust Command Line Installation
$ xmwconfig
$ startx
Kernels
No patching *
* Apart from CVEs or a blocker regression
huge & generic
Shared *.ko modules
hacking
(because people do it)
   $REPO/testing/
    /usr/src/linux
   /proc/config.gz
Build your own
$ wget http://www.kernel.org/pub/linux/kernel/v3.0/testing/linux-3.0-rc2.tar.bz2
[...]
$ tar jxf linux-3.0-rc2.tar.bz2
$ cd linux-3.0-rc2
$ zcat /proc/config.gz > .config
$ make oldconfig
[...]
$ make
  CHK      include/linux/version.h
  CHK      include/generated/utsrelease.h
  CALL scripts/checksyscalls.sh
  CHK      include/generated/compile.h
[...]
WARNING!!1!one!
  do NOT report issues, until

 you validate it against a stock
          installation.

Even if you don't think it's kernel
             related
Community
Where is it?
People
              IRC - Freenode ##slackware
         Usenet - alt.os.linux.slackware (AOLS)
                         Forum
       linuxquestions.org/questions/slackware-14/
                      Mailing Lists
Discussion - mailman.lug.org.uk/mailman/listinfo/slackware
             AOLS Off Topic - wombat.san-
      francisco.ca.us/mailman/listinfo/slackware-ot/
Additional Packages
  slackbuilds.org/
Bug Tracking?
        Nothing Formal

 Emails to the team, and forums

 Not much in the OS interferes

Most reports go straight upstream
Recap
         K.I.S.S

(Keep It Simple, S<word>)
Questions?
Links
             slackware.com/ - ... Slackware!
   slackbuilds.org/ - Community contributed packages
     slackware.com/~vbatts/2011_SELF/ - This Talk
           akamai.com/careers - Akamai Jobs
github.com/schacon/showoff - what this slide deck is using
fin

More Related Content

What's hot

Installation of Subversion on Ubuntu,...
Installation of Subversion on Ubuntu,...Installation of Subversion on Ubuntu,...
Installation of Subversion on Ubuntu,...
wensheng wei
 
Introduction To Unix
Introduction To UnixIntroduction To Unix
Introduction To Unix
CTIN
 
Intrusion Detection System using Snort
Intrusion Detection System using Snort Intrusion Detection System using Snort
Intrusion Detection System using Snort
webhostingguy
 

What's hot (20)

Os Cook
Os CookOs Cook
Os Cook
 
Bundling Packages and Deploying Applications with RPM
Bundling Packages and Deploying Applications with RPMBundling Packages and Deploying Applications with RPM
Bundling Packages and Deploying Applications with RPM
 
Use bonding driver with ethernet
Use bonding driver with ethernetUse bonding driver with ethernet
Use bonding driver with ethernet
 
SCAP for openSUSE
SCAP for openSUSESCAP for openSUSE
SCAP for openSUSE
 
Installation of Subversion on Ubuntu,...
Installation of Subversion on Ubuntu,...Installation of Subversion on Ubuntu,...
Installation of Subversion on Ubuntu,...
 
Install and Configure Ubuntu for Hadoop Installation for beginners
Install and Configure Ubuntu for Hadoop Installation for beginners Install and Configure Ubuntu for Hadoop Installation for beginners
Install and Configure Ubuntu for Hadoop Installation for beginners
 
Linuxppt
LinuxpptLinuxppt
Linuxppt
 
도커 없이 컨테이너 만들기 5편 마운트 네임스페이스와 오버레이 파일시스템
도커 없이 컨테이너 만들기 5편 마운트 네임스페이스와 오버레이 파일시스템도커 없이 컨테이너 만들기 5편 마운트 네임스페이스와 오버레이 파일시스템
도커 없이 컨테이너 만들기 5편 마운트 네임스페이스와 오버레이 파일시스템
 
Make container without_docker_7
Make container without_docker_7Make container without_docker_7
Make container without_docker_7
 
Putting some "logic" in LVM.
Putting some "logic" in LVM.Putting some "logic" in LVM.
Putting some "logic" in LVM.
 
Introduction To Unix
Introduction To UnixIntroduction To Unix
Introduction To Unix
 
Spraykatz installation & basic usage
Spraykatz installation & basic usageSpraykatz installation & basic usage
Spraykatz installation & basic usage
 
Snort296x centos6x 2
Snort296x centos6x 2Snort296x centos6x 2
Snort296x centos6x 2
 
How to train your L3DSR with PBR - MEMO -
How to train your L3DSR with PBR - MEMO -How to train your L3DSR with PBR - MEMO -
How to train your L3DSR with PBR - MEMO -
 
Advanced Level Training on Koha / TLS (ToT)
Advanced Level Training on Koha / TLS (ToT)Advanced Level Training on Koha / TLS (ToT)
Advanced Level Training on Koha / TLS (ToT)
 
Make container without_docker_6-overlay-network_1
Make container without_docker_6-overlay-network_1 Make container without_docker_6-overlay-network_1
Make container without_docker_6-overlay-network_1
 
Habilitar repositorio EPEL RHEL
Habilitar repositorio EPEL RHELHabilitar repositorio EPEL RHEL
Habilitar repositorio EPEL RHEL
 
Intrusion Detection System using Snort
Intrusion Detection System using Snort Intrusion Detection System using Snort
Intrusion Detection System using Snort
 
Sistemas operacionais 8
Sistemas operacionais 8Sistemas operacionais 8
Sistemas operacionais 8
 
Introduction to FreeNAS development by John Hixson
Introduction to FreeNAS development by John HixsonIntroduction to FreeNAS development by John Hixson
Introduction to FreeNAS development by John Hixson
 

Viewers also liked

San Manuel 1999 Ore Reserves Report (Draft)
San Manuel 1999 Ore Reserves Report (Draft)San Manuel 1999 Ore Reserves Report (Draft)
San Manuel 1999 Ore Reserves Report (Draft)
Gary Sutton
 
LINUX Admin Quick Reference
LINUX Admin Quick ReferenceLINUX Admin Quick Reference
LINUX Admin Quick Reference
wensheng wei
 
Pharo, an innovative and open-source Smalltalk
Pharo, an innovative and open-source SmalltalkPharo, an innovative and open-source Smalltalk
Pharo, an innovative and open-source Smalltalk
Serge Stinckwich
 
Estabilidad de taludes.
Estabilidad de taludes.Estabilidad de taludes.
Estabilidad de taludes.
Rosaura Gómez M.
 

Viewers also liked (16)

done
donedone
done
 
San Manuel 1999 Ore Reserves Report (Draft)
San Manuel 1999 Ore Reserves Report (Draft)San Manuel 1999 Ore Reserves Report (Draft)
San Manuel 1999 Ore Reserves Report (Draft)
 
MineSight License Tray
MineSight License TrayMineSight License Tray
MineSight License Tray
 
Linux unix-commands
Linux unix-commandsLinux unix-commands
Linux unix-commands
 
Cartografia e geoprocessamento-parte1
Cartografia e geoprocessamento-parte1Cartografia e geoprocessamento-parte1
Cartografia e geoprocessamento-parte1
 
Slackbook 2.0
Slackbook 2.0Slackbook 2.0
Slackbook 2.0
 
Ms3 d formatos de importación y cómo usarlos-200801
Ms3 d formatos de importación y cómo usarlos-200801Ms3 d formatos de importación y cómo usarlos-200801
Ms3 d formatos de importación y cómo usarlos-200801
 
Cartografia e geoprocessamento-parte3
Cartografia e geoprocessamento-parte3Cartografia e geoprocessamento-parte3
Cartografia e geoprocessamento-parte3
 
diseño de mallas de perforacion con mine sigh
diseño de mallas de perforacion con mine sighdiseño de mallas de perforacion con mine sigh
diseño de mallas de perforacion con mine sigh
 
LINUX Admin Quick Reference
LINUX Admin Quick ReferenceLINUX Admin Quick Reference
LINUX Admin Quick Reference
 
Slackware Linux: 21 years and still not tried it? What are you waiting for?
Slackware Linux: 21 years and still not tried it? What are you waiting for?Slackware Linux: 21 years and still not tried it? What are you waiting for?
Slackware Linux: 21 years and still not tried it? What are you waiting for?
 
Cartografia e geoprocessamento-parte2
Cartografia e geoprocessamento-parte2Cartografia e geoprocessamento-parte2
Cartografia e geoprocessamento-parte2
 
Choosing Linux Distro - Personal Desktop
Choosing Linux Distro - Personal DesktopChoosing Linux Distro - Personal Desktop
Choosing Linux Distro - Personal Desktop
 
Pharo, an innovative and open-source Smalltalk
Pharo, an innovative and open-source SmalltalkPharo, an innovative and open-source Smalltalk
Pharo, an innovative and open-source Smalltalk
 
Minicurso Slackware - Alexsandro Henrique
Minicurso Slackware - Alexsandro HenriqueMinicurso Slackware - Alexsandro Henrique
Minicurso Slackware - Alexsandro Henrique
 
Estabilidad de taludes.
Estabilidad de taludes.Estabilidad de taludes.
Estabilidad de taludes.
 

Similar to Slackware Demystified [SELF 2011]

Simplest-Ownage-Human-Observed… - Routers
 Simplest-Ownage-Human-Observed… - Routers Simplest-Ownage-Human-Observed… - Routers
Simplest-Ownage-Human-Observed… - Routers
Logicaltrust pl
 
Filip palian mateuszkocielski. simplest ownage human observed… routers
Filip palian mateuszkocielski. simplest ownage human observed… routersFilip palian mateuszkocielski. simplest ownage human observed… routers
Filip palian mateuszkocielski. simplest ownage human observed… routers
Yury Chemerkin
 
SANS @Night There's Gold in Them Thar Package Management Databases
SANS @Night There's Gold in Them Thar Package Management DatabasesSANS @Night There's Gold in Them Thar Package Management Databases
SANS @Night There's Gold in Them Thar Package Management Databases
Phil Hagen
 
the NML project
the NML projectthe NML project
the NML project
Lei Yang
 

Similar to Slackware Demystified [SELF 2011] (20)

Andresen 8 21 02
Andresen 8 21 02Andresen 8 21 02
Andresen 8 21 02
 
Simplest-Ownage-Human-Observed… - Routers
 Simplest-Ownage-Human-Observed… - Routers Simplest-Ownage-Human-Observed… - Routers
Simplest-Ownage-Human-Observed… - Routers
 
Filip palian mateuszkocielski. simplest ownage human observed… routers
Filip palian mateuszkocielski. simplest ownage human observed… routersFilip palian mateuszkocielski. simplest ownage human observed… routers
Filip palian mateuszkocielski. simplest ownage human observed… routers
 
SANS @Night There's Gold in Them Thar Package Management Databases
SANS @Night There's Gold in Them Thar Package Management DatabasesSANS @Night There's Gold in Them Thar Package Management Databases
SANS @Night There's Gold in Them Thar Package Management Databases
 
Containers with systemd-nspawn
Containers with systemd-nspawnContainers with systemd-nspawn
Containers with systemd-nspawn
 
Linux Capabilities - eng - v2.1.5, compact
Linux Capabilities - eng - v2.1.5, compactLinux Capabilities - eng - v2.1.5, compact
Linux Capabilities - eng - v2.1.5, compact
 
Rac on NFS
Rac on NFSRac on NFS
Rac on NFS
 
App container rkt
App container rktApp container rkt
App container rkt
 
Oracle 11g R2 RAC setup on rhel 5.0
Oracle 11g R2 RAC setup on rhel 5.0Oracle 11g R2 RAC setup on rhel 5.0
Oracle 11g R2 RAC setup on rhel 5.0
 
Linux configer
Linux configerLinux configer
Linux configer
 
Monitoring MySQL with DTrace/SystemTap
Monitoring MySQL with DTrace/SystemTapMonitoring MySQL with DTrace/SystemTap
Monitoring MySQL with DTrace/SystemTap
 
Docker and friends at Linux Days 2014 in Prague
Docker and friends at Linux Days 2014 in PragueDocker and friends at Linux Days 2014 in Prague
Docker and friends at Linux Days 2014 in Prague
 
Practical Tips for Novell Cluster Services
Practical Tips for Novell Cluster ServicesPractical Tips for Novell Cluster Services
Practical Tips for Novell Cluster Services
 
Rhce ppt
Rhce pptRhce ppt
Rhce ppt
 
2015.10.05 Updated > Network Device Development - Part 1: Switch
2015.10.05 Updated > Network Device Development - Part 1: Switch2015.10.05 Updated > Network Device Development - Part 1: Switch
2015.10.05 Updated > Network Device Development - Part 1: Switch
 
Open stack implementation
Open stack implementation Open stack implementation
Open stack implementation
 
maXbox Starter87
maXbox Starter87maXbox Starter87
maXbox Starter87
 
Red Hat OpenStack 17 저자직강+스터디그룹_4주차
Red Hat OpenStack 17 저자직강+스터디그룹_4주차Red Hat OpenStack 17 저자직강+스터디그룹_4주차
Red Hat OpenStack 17 저자직강+스터디그룹_4주차
 
the NML project
the NML projectthe NML project
the NML project
 
LibOS as a regression test framework for Linux networking #netdev1.1
LibOS as a regression test framework for Linux networking #netdev1.1LibOS as a regression test framework for Linux networking #netdev1.1
LibOS as a regression test framework for Linux networking #netdev1.1
 

Recently uploaded

Call Girls In Chattarpur | Contact Me ☎ +91-9953040155
Call Girls In Chattarpur | Contact Me ☎ +91-9953040155Call Girls In Chattarpur | Contact Me ☎ +91-9953040155
Call Girls In Chattarpur | Contact Me ☎ +91-9953040155
SaketCallGirlsCallUs
 
Call Girls In Goa, North Goa 👌9971646499👌Cash On delivery Goa Escorts Service
Call Girls In Goa, North Goa 👌9971646499👌Cash On delivery Goa Escorts ServiceCall Girls In Goa, North Goa 👌9971646499👌Cash On delivery Goa Escorts Service
Call Girls In Goa, North Goa 👌9971646499👌Cash On delivery Goa Escorts Service
ritikaroy0888
 
Van Gogh Powerpoint for art lesson today
Van Gogh Powerpoint for art lesson todayVan Gogh Powerpoint for art lesson today
Van Gogh Powerpoint for art lesson today
lucygibson17
 
Nehru Nagar, Call Girls ☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genui...
Nehru Nagar, Call Girls ☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genui...Nehru Nagar, Call Girls ☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genui...
Nehru Nagar, Call Girls ☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genui...
delhimunirka15
 
Pari Chowk Call Girls ☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genuine...
Pari Chowk Call Girls ☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genuine...Pari Chowk Call Girls ☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genuine...
Pari Chowk Call Girls ☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genuine...
delhimunirka15
 

Recently uploaded (20)

Khambhalia Escorts 8617370543 Khambhalia Call Girls Service
Khambhalia Escorts 8617370543 Khambhalia Call Girls ServiceKhambhalia Escorts 8617370543 Khambhalia Call Girls Service
Khambhalia Escorts 8617370543 Khambhalia Call Girls Service
 
Digital C-Type Printing: Revolutionizing The Future Of Photographic Prints
Digital C-Type Printing: Revolutionizing The Future Of Photographic PrintsDigital C-Type Printing: Revolutionizing The Future Of Photographic Prints
Digital C-Type Printing: Revolutionizing The Future Of Photographic Prints
 
Call Girls Aligarh Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Aligarh Just Call 8617370543 Top Class Call Girl Service AvailableCall Girls Aligarh Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Aligarh Just Call 8617370543 Top Class Call Girl Service Available
 
HUMA Final Presentation About Chicano Culture
HUMA Final Presentation About Chicano CultureHUMA Final Presentation About Chicano Culture
HUMA Final Presentation About Chicano Culture
 
Call Girls In Chattarpur | Contact Me ☎ +91-9953040155
Call Girls In Chattarpur | Contact Me ☎ +91-9953040155Call Girls In Chattarpur | Contact Me ☎ +91-9953040155
Call Girls In Chattarpur | Contact Me ☎ +91-9953040155
 
Call Girls In Goa, North Goa 👌9971646499👌Cash On delivery Goa Escorts Service
Call Girls In Goa, North Goa 👌9971646499👌Cash On delivery Goa Escorts ServiceCall Girls In Goa, North Goa 👌9971646499👌Cash On delivery Goa Escorts Service
Call Girls In Goa, North Goa 👌9971646499👌Cash On delivery Goa Escorts Service
 
Nadiad call girls 📞 8617370543 At Low Cost Cash Payment Booking
Nadiad call girls 📞 8617370543 At Low Cost Cash Payment BookingNadiad call girls 📞 8617370543 At Low Cost Cash Payment Booking
Nadiad call girls 📞 8617370543 At Low Cost Cash Payment Booking
 
THE ARTS OF THE PHILIPPINE BALLET PRESN
THE ARTS OF  THE PHILIPPINE BALLET PRESNTHE ARTS OF  THE PHILIPPINE BALLET PRESN
THE ARTS OF THE PHILIPPINE BALLET PRESN
 
Call Girls Veraval Just Call 8617370543Top Class Call Girl Service Available
Call Girls Veraval Just Call 8617370543Top Class Call Girl Service AvailableCall Girls Veraval Just Call 8617370543Top Class Call Girl Service Available
Call Girls Veraval Just Call 8617370543Top Class Call Girl Service Available
 
Azamgarh Call Girls WhatsApp Chat: 📞 8617370543 (24x7 ) Service Available Nea...
Azamgarh Call Girls WhatsApp Chat: 📞 8617370543 (24x7 ) Service Available Nea...Azamgarh Call Girls WhatsApp Chat: 📞 8617370543 (24x7 ) Service Available Nea...
Azamgarh Call Girls WhatsApp Chat: 📞 8617370543 (24x7 ) Service Available Nea...
 
Call Girls In Firozabad Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service En...
Call Girls In Firozabad Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service En...Call Girls In Firozabad Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service En...
Call Girls In Firozabad Escorts ☎️8617370543 🔝 💃 Enjoy 24/7 Escort Service En...
 
Call Girls Bhavnagar - 📞 8617370543 Our call girls are sure to provide you wi...
Call Girls Bhavnagar - 📞 8617370543 Our call girls are sure to provide you wi...Call Girls Bhavnagar - 📞 8617370543 Our call girls are sure to provide you wi...
Call Girls Bhavnagar - 📞 8617370543 Our call girls are sure to provide you wi...
 
SB_ Dragons Riders of Berk_ Rough_ RiverPhan (2024)
SB_ Dragons Riders of Berk_ Rough_ RiverPhan (2024)SB_ Dragons Riders of Berk_ Rough_ RiverPhan (2024)
SB_ Dragons Riders of Berk_ Rough_ RiverPhan (2024)
 
SB_ Pretzel and the puppies_ Rough_ RiverPhan (2024)
SB_ Pretzel and the puppies_ Rough_ RiverPhan (2024)SB_ Pretzel and the puppies_ Rough_ RiverPhan (2024)
SB_ Pretzel and the puppies_ Rough_ RiverPhan (2024)
 
Theoretical Framework- Explanation with Flow Chart.docx
Theoretical Framework- Explanation with Flow Chart.docxTheoretical Framework- Explanation with Flow Chart.docx
Theoretical Framework- Explanation with Flow Chart.docx
 
Van Gogh Powerpoint for art lesson today
Van Gogh Powerpoint for art lesson todayVan Gogh Powerpoint for art lesson today
Van Gogh Powerpoint for art lesson today
 
Jaro je tady - Spring is here (Judith) 3
Jaro je tady - Spring is here (Judith) 3Jaro je tady - Spring is here (Judith) 3
Jaro je tady - Spring is here (Judith) 3
 
Nehru Nagar, Call Girls ☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genui...
Nehru Nagar, Call Girls ☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genui...Nehru Nagar, Call Girls ☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genui...
Nehru Nagar, Call Girls ☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genui...
 
Pari Chowk Call Girls ☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genuine...
Pari Chowk Call Girls ☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genuine...Pari Chowk Call Girls ☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genuine...
Pari Chowk Call Girls ☎️ ((#9711106444)), 💘 Full enjoy Low rate girl💘 Genuine...
 
Just Call Vip call girls Farrukhabad Escorts ☎️8617370543 Two shot with one g...
Just Call Vip call girls Farrukhabad Escorts ☎️8617370543 Two shot with one g...Just Call Vip call girls Farrukhabad Escorts ☎️8617370543 Two shot with one g...
Just Call Vip call girls Farrukhabad Escorts ☎️8617370543 Two shot with one g...
 

Slackware Demystified [SELF 2011]