http://www.unix.com – Hello, I installed Tectia client version 6.2.4.212 on our unix boxes. (HowTos)
http://www.unix.com – Hello, I installed Tectia client version 6.2.4.212 on our unix boxes. (HowTos)
http://ubuntuforums.org – Hi, First of all, I'd wish that this discussion stays away from flamewars against any OS. I say this because I've almost discarded Ubuntu as my next OS, but I don't pretend any flamewar, just a positive talk about other options out there. In the past, decades ago, I've been an SGI IRIX user. Later I moved to Mac OSX and Ubuntu, and used both OSs on a daily basis. (Hardware)
http://stackoverflow.com – #!/bin/bash while read -r line; do mkdir "UNIX/$line" done < usernames.lnk MasterDir="/home/darkeve/Documents/OS/master/" USERHOME="/home/darkeve/Documents/OS/UNIX" for FILENAME in `cat $MasterFile` do cp $MasterDir/$FILENAME $USERHOME/$USER done My script does the first job right, it first reads a file called "usernames" and creates individual folders for each user int (HowTos)
http://serverfault.com – I've got two web servers which hosts the very same content, and I replicate data between these two servers (including ownership and permissions). As it is right now, whenever I create a new user on server A I have to create the same user on server B with the same uid and gid (for replicated file ownership and permissions to be right). (HowTos)
http://serverfault.com – I found a script that can delete files over X days old and changed it a bit so that i will scan different network folders to see if there are files that are older than X days. Now when i run the script with PowerShell ISE the script is working fine and doing what it should do. (HowTos)
http://askubuntu.com – i recently upgraded to ubuntu 12.04 and after using it for some time in gnome classic, the top panel containing applications and places folders disappears suddenly and doesn't come back. (HowTos)
http://unix.stackexchange.com – We have created an asset management application web app using php. (HowTos)
http://askubuntu.com – My friend did a chmod -R 777 /var by mistake. (HowTos)
http://unix.stackexchange.com – I am new with building software using cmake. I want to install VTK using cmake. I downloaded the .tar file and un-tared it. This leaves me with a directory that contains some cmake files and some other stuff. (HowTos)
http://serverfault.com – I'm trying to modify the permissions of a group so that they can have full control over files (read/write/delete... (HowTos)