Browsed by
Month: June 2017

Easy issue creation for external reporters: the JIRA Issue Collector plugin beta

Easy issue creation for external reporters: the JIRA Issue Collector plugin beta

Atlassian is excited to announce the beta release of our new Issue Collector Plugin, which makes reporting issues easy. This is a must-have plugin for anyone developing a web application: users can raise issues in your JIRA instance directly from within your app, without navigating or logging into JIRA. A trigger link within your application will open a dialog box, where your users can submit details. The details entered are then submitted to your JIRA instance in the background. There…

Read More Read More

“esxcli software vib” commands to patch an ESXi 5.x/6.x host (2008939)

“esxcli software vib” commands to patch an ESXi 5.x/6.x host (2008939)

“esxcli software vib” commands to patch an ESXi 5.x/6.x host (2008939) Language Editions Purpose This article outlines the procedure for installing patches on an ESXi 5.x/6.x host from the command line using esxcli software vib commands. For more information on installing VIBs on an ESX host, see Update a Host with Individual VIBs section in the vSphere 5 Upgrade Guide. You can also install patches using esxcli software profile commands. For more information, see vSphere Command-Line Interface Reference section in…

Read More Read More

RedHat 7 – Get Access to System During the Boot Process

RedHat 7 – Get Access to System During the Boot Process

RHEL7: Interrupt the boot process in order to gain access to a system. Note: This is a critical RHCSA 7 exam objective (if you can’t take control of a VM through a reboot at the beginning of the exam, you will fail it entirely). Presentation In RHEL 7, the procedure to get access to a system during the boot process and modify the root password has changed because of the adoption of Systemd. There were several procedures floating around to…

Read More Read More

GitLab Wiki Markdown Coding

GitLab Wiki Markdown Coding

GitLab Flavored Markdown (GFM) Note: Not all of the GitLab-specific extensions to Markdown that are described in this document currently work on our documentation website. For the best result, we encourage you to check this document out as rendered by GitLab: markdown.md GitLab uses the Redcarpet Ruby library for Markdown processing. GitLab uses “GitLab Flavored Markdown” (GFM). It extends the standard Markdown in a few significant ways to add some useful functionality. It was inspired by GitHub Flavored Markdown. You…

Read More Read More

Cloud Foundry CLI Reference Guide

Cloud Foundry CLI Reference Guide

SOURCE: http://cli.cloudfoundry.org/en-US/cf/ NAME cf – A command line tool to interact with Cloud Foundry USAGE cf [global options] command [arguments…] [command options] VERSION 6.27.0+d26b32d.2017-06-08 GETTING STARTED help Show help version Print the version login Log user in logout Log user out passwd Change user password target Set or view the targeted org or space api Set or view target api url auth Authenticate user non-interactively APPS apps List all apps in the target space app Display health and status for…

Read More Read More

How to Recover SA Password and Start SQL Server in Single User Mode

How to Recover SA Password and Start SQL Server in Single User Mode

Recover SA Password on Microsoft SQL Server Introduction This article applies to Microsoft SQL Server 2005, and Microsoft SQL Server 2008 at the time of this writing. If you ever lost a SA password, you may have thought your only option is to reinstall SQL and re-attach to the DB’s. However, SQL server provides a much better disaster recovery method which preserves objects and data in the master DB. Members of the server’s Local Administrator’s group can access SQL server…

Read More Read More

How does Large File Support LFS work in Gitlab

How does Large File Support LFS work in Gitlab

How does Large File Support LFS work in Gitlab   add and track a 3.7GB tar file in a repo, and push it: git lfs track “*.tar” cp <a folder>/a.tar . git add a.tar git commit -m “add a.tar” git push origin master Question 1: at the end of this process, has a.tar been uploaded on the gitlab server ? It is unclear as the “add” and the “commit” commands took some time (maybe not long enough to let me…

Read More Read More