shell scripts
Tag details
Welcome to the 'shell scripts' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'shell scripts'.
Latest blogosphere posts tagged “shell scripts”
-
accenture.com, Security Analyst Jobs in accenture
INDIAN JOB MELA —
Authority: 111
Designation Security Analyst Job Description Job Summary: Exposure to development and maintenance of Security policies, standards, procedures and guidelines Working knowledge of BS7799, ISO17799, ISO27001, eSCM, COPC, SAS70 Thorough knowledge of one or more key technical areas: Ethernet, FDDI, Switching, ATM, ...1 day ago -
Match VM and Windows harddisks using PowerCLI
Arnim van Lieshout —
Authority: 109
Today I was asked to extend a disk of a Windows virtual machine. Normally this is a standard procedure and finished within minutes. The hardest part of the procedure is to check the scsi id from within Windows and match the Windows disk to the corresponding virtual disk in the virtual machine’s hardware settings. ...3 days ago -
PowerShell To Add Secondary Site Collection Admin
Alpesh Nakar Blogs on SharePoint, Microsoft and that's IT —
Authority: 111
Situation: You want to add secondary site collection administrator Old Method: Go to Central Admin… or use stsadm Smart Method: Use PowerShell How? Launch your Administrator: SharePoint 2010 Management Shell Type Set-SPSite –Identity http://server –SecondaryOwnerAlias justsharepoint\alpesh ...4 days ago -
ssh host completion in bash with a predifined user
The eternal fight between admins and computers —
Authority: 91
If you use a lot ssh from your workstation to connect to many servers using the same user (for example, err… root, or a standard user present in every of your servers) as I do, this is a must-have :) First of all, ensure you have HashKnownHosts no in your ssh_config. Then, edit your .bashrc and append these ...1 week ago -
PowerShell To Create a New Site Collection
Alpesh Nakar Blogs on SharePoint, Microsoft and that's IT —
Authority: 111
Situation: You want to create a new site collection in your SharePoint environment Old Method: Go to Central Admin… Smart Method: Use PowerShell How? Launch your Administrator: SharePoint 2010 Management Shell Type New-SPSite –url http://server/sites/DocumentCenter -OwnerAlias justsharepoint\administrator ...1 week ago -
$Null or Nothing?
Arnim van Lieshout —
Authority: 109
When looking at a lot of PowerCLI scripts available I noticed that people tend to forget to validate their output. For example let’s look at the following piece of code: $Vms = Get-VM Although this command will return a collection in almost all cases, it can however return 3 different output types. It can return ...1 week ago -
PowerShell To Retrieve All Site Collections for Web Application
Alpesh Nakar Blogs on SharePoint, Microsoft and that's IT —
Authority: 111
Situation: You want a list of all site collections in a Web Application of your SharePoint Farm Old Method: Go to Central Admin … Smart Method: Use PowerShell How? Launch your Administrator: SharePoint 2010 Management Shell Type get-spsite –webapplication http://server That’s it! Lists all ...1 week ago -
PowerShell: State Changes for a specified Monitor
Stefan Stranger's Weblog - Manage your IT Infrastructure —
Authority: 408
This week a got a question from a customer about ‘flapping’ taking place from a Monitor. I found out that they meant the State Changes that took place for a newly created Monitor. They found out that for a certain machine the State changed quite often and this was caused by a Recovery Task that was part of this ...2 weeks ago -
Home of the MinGW, MSYS and mingwPORT Projects
tutorials, tips, tricks and IT resources —
Authority: 132
MinGW, a contraction of “Minimalist GNU for Windows”, is a port of the GNU Compiler Collection (GCC), and GNU Binutils, for use in the development of native Microsoft Windows applications. Offered in easily installed binary package format, for native deployment on MS-Windows, or user-built from source, for ...3 weeks ago -
Have these servers an OpsMgr agent installed?
Stefan Stranger's Weblog - Manage your IT Infrastructure —
Authority: 408
Today I got a question from a customer if I would check if a number of servers had an OpsMgr agent installed? Because this was a large list and the number of servers being monitored by OpsMgr was also a very large list I didn’t wanted to to copy and paste all the server names for the text file and check them in the ...3 weeks ago -
Ethics of Releasing Non-Malicious Linux Malware?
IT Professionals Database (ITPD) - The European IT Professionals Database Networking Platform —
Authority: 137
buchner.johannes writes "I was fed up with the general consensus that Linux is oh-so-secure and has no malware. After a week of work, I finished a package of malware for Unix/Linux. Its whole purpose is to help white-hat hackers point out that a Linux system can be turned into a botnet client, by simply downloading ...3 weeks ago

