Skip to content

  • Top Certifications
  • Courses
  • Tutorials
  • Forum & Support
  • DevOps Tools
  • Slides
  • Update
  • Professional
  • Networking

    DNS problems

    ByRajesh Kumar December 9, 2017January 9, 2020

    scmuser created the topic: DNS problems Symptom: The user cannot access the internet or key applications. The network appears to be down. sgadmin replied the topic: Re:DNS problems Cause: Domain Name Services may be to blame. The client PC cannot resolve the name of the server with the IP address of that server, so it…

    Read More DNS problemsContinue

  • Networking

    Wireless client can’t connect

    ByRajesh Kumar December 9, 2017January 9, 2020

    scmuser created the topic: Wireless client can’t connect Symptom: The client can detect the wireless access point, but it cannot connect to the wireless network. sgadmin replied the topic: Re:Wireless client can’t connect Cause: Security credentials, wireless channel interference, and dead spots can cause this problem. Since wireless is invisible, it can be very difficult…

    Read More Wireless client can’t connectContinue

  • Networking

    Full Security in Your Hand

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshatbuzz created the topic: FULL SECURITY in YOUR HAND Anti-spyware application | Anti-rootkit Appliation | Anti Maleware Application Anti-spyware/ Anti-rootkit/ Anti Maleware application Ad-Aware Pro ( www.lavasoft.com/ ) Malwarebytes’ Anti-Malware( www.malwarebytes.org/ ) Windows Malicious Software Removal Tool( www.microsoft.com/security/malwareremove ) Rootkit Unhooker Avira AntiRootkit Tool( www.avira.com/en/support/support_downloads.html ) Complete Security Solution for Desktop and Server 1. AVG…

    Read More Full Security in Your HandContinue

  • Networking

    The VPN agent is not responding

    ByRajesh Kumar December 9, 2017February 1, 2025

    scmuser created the topic: The VPN agent is not responding Hi, While using CISCO ANYCONNECT VPN client, i get following message The VPN agent is not responding.Please contact your IT administrator for assistance. i find cisco services is running fine. I un-installed and installed many times but same issues. plz suggest what need to be…

    Read More The VPN agent is not respondingContinue

  • ANDROID

    How You Can Earn Money From Home With health

    ByRajesh Kumar December 9, 2017January 9, 2020

    joachimmm created the topic: How You Can Earn Money From Home With health Health and wellness products means completely different things to families. Wellness can be defined as ‘the hunt for a normal, well balanced way of living. Intended for major benefit of this post, well being solutions are increasingly being looked over inside the…

    Read More How You Can Earn Money From Home With healthContinue

  • Linux

    Converting Red Hat Enterprise Linux booting from CLI to GUI

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshkumar created the topic: Converting Red Hat Enterprise Linux booting from CLI to GUI I just found very good links where default Command mode can be converted into GUI mode during system boot. refer – www.linuxtopia.org/online_books/rhel6/rh…ng-to-gui-login.html Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn

    Read More Converting Red Hat Enterprise Linux booting from CLI to GUIContinue

  • Linux

    Ignore existing files or update only newer files with rsync

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshkumar created the topic: Ignore existing files or update only newer files with rsync Ignore existing files or update only newer files with rsynca Copying from local to remote Note that all the examples shown in the post are for copying files from the local computer to a remote server/computer. Default behavoir The following command…

    Read More Ignore existing files or update only newer files with rsyncContinue

  • Linux

    Mount: cannot mount block device //172.19.165.205/d read-only

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshkumar created the topic: mount: cannot mount block device //172.19.165.205/d read-only Issues [code language=”css”] root@rkumar11-usa:~/data/share# sudo mount -t cifs //172.19.165.205/d /home/rkumar11/data/share –verbose -o user=rkumar11 mount: block device //172.19.165.205/d is write-protected, mounting read-only mount: cannot mount block device //172.19.165.205/d read-only [/code] Solution – [code language=”css”] sudo apt-get install cifs-utils [/code] Regards, Rajesh Kumar Twitt me @…

    Read More Mount: cannot mount block device //172.19.165.205/d read-onlyContinue

  • Linux

    How to add new package to apt-get

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshkumar created the topic: How to add new package to apt-get wget -q -O – pkg.jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add – sudo sh -c ‘echo deb pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list.d/jenkins.list’ sudo apt-get update sudo apt-get install jenkins Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn

    Read More How to add new package to apt-getContinue

  • Linux

    Error: *** ln doesn’t support –relative ***

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshkumar created the topic: configure: error: *** ln doesn’t support –relative *** [code language=”css”] Error while doing ./configure during systemd-217 istall in RHEL 6.5 configure: error: *** ln doesn’t support –relative *** [/code] Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn

    Read More Error: *** ln doesn’t support –relative ***Continue

  • Linux

    Disable IPv6 and Enable IPv4 in Red Hat Linux

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshkumar created the topic: Disable IPv6 and Enable IPv4 in Red Hat Linux Disable IPv6 and Enable IPv4 in Red Hat Linux check “disable_ipv6″ file to check if IPv6 is disabled,enter: [root@devops ~]# cat /proc/sys/net/ipv6/conf/all/disable_ipv6 0 if you get “0” value, it means that IPv6 is enabled and “1” means it is disabled. How to…

    Read More Disable IPv6 and Enable IPv4 in Red Hat LinuxContinue

  • Linux

    Answer some of Linux admin questions…

    ByRajesh Kumar December 9, 2017January 9, 2020

    scmuser created the topic: Answer some of Linux admin questions… 1. How to send an email | check email | reply email attachment using command line?? 2. How do you connect to the internet in linux? 4. How can i restrict a aceess of the file? (Add user, add group)

    Read More Answer some of Linux admin questions…Continue

  • Linux

    How to Limit System Resources Using cgroups on CentOS 6

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshkumar created the topic: How to Limit System Resources Using cgroups on CentOS 6 How to Limit System Resources Using cgroups on CentOS 6? Answer – Control groups, or cgroups Great aricles – www.digitalocean.com/community/tutorials…-cgroups-on-centos-6 Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn

    Read More How to Limit System Resources Using cgroups on CentOS 6Continue

  • Uncategorised

    Set password for ost file

    ByRajesh Kumar December 9, 2017January 9, 2020

    scmuser created the topic: set password for ost file How to set password for ost file in Outlook to secure emails?

    Read More Set password for ost fileContinue

  • Uncategorised

    Chrome secure saved passwords

    ByRajesh Kumar December 9, 2017January 9, 2020

    scmuser created the topic: chrome secure saved passwords How to secure google chrome saved passwords accessible from others?

    Read More Chrome secure saved passwordsContinue

  • Uncategorised

    AnyConnect was not able to establish a connection to the specified sec

    ByRajesh Kumar December 9, 2017January 9, 2020

    sgadmin created the topic: AnyConnect was not able to establish a connection to the specified sec I am getting following error while connecting CISCO VPN. AnyConnect was not able to establish a connection to the specified secure gateway. please try connecting again.

    Read More AnyConnect was not able to establish a connection to the specified secContinue

  • Linux

    Automatic stop and restart the Cloud server

    ByRajesh Kumar December 9, 2017January 9, 2020

    pasupuleti2 created the topic: Automatic stop and restart the Cloud server How to scheduling an automatic stop and restart the Cloud server every Saturday. We are using Windows 2012 server -Saritha rajeshkumar replied the topic: Automatic stop and restart the Cloud server Please use following tutorials to do that…. www.howtogeek.com/123393/how-to-automati…dows-task-scheduler/ answers.microsoft.com/en-us/windows/foru…-375ce2647148?auth=1

    Read More Automatic stop and restart the Cloud serverContinue

  • Uncategorised

    Checkstyle reports different issues on different r

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshkumar created the topic: Checkstyle reports different issues on different r Checkstyle reports different issues on different runs I’m seeing something strange with the checkstyle plugin. We are using Checkstyle plugin 2.5 and configure it using a checkstyle file in a jar that is an extension of our pom. Thus: [code language=”css”] <project> <properties> <checkstyle-maven-plugin.version>2.5</checkstyle-maven-plugin.version>…

    Read More Checkstyle reports different issues on different rContinue

  • Uncategorised

    Integration of Sonar in IDE

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshkumar created the topic: Integration of Sonar in IDE Integration of Sonar in IDE to enable instant feedback to developer Proposals from both Evgeny and Andrew have been accepted for Google Summer Of Code 2010 ( code.google.com/soc/ ) : * Integration of Sonar in IDE to enable instant feedback to developer (Evgeny) : in other…

    Read More Integration of Sonar in IDEContinue

  • Uncategorised

    Calculate KLOC (added, deleted, updated) ?

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshkumar created the topic: calculate KLOC (added, deleted, updated) ? Hi, I am looking for a tools which help me to calculate KLOC (added, deleted, updated) ? RSM is the one but its commercial. Any Suggestion? Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn

    Read More Calculate KLOC (added, deleted, updated) ?Continue

  • Uncategorised

    KLOC tools reasearch

    ByRajesh Kumar December 9, 2017January 9, 2020

    scmuser created the topic: KLOC tools reasearch I was going through the www.powersoftware.com I have requirement to KLOC process which not only gather the matrix but also, Create a delta report as such src addition, deletion and update. Could you please tell me which tool is good for us? I am just going through Sonar,…

    Read More KLOC tools reasearchContinue

  • Uncategorised

    Creating xml report using Cloc

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshkumar created the topic: Creating xml report using Cloc Hi, Cou;d you please help me on following command as following command is not able to generate CLOC reports for me. cloc-1.50.exe –diff src49 src51 Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn

    Read More Creating xml report using ClocContinue

  • Uncategorised

    Tools for Line of Code Metrix

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshkumar created the topic: Tools for Line of Code Metrix Dear, Please find a list of Tools which will help you out for LOC(Lines of Code), SLOC, KLOC(Kilo Line of code)etc.. CAST Sonar SLOC RSM LocMetrics EZ-Metrics Metrixware Parasoft (Jtest) Squale KODERS PRACTILINE POWERSOFTWARE CLOC Unified CodeCount (UCC) Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn…

    Read More Tools for Line of Code MetrixContinue

  • Uncategorised

    Expect script for Windows

    ByRajesh Kumar December 9, 2017January 9, 2020

    vijayakumar.cm created the topic: Expect script for Windows Hi, I’m executing one expect script from windows to do automatic FTP to Unix server. Error msg:- D:\expect>tclsh85 telnet.exp Connecting to 10.118.215.14 to upload the latest build. invalid command name “spawn” while executing “spawn ftp $hostname” (file “telnet.exp” line 17) do anyone have any idea about this…

    Read More Expect script for WindowsContinue

  • Uncategorised

    Reporting the developers responsible for most viol

    ByRajesh Kumar December 9, 2017January 9, 2020

    scmuser created the topic: Reporting the developers responsible for most viol hi, I was doing a demo of sonar to our project manager and senior project manager in order to push for usage of Sonar in our projects. They have come up with a question of whether is it possible to identify the developers who…

    Read More Reporting the developers responsible for most violContinue

  • Uncategorised

    Sonar Starter Issues in Linux.

    ByRajesh Kumar December 9, 2017January 9, 2020

    scmuser created the topic: Sonar Starter Issues in Linux. Sonar Starter Issues in Linux. Hi, After installing Sonar in Linux i am finding very strnage issues…Any help on this??? Machine Info: uname -a Linux CMP_NAME 2.6.9-67.EL #1 Wed Nov 7 13:41:13 EST 2007 i686 i686 i386 GNU/Linux Sonar version:sonar-2.2 Database: MySql JAVA VERSION: jdk1.6.0_20 START…

    Read More Sonar Starter Issues in Linux.Continue

  • Uncategorised

    Database query for Sonar setup

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshkumar created the topic: database query for Sonar setup [code language=”css”] CREATE USER ‘sonar123’@’%’ IDENTIFIED BY ‘***’; (Create a User in Mysql DB) GRANT USAGE ON * . * TO ‘sonar123’@’%’ IDENTIFIED BY ‘***’ WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0 ; (Grant Access to user” Sonar123”) CREATE DATABASE IF NOT EXISTS `sonar123`…

    Read More Database query for Sonar setupContinue

  • Uncategorised

    What is Accessors in Sonar

    ByRajesh Kumar December 9, 2017January 9, 2020

    scmuser created the topic: What is Accessors in Sonar Hi, Can you please define what is Accessors in Sonar?

    Read More What is Accessors in SonarContinue

  • Uncategorised

    max_allowed_packet issues in Sonar

    ByRajesh Kumar December 9, 2017January 9, 2020

    scmuser created the topic: max_allowed_packet issues in Sonar Hi, When I execute sonar file to generate the code quality matrix. I get following error…any help [code language=”css”] You can change this value on the server by setting the max_allowed_packet’ variable. [/code] scmuser replied the topic: Re:max_allowed_packet issues in Sonar I go Following Solution for this……

    Read More max_allowed_packet issues in SonarContinue

  • Uncategorised

    Useful links for Sonar with Ant

    ByRajesh Kumar December 9, 2017January 9, 2020

    rajeshkumar created the topic: Useful links for Sonar with Ant Sonar with Ant sonar.codehaus.org/a-new-hudson-plugin-f…egration-with-sonar/ old.nabble.com/Ant-Integration-td20105950.html old.nabble.com/JUNIT—ANT-Build-File-td21797773.html docs.codehaus.org/display/SONAR/Analyzing+Java+Projects Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn rajeshkumar replied the topic: Re: Useful links for Sonar with Ant Sonar and Other Quality Tools sonar.codehaus.org/what-makes-checkstyle…acker-complementary/ itspice.net/cms/tools/java-development/s…e-quality-management ganeshrenganathan.wordpress.com/2009/07/29/sonar-hudson/ Regards, Rajesh Kumar Twitt me @ twitter.com/RajeshKumarIn

    Read More Useful links for Sonar with AntContinue

Page navigation

Previous PagePrevious 1 … 346 347 348 349 350 … 388 Next PageNext

© 2026 - WordPress Theme by Kadence WP

  • Top Certifications
  • Courses
  • Tutorials
  • Forum & Support
  • DevOps Tools
  • Slides
  • Update
  • Professional
Search