Bladeren bron

Initial Commit

master
Theodotos Andreou 3 jaren geleden
commit
b41526a38a
40 gewijzigde bestanden met toevoegingen van 148 en 0 verwijderingen
  1. BIN
      Lesson1/Lesson1.odp
  2. BIN
      Lesson1/Lesson1.pdf
  3. BIN
      Lesson10/Lesson10.odp
  4. BIN
      Lesson10/Lesson10.pdf
  5. BIN
      Lesson11/Lesson11.odp
  6. BIN
      Lesson11/Lesson11.pdf
  7. BIN
      Lesson12/Lesson12.odp
  8. BIN
      Lesson12/Lesson12.pdf
  9. BIN
      Lesson13/Lesson13.odp
  10. BIN
      Lesson13/Lesson13.pdf
  11. BIN
      Lesson14/Lesson14.odp
  12. BIN
      Lesson14/Lesson14.pdf
  13. BIN
      Lesson15/Lesson15.odp
  14. BIN
      Lesson15/Lesson15.pdf
  15. BIN
      Lesson16/Lesson16.odp
  16. BIN
      Lesson16/Lesson16.pdf
  17. BIN
      Lesson17/Lesson17.odp
  18. BIN
      Lesson17/Lesson17.pdf
  19. BIN
      Lesson18/Lesson18.odp
  20. BIN
      Lesson18/Lesson18.pdf
  21. BIN
      Lesson19/Lesson19.odp
  22. BIN
      Lesson19/Lesson19.pdf
  23. BIN
      Lesson2/Lesson2.odp
  24. BIN
      Lesson2/Lesson2.pdf
  25. BIN
      Lesson3/Lesson3.odp
  26. BIN
      Lesson3/Lesson3.pdf
  27. +140
    -0
      Lesson3/xorg.conf
  28. BIN
      Lesson4/Lesson4.odp
  29. BIN
      Lesson4/Lesson4.pdf
  30. BIN
      Lesson5/Lesson5.odp
  31. BIN
      Lesson5/Lesson5.pdf
  32. BIN
      Lesson6/Lesson6.odp
  33. BIN
      Lesson6/Lesson6.pdf
  34. BIN
      Lesson7/Lesson7.odp
  35. BIN
      Lesson7/Lesson7.pdf
  36. BIN
      Lesson8/Lesson8.odp
  37. BIN
      Lesson8/Lesson8.pdf
  38. BIN
      Lesson9/Lesson9.odp
  39. BIN
      Lesson9/Lesson9.pdf
  40. +8
    -0
      README.md

BIN
Lesson1/Lesson1.odp Bestand weergeven


BIN
Lesson1/Lesson1.pdf Bestand weergeven


BIN
Lesson10/Lesson10.odp Bestand weergeven


BIN
Lesson10/Lesson10.pdf Bestand weergeven


BIN
Lesson11/Lesson11.odp Bestand weergeven


BIN
Lesson11/Lesson11.pdf Bestand weergeven


BIN
Lesson12/Lesson12.odp Bestand weergeven


BIN
Lesson12/Lesson12.pdf Bestand weergeven


BIN
Lesson13/Lesson13.odp Bestand weergeven


BIN
Lesson13/Lesson13.pdf Bestand weergeven


BIN
Lesson14/Lesson14.odp Bestand weergeven


BIN
Lesson14/Lesson14.pdf Bestand weergeven


BIN
Lesson15/Lesson15.odp Bestand weergeven


BIN
Lesson15/Lesson15.pdf Bestand weergeven


BIN
Lesson16/Lesson16.odp Bestand weergeven


BIN
Lesson16/Lesson16.pdf Bestand weergeven


BIN
Lesson17/Lesson17.odp Bestand weergeven


BIN
Lesson17/Lesson17.pdf Bestand weergeven


BIN
Lesson18/Lesson18.odp Bestand weergeven


BIN
Lesson18/Lesson18.pdf Bestand weergeven


BIN
Lesson19/Lesson19.odp Bestand weergeven


BIN
Lesson19/Lesson19.pdf Bestand weergeven


BIN
Lesson2/Lesson2.odp Bestand weergeven


BIN
Lesson2/Lesson2.pdf Bestand weergeven


BIN
Lesson3/Lesson3.odp Bestand weergeven


BIN
Lesson3/Lesson3.pdf Bestand weergeven


+ 140
- 0
Lesson3/xorg.conf Bestand weergeven

@@ -0,0 +1,140 @@
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands:
#
# cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
# sudo sh -c 'md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum'
# sudo dpkg-reconfigure xserver-xorg

# Files (usually fonts) to load
Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath "/usr/share/X11/fonts/75dpi"
# paths to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

# Modules to be loaded
Section "Module"
Load "bitmap"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "type1"
Load "vbe"
Load "dbe"
EndSection

# Keyboard configuration
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection

# Mouse configuration
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

# Touchpad configuration
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
## Option "HorizScrollDelta" "0"
# The default RightEdge is 5400; it is too narrow for me
Option "RightEdge" "5000"

# This is a potential security problem; I only enable it temporarily,
# to experiment and find out a comfortable RightEdge value
# Option "SHMConfig" "true"
EndSection

# Graphics card configuration
Section "Device"
Identifier "ATI Technologies, Inc. Radeon Mobility 7500 (M7 LW)"
Driver "radeon"
BusID "PCI:1:0:0"
Option "DynamicClocks" "on"
Option "CRT2HSync" "30-80"
Option "CRT2VRefresh" "59-75"
Option "MetaModes" "1024x768 800x600 640x480 1024x768+1280x1024"
Option "XAANoOffscreenPixmaps" "true"
EndSection

# Monitor configuration (Mod
Section "Monitor"
Identifier "Generic Monitor"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option "DPMS"
EndSection

Section "Monitor"
Identifier "Second Monitor"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
Option "DPMS"
EndSection

Section "Screen"
Identifier "Default Screen"
Device "ATI Technologies, Inc. Radeon Mobility 7500 (M7 LW)"
Monitor "Generic Monitor"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480" "1280x1024"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480" "1280x1024"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "DefaultLayout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Synaptics Touchpad"
EndSection

Section "DRI"
Mode 0666
EndSection

Section "ServerFlags"
# MergedFB2: best for dual-head, but no compiz
Option "DefaultServerLayout" "MergedFB2Layout"
EndSection

BIN
Lesson4/Lesson4.odp Bestand weergeven


BIN
Lesson4/Lesson4.pdf Bestand weergeven


BIN
Lesson5/Lesson5.odp Bestand weergeven


BIN
Lesson5/Lesson5.pdf Bestand weergeven


BIN
Lesson6/Lesson6.odp Bestand weergeven


BIN
Lesson6/Lesson6.pdf Bestand weergeven


BIN
Lesson7/Lesson7.odp Bestand weergeven


BIN
Lesson7/Lesson7.pdf Bestand weergeven


BIN
Lesson8/Lesson8.odp Bestand weergeven


BIN
Lesson8/Lesson8.pdf Bestand weergeven


BIN
Lesson9/Lesson9.odp Bestand weergeven


BIN
Lesson9/Lesson9.pdf Bestand weergeven


+ 8
- 0
README.md Bestand weergeven

@@ -0,0 +1,8 @@
# LPIC-1\_102-500

These are some slides I prepared for my LPI 102 classes.

References:
-------
* https://www.lpi.org/our-certifications/exam-102-objectives
* https://www.tuxcademy.org/download/en/grd1/grd1-en-manual.pdf

Laden…
Annuleren
Opslaan