Skip to content

Commit

Permalink
Updates for many offline topics
Browse files Browse the repository at this point in the history
  • Loading branch information
omidraha committed Sep 7, 2018
1 parent 15e7d31 commit 26af2f4
Show file tree
Hide file tree
Showing 188 changed files with 18,613 additions and 102 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@

.doctrees
.idea
_build
temp.py


build
Empty file added _ext/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion source/conf.py → conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
extensions = ['edit_on_github']

edit_on_github_project = 'omidraha/mystack'
edit_on_github_branch = 'master/source'
edit_on_github_branch = 'master/src'

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
75 changes: 75 additions & 0 deletions index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
.. MyStack documentation master file, created by
sphinx-quickstart on Tue Nov 1 00:28:50 2016.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to MyStack's documentation!
===================================

Hi !

I'm Omid Raha,

Here i am gathering some notes from the net, that i often refer to them as my stack.


Contents:

.. toctree::
:maxdepth: 3


src/mongodb/mongodb
src/postgresql/postgresql
src/dictionary/dictionary
src/linux/linux
src/iptables/iptables
src/http/http
src/browser/browser
src/rabbitmq/rabbitmq
src/mercurial/mercurial
src/ffmpeg/ffmpeg
src/notes/notes
src/sphinx/sphinx
src/nmap/nmap
src/metasploit/metasploit
src/aircrack-ng/aircrack-ng
src/python/python
src/go/go
src/ruby/ruby
src/perl/perl
src/java/java
src/nodejs/nodejs
src/django/django
src/mobile/mobile
src/javascript/javascript
src/research/research
src/security/security
src/encryption/encryption
src/ctf/ctf
src/ceph/ceph
src/vcs/vcs
src/virtualization/virtualization
src/deploy/deploy
src/astronomy/astronomy
src/sport/sport
src/irc/irc
src/nginx/nginx
src/haproxy/haproxy
src/gunicorn/gunicorn
src/redmine/redmine
src/atlassian/atlassian
src/apple/apple
src/benchmark/benchmark
src/smartcard/smartcard
src/crypto_currency/crypto_currency
src/game/game
src/piano/piano


Indices and tables
==================

* :ref:`genindex`
* :ref:`search`

29 changes: 0 additions & 29 deletions source/index.rst

This file was deleted.

9 changes: 3 additions & 6 deletions source/linux/linux.rst → src/aircrack-ng/aircrack-ng.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
Linux
=====
Aircrack-ng
===========


Contents:

.. toctree::
:maxdepth: 2

cmds



intro
21 changes: 21 additions & 0 deletions src/aircrack-ng/intro.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
Install
=======


Install aircrack-ng 1.2-beta1 from source
-----------------------------------------

``http://www.aircrack-ng.org/doku.php?id=install_aircrack#installing_aircrack-ng_from_source``

``https://github.com/aircrack-ng/aircrack-ng``


.. code-block:: bash
apt-get install build-essential
wget http://download.aircrack-ng.org/aircrack-ng-1.2-beta1.tar.gz
tar -zxvf aircrack-ng-1.2-beta1.tar.gz
cd aircrack-ng-1.2-beta1
make sqlite=true unstable=true
make sqlite=true unstable=true install
airodump-ng-oui-update # to install or update Airodump-ng OUI file
11 changes: 11 additions & 0 deletions src/apple/apple.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
APPLE
=====


Contents:

.. toctree::
:maxdepth: 2

tips

32 changes: 32 additions & 0 deletions src/apple/tips.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Tips
====


Apple ID
--------


https://appleid.apple.com/#!&page=create

https://appleid.apple.com/account/manage/


Hackintosh
----------

https://github.com/huangyz0918/Hackintosh-Installer-University

https://github.com/LER0ever/Hackintosh


http://x220.mcdonnelltech.com/

https://www.tonymacx86.com/threads/n552vw-asus-vivobook.225952/

https://www.tonymacx86.com/threads/guide-booting-the-os-x-installer-on-laptops-with-clover.148093/

https://www.tonymacx86.com/el-capitan-laptop-support/164990-faq-read-first-laptop-frequent-questions.html

https://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/

https://www.tonymacx86.com/threads/unibeast-install-macos-high-sierra-on-any-supported-intel-based-pc.235474/#download
53 changes: 53 additions & 0 deletions src/astronomy/astronomy.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
Astronomy
=========


Rosetta spacecraft, Philae probe lands

M42

67P/Churyumov-Gerasim




astronomical unit (AU, or au)
-----------------------------

A unit of length effectively equal to the average, or mean,
distance between Earth and the Sun, defined as 149,597,870.7 km


What Is the Distance Between Earth and Mars?
--------------------------------------------

The minimum distance from the Earth to Mars is about 54.6 million kilometers.
The farthest apart they can be is about 401 million km. The average distance is about 225 million km.

What is the Distance to the Moon?
---------------------------------

The average distance to the Moon is 384,403 km

What Is the Distance Between Earth and sun?
-------------------------------------------

149,600,000 km


Software
--------
stellarium

celestia

Starry Night

Galaxy
------

Andromeda galaxy




11 changes: 11 additions & 0 deletions src/atlassian/atlassian.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Atlassian
=========


Contents:

.. toctree::
:maxdepth: 2

tips

0 comments on commit 26af2f4

Please sign in to comment.