Salim Jay.

Security Consultant

Penetration Tester

Linux Administrator

DevOps

Salim Jay.

Security Consultant

Penetration Tester

Linux Administrator

DevOps

Tag: code

October 3, 2022 Bash Reference Manual

These variables are set or used by Bash, but other shells do not normally treat them specially. A few variables used by Bash are described in different chapters: variables for controlling the job control facilities (see Job Control Variables). _ ¶ ($_, an underscore.) At shell startup, set to the pathname used to invoke the…

October 2, 2022

Jun 24, 2021 · Grafana Loki was introduced in 2018 as a lightweight and cost-effective log aggregation system inspired by Prometheus. Grafana, often with Prometheus, is a popular open source platform for monitoring and observability that can be used to query, visualize, and create alerts on a number of metric and data sources.. The respective…

October 2, 2022 Tony Evans Training Center

1)},N(!0))}},{}],5:[function(t,e,n){function r(){var t=new PerformanceObserver(function(t,e){var n=t.getEntries();s(v,[n])});try{t.observe({entryTypes:[“resource”]})}catch(e){}}function o(t){if(s(v,[window.performance.getEntriesByType(w)]),window.performance[“c”+p])try{window.performance[h](m,o,!1)}catch(t){}else try{window.performance[h](“webkit”+m,o,!1)}catch(t){}}function i(t){}if(window.performance&&window.performance.timing&&window.performance.getEntriesByType){var a=t(“ee”),s=t(“handle”),c=t(14),f=t(13),u=t(6),d=t(23),p=”learResourceTimings”,l=”addEventListener”,h=”removeEventListener”,m=”resourcetimingbufferfull”,v=”bstResource”,w=”resource”,g=”-start”,y=”-end”,x=”fn”+g,b=”fn”+y,E=”bstTimer”,R=”pushState”,O=t(“loader”);if(!O.disabled){O.features.stn=!0,t(9),”addEventListener”in window&&t(7);var T=NREUM.o.EV;a.on(x,function(t,e){var n=t[0];n instanceof T&&(this.bstStart=O.now())}),a.on(b,function(t,e){var n=t[0];n instanceof T&&s(“bst”,[n,e,this.bstStart,O.now()])}),c.on(x,function(t,e,n){this.bstStart=O.now(),this.bstType=n}),c.on(b,function(t,e){s(E,[e,this.bstStart,O.now(),this.bstType])}),f.on(x,function(){this.bstStart=O.now()}),f.on(b,function(t,e){s(E,[e,this.bstStart,O.now(),”requestAnimationFrame”])}),a.on(R+g,function(t){this.time=O.now(),this.startPath=location.pathname+location.hash}),a.on(R+y,function(t){s(“bstHist”,[location.pathname+location.hash,this.startPath,this.time])}),u()?(s(v,[window.performance.getEntriesByType(“resource”)]),r()):l in window.performance&&(window.performance[“c”+p]?window.performance[l](m,o,d(!1)):window.performance[l](“webkit”+m,o,d(!1))),document[l](“scroll”,i,d(!1)),document[l](“keypress”,i,d(!1)),document[l](“click”,i,d(!1))}}},{}],6:[function(t,e,n){e.exports=function(){return”PerformanceObserver”in window&&”function”==typeof window.PerformanceObserver}},{}],7:[function(t,e,n){function r(t){for(var e=t;e&&!e.hasOwnProperty(u);)e=Object.getPrototypeOf(e);e&&o(e)}function o(t){s.inPlace(t,[u,d],”-“,i)}function i(t,e){return t[1]}var a=t(“ee”).get(“events”),s=t(“wrap-function”)(a,!0),c=t(“gos”),f=XMLHttpRequest,u=”addEventListener”,d=”removeEventListener”;e.exports=a,”getPrototypeOf”in Object?(r(document),r(window),r(f.prototype)):f.prototype.hasOwnProperty(u)&&(o(window),o(f.prototype)),a.on(u+”-start”,function(t,e){var n=t[1];if(null!==n&&(“function”==typeof n||”object”==typeof n)){var r=c(n,”nr@wrapped”,function(){function t(){if(“function”==typeof n.handleEvent)return n.handleEvent.apply(n,arguments)}var e={object:t,”function”:n}[typeof n];return e?s(e,”fn-“,null,e.name||”anonymous”):n});this.wrapped=t[1]=r}}),a.on(d+”-start”,function(t){t[1]=this.wrapped||t[1]})},{}],8:[function(t,e,n){function r(t,e,n){var r=t[e];”function”==typeof r&&(t[e]=function(){var t=i(arguments),e={};o.emit(n+”before-start”,[t],e);var a;e[m]&&e[m].dt&&(a=e[m].dt);var s=r.apply(this,t);return o.emit(n+”start”,[t,a],s),s.then(function(t){return o.emit(n+”end”,[null,t],s),t},function(t){throw o.emit(n+”end”,[t],s),t})})}var o=t(“ee”).get(“fetch”),i=t(32),a=t(31);e.exports=o;var s=window,c=”fetch-“,f=c+”body-“,u=[“arrayBuffer”,”blob”,”json”,”text”,”formData”],d=s.Request,p=s.Response,l=s.fetch,h=”prototype”,m=”nr@context”;d&&p&&l&&(a(u,function(t,e){r(d[h],e,f),r(p[h],e,f)}),r(s,”fetch”,c),o.on(c+”end”,function(t,e){var n=this;if(e){var r=e.headers.get(“content-length”);null!==r&&(n.rxSize=r),o.emit(c+”done”,[null,e],n)}else o.emit(c+”done”,[t],n)}))},{}],9:[function(t,e,n){var r=t(“ee”).get(“history”),o=t(“wrap-function”)(r);e.exports=r;var i=window.history&&window.history.constructor&&window.history.constructor.prototype,a=window.history;i&&i.pushState&&i.replaceState&&(a=i),o.inPlace(a,[“pushState”,”replaceState”],”-“)},{}],10:[function(t,e,n){function r(t){function…

October 2, 2022 Push Your ASP.NET Core 2.0 App to Azure Container Registry via Bitbucket Pipelines – Christian Liebel

Bitbucket is a quite popular cloud-hosted source code repository. It has a free plan which includes unlimited private Git or Mercurial repositories for up to five team members and even 50 build minutes per month. Bitbucket Pipelines is its integrated Continuous Integration tool, comparable to Travis or AppVeyor: A repository can be configured to run…