Difference between revisions of "Main Page"

From Bashlinux
Jump to: navigation, search
(Boot)
Line 20: Line 20:
 
* [[java|Java]] - The Sun Microsystems Language
 
* [[java|Java]] - The Sun Microsystems Language
 
* [[qt4|QT4]] - Cross-Platform application development framework
 
* [[qt4|QT4]] - Cross-Platform application development framework
 
 
==== Web ====
 
==== Web ====
 
* [[CSS]] - Style sheet language
 
* [[CSS]] - Style sheet language
 
* [[Javascript]] - JS frameworks
 
* [[Javascript]] - JS frameworks
 
 
==== Windows ====
 
==== Windows ====
 
* [[ASP.Net]] - Active Server Pages
 
* [[ASP.Net]] - Active Server Pages
 
----
 
----
 
 
=== System Administration ===
 
=== System Administration ===
 
==== Authentication ====
 
==== Authentication ====
 
* [[PAM]] - Pluggable Authentication Modules
 
* [[PAM]] - Pluggable Authentication Modules
 
* [[passwd]] - Password database
 
* [[passwd]] - Password database
 
 
==== Boot ====
 
==== Boot ====
 
* [[Booting devices]] - Devices and loaders
 
* [[Booting devices]] - Devices and loaders
 
* [[Boot parameters]] - Kernel parameters
 
* [[Boot parameters]] - Kernel parameters
 
* [[Wake-on-LAN]] - Power up a remote PC on the same LAN
 
* [[Wake-on-LAN]] - Power up a remote PC on the same LAN
 
 
==== Cloud Computing ====
 
==== Cloud Computing ====
 
* [[AWS]] - Amazon Web Services
 
* [[AWS]] - Amazon Web Services
 
* [[Eucalyptus]] - Private cloud computing
 
* [[Eucalyptus]] - Private cloud computing
 
 
==== Content Management Systems ====
 
==== Content Management Systems ====
 
* [[moinmoin]] - Python Wiki clone
 
* [[moinmoin]] - Python Wiki clone
 
 
==== Data Encoding ====
 
==== Data Encoding ====
 
* [[uuencode]] - Binary to text encoding
 
* [[uuencode]] - Binary to text encoding
Line 52: Line 45:
 
* [[Oracle]] - Specifically Oracle XE
 
* [[Oracle]] - Specifically Oracle XE
 
* [[Postgres]] - The world's most advanced DB
 
* [[Postgres]] - The world's most advanced DB
 
 
==== Email ====
 
==== Email ====
 
* [[sendmail|Sendmail]] - Mail transfer
 
* [[sendmail|Sendmail]] - Mail transfer
Line 58: Line 50:
 
* [[OpenSSL]] - SSL and TLS Protocols
 
* [[OpenSSL]] - SSL and TLS Protocols
 
* [[GnuPG]] - GNU Privacy Guard
 
* [[GnuPG]] - GNU Privacy Guard
 
==== Kernel ====
 
==== Internals ====
 
 
* [[kernel-modules|Modules]] - Kernel module drivers
 
* [[kernel-modules|Modules]] - Kernel module drivers
* [[kernel-power|Power Management]] - Linux power management
 
 
==== Monitoring ====
 
==== Monitoring ====
 
* [[monit|M/Monit]] - Processes monitoring and manage
 
* [[monit|M/Monit]] - Processes monitoring and manage
Line 69: Line 59:
 
* [[cisco|Cisco]] - Routers and switches
 
* [[cisco|Cisco]] - Routers and switches
 
* [[foundry|Foundry]] - Foundry switches
 
* [[foundry|Foundry]] - Foundry switches
  +
==== Others ====
 
* [[Power management]] - Linux power management
 
==== Remote access ====
 
==== Remote access ====
 
* [[vnc|VNC]] - Graphical desktop sharing
 
* [[vnc|VNC]] - Graphical desktop sharing
Line 86: Line 78:
 
* [[KVM]] - Kernel-Based Virtual Machine
 
