We are looking for an ambitious and motivated mid-level IT technician to become part of our agile IT operations team. We employ a broad range of technologies with a leaning towards Linux and open source. You will need to be open-minded, quick thinking and comfortable in a high pressure...
Hi there everyone,
This is my first post on this forum. I use a Samsung Galaxy S4 running Cyanogenmod 11 nightly.
I've had to break this down into 2 posts as there is a 10,000 character limit and this post runs around 16,000.
What you need:
Phone running Android (Root NOT required)
Be...
Hi guys
I dont know much about scripting.
Can anyone please explain to me how this gets done?
I want to copy a small .exe from a server:
for example: \\192.168.10.5\shares\apps\lock.exe
to every desktop in my domain, I have 45 PC's in the domain.
How would I go about doing this...
HI there
I am interested in creating a 'membership' site.
on this site people would eg pay a once off membership fee, adn then receive login details.
once they login, they will have access to various information (they will search by part number or error number for a particular part /...
If you have a file with numerical columns, and need a total of each column, it would be easy to do the calculation with awk.
Given the input file with contents:
server1 2 4 5 2 1 5
server2 4 5 6 7 2 7
Execute the command like this:
cat <filename> | addco.sh
you'll get the following...