Copy a file to multiple locations in linux
How to copy a file to multiple locations in linux. cp doesnt let you copy one file to multiple locations; There are a few ways to do this, but the…
How to copy a file to multiple locations in linux. cp doesnt let you copy one file to multiple locations; There are a few ways to do this, but the…
This post will show you how to use iptables on centos7. Centos7 has moved its firewall service to firewalld, away from iptables, but if you have been running centos for…
[et_pb_section fb_built="1" admin_label="section" _builder_version="3.0.47"][et_pb_row admin_label="row" _builder_version="3.0.48" background_size="initial" background_position="top_left" background_repeat="repeat"][et_pb_column type="4_4" _builder_version="3.0.47" parallax="off" parallax_method="on"][et_pb_text admin_label="Text" _builder_version="3.0.74" background_size="initial" background_position="top_left" background_repeat="repeat"] This is a short post on Installing vagrant on centos 7. First,…
Here is a little script that will turn off mail for every domain in plesk! I use it as part of an automated domain creation script to be doubly sure…
I have been experimenting with the solarized colour palate for my console screens. One thing that I needed was colour man pages (I use man pages all the time) I…
I needed to find all the files symlinked in linux that were linked to a certain file. I had a quick search all over the internet, and eventually came up with…
customise osx bash prompt: I was reading over an old lifehacker post (I was looking for the bash profiles site, and found this too), its a pretty good way to…
This post will show you how to mount a macox dmg image file in linux. firstly, open terminal sudo mount -o loop /path/to/image.dmg /place/to/mount now your dmg file will be…
This post will show you how to convert all filenames in a directory to lowercase (or uppercase). This is on that I don't use often, so I'm adding it here…