Difference between revisions of "Main Page"

From Bashlinux
Jump to: navigation, search
(Storage & Filesystem)
(Development Boards)
(42 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<!-- ##master-page:[[Main_Page]] -->
 
<!-- ##master-page:[[Main_Page]] -->
<!-- #format wiki -->
 
 
<!-- #language en -->
 
<!-- #language en -->
  +
{{DISPLAYTITLE:<span style="display: none">{{FULLPAGENAME}}</span>}}
<!-- #pragma section-numbers off -->
 
 
<div style="float:right;margin:0 0 1em 1em;top:150px;right:10px;">__TOC__</div>
 
<div style="float:right;margin:0 0 1em 1em;top:150px;right:10px;">__TOC__</div>
 
What is this wiki about?
 
 
 
This is my personal knowledge base. It's mainly about Linux engineering, development, system customization, and networking but also some things I might want to recall about other operating systems. So basically this an extension of my thoughts, but you are welcome to navigate around this wiki, hope it helps you too much.
 
This is my personal knowledge base. It's mainly about Linux engineering, development, system customization, and networking but also some things I might want to recall about other operating systems. So basically this an extension of my thoughts, but you are welcome to navigate around this wiki, hope it helps you too much.
   
Line 14: Line 10:
 
==== Interpreted Languages ====
 
==== Interpreted Languages ====
 
* [[Bash]] - Command language interpreter
 
* [[Bash]] - Command language interpreter
* [[Perl]] - The Camel
+
* [[Perl]] - The camel
* [[Ruby]] - The Stone
+
* [[Python]] - The snake
  +
* [[Ruby]] - The stone
  +
 
==== SDKs ====
 
==== SDKs ====
 
* [[Android]] - Google mobile platform
 
* [[Android]] - Google mobile platform
 
* [[java|Java]] - The Sun Microsystems Language
 
* [[java|Java]] - The Sun Microsystems Language
  +
* [[openFrameworks]] - C++ toolkit for creative coding
* [[qt4|QT4]] - Cross-Platform application development framework
+
* [[Qt4]] - Cross-Platform application development framework
 
==== Web ====
 
==== Web ====
 
* [[CSS]] - Style sheet language
 
* [[CSS]] - Style sheet language
Line 37: Line 36:
 
* [[AWS]] - Amazon Web Services
 
* [[AWS]] - Amazon Web Services
 
* [[Eucalyptus]] - Private cloud computing
 
* [[Eucalyptus]] - Private cloud computing
  +
==== Configuration management & provisioning ====
  +
* [[Ansible]] - Radically simple IT automation tool
  +
* [[Cobbler]] - Network based OS installation
  +
* [[Puppet]] - Unix & windows configuration management tool
  +
 
==== Content Management Systems ====
 
==== Content Management Systems ====
 
* [[moinmoin]] - Python Wiki clone
 
* [[moinmoin]] - Python Wiki clone
Line 45: Line 49:
 
* [[Oracle]] - Specifically Oracle XE
 
* [[Oracle]] - Specifically Oracle XE
 
* [[Postgres]] - The world's most advanced DB
 
* [[Postgres]] - The world's most advanced DB
  +
* [[Vertica]] - BigData SQL analytic platform
  +
==== Disk management and storage ====
 
* [[Disk images]] - Partitions and FS
 
* [[DRBD]] - Distributed storage system
 
* [[LVM]] - An allocation mode
  +
* [[RAID]] - Hardware and Software RAID tools
  +
 
==== Email ====
 
==== Email ====
* [[sendmail|Sendmail]] - Mail transfer
+
* [[Mutt]] - CLi email client
  +
* [[Sendmail]] - A very widely used MTA
 
==== Encryption ====
 
==== Encryption ====
 
* [[OpenSSL]] - SSL and TLS Protocols
 
* [[OpenSSL]] - SSL and TLS Protocols
 
* [[GnuPG]] - GNU Privacy Guard
 
* [[GnuPG]] - GNU Privacy Guard
  +
* [[SKS]] - GPG Keyserver
 
==== Filesystem ====
  +
* [[GlusterFS]] - Scalable network FS
  +
* [[NFS]] - Need for Speed
 
==== Kernel ====
 
==== Kernel ====
 
* [[Modules]] - Kernel module drivers
 
* [[Modules]] - Kernel module drivers
  +
* [[Power management]] - Linux power management
 
  +
* [[udev]] - Device manager
 
==== Monitoring ====
 
==== Monitoring ====
* [[M/Monit]] - Processes monitoring and manage
+
* [[M/Monit]] - Processes monitoring and management
 
* [[Nagios]] - Hosts monitoring
 
* [[Nagios]] - Hosts monitoring
  +
* [[SNMP]] - Simple Network Management Protocol
 
 
==== Network hardware ====
 
==== Network hardware ====
 
* [[Brocade]] - Brocade/Foundry switches
 
* [[Brocade]] - Brocade/Foundry switches
 
* [[Cisco]] - Routers and switches
 
* [[Cisco]] - Routers and switches
  +
==== Network services ====
 
 
* [[DHCP]] - Dynamic Host Configuration Protocol
==== Others ====
 
* [[Power management]] - Linux power management
+
* [[DNS]] - Domain Name System
 
==== Remote access ====
 
==== Remote access ====
 
* [[VNC]] - Graphical desktop sharing
 
* [[VNC]] - Graphical desktop sharing
 
* [[VPN]] - Remote private access over public networks
 
* [[VPN]] - Remote private access over public networks
 
 
==== Security ====
 
==== Security ====
 
* [[Aide]] - Advanced Intrusion Detection Environment
 
* [[Aide]] - Advanced Intrusion Detection Environment
 
* [[PCI compliance]] - Payment Card Industry
 
* [[PCI compliance]] - Payment Card Industry
 
 
==== System services ====
 
==== System services ====
 
* [[IPTables]] - IP packets filter rules in the Linux kernel
* [[DHCP]] - Dynamic Host Configuration Protocol
 
  +
* [[SSH]] - Secure shell
* [[IPTables]] - IP packets filter rules in the Linux kernel
 
 
* [[Syslog]] - System log
 
* [[Syslog]] - System log
 
==== Storage & Filesystem ====
 
* [[Disk images]] - Partitions and FS
 
* [[DRBD]] - Distributed storage system
 
* [[LVM]] - An allocation mode
 
 
 
==== Virtualization ====
 
==== Virtualization ====
 
* [[KVM]] - Kernel-Based Virtual Machine
 
* [[KVM]] - Kernel-Based Virtual Machine
 
* [[VMware]] - Server/Desktop Virtualization
 
* [[VMware]] - Server/Desktop Virtualization
==== Web service ====
+
==== Web services ====
 
* [[Apache]] - HTTP Server
 
* [[Apache]] - HTTP Server
 
* [[Nginx]] - Lightweight HTTP and mail proxy server
 
* [[Nginx]] - Lightweight HTTP and mail proxy server
 
----
 
----
  +
 
=== Operating Systems ===
 
=== Operating Systems ===
 
==== GNU/Linux ====
 
==== GNU/Linux ====
* [[CentOS]] - Free Red Hat Enterprise rebuild
+
* [[CentOS]] - Free Red Hat Enterprise rebuild
  +
* [[Debian]] - The Universal Operating System
 
* [[Fedora]] - RPM based with the latest in opensource
 
* [[Fedora]] - RPM based with the latest in opensource
 
* [[Ubuntu]] - DEB based distribution
 
* [[Ubuntu]] - DEB based distribution
  +
* [[Zentyal]] - Linux alternative for SMBs based on Ubuntu
 
==== Other Unix ====
 
==== Other Unix ====
 
* [[Mac OS X]] - Apple operating system
 
* [[Mac OS X]] - Apple operating system
  +
* [[OpenBSD]] - Multi-platform BSD 4.4 based Unix-like OS
* [[Open Solaris]] - Sun Microsystems open-source
+
* [[Open Solaris]] - Sun Microsystems open-source OS
 
==== Windows ====
 
==== Windows ====
 
* [[Windows XP]] - 2002 MS OS
 
* [[Windows XP]] - 2002 MS OS
 
* [[Windows 7]] - 2009 MS OS
 
* [[Windows 7]] - 2009 MS OS
  +
* [[Windows Server 2012]] - The server version of "Windows 7"
 
----
 
----
  +
 
=== Desktop Administration ===
 
=== Desktop Administration ===
 
==== Browser ====
 
==== Browser ====
* [[firefox|Firefox]] - Web browser
+
* [[Firefox]] - Web browser
* [[flashplayer|Flash Player]] - SWF media player
+
* [[Flash player]] - SWF media player
* [[google|Google]] - Some search tips
+
* [[Google]] - Some search tips
==== Desktop Manager ====
+
==== GUI ====
* [[gnome|Gnome]] - Desktop environment
+
* [[GDM]] - Gnome desktop manager
  +
* [[Gnome]] - Desktop environment
  +
* [[Xorg]] - Implementation of the X Window System
 
==== Multimedia ====
 
==== Multimedia ====
* [[ffmpeg|FFmpeg]] - Audio and video streaming
+
* [[FFmpeg]] - Audio and video streaming
* [[gstreamer|GStreamer]] - Library for Media and Graphs
+
* [[GStreamer]] - Library for Media and Graphs
 
* [[MuseScore]] - Music Compositon
 
* [[MuseScore]] - Music Compositon
 
----
 
----
  +
 
=== Computer Hardware ===
 
=== Computer Hardware ===
==== Architecture ====
+
==== Branded Sytems ====
* [[amd-geode|AMD Geode]] - AMD mobile CPU
+
* [[AMD Geode]] - AMD mobile CPU on thin clients
* [[VIA CX700]] - VIA Mobile CPU
+
* [[Dell]] - Dell systems
  +
* [[Mac Mini]] - Apple small factor desktop
  +
* [[VIA CX700]] - VIA Mobile CPU on small factor systems
 
==== Peripheral Devices ====
 
==== Peripheral Devices ====
* [[msr|MSR]] - Magnetic Stripe Readers
+
* [[MSR]] - Magnetic Stripe Readers
  +
* [[Touchscreens]] - Resistive and capacitive touchscreens
 
----
 
----
   
 
=== Electronics ===
 
=== Electronics ===
 
==== Development Boards ====
 
==== Development Boards ====
  +
* [[Arduino]] - Arduino boards and IDE
* [[board-makecontroller|Make Controller]] - ARM7 with Atmel micro
 
* [[board-mini2440|Mini2440]] - ARM9 Samsung micro
+
* [[Make Controller]] - ARM7 with Atmel micro
 
* [[MSP-EXP430G2]] - TI MSP430 LaunchPad
 
* [[MSP-EXP430G2]] - TI MSP430 LaunchPad
   
 
==== Embedded Linux ====
  +
* [[Cross Compiling]] - Create executables for other architectures
 
==== Microcontrollers ====
 
==== Microcontrollers ====
 
* [[ARM]] - ARM7/9 and Cortex-M
 
* [[ARM]] - ARM7/9 and Cortex-M
Line 133: Line 156:
 
* [[Eagle CAD]] - PCB Schematic and design
 
* [[Eagle CAD]] - PCB Schematic and design
 
* [[Electronics providers ]] - List of part providers and manufacture
 
* [[Electronics providers ]] - List of part providers and manufacture
  +
==== System-on-Chip ====
  +
* [[Cubox-i]] - Fanless nettop-class computer based on i.MX6
  +
* [[Raspberry Pi]] Tiny and affordable computer
  +
* [[VoCore]] - A coin-sized Linux computer with WiFi
   
 
<sub>Linux is a registered trademark of Linus Torvalds. Other trademarks are property of their respective owners. All other content is the resultant work of my field experience</sub>
 
<sub>Linux is a registered trademark of Linus Torvalds. Other trademarks are property of their respective owners. All other content is the resultant work of my field experience</sub>

Revision as of 06:50, 10 December 2017


This is my personal knowledge base. It's mainly about Linux engineering, development, system customization, and networking but also some things I might want to recall about other operating systems. So basically this an extension of my thoughts, but you are welcome to navigate around this wiki, hope it helps you too much.

If you want to make some comments or just say hello, you can send me an email to [email protected]


Software Development

Interpreted Languages

SDKs

  • Android - Google mobile platform
  • Java - The Sun Microsystems Language
  • openFrameworks - C++ toolkit for creative coding
  • Qt4 - Cross-Platform application development framework

Web

Windows


System Administration

Authentication

  • PAM - Pluggable Authentication Modules
  • passwd - Password database

Boot

Cloud Computing

Configuration management & provisioning

  • Ansible - Radically simple IT automation tool
  • Cobbler - Network based OS installation
  • Puppet - Unix & windows configuration management tool

Content Management Systems

Data Encoding

Database

  • MySQL - The world's most poupular DB
  • Oracle - Specifically Oracle XE
  • Postgres - The world's most advanced DB
  • Vertica - BigData SQL analytic platform

Disk management and storage

  • Disk images - Partitions and FS
  • DRBD - Distributed storage system
  • LVM - An allocation mode
  • RAID - Hardware and Software RAID tools

Email

Encryption

  • OpenSSL - SSL and TLS Protocols
  • GnuPG - GNU Privacy Guard
  • SKS - GPG Keyserver

Filesystem

Kernel

Monitoring

  • M/Monit - Processes monitoring and management
  • Nagios - Hosts monitoring
  • SNMP - Simple Network Management Protocol

Network hardware

  • Brocade - Brocade/Foundry switches
  • Cisco - Routers and switches

Network services

  • DHCP - Dynamic Host Configuration Protocol
  • DNS - Domain Name System

Remote access

  • VNC - Graphical desktop sharing
  • VPN - Remote private access over public networks

Security

System services

  • IPTables - IP packets filter rules in the Linux kernel
  • SSH - Secure shell
  • Syslog - System log

Virtualization

  • KVM - Kernel-Based Virtual Machine
  • VMware - Server/Desktop Virtualization

Web services

  • Apache - HTTP Server
  • Nginx - Lightweight HTTP and mail proxy server

Operating Systems

GNU/Linux

  • CentOS - Free Red Hat Enterprise rebuild
  • Debian - The Universal Operating System
  • Fedora - RPM based with the latest in opensource
  • Ubuntu - DEB based distribution
  • Zentyal - Linux alternative for SMBs based on Ubuntu

Other Unix

Windows


Desktop Administration

Browser

GUI

  • GDM - Gnome desktop manager
  • Gnome - Desktop environment
  • Xorg - Implementation of the X Window System

Multimedia


Computer Hardware

Branded Sytems

  • AMD Geode - AMD mobile CPU on thin clients
  • Dell - Dell systems
  • Mac Mini - Apple small factor desktop
  • VIA CX700 - VIA Mobile CPU on small factor systems

Peripheral Devices

  • MSR - Magnetic Stripe Readers
  • Touchscreens - Resistive and capacitive touchscreens

Electronics

Development Boards

Embedded Linux

Microcontrollers

PCB

System-on-Chip

  • Cubox-i - Fanless nettop-class computer based on i.MX6
  • Raspberry Pi Tiny and affordable computer
  • VoCore - A coin-sized Linux computer with WiFi

Linux is a registered trademark of Linus Torvalds. Other trademarks are property of their respective owners. All other content is the resultant work of my field experience