Zum Inhalt springen

philipp-schoene

Mitglieder
  • Gesamte Inhalte

    228
  • Benutzer seit

  • Letzter Besuch

Alle Inhalte von philipp-schoene

  1. Das Seltsame ist, dass ich wenn ich die Seite mit xampp anzeige ist alles in ordnung. aber wenn ich die seite dann auf den Webserver spiele, dann stimmen Bild und css Pfade nicht mehr...
  2. in der index.php steht als css-Pfad: css/haupt.css
  3. Also ich soll eine Homepage von HTML auf PHP umstellen. Unter anderen benutze ich dabei include. Leider wird die css-Dateil, die voher funktioniert hat nicht interpretiert. Bei einem technisch gleichen Projekt habe ich schon mal geguckt. Ich kann keine Unterschiede erkennen. Ich habe folgende Ordnerstruktur: (">" = Unterordner) index.php > css > include-Verzeichnis Bitte um Hilfe, da ich in dem Projekt weiterkommen will und muss.
  4. Ich habe gehört, dass NTFS endlich für Linux "geknackt" ist. Stimmt das? Gibt es diesbezüglich ein Update für ubuntu o ä.?
  5. Es funktioniert nun. Vielen Dank an alle, die mir geholfen haben!!!
  6. ich habe einen Treiber erfolgreich installieren können. Trotzdem läuft mein Monitor immer noch mit 60 Hz. Kann man die Frequenz erhöhen?
  7. ich habe keine andere CPU. Da mir nichts mehr einfiel, habe ich den PC wieder dem Besitzer übergeben. Falls noch was kommt, was helfen kann. Kann ich mir das Ding aber wiederholen.
  8. und wenn ein Teil der Minimalbestückung kaputt ist? Dann weißte ja nicht welches
  9. Ich soll einen Computer reparieren. Der Besitzer sagte mir, dass angeblich das Mainbord kaputt ist.Folgendes habe ich selbst festgestellt: Der Rechner startete beim ersten Bootversuch normal und fand aber kein Betriebssystem. Das ist ja noch normaler Zustand. In den folgenden Bootversuchen kam ich nicht mehr so weit. Irgendwann fror das System ein. Auch in BIOS kam ich nicht mehr, weil das System vorher einfror. Der Rechner Piepst gar nicht. Ich bin bei Hardwarefehler unerfahren. Was könnte die Ursache sein? Nachtrag, bei einem weiteren späteren Versuch, piepste der PC mal. Aber ich weiß nicht was da anders war.
  10. Ich bekomme den treiber nicht installiert. meine /etc/X11/xorg.conf # /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 command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "Files" FontPath "/usr/share/X11/fonts/misc" FontPath "/usr/share/X11/fonts/cyrillic" 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/CID" 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" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" EndSection Section "Module" Load "GLcore" Load "i2c" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" EndSection 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 Section "Device" Identifier "NVIDIA Corporation NV20 [GeForce3 Ti 200]" Driver "nv" BusID "PCI:1:0:0" EndSection Section "Monitor" Identifier "Standardbildschirm" Option "DPMS" HorizSync 28-51 VertRefresh 43-60 EndSection Section "Screen" Identifier "Default Screen" Device "NVIDIA Corporation NV20 [GeForce3 Ti 200]" Monitor "Standardbildschirm" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout"# /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 command: # sudo dpkg-reconfigure -phigh xserver-xorg Section "Files" FontPath "/usr/share/X11/fonts/misc" FontPath "/usr/share/X11/fonts/cyrillic" 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/CID" 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" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" EndSection Section "Module" Load "GLcore" Load "i2c" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" EndSection 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 Section "Device" Identifier "NVIDIA Corporation NV20 [GeForce3 Ti 200]" Driver "nv" BusID "PCI:1:0:0" EndSection Section "Monitor" Identifier "Standardbildschirm" Option "DPMS" HorizSync 28-51 VertRefresh 43-60 EndSection Section "Screen" Identifier "Default Screen" Device "NVIDIA Corporation NV20 [GeForce3 Ti 200]" Monitor "Standardbildschirm" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 4 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 8 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 15 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection Identifier "Default Layout" Screen "Default Screen" InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "DRI" Mode 0666 EndSection
  11. Wie installiere ich den Treiber denn? In welchem Modus muss ich booten? Ist die Datei "NVIDIA-Linux-x86-1.0-8762-pkg1.run" richtig für Ubuntu?
  12. In letzter habe ich Probleme mit den CD-Laufwerken. Im Arbeitsplatz werden keine CD-Laufwerke mehr angezeigt. Im Geräte-Manager erscheint folgende Fehlermeldung: "Registrierung ist eventuell beschädigt (Code 19)" Meine Idee war zuerst, die Registrierung zu Prüfen, was früher unter Windows 98 mit "scanreg" möglich war. Kann mir bitte jemand helfen? Vielen Dank schonmal.
  13. Geforce Ti (2 oder 3) 200
  14. unter alte Daten meinte ich auch installierten Programme. na gut, dass muss ich erstmal gucken, was ich an Softeware habe und und die Daträger entsprechend suchen...
  15. Ich habe Ubuntu installiert. Gibt es eine Möglichkeit die Bildfrequenz zu erhöhen? Ich schine nur die Standard-Treiber installiert zu haben. Nur wie installiert man den richtigen?
  16. Wi gehe ich denn dasnn vor, wenn ich meine Home-Lizenz nutzen möchte? Neu installieren? oder gibt es eine Möglichkeit, die alten Daten zu behalten?
  17. Kann man, wenn man Windows XP Professional installiert hat aber seine Linzenz weitergegeben hat, eine Home-Lizenz "einpflegen"?
  18. Also sollte auch nicht der Server nach Außen öffen (FTP). Denn mit den FTP-Ports habe ich Propleme
  19. Ich habe ein kleines LAN: Derzeit ein Router, an dem ein Linux-Recher, der als Server fungiert und ein PC als Arbeitsplatz. auf dem Server möchte ich http, FTP, Mysql, u.a. laufen lassen. Wenn ich den so wie bisher betrieber, sperrt der Router Ports. Wie sinnvoll ist es der Server als Gateway einzusetzen? Was spricht jeweils für und gegen Hardware-Router und Linux-Gateway mit Webserver und Co?
  20. den 1. Film habe ich fertig. Der 2. enthält noch Fehler. Wie bekomme ich den Film auf DVD (oder VCD)?
  21. Also ich muss das erstmal demuxen (Ton von Video trennen) Soviel habe ich herausgefunden. Was ist wenn ich Werbeblöcke herausscheiden möchte. Viel mehr möchte ich damit auch nicht machen.
  22. mit Cuttermaran kann man keine mpegs laden, wie muss mal vorgehen? Ich habe mit Videobearbeitung noch nichts gemacht. Bitte um Hilfe. Danke!
  23. Ja, das * ist ein Joker. Es handelt sich um eine Mysql DB Namens Forum
  24. Ich möchte in einer Datenbank bestimmte Tabellen löschen. Also in der Form " DROP TABLE `bb1_*". Wie kann man das?
  25. kurz: Videobearbeitung geht quasi nicht?!?

Fachinformatiker.de, 2024 by SE Internet Services

fidelogo_small.png

Schicke uns eine Nachricht!

Fachinformatiker.de ist die größte IT-Community
rund um Ausbildung, Job, Weiterbildung für IT-Fachkräfte.

Fachinformatiker.de App

Download on the App Store
Get it on Google Play

Kontakt

Hier werben?
Oder sende eine E-Mail an

Social media u. feeds

Jobboard für Fachinformatiker und IT-Fachkräfte

×
×
  • Neu erstellen...