cs in linux
Categories:
Related Post
How to use SSH to forward X into localHow to use SSH to forward X into local
There are various way to get something run remotely but give the control back to local.. err.. in other word.. get the display to local instead of remote… but process
How to install CentOS via HTTP – parallel for 20 PC.How to install CentOS via HTTP – parallel for 20 PC.
first of all. Setup the HTTP repository with something like the following setup .. mount -o loop /home/namran/iso/CentOS-5.4-i386-bin-DVD.iso /var/www/html/centos service httpd start then boot of each machine with a DVD/
Running amazonlinux image in docker and install php7.3 into its imageRunning amazonlinux image in docker and install php7.3 into its image
First, grab docker image from docker hubs repository docker pull amazonlinux run and get into its bash : docker run -it --rm amazonlinux /bin/bash actually you can run have any