IBS Helpdesk

Professionelle IT-Lösungen

Entries Tagged ‘Linux’

Linux – Zeichenkette in Dateiinhalt suchen

Linux-Befehl, um eine Zeichenkette in Dateiinhalten (Verwendung von Wildcards im Dateinamen) im aktuellen und allen Unterverzeichnissen zu suchen:
find . -name “*.html” -exec grep -Hn “searchstring” {} \; > result.txt

Bildschirmauflösung Ubuntu 8.04+

Problem:
Nach der Installation von Ubuntu 8.04+ steht lediglich eine maximale Bildschirmauflösung von 800×600 Pixel zur Verfügung.
Lösung:
Ubuntu 7.10 von CD starten und die Datei /etc/X11/xorg.conf z.B. auf USB-Stick kopieren. Neu booten und die Datei /etc/X11/xorg.conf durch die alte Version vom USB-Stick ersetzen.

How to Enable and Disable Ubuntu Root Password

Ubuntu is one of the few Linux distributions out there that will not enable the root account. If you want to do something with root permission on the console you have to type sudo before the command.
sudo means superuser do. sudo will prompt for “Password:”. Please specify user password.
As you have noticed during the Ubuntu [...]