Difference between revisions of "Main Page"

From Bashlinux
Jump to: navigation, search
(Computer Hardware)
 
(99 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>
 
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.
   
If you want to make some comments or just say hello, you can sending me an email to [email protected]
+
If you want to make some comments or just say hello, you can send me an email to [email protected]
----
 
=== Computer Hardware ===
 
==== Architecture ====
 
{| border="0" cellpadding="2" cellspacing="0"
 
|<tableclass="fpt">|[[amd-geode|AMD Geode]]<br>AMD movile CPU
 
| [[intel-atom|Intel Atom]]<br>Intel movile CPU
 
| [[VIA CX700]]<br>VIA Mobile CPU
 
|}
 
==== Internal Devices ====
 
{| border="0" cellpadding="2" cellspacing="0"
 
|<tableclass="fpt">|[[graphiccards|Graphic Cards]]<br>Accelerated graphic cards
 
| [[serialport|Serial]]<br>ttyS* devices on linux
 
|}
 
==== Peripheral Devices ====
 
{| border="0" cellpadding="2" cellspacing="0"
 
|<tableclass="fpt">|[[msr|MSR]]<br>Magnetic Stripe Readers
 
| [[printers|Printers]]<br>ESC/POS printers
 
|}
 
----
 
=== Electronics ===
 
==== Development Boards ====
 
{| border="0" cellpadding="2" cellspacing="0"
 
|<tableclass="fpt">|[[board-arduino|Arduino]]<br> Open-source micro
 
| [[board-armmite|ARMmite PRO]]<br>ARM7 with NXP micro
 
| [[board-makecontroller|Make Controller]]<br> ARM7 with Atmel micro
 
|-
 
| [[board-mini2440|Mini2440]]<br>ARM9 - Samsung micro
 
| [[board-msp430|MSP-EXP430G2]]<br>TI MSP430 LaunchPad
 
| [[board-pic32|PIC32 Starter Kit]]<br>Microchip PIC32
 
|}
 
==== Microcontrollers ====
 
{| border="0" cellpadding="2" cellspacing="0"
 
|<tableclass="fpt">|[[mu-arm|ARM]]<br>ARM7/9 and Cortex-M
 
| [[Atmel_AVR|AVR]]<br>Atmel AVR micros
 
| [[Microchip_PIC|PIC]]<br>Microchip pic micros
 
|}
 
==== PCB ====
 
{| border="0" cellpadding="2" cellspacing="0"
 
|<tableclass="fpt">|[[pcb-eagle|Eagle]]<br>PCB Schematic and design
 
| [[pcb-providers|PCB providers ]]<br>List of part providers and manufacture
 
|}
 
 
----
 
----
 
=== Software Development ===
 
=== Software Development ===
 
==== Interpreted Languages ====
 
==== Interpreted Languages ====
  +
* [[Bash]] - Command language interpreter
{| border="0" cellpadding="2" cellspacing="0"
 
  +
* [[Perl]] - The camel
|<tableclass="fpt">|[[bash|Bash]]<br>Command language interpreter
 
| [[perl|Perl]]<br>The Camel
+
* [[Python]] - The snake
| [[ruby|Ruby]]<br>The Stone
+
* [[Ruby]] - The stone
  +
|}
 
==== Mobile Development ====
 
{| border="0" cellpadding="2" cellspacing="0"
 
|<tableclass="fpt">|[[android]]<br>Google mobile platform
 
|}
 
 
==== SDKs ====
 
==== SDKs ====
  +
* [[Android]] - Google mobile platform
{| border="0" cellpadding="2" cellspacing="0"
 
|<tableclass="fpt">|[[java|Java]]<br>The Sun Microsystems Language
+
* [[java|Java]] - The Sun Microsystems Language
  +
* [[openFrameworks]] - C++ toolkit for creative coding
| [[qt4|QT4]]<br>Cross-Platform application development framework
 
  +
* [[Qt4]] - Cross-Platform application development framework
|}
 
 
==== Web ====
 
==== Web ====
  +
* [[CSS]] - Style sheet language
{| border="0" cellpadding="2" cellspacing="0"
 
  +
* [[Javascript]] - JS frameworks
|<tableclass="fpt">|[[css|CSS]]<br>Style sheet language
 
| [[javascript|Javascript]]<br>JS frameworks
 
|}
 
 
==== Windows ====
 
==== Windows ====
  +
* [[ASP.Net]] - Active Server Pages
{| border="0" cellpadding="2" cellspacing="0"
 
|<tableclass="fpt">|[[aspdotnet|ASP.net]]<br>Active Server Pages
 
|}
 
 
----
 
----
 
=== System Administration ===
 
=== System Administration ===
 
==== Authentication ====
 
==== Authentication ====
  +
* [[PAM]] - Pluggable Authentication Modules
{| border="0" cellpadding="2" cellspacing="0"
 
  +
* [[passwd]] - Password database
|<tableclass="fpt">|[[pam|PAM]]<br>Pluggable Authentication Modules
 
| [[passwd]]<br>Password database
 
|}
 
==== A/V Encoding ====
 
{| border="0" cellpadding="2" cellspacing="0"
 
|<tableclass="fpt">|[[ffmpeg|FFmpeg]]<br>Audio and video streaming
 
| [[gstreamer|GStreamer]]<br>Library for Media and Graphs
 
|}
 
 
==== Boot ====
 
==== Boot ====
  +
* [[Booting devices]] - Devices and loaders
{| border="0" cellpadding="2" cellspacing="0"
 
  +
* [[Boot parameters]] - Kernel parameters
|<tableclass="fpt">|[[boot-methods|Boot methods]]<br>Devices and loaders
 
  +
* [[Wake-on-LAN]] - Power up a remote PC on the same LAN
| [[boot-parameters|Boot Parameters]]<br>Kernel parameters
 
|}
 
 
==== Cloud Computing ====
 
==== Cloud Computing ====
  +
* [[AWS]] - Amazon Web Services
{| border="0" cellpadding="2" cellspacing="0"
 
  +
* [[Eucalyptus]] - Private cloud computing
|<tableclass="fpt">|[[aws|AWS]]<br>Amazon Web Services
 
  +
==== Configuration management & provisioning ====
| [[aws-eucalyptus|Eucalyptus]]<br>Private cloud computing
 
  +
* [[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
{| border="0" cellpadding="2" cellspacing="0"
 
|<tableclass="fpt">|[[moinmoin]]<br>Python Wiki clone
 
| [[phpmyadmin]]<br>MySQL web manager
 
|}
 
==== Core services ====
 
{| border="0" cellpadding="2" cellspacing="0"
 
|<tableclass="fpt">|[[dhcp|DHCP]]<br>Dynamic Host Configuration Protocol
 
| [[iptables|IPTables]]<br>IP packets filter rules in the Linux kernel
 
| [[syslog|Logs]]<br>System log
 
|-
 
| [[vpn|VPN]]<br>Remote private access over public networks
 
|}
 
 
==== Data Encoding ====
 
==== Data Encoding ====
  +
* [[uuencode]] - Binary to text encoding
{| border="0" cellpadding="2" cellspacing="0"
 
|<tableclass="fpt">|[[uuencode]]<br>Binary to text encoding
 
|}
 
 
==== Database ====
 
==== Database ====
  +
* [[MySQL]] - The world's most poupular DB
{| border="0" cellpadding="2" cellspacing="0"
 
  +
* [[Oracle]] - Specifically Oracle XE
|<tableclass="fpt">|[[mysql|MySQL]]<br>Database server
 
  +
* [[Postgres]] - The world's most advanced DB
| [[oracle|Oracle]]<br>Specifically Oracle XE
 
  +
* [[Vertica]] - BigData SQL analytic platform
|}
 
==== Desktop ====
+
==== Disk management and storage ====
  +
* [[Disk images]] - Partitions and FS
{| border="0" cellpadding="2" cellspacing="0"
 
  +
* [[DRBD]] - Distributed storage system
|<tableclass="fpt">|[[firefox|Firefox]]<br>Web browser
 
  +
* [[LVM]] - An allocation mode
| [[flashplayer|Flash Player]]<br>SWF media player
 
  +
* [[RAID]] - Hardware and Software RAID tools
| [[gnome|Gnome]]<br>Desktop environment
 
  +
|-
 
| [[google|Google]]<br>Some search tips
 
|}
 
 
==== Email ====
 
==== Email ====
  +
* [[Mutt]] - CLi email client
{| border="0" cellpadding="2" cellspacing="0"
 
|<tableclass="fpt">|[[sendmail|Sendmail]]<br>Mail transfer
+
* [[Sendmail]] - A very widely used MTA
|}
 
 
==== Encryption ====
 
==== Encryption ====
  +
* [[OpenSSL]] - SSL and TLS Protocols
{| border="0" cellpadding="2" cellspacing="0"
 
  +
* [[GnuPG]] - GNU Privacy Guard
|<tableclass="fpt">|[[openssl|OpenSSL]]<br>SSL and TLS Protocols
 
  +
* [[SKS]] - GPG Keyserver
| [[gpg|GnuPG]]<br>GNU Privacy Guard
 
|}
 
 
==== Filesystem ====
 
==== Filesystem ====
  +
* [[GlusterFS]] - Scalable network FS
{| border="0" cellpadding="2" cellspacing="0"
 
  +
* [[NFS]] - Need for Speed
|<tableclass="fpt">|[[fs-images|Disk images]]<br>Filesystem manipulation
 
  +
==== Kernel ====
| [[fs-drbd|DRBD]]<br>Distributed storage system
 
  +
* [[Modules]] - Kernel module drivers
| [[fs-lvm|LVM]]<br>An allocation mode
 
  +
* [[Power management]] - Linux power management
|}
 
  +
* [[udev]] - Device manager
==== Internals ====
 
{| border="0" cellpadding="2" cellspacing="0"
 
|<tableclass="fpt">|[[kernel-modules|Modules]]<br>Kernel module drivers
 
| [[kernel-power|Power Management]]<br>Linux power management
 
|}
 
 
==== Monitoring ====
 
==== Monitoring ====
  +
* [[M/Monit]] - Processes monitoring and management
{| border="0" cellpadding="2" cellspacing="0"
 
  +
* [[Nagios]] - Hosts monitoring
|<tableclass="fpt">|[[monit|M/Monit]]<br>Processes monitoring and manage
 
  +
* [[SNMP]] - Simple Network Management Protocol
| [[nagios|Nagios]]<br>Hosts monitoring
 
| [[zabbix|Zabbix]]<br> Another host monitoring
 
|}
 
 
==== Network hardware ====
 
==== Network hardware ====
  +
* [[Brocade]] - Brocade/Foundry switches
{| border="0" cellpadding="2" cellspacing="0"
 
|<tableclass="fpt">|[[cisco|Cisco]]<br>Routers and switches
+
* [[Cisco]] - Routers and switches
  +
==== Network services ====
| [[foundry|Foundry]]<br>Foundry switches
 
  +
* [[DHCP]] - Dynamic Host Configuration Protocol
|}
 
  +
* [[DNS]] - Domain Name System
==== Remote Desktop ====
 
  +
==== Remote access ====
{| border="0" cellpadding="2" cellspacing="0"
 
|<tableclass="fpt">|[[vnc|VNC]]<br>Graphical desktop sharing
+
* [[VNC]] - Graphical desktop sharing
  +
* [[VPN]] - Remote private access over public networks
|}
 
 
==== Security ====
 
==== Security ====
  +
* [[Aide]] - Advanced Intrusion Detection Environment
{| border="0" cellpadding="2" cellspacing="0"
 
  +
* [[PCI compliance]] - Payment Card Industry
|<tableclass="fpt">|[[aide|Aide]]<br>Advanced Intrusion Detection Environment
 
  +
==== System services ====
| [[system-pci|PCI Compliance]]<br>Payment Card Industry
 
  +
* [[IPTables]] - IP packets filter rules in the Linux kernel
|}
 
  +
* [[SSH]] - Secure shell
  +
* [[Syslog]] - System log
 
==== Virtualization ====
 
==== Virtualization ====
  +
* [[KVM]] - Kernel-Based Virtual Machine
{| border="0" cellpadding="2" cellspacing="0"
 
  +
* [[VMware]] - Server/Desktop Virtualization
|<tableclass="fpt">|[[kvm|KVM/Qemu]]<br>Kernel-Based Virtual Machine
 
  +
==== Web services ====
| [[vmware|VMware]]<br>Server/Desktop Virtualization
 
  +
* [[Apache]] - HTTP Server
|}
 
  +
* [[Nginx]] - Lightweight HTTP and mail proxy server
==== Web service ====
 
{| border="0" cellpadding="2" cellspacing="0"
 
|<tableclass="fpt">|[[apache|Apache]]<br>HTTP Server
 
| [[nginx]]<br>Lightweight HTTP and mail proxy server
 
|}
 
 
----
 
----
  +
 
=== Operating Systems ===
 
=== Operating Systems ===
 
==== GNU/Linux ====
 
==== GNU/Linux ====
  +
* [[CentOS]] - Free Red Hat Enterprise rebuild
{| border="0" cellpadding="2" cellspacing="0"
 
  +
* [[Debian]] - The Universal Operating System
|<tableclass="fpt">|[[centos|CentOS]]<br>Free Red Hat Enterprise rebuild
 
| [[fedora|Fedora]]<br>RPM based with the latest in opensource
+
* [[Fedora]] - RPM based with the latest in opensource
| [[ubuntu|Ubuntu]]<br>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
{| border="0" cellpadding="2" cellspacing="0"
 
  +
* [[OpenBSD]] - Multi-platform BSD 4.4 based Unix-like OS
|<tableclass="fpt">|[[osx|Mac OS X]]<br>Apple operating system
 
| [[opensolaris|OpenSolaris]]<br>Sun Microsystems open-source
+
* [[Open Solaris]] - Sun Microsystems open-source OS
|}
 
 
==== Windows ====
 
==== Windows ====
  +
* [[Windows XP]] - 2002 MS OS
{| border="0" cellpadding="2" cellspacing="0"
 
|<tableclass="fpt">|[[winxp|Windows XP]]<br>2002 MS OS
+
* [[Windows 7]] - 2009 MS OS
  +
* [[Windows Server 2012]] - The server version of "Windows 7"
  +
----
  +
  +
=== Desktop Administration ===
  +
==== Browser ====
  +
* [[Firefox]] - Web browser
  +
* [[Flash player]] - SWF media player
  +
* [[Google]] - Some search tips
  +
==== GUI ====
  +
* [[GDM]] - Gnome desktop manager
  +
* [[Gnome]] - Desktop environment
  +
* [[Xorg]] - Implementation of the X Window System
  +
==== Multimedia ====
  +
* [[FFmpeg]] - Audio and video streaming
  +
* [[GStreamer]] - Library for Media and Graphs
  +
* [[MuseScore]] - Music Compositon
  +
----
  +
  +
=== Computer Systems ===
  +
==== 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 ====
  +
* [[Arduino]] - Arduino boards and IDE
  +
* [[Make Controller]] - ARM7 with Atmel micro
  +
* [[MSP-EXP430G2]] - TI MSP430 LaunchPad
  +
  +
==== Embedded Linux ====
  +
* [[Cross Compiling]] - Create executables for other architectures
  +
==== Microcontrollers ====
  +
* [[ARM]] - ARM7/9 and Cortex-M
  +
* [[Atmel AVR]] - Atmel AVR micros
  +
* [[Microchip PIC]] - Microchip pic micros
  +
==== PCB ====
  +
* [[Eagle CAD]] - PCB Schematic and design
  +
* [[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
  +
----
  +
  +
=== Music ===
  +
==== Synths ====
  +
* [[Akai]] - Classic samplers
  +
* [[Alesis]] - Quadrasynth and QS series
  +
* [[E-MU Systems]] - Proteus and Ultra sample series
  +
* [[Ensoniq]] - The last flagship keyboard and racks
  +
* [[Hammond]] - Portable tonewheel organs
  +
* [[HX3]] - FPGA modeled tonewheel organ
  +
* [[Korg]] - Most of the rack version of the 90's synths
  +
* [[Kurzweil]] - K series and PC series
  +
* [[Moog]] - Analog synths
  +
* [[Roland]] - JV series and successors
  +
* [[Yamaha]] - Motif series
   
 
<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>

Latest revision as of 05:22, 28 February 2024


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 Systems

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

Music

Synths

  • Akai - Classic samplers
  • Alesis - Quadrasynth and QS series
  • E-MU Systems - Proteus and Ultra sample series
  • Ensoniq - The last flagship keyboard and racks
  • Hammond - Portable tonewheel organs
  • HX3 - FPGA modeled tonewheel organ
  • Korg - Most of the rack version of the 90's synths
  • Kurzweil - K series and PC series
  • Moog - Analog synths
  • Roland - JV series and successors
  • Yamaha - Motif series

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