Facebook
Twitter
LinkedIn
YouTube
GitHub
Hasan's Blog
  • General
  • CI/CD
  • DevOps
  • Test Mgmt & Automation
  • Blog
    • About me

How to Install and Configure GitLab on CentOS 8/7

2020/05/09Hasan NaqviCI/CDNo commentsgithub, Gitlab, Version Control

Gitlab is one of the best alternatives to Github for hosting your open source projects, that you will find out there. In this article, we will explain how to install and configure Gitlab (Git-repository manager) on CentOS 8/7 or RHEL 8/7 Linux distributions. Step 1: Install and Configure Required Dependencies 1. First, start by installing the following necessary dependencies using the yum package manager sudo yum…

Read More

How to Install Python 3.8 on Ubuntu 18.04

2020/04/14Hasan YousufUncategorized

Python is one of the most widely used programming languages in the world. With its simple and easy to learn syntax, Python is a popular choice for beginners and experienced developers. Python is quite a versatile programming language. It can be used to build all kinds of applications, from simple scrips to complex machine learning…

Read More

How to navigate long commands faster

2020/03/30Hasan YousufLinuxbash shell

Ctrl + a – go to the start of the command line Ctrl + e – go to the end of the command line Ctrl + k – delete from cursor to the end of the command line Ctrl + u – delete from cursor to the start of the command line Ctrl + w…

Read More

Solved – How to fix Internet connection Issue in Linux CentOS 7 Quickly

2020/03/18Hasan YousufUncategorized

Anyway, lately, I installed CentOS 7 over VMware and installation were quite smooth. Immediate after installation, I tried to browse some web, and it was failing. While doing basic troubleshooting, I noticed there were no IP when I did ifconfig [chandan@localhost ~]$ ifconfig ens32: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500 ether 00:0c:29:68:22:e2 txqueuelen 1000 (Ethernet) RX packets 0 bytes…

Read More

How to setup network after RHEL/CentOS 7 minimal installation

2019/09/26Hasan YousufUncategorized

After installing RHEL/CentOS 7 minimal, You may not able to connect network in that machine. This will happen because Ethernet interfaces are not enabled by default. Setup network on CentOS 7 First, type “nmcli d” command in your terminal for quick list Ethernet card installed on your machine: Type “nmtui” command in your terminal to open Network manager. After opening…

Read More

How to install Sonatype Nexus 3 on Centos6.10

2019/09/21Hasan YousufDevOps

Sonatype Nexus is one of the best repository managers out there. It is some tool that you cannot avoid in your CI/CD pipeline. It effectively manages deployable artifacts. This article guides you to install and configure Sonatype Nexus 3 in a secure way on an Centos6.10 Linux System. Note: This was tested on a Centos…

Read More

How to completely uninstall Android Studio on MAC?

2018/05/14Hasan YousufUncategorized

Completely uninstall Android Studio on MAC Run the following commands in the terminal: rm -Rf /Applications/Android\ Studio.app rm -Rf ~/Library/Preferences/AndroidStudio* rm -Rf ~/Library/Preferences/com.google.android.* rm -Rf ~/Library/Preferences/com.android.* rm -Rf ~/Library/Application\ Support/AndroidStudio* rm -Rf ~/Library/Logs/AndroidStudio* rm -Rf ~/Library/Caches/AndroidStudio* rm -Rf ~/.AndroidStudio* rm -Rf ~/.gradle rm -Rf ~/.android rm -Rf ~/Library/Android* rm -Rf /usr/local/var/lib/android-sdk/ rm -Rf ~/.AndroidStudio* To…

Read More

dial unix /var/run/docker.sock: permission denied

2017/09/13Hasan YousufCI/CD, DevOps

(Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get http://%2Fvar%2Frun%2Fdocker.sock/v1.30/info: dial unix /var/run/docker.sock: connect: permission denied). Using system default: https://index.docker.io/v1/ Solution: The error message tells you that your current user can’t access the docker engine, because you’re lacking permissions to access the unix socket to communicate with the engine….

Read More

Minimise your development time by automating your redundant tasks using Nodejs (Gruntjs)

2017/09/10Hasan YousufCasperjs, CI/CD, Gruntjs

Place https://github.com/hasanyousuf/gruntjs_sample/blob/master/html/index.html file in your web server so it should be accessible using http://locahost:80   Package file (package.json) Grunt file (Gruntfile.js) Configurtion file (conf.json) Test file (test/test.js) Library file (test/lib/vars.js)

Read More

Schedule a job periodically in Jenkins during working days

2017/09/10Hasan YousufCI/CD

Today’s companies need automation solutions to achieve availability, reliability and productivity to bring their complex product system in streamline which depends upon smaller complex sub systems. In this blog post, I will try to bring key features why do we need to bring scheduling in an enterpise. * Enterprise-wide view of all scheduled jobs /…

Read More

Posts navigation

1 2 3 >

Hasan Naqvi

Categories

  • Casperjs (1)
  • CI/CD (4)
  • DevOps (6)
  • Gruntjs (2)
  • Jira (1)
  • Linux (1)
  • Programming (1)
  • Uncategorized (14)
  • VMware (1)

Archives

  • May 2020 (1)
  • April 2020 (1)
  • March 2020 (2)
  • September 2019 (2)
  • May 2018 (1)
  • September 2017 (3)
  • July 2017 (1)
  • June 2017 (4)
  • May 2017 (1)
  • July 2015 (2)
  • January 2015 (1)
  • October 2014 (1)
  • September 2014 (5)
  • August 2014 (1)

Tags

Arduino Arduino sketch Arduino sketch upload bash shell casperjs Couchdb Curl docker container docker images github Gitlab gnu Parallel gruntjs JAVA JAVA jenkins Jira JPA Json Linux linux mint Maven mint MYSQL Tomcat Ubuntu Version Control xpath

Top Posts & Pages

  • CURD functions and REST api
  • How to completely uninstall Android Studio on MAC?
  • Before you can run vmware several modules must be compiled and loaded into the running kernel
  • Trying to upload Blink example (Arduino sketch) on my Arduino uno
  • fill form using xpath in casperjs
  • Delete docker images & containers in one command
  • How to import data in couchdb using JSON file

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

  • General
  • CI/CD
  • DevOps
  • Test Mgmt & Automation
  • Blog
    • About me
@2017