OMVS

Computer sind m/deine Leidenschaft

Seite 4 von 10

vim – Installation und Konfiguration

Heute mal ein kleiner Crash-Kurs zur Installation und Konfiguration von vim. vim ist die schönere Variante vom vi. Dieser wiederum ist meist schon installiert. Die Bedienung ist in vim und vi gleich. Vorteile: Nachteile: Zunächst, falls nicht schon geschehen, muss… Weiterlesen →

Linux – Am Laptop den Hauptbildschirm einstellen

Nachdem ich ein begeisterter Laptop-Nutzer bin, da man hierbei sehr flexibel arbeiten kann, ärgert es mich immer, nach einer Neuinstallation die Monitore einstellen zu müssen. Dies klappt meist nur, wenn man den Laptop-Screen offen hat. Da ich aber das Gerät… Weiterlesen →

closed Laptop – How to configure the Monitor-Setup in Linux-Mint

I’ve had the problem, i can’t configure the monitor-setup in Linux-Mint with a closed Display. The Main-Settings are only available at the main-screen .. and that is closed. But no problem, right click at the background and select “open terminal”…. Weiterlesen →

vim – delete comments and empty lines

Hi, today in english because .. more people can read this in the world 😉 How to delete comments and empty lines in a config-file in linux?No Problem, do this in vi/vim: :g/^\#/d This deletes lines beginning with # :g/^$/d… Weiterlesen →

Mount USB-Stick in WSL (Windows Subsystem for Linux)

Sometimes you want to mount an USB-Stick in WSL. How to do this?It’s very easy to do with this simple commands: You have to adjust the Drive-Letter of your USB-Stick ( in this sample its D: ). Have fun and… Weiterlesen →

Powershell-Script für Chrome

Aus aktuellem Anlass möchte ich hier ein Script von mir zum Besten geben, welches zwischen 2 Tabs von Chrome umschaltet und die jeweilige Webseite aktualisiert. Wofür es gut ist, muss jeder selbst wissen 😉 Das ganze als ps1-Datei speichern und… Weiterlesen →

« Ältere Beiträge Neuere Beiträge »

© 2024 OMVS

Nach oben ↑