Main Page: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(116 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<big>'''Welcome to Elvanör's Wiki'''</big> | <big>'''Welcome to Elvanör's Wiki'''</big> | ||
= Linux and Applications = | |||
== General == | |||
== | * [[Essential applications (Linux, Android, Windows)]] | ||
* [[Configuring Gentoo Linux]] | |||
== Specific Applications == | |||
* [[Kodi]] | |||
* [[Insync]] | |||
* [[Odoo]] | |||
* [[Floccus]] | |||
* [[OBS Studio]] | |||
* [[Eclipse Usage]] | |||
* [[Firefox Usage]] | |||
* [[Thunderbird]] | |||
* [[IRC guide]] | |||
* [[VoIP and SIP]] | |||
* [[VNC Installation & Configuration]] | |||
* [[Game Emulators]] | |||
= Development = | |||
== Languages == | |||
* [[ | * [[Bash Scripting]] | ||
* [[Python]] | |||
* [[Java]] | |||
* [[PHP]] | |||
* [[XML]] | |||
* [[SQL Techniques]] | |||
=== JavaScript === | |||
* [[ | * [[JavaScript Programming]] | ||
* [[Prototype]] | |||
* [[Scriptaculous]] | |||
* [[ExtJS]] | |||
== | == Libraries and Frameworks == | ||
* [[Google APIs]] | * [[Google APIs]] | ||
* [[GWT: Google Web Toolkit]] | * [[GWT: Google Web Toolkit]] | ||
* [[Grails]] | * [[Grails]] | ||
* [[DOM Programming]] | |||
* [[Spring]] | |||
* [[HTTP Techniques]] | |||
* [[Gentoo Development]] | |||
=== Persistence Frameworks === | |||
* [[ | * [[Object Relational Mappers]] | ||
* [[Hibernate]] | |||
* [[ | |||
=== Web Solutions === | |||
* [[ | * [[Drupal]] | ||
* [[Joomla]] | |||
== Concepts == | |||
* [[ | * [[Regular Expressions]] | ||
* [[Command Line Utilities]] | |||
* [[UNIX concepts]] | |||
* [[HTTP & Client-Server Model]] | |||
== | == Tools == | ||
* [[Docker]] | |||
* [[Using the GCC linker (static, dynamic linking)]] | * [[Using the GCC linker (static, dynamic linking)]] | ||
* [[A guide to Makefiles]] | * [[A guide to Makefiles]] | ||
* [[A guide to Ant, an advanced build system]] | * [[A guide to Ant, an advanced build system]] | ||
* [[A guide to the autotools build system]] | |||
* [[About diffs and patches]] | |||
* [[Website copiers]] | |||
* [[Google Analytics]] | |||
== | == Integrated Solutions == | ||
* [[ | * [[Prestashop]] | ||
= Design & Graphism = | |||
* [[ | * [[HTML & XHTML]] | ||
* [[CSS Design]] | |||
* [[Web browsers differences]] | |||
* [[GIMP Usage]] | |||
* [[LaTeX]] | |||
* [[LibreOffice]] | |||
* [[PDF]] | |||
* [[Inkscape]] | |||
* [[Fonts]] | |||
* [[Image Edition]] | |||
* [[Video Edition]] | |||
= Server administration = | |||
* [[webapp-config]] | |||
* [[BIND: a DNS server]] | |||
* [[MTA: Mail server]] | |||
* [[Apache Web Server]] | |||
* [[lighttpd Web Server]] | |||
* [[Let's Encrypt and certbot]] | |||
* [[Hostnames, Domains]] | |||
* [[MySQL 5 administration]] | |||
* [[Postgresql]] | |||
* [[Tomcat administration]] | |||
* [[Git Administration]] | |||
* [[Subversion Administration]] | |||
* [[Very short guide to phpMyAdmin]] | * [[Very short guide to phpMyAdmin]] | ||
* [[OpenVPN]] | |||
* [[Installing MediaWiki Guide]] | * [[Installing MediaWiki Guide]] | ||
* [[Torrent Software]] | |||
* [[Running Vuze on a server]] | |||
* [[Blogging software: WordPress]] | |||
* [[Configuring Mac OS X (10.4) as an NFS Server]] | * [[Configuring Mac OS X (10.4) as an NFS Server]] | ||
* [[Creating a simple launchd item on Mac OS X 10.4]] | * [[Creating a simple launchd item on Mac OS X 10.4]] | ||
* [[SSH Usage (OpenSSH)]] | |||
* [[Tasks automatisation: the cron daemon]] | |||
* [[FTP / SFTP configuration ]] | |||
* [[Security]] | |||
= Hardware = | |||
* [[Troubleshooting hardware problems]] | |||
* [[Manufacturers Feedback]] | |||
* [[CPU coolers and Fans]] | |||
* [[Motherboard]] | |||
* [[SATA, PATA]] | |||
* [[USB drives]] | |||
* [[Displays]] | |||
* [[Android Smartphones]] | |||
* [[Raspberry Pi]] | |||
* [[HTC Vive Pro 2]] | |||
* [[LG OLED65E6V TV]] | |||
* [[Asustor NAS]] | |||
* [[Old hardware components]] | |||
= Configurations = | |||
* [[ | * [[Current configurations]] | ||
* [[Archived configurations]] | |||
* [[Thangorodrim configuration]] | |||
* [[Taniquetil configuration]] | |||
= Others = | |||
* [[Using GPG and KGpg]] | |||
* [[Handling various CD formats]] | |||
* [[Migrating Apple's AddressBook data to Linux]] | * [[Migrating Apple's AddressBook data to Linux]] | ||
* [[Windows and other Microsoft technologies]] | |||
* [[ | * [[Various Windows techniques using VirtualBox]] | ||
* [[Watching TV on your PC using the Freebox]] | * [[Watching TV on your PC using the Freebox]] | ||
* [[Linksys WRT54G Router]] | * [[Linksys WRT54G Router]] | ||
* [[Installing UNIX software on Mac OS X (10.4): Fink and DarwinPorts]] | |||
* [[Legacy]] | |||
= Non Technical = | |||
* [[Service Providers Feedback]] | |||
* [[Guide to buying a Diamond for your Fiancee]] | * [[Guide to buying a Diamond for your Fiancee]] | ||
* [[Finance]] | |||
* [[Cooking Recipes]] | * [[Cooking Recipes]] | ||
* [[Clothes Sizes]] | |||
* [[Guitar]] | |||
* [[Everyday Life]] | |||
* [[ | * [[Do-It-Yourself]] | ||
* [[ | |||
* [[ | |||
* [[ |
Latest revision as of 08:56, 9 August 2024
Welcome to Elvanör's Wiki
Linux and Applications
General
Specific Applications
- Kodi
- Insync
- Odoo
- Floccus
- OBS Studio
- Eclipse Usage
- Firefox Usage
- Thunderbird
- IRC guide
- VoIP and SIP
- VNC Installation & Configuration
- Game Emulators
Development
Languages
JavaScript
Libraries and Frameworks
- Google APIs
- GWT: Google Web Toolkit
- Grails
- DOM Programming
- Spring
- HTTP Techniques
- Gentoo Development
Persistence Frameworks
Web Solutions
Concepts
Tools
- Docker
- Using the GCC linker (static, dynamic linking)
- A guide to Makefiles
- A guide to Ant, an advanced build system
- A guide to the autotools build system
- About diffs and patches
- Website copiers
- Google Analytics
Integrated Solutions
Design & Graphism
- HTML & XHTML
- CSS Design
- Web browsers differences
- GIMP Usage
- LaTeX
- LibreOffice
- Inkscape
- Fonts
- Image Edition
- Video Edition
Server administration
- webapp-config
- BIND: a DNS server
- MTA: Mail server
- Apache Web Server
- lighttpd Web Server
- Let's Encrypt and certbot
- Hostnames, Domains
- MySQL 5 administration
- Postgresql
- Tomcat administration
- Git Administration
- Subversion Administration
- Very short guide to phpMyAdmin
- OpenVPN
- Installing MediaWiki Guide
- Torrent Software
- Running Vuze on a server
- Blogging software: WordPress
- Configuring Mac OS X (10.4) as an NFS Server
- Creating a simple launchd item on Mac OS X 10.4
- SSH Usage (OpenSSH)
- Tasks automatisation: the cron daemon
- FTP / SFTP configuration
- Security
Hardware
- Troubleshooting hardware problems
- Manufacturers Feedback
- CPU coolers and Fans
- Motherboard
- SATA, PATA
- USB drives
- Displays
- Android Smartphones
- Raspberry Pi
- HTC Vive Pro 2
- LG OLED65E6V TV
- Asustor NAS
- Old hardware components
Configurations
Others
- Using GPG and KGpg
- Handling various CD formats
- Migrating Apple's AddressBook data to Linux
- Windows and other Microsoft technologies
- Various Windows techniques using VirtualBox
- Watching TV on your PC using the Freebox
- Linksys WRT54G Router
- Installing UNIX software on Mac OS X (10.4): Fink and DarwinPorts
- Legacy