Posts

Showing posts from January 29, 2019

Centos installed, switch to gui, no internet connection

Image
Clash Royale CLAN TAG #URR8PPP 0 I've installed CentOS 7 on a Dell PowerEdge R320. I did the minimal install and its starting up at the command line. Is there anyway to switch to the regular gui without reinstalling or a internet connection. I could load a file to a usb stick and go from there... Or would a complete re install be faster? gui share | improve this question asked Feb 9 '16 at 18:16 Robert Robert 1 2 add a comment  |  0 I've installed CentOS 7 on a Dell PowerEdge R320. I did the minimal install and its starting up at the command line. Is there anyway to switch to the regular gui without reinstalling or a internet connection. I could load a file to a usb stick and go from there... Or would a complete re install be faster? gui share | improve this question asked Feb 9 '16 at 18:16 Robert Robert 1 2 add a comment  |  0 0 0 I've ins

What do compile and link line refer to?

Image
Clash Royale CLAN TAG #URR8PPP 1 While installing the cudnn library, I came across this in the INSTALL.txt file: Add [installpath] to your build and link process by adding -I[installpath] to your compile line and -L[installpath] -lcudnn to your link line. What does compile and link line mean? Do I do this, while compiling myFile.c which uses cudnn: gcc myFile.c -L /path/to/library -l /name/of/library Or something else? PS: They have also mentioned to do this: cd <installpath> export LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH But won't I need to write this out to my .bashrc file so that the environment variable is set every time my machine runs? compiling environment-variables gcc linker share | improve this question edited Jan 14 at 0:46 Rui F Ribeiro 39.7k 14 79 132 asked Jun 3 '17 at 11:45 James Bond James Bond 23 1 5 add a comment  |  1 While installing the cudnn library, I came across t