HP-UX uid change
following is a procedure to make 2 SAP SIDadm users who share the same UNIX UID, live together on the same app server, by changing one of the user’s UID (including the files) # first…
following is a procedure to make 2 SAP SIDadm users who share the same UNIX UID, live together on the same app server, by changing one of the user’s UID (including the files) # first…
"Fluka LIVE" was my Software engineering graduation project, it is a complete Linux distribution, built from scratch, intended to run from a CD. it consists of isolinux, the kernel, busybox, bash & a Fortran toolchain.…
a simple script i made to replace multiple appearance of a word in a raw or multiple raws, output to file.new #!/usr/bin/perl if ($#ARGV != 2) { print "this programs output is FILENAME.new\n"; …