* [[KVM]] - Kernel-Based Virtual Machine
 
* [[VMware]] - Server/Desktop Virtualization
 
* [[VMware]] - Server/Desktop Virtualization
 
 
==== Web service ====
 
==== Web service ====
 
* [[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 ====
Line 97: Line 87:
 
* [[Fedora]] - RPM based with the latest in opensource
 
* [[Fedora]] - RPM based with the latest in opensource
 
* [[Ubuntu]] - DEB based distribution
 
* [[Ubuntu]] - DEB based distribution
 
 
==== Other Unix ====
 
==== Other Unix ====
 
* [[Mac OS X]] - Apple operating system
 
* [[Mac OS X]] - Apple operating system
 
* [[Open Solaris]] - Sun Microsystems open-source
 
* [[Open Solaris]] - Sun Microsystems open-source
 
 
==== Windows ====
 
==== Windows ====
 
* [[Windows XP]] - 2002 MS OS
 
* [[Windows XP]] - 2002 MS OS
Line 122: Line 110:
 
* [[amd-geode|AMD Geode]] - AMD mobile CPU
 
* [[amd-geode|AMD Geode]] - AMD mobile CPU
 
* [[VIA CX700]] - VIA Mobile CPU
 
* [[VIA CX700]] - VIA Mobile CPU
 
 
==== Internal Devices ====
 
==== Internal Devices ====
 
*[[graphiccards|Graphic Cards]] - Accelerated graphic cards
 
*[[graphiccards|Graphic Cards]] - Accelerated graphic cards
Line 129: Line 116:
 
* [[msr|MSR]] - Magnetic Stripe Readers
 
* [[msr|MSR]] - Magnetic Stripe Readers
 
----
 
----
 
 
=== Electronics ===
 
=== Electronics ===
 
==== Development Boards ====
 
==== Development Boards ====
Line 142: Line 128:
 
* [[Atmel AVR]] - Atmel AVR micros
 
* [[Atmel AVR]] - Atmel AVR micros
 
* [[Microchip PIC]] - Microchip pic micros
 
* [[Microchip PIC]] - Microchip pic micros
 
 
==== PCB ====
 
==== PCB ====
 
* [[Eagle CAD]] - PCB Schematic and design
 
* [[Eagle CAD]] - PCB Schematic and design

Revision as of 03:11, 11 June 2015

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.

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


Software Development

Interpreted Languages

  • Bash - Command language interpreter
  • Perl - The Camel
  • Ruby - The Stone

SDKs

  • Android - Google mobile platform
  • Java - The Sun Microsystems Language
  • QT4 - Cross-Platform application development framework

Web

Windows


System Administration

Authentication

  • PAM - Pluggable Authentication Modules
  • passwd - Password database

Boot

Cloud Computing

Content Management Systems

Data Encoding

Database

  • MySQL - The world's most poupular DB
  • Oracle - Specifically Oracle XE
  • Postgres - The world's most advanced DB

Email

Encryption

Kernel

Monitoring

  • M/Monit - Processes monitoring and manage
  • Nagios - Hosts monitoring
  • Zabbix - nother host monitoring

Network hardware

Others

Remote access

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

Security

System services

  • DHCP - Dynamic Host Configuration Protocol
  • IPTables - IP packets filter rules in the Linux kernel
  • Logs - System log

Storage & Filesystem

  • Disk images - Partitions and FS
  • DRBD - Distributed storage system
  • LVM - An allocation mode

Virtualization

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

Web service

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

Operating Systems

GNU/Linux

  • CentOS - Free Red Hat Enterprise rebuild
  • Fedora - RPM based with the latest in opensource
  • Ubuntu - DEB based distribution

Other Unix

Windows


Desktop Administration

Browser

Desktop Manager

  • Gnome - Desktop environment

Multimedia


Computer Hardware

Architecture

Internal Devices

Peripheral Devices

  • MSR - Magnetic Stripe Readers

Electronics

Development Boards

Microcontrollers

PCB

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