I am doing a chemistry lab and was told to make a graph either by hand or using a spreadsheet program such as Microsoft Excel. I was told to enter the values for the temperature on the x-axis and the values for the volume on the y-axis. I have been stuck on how to go [...]
Line
Unix and Linux Command Line Logging
Dieses Tutorial beschreibt kurz eine “Quick and Dirty” Variante der Protokollierung von Benutzereingaben auf der Kommandozeile von Unix bzw. Linux Systemen. Ziel ist es, jedes eingegebene Kommando mit Benutzername, Uhrzeit und System in eine Logzeile zu bekommen. Der im Video erwähnte Code kann auf folgender Seite kopiert werden: www.securitymonitoringblog.de
What Unix command line would you use to run a specific program?
For example I just wrote a program and named it montecarlosourcecode.cpp, for my Windows computer I just write a montecarlosourcecode.cpp and it runs but my prof has a Unix/Linux so what would be the steps for him to run the program? Any good input is greatly appreciated! No the program is compiled just fine with [...]