Skip to content
View umair-uas's full-sized avatar
Block or Report

Block or report umair-uas

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Docker Provisioning for Trusty 64 (K... Docker Provisioning for Trusty 64 (Kernel Update)
    1
    # -*- mode: ruby -*-
    2
    # vi: set ft=ruby :
    3
    
                  
    4
    Vagrant.configure("2") do |config|
    5
      config.vm.box = "ubuntu/trusty64"
  2. journalctl logs for libvirt sessions journalctl logs for libvirt sessions
    1
    ### Querying systemd journal for libvirt messages
    2
    
                  
    3
    ```sh 
    4
    shah@Umair-Debian10:~/work/GitRepos/test$ journalctl --no-hostname --output=short-iso /usr/sbin/libvirtd -f
    5
    -- Logs begin at Fri 2021-07-09 08:43:25 CEST. --
  3. network-namespaces network-namespaces Public

    linux network namespaces

    Shell

  4. C_Network_Sniffer_LINUX C_Network_Sniffer_LINUX Public

    Forked from mehdi-farsi/C_Network_Sniffer_LINUX

    Network sniffer for linux using C-Unix sockets. Support TCP, UDP, ICMP.

    C

  5. virsh-commands virsh-commands
    1
    
                  
    2
    ## Using Virsh to Manage KVM Guests 
    3
    * Displaying Host informaiton 
    4
    
                  
    5
    ```sh 
  6. Cpp-Learning-Archive Cpp-Learning-Archive Public

    Forked from ErdemOzgen/Cpp-Learning-Archive

    This repository contains different materials for learning and improving C++ skills.

    C++