Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 2
26 results tagged tutorial  ✕   ✕
Shellcoding for Linux and Windows Tutorial https://www.vividmachines.com/shellcode/shellcode.html
Tue 21 Jun 2022 10:43:57 AM PDT archive.org
shellcode tutorial linux windows howto faq
Illustrated Self-Guided Course On How To Use The Slide Rule https://sliderulemuseum.com/SR_Course.htm
Mon 04 Apr 2022 02:26:48 PM PDT archive.org

This self-guided course gives numeric examples of the basic calculations that a slide rule can do. Just follow the step-by-step instructions and you will be amazed by the power and versatility of the venerable Slipstick. Click on any of the images below to get a large, unmarked, blowup of each slide rule as shown in the problem.

The site can also be downloaded as a PDF for use as a textbook.

howto retro sliderules math tutorial pdf
The Flask Mega-Tutorial https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
Wed 30 Jun 2021 03:49:25 PM PDT archive.org
tutorial python flask webapps howto
How to self-host a mirror of Wikipedia.org https://docs.sweeting.me/s/self-host-a-wikipedia-mirror
Sat 10 Oct 2020 05:35:04 PM PDT archive.org

A summary of how to set up a full Wikipedia.org mirror using several different approaches: Nginx as a caching proxy in front of wikipedia.org, Kiwix serving a downloaded backup, a full Mediawiki install with a database dump, or a mirror of Wikipedia made with XOWA.

Github: https://github.com/pirate/wikipedia-mirror

howto tutorial wikipedia mirrors hosting archive
How to setup OLED display with Raspberry Pi - Codelectron http://codelectron.com/setup-oled-display-raspberry-pi-python/
Sat 25 May 2019 02:46:02 PM PDT archive.org
tutorial howto raspi oled displays python
T E X T F I L E S D O T C O M http://www.textfiles.com/
Tue 20 Mar 2018 02:55:57 AM PDT archive.org
code art hackers computing nerdcore mind scene community hacks culture books old-school asciiart writing oldschool research ascii tutorial ebooks information documents humor matrix technology media cthulhu fiction phreaking archives papers underground essays bbs resources retro files literature lockpicking survival howto free geek textfiles library cracking networking tips reference software forum texts programming retrocomputing vintage fun modem history
The C Book - Table of Contents http://publications.gbdirect.co.uk/c_book/
Tue 20 Mar 2018 02:44:23 AM PDT archive.org

A free, online book on the C programming language. There is also a downloadable .pdf file of the contents of the e-book so you don't have to try to archive the whole website.

code reference unix linux download education tutorial documentation languages online resources ebook free geek c computers programming books algorithms pdf hacking guide ebooks
OpenOffice.org Training, Tips, and Ideas: The most straightforward wizardless way to create an envelope in OpenOffice.org Writer (and then reuse it as http://openoffice.blogs.com/openoffice/2008/11/the-simplest-way-to-create-an-envelope-in-openofficeorg-writer-and-then-reuse-it-as-a-template.html
Tue 20 Mar 2018 02:10:28 AM PDT archive.org

A tutorial on making printable envelope templates in OpenOffice.org.

writer envelope openoffice template article tutorial howto
HowTos/OS Protection - CentOS Wiki http://wiki.centos.org/HowTos/OS_Protection
Tue 20 Mar 2018 01:51:33 AM PDT archive.org

An excellent tutorial on hardening CenOS Linux (and by extension Redhat Advanced Server).

hardening centos admin infosec howto server sysadmin redhat linux security rhas guide tutorial rhel
8 Regular Expressions You Should Know | Nettuts+ http://net.tutsplus.com/tutorials/other/8-regular-expressions-you-should-know/
Tue 20 Mar 2018 01:50:18 AM PDT archive.org

Just what it says on the tin.

Archived.

perl sysadmin regexp handy tutorial
How To Set Up Software RAID1 On A Running System (Incl. GRUB Configuration) (Debian Lenny) | HowtoForge - Linux Howtos and Tutorials http://www.howtoforge.com/how-to-set-up-software-raid1-on-a-running-system-incl-grub-configuration-debian-lenny
Tue 20 Mar 2018 01:49:04 AM PDT archive.org

A procedure for turning a Debian Linux (Lenny) system installed on a single drive into a Debian Linux system running a two-disk mirror without rebuilding the whole thing. The procedure also shows you how to configure GRUB to boot from either drive.

softraid raid grub storage ubuntu howto server sysadmin linux debian tutorial
Concise electronics for geeks http://lcamtuf.coredump.cx/electronics/
Tue 20 Mar 2018 01:34:28 AM PDT archive.org

A concise overview of electronic theory for geeks.

geeks hardware basic electronics physics tutorial read
A Subversion tutorial http://www.clear.rice.edu/comp314/svn.html
Tue 20 Mar 2018 01:16:36 AM PDT archive.org

A Subversion tutorial written for software developers and not sysadmins or repository maintainers. Teaches you what you need to know in order to get work done.

development svn code revisioncontrol subversion tutorial software
dbus-python tutorial http://dbus.freedesktop.org/doc/dbus-python/doc/tutorial.html
Tue 20 Mar 2018 01:16:21 AM PDT archive.org

A tutorial on accessing the DBUS system of Linux from Python to manipulate the system configuration.

development python dbus programming linux tutorial
Iptables-tutorial : Frozentux http://www.frozentux.net/documents/iptables-tutorial/
Tue 20 Mar 2018 12:54:38 AM PDT archive.org

Oskar Andreasson's Ultimate IPtables Tutorial for Linux. Considered one of the best ways to learn how to set up and use IP tables. Comes in multiple formats and several languages, so there should be something for everybody there.

firewall iptables byzantium tutorial linux
Setup a Subversion Server in 4 Minutes http://www.tonyspencer.com/2007/03/02/setup-a-subversion-server-in-4-minutes/
Tue 20 Mar 2018 12:52:52 AM PDT archive.org

How to set up a Subversion server using the svnserve daemon in four easy steps. For passing through to Redmine, it works.

sysadmin daemon howto server subversion tutorial
DNS for Rocket Scientists - Contents http://www.zytrax.com/books/dns/
Tue 20 Mar 2018 12:44:19 AM PDT archive.org

An open source ebook about DNS in general and BIND 9 in particular. If you want to know how DNS works in practice and how BIND acts under different circumstances, this is a good way to start without the trial by fire.

howto reference bind sysadmin dns tutorial
A guide to Python's function decorators | The Code Ship http://thecodeship.com/patterns/guide-to-python-function-decorators/
Tue 20 Mar 2018 12:01:14 AM PDT archive.org

A very well done description of decorators in python. Go in depth about how functions are first class objects, scope, self-modifying code, and how everything works. programming languages documentation tutorial

functions python documentation programming languages objects scope decorators tutorial
Basic motion detection and tracking with Python and OpenCV - PyImageSearch http://www.pyimagesearch.com/2015/05/25/basic-motion-detection-and-tracking-with-python-and-opencv/
Mon 19 Mar 2018 11:57:21 PM PDT archive.org

A basic tutorial on writing motion detection and object tracking systems with python using OpenCV. I've used it and it's remarkably usable.

development python opencv videos images tutorial
pyparsing quick reference: A Python text processing tool http://infohost.nmt.edu/~shipman/soft/pyparsing/web/index.html
Mon 19 Mar 2018 11:55:14 PM PDT archive.org

A chapter-by-chapter tutorial on how to use the PyParsing parser modle for Python.

python module parser exocortex bots tutorial
page 1 / 2
4684 links, including 339 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn