Procházet zdrojové kódy

Initial Commit

master
Theodotos Andreou před 3 roky
revize
b41526a38a
40 změnil soubory, kde provedl 148 přidání a 0 odebrání
  1. binární
      Lesson1/Lesson1.odp
  2. binární
      Lesson1/Lesson1.pdf
  3. binární
      Lesson10/Lesson10.odp
  4. binární
      Lesson10/Lesson10.pdf
  5. binární
      Lesson11/Lesson11.odp
  6. binární
      Lesson11/Lesson11.pdf
  7. binární
      Lesson12/Lesson12.odp
  8. binární
      Lesson12/Lesson12.pdf
  9. binární
      Lesson13/Lesson13.odp
  10. binární
      Lesson13/Lesson13.pdf
  11. binární
      Lesson14/Lesson14.odp
  12. binární
      Lesson14/Lesson14.pdf
  13. binární
      Lesson15/Lesson15.odp
  14. binární
      Lesson15/Lesson15.pdf
  15. binární
      Lesson16/Lesson16.odp
  16. binární
      Lesson16/Lesson16.pdf
  17. binární
      Lesson17/Lesson17.odp
  18. binární
      Lesson17/Lesson17.pdf
  19. binární
      Lesson18/Lesson18.odp
  20. binární
      Lesson18/Lesson18.pdf
  21. binární
      Lesson19/Lesson19.odp
  22. binární
      Lesson19/Lesson19.pdf
  23. binární
      Lesson2/Lesson2.odp
  24. binární
      Lesson2/Lesson2.pdf
  25. binární
      Lesson3/Lesson3.odp
  26. binární
      Lesson3/Lesson3.pdf
  27. +140
    -0
      Lesson3/xorg.conf
  28. binární
      Lesson4/Lesson4.odp
  29. binární
      Lesson4/Lesson4.pdf
  30. binární
      Lesson5/Lesson5.odp
  31. binární
      Lesson5/Lesson5.pdf
  32. binární
      Lesson6/Lesson6.odp
  33. binární
      Lesson6/Lesson6.pdf
  34. binární
      Lesson7/Lesson7.odp
  35. binární
      Lesson7/Lesson7.pdf
  36. binární
      Lesson8/Lesson8.odp
  37. binární
      Lesson8/Lesson8.pdf
  38. binární
      Lesson9/Lesson9.odp
  39. binární
      Lesson9/Lesson9.pdf
  40. +8
    -0
      README.md

binární
Lesson1/Lesson1.odp Zobrazit soubor


binární
Lesson1/Lesson1.pdf Zobrazit soubor


binární
Lesson10/Lesson10.odp Zobrazit soubor


binární
Lesson10/Lesson10.pdf Zobrazit soubor


binární
Lesson11/Lesson11.odp Zobrazit soubor


binární
Lesson11/Lesson11.pdf Zobrazit soubor


binární
Lesson12/Lesson12.odp Zobrazit soubor


binární
Lesson12/Lesson12.pdf Zobrazit soubor


binární
Lesson13/Lesson13.odp Zobrazit soubor


binární
Lesson13/Lesson13.pdf Zobrazit soubor


binární
Lesson14/Lesson14.odp Zobrazit soubor


binární
Lesson14/Lesson14.pdf Zobrazit soubor


binární
Lesson15/Lesson15.odp Zobrazit soubor


binární
Lesson15/Lesson15.pdf Zobrazit soubor


binární
Lesson16/Lesson16.odp Zobrazit soubor


binární
Lesson16/Lesson16.pdf Zobrazit soubor


binární
Lesson17/Lesson17.odp Zobrazit soubor


binární
Lesson17/Lesson17.pdf Zobrazit soubor


binární
Lesson18/Lesson18.odp Zobrazit soubor


binární
Lesson18/Lesson18.pdf Zobrazit soubor


binární
Lesson19/Lesson19.odp Zobrazit soubor


binární
Lesson19/Lesson19.pdf Zobrazit soubor


binární
Lesson2/Lesson2.odp Zobrazit soubor


binární
Lesson2/Lesson2.pdf Zobrazit soubor


binární
Lesson3/Lesson3.odp Zobrazit soubor


binární
Lesson3/Lesson3.pdf Zobrazit soubor


+ 140
- 0
Lesson3/xorg.conf Zobrazit soubor

@@ -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ární
Lesson4/Lesson4.odp Zobrazit soubor


binární
Lesson4/Lesson4.pdf Zobrazit soubor


binární
Lesson5/Lesson5.odp Zobrazit soubor


binární
Lesson5/Lesson5.pdf Zobrazit soubor


binární
Lesson6/Lesson6.odp Zobrazit soubor


binární
Lesson6/Lesson6.pdf Zobrazit soubor


binární
Lesson7/Lesson7.odp Zobrazit soubor


binární
Lesson7/Lesson7.pdf Zobrazit soubor


binární
Lesson8/Lesson8.odp Zobrazit soubor


binární
Lesson8/Lesson8.pdf Zobrazit soubor


binární
Lesson9/Lesson9.odp Zobrazit soubor


binární
Lesson9/Lesson9.pdf Zobrazit soubor


+ 8
- 0
README.md Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit