Linux Tutorials: ftp commands examples
rajeshkumar created the topic: FTP commands for Linux / Unix How to Login – ftp rajesh-servers Basic Commands help or ? Displays a list of all FTP commands. quit Quits…
Read more »Df command usage
rajeshkumar created the topic: df command usage Filesystems using more than 90% capacity df -hP | awk ‘{x=$5;sub (“%”,””,x)}x>75’ df -h | awk ‘{if(NF==1){x=$0;getline;if(int($4)>90)print x,$0}else if(int($5)>90) print}’ ssh -q rajesh…
Read more »Frequently Used Shell Script
rajeshkumar created the topic: Frequently Used Shell Script Shell scripts to convert file names to lower case and upper case To convert to lower case: #!/bin/sh for i in *…
Read more »Linux Tutorials: Commands to send an email in Linux
rajeshkumar created the topic: Various Commands to send an email in Linux Sending mail To send a message to one or more people, mailx can be invoked with arguments which…
Read more »Setting the tab in Vim
rajeshkumar created the topic: Setting the tab in Vim Setting the tab in Vim $ sudo vim /etc/vim/vimrc Then add the following line: set tabstop=4 Next, save, exit and execute…
Read more »Recovering a Recently opended deleted files
rajeshkumar created the topic: Recovering a Recently opended deleted files Recovering a Recently opended deleted files By using lsof, you can recover a deleted file that was opened already. This…
Read more »Securing a directory
rajeshkumar created the topic: Securing a directory Securing a directory Here is a tip that uses the sticky bit feature of Linux to secure a directory. A sticky but ensures…
Read more »Changing port of ftp and ssh
rajeshkumar created the topic: Changing port of ftp and ssh Changing port of ftp and ssh To Change the port of ssh, edit the file /etc/ssh/sshd_config and add the following…
Read more »Make your pendrive bootable
rajeshkumar created the topic: Make your pendrive bootable Make your pendrive bootable if you can not boot from the DVD/CD-ROM drive, but can boot using USB device such as a…
Read more »How to check ssh is working with public key / private key
rajeshkumar created the topic: How to check ssh is working with public key / private key Code – ssh serverhostname -o ‘BatchMode=yes’ -o ‘ConnectionAttempts=1’ true Every time a ssh attempt…
Read more »Must have collection of shell script for any SCM admin
rajeshkumar created the topic: Must have collection of shell script for any SCM admin Hello Guys, In a busy schedule of SCM jobs, everyone must have a collection of shell…
Read more »How to check ssh is working with public key / private key
rajeshkumar created the topic: How to check ssh is working with public key / private key Code – ssh serverhostname -o ‘BatchMode=yes’ -o ‘ConnectionAttempts=1’ true Every time a ssh attempt…
Read more »Must have collection of shell script for any SCM admin
rajeshkumar created the topic: Must have collection of shell script for any SCM admin Hello Guys, In a busy schedule of SCM jobs, everyone must have a collection of shell…
Read more »Create a script haven’t been accessed for a week, then delete them
rajeshkumar created the topic: Create a script haven’t been accessed for a week, then delete them Create a script for a cronjob that checks a special directory for files with…
Read more »Questions to test your linux shell Script
rajeshkumar created the topic: Questions to test your linux shell Script www.scmgalaxy.com/index.php?option=com_k…34&id=427&Itemid=442 www.scmgalaxy.com/index.php?option=com_k…34&id=426&Itemid=442 www.scmgalaxy.com/index.php?option=com_k…34&id=425&Itemid=442 www.scmgalaxy.com/index.php?option=com_k…34&id=424&Itemid=442 www.scmgalaxy.com/index.php?option=com_k…34&id=423&Itemid=442 www.scmgalaxy.com/index.php?option=com_k…34&id=422&Itemid=442 www.scmgalaxy.com/index.php?option=com_k…34&id=419&Itemid=442 www.scmgalaxy.com/index.php?option=com_k…34&id=421&Itemid=442 www.scmgalaxy.com/index.php?option=com_k…34&id=420&Itemid=442 www.scmgalaxy.com/index.php?option=com_k…34&id=418&Itemid=442 www.scmgalaxy.com/index.php?option=com_k…34&id=431&Itemid=442 www.scmgalaxy.com/index.php?option=com_k…34&id=430&Itemid=442 www.scmgalaxy.com/index.php?option=com_k…34&id=428&Itemid=442 Regards, Rajesh Kumar Twitt me @…
Read more »New Setup issues of CruseControl
scmuser created the topic: New Setup issues of CruseControl Connectforu Config Tab Issues Hi, I have cruise contriol and when i navigated to Connectforu and click in Config Tab, i…
Read more »Unregister Issues in JMX Interface
scmuser created the topic: Unregister Issues in JMX Interface Hi, I am just learning Cruise Control. I access http://localhost:8000/ link and click on un-register and then this Page is disappeared….
Read more »Msbuild slower than devenv
scmuser created the topic: msbuild slower than devenv Hi, I’m experiencing performance inconsistencies with regards to build duration when building a VS2008 solution file with either devenv or msbuild from…
Read more »Build Archive Policy
sgoldstein created the topic: Build Archive Policy I wanted to get some input from the SCM community regarding build archiving. When using either a CI or nightly build approach, a…
Read more »MSBuild Tool
rambabu1683 created the topic: MSBuild Tool Hi guys, i am new to this forum. can anyone help me about MSBUILD tool with small examples? Warm Regards, Rambabu.M rajeshkumar replied the…
Read more »Windows: “OpenSCManager failed – Access is denied. (0x5)” errors when
scmuser created the topic: Windows: “OpenSCManager failed – Access is denied. (0x5)” errors when Problem: Windows: “OpenSCManager failed – Access is denied. (0x5)” errors when starting Nexus Solution: You need…
Read more »The nexus-webapp service is not installed – The specified service does
scmuser created the topic: The nexus-webapp service is not installed – The specified service does While installing Sonatype nexus in Windows 7, I get following error.. wrapper | The nexus-webapp…
Read more »Fatal error: Unable to find local grunt.
scmuser created the topic: Fatal error: Unable to find local grunt. I am getting following error… grunt lite grunt-cli: The grunt command line interface. (v0.1.9) Fatal error: Unable to find…
Read more »Error: Cannot find module ‘graceful-fs’
rajeshkumar created the topic: Error: Cannot find module ‘graceful-fs’ Error – Error: Cannot find module ‘graceful-fs’ at Function.Module._resolveFilename (module.js:331:15) at Function.Module._load (module.js:273:25) at Module.require (module.js:357:17) at require (module.js:373:17) at Object….
Read more »aapt.exe has encountered a problem and needs to close
rajeshkumar created the topic: aapt.exe has encountered a problem and needs to close aapt.exe has encountered a problem and needs to close I am getting following error as below with…
Read more »TeamCity EC2 Integration via ISA Server
rajeshkumar created the topic: TeamCity EC2 Integration via ISA Server I have a TeamCity server which is actually installed on SBS 2003 Premium with ISA Server (firewall/proxy) installed. My ADSL…
Read more »Spring integration tests with Team city: OutOfMemo
rajeshkumar created the topic: Spring integration tests with Team city: OutOfMemo Spring integration tests with Team city: OutOfMemoryError Hello all, On our project we wanted to start having integration tests…
Read more »Finding out who broke the most builds in Teamcity
scmuser created the topic: Finding out who broke the most builds in Teamcity Is there a simple way of finding out how many successful/broken builds a user has generated in…
Read more »TeamCity with TFS – workspace problems
rajeshkumar created the topic: TeamCity with TFS – workspace problems 0 vote down star Hi, We have been using CC.NET as our CI server for a month or so now,…
Read more »Good Links for Continuous integration with Team City and MSBuild
rajeshkumar created the topic: Good Links for Continuous integration with Team City and MSBuild Continuous integration with Team City and MSBuild bjarte.com/post/continuous-integration-with-team-city-and-msb Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn
Read more »