๐Ÿš€ OharaLumina

All Posts

Thumbnail for Posts

How to know what the errno means

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: C Linux Errno

When calling execl I get an errno2 What does it mean How can I know the meaning of this

Thumbnail for Posts

How to query Case-insensitive data in Django ORM

๐Ÿ“‚ Categories: Programming

How can I queryfilter in Django and ignore the cases of my querystring Ive got something like and like to ignore the case of myparameter

Thumbnail for Posts

How to remove leading zeros from alphanumeric text

๐Ÿ“‚ Categories: Java
๐Ÿท๏ธ Tags: String Alphanumeric

Ive seen questions on how to prefix zeros here in SO But not the other way Can you guys suggest me how to remove the leading zeros in alphanumeric text Are

Thumbnail for Posts

How to remove multiple deleted files in Git repository

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Git Git-Rm

I have deleted some files and git status shows as below I have committed and pushed GitHub still shows the deleted files in the repository How can I delete

Thumbnail for Posts

How to Set port in nextjs

๐Ÿ“‚ Categories: Javascript
๐Ÿท๏ธ Tags: Reactjs Npm Port Next.Js

One application is running on port 3000 and I want to run another application on a different port from the default port which is 3000 How do I change this in

Thumbnail for Posts

How to specify an element after which to wrap in css flexbox duplicate

๐Ÿ“‚ Categories: Css
๐Ÿท๏ธ Tags: Flexbox

This question already has answers here How to specify line breaks in a multiline flexbox layout 10 answers Closed 5 years ago I dont think this is part of the

Thumbnail for Posts

How to stop an unstoppable zombie job on Jenkins without restarting the server

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Jenkins

Our Jenkins server has a job that has been running for three days but is not doing anything Clicking the little X in the corner does nothing and the console

Thumbnail for Posts

How to tag docker image with docker-compose

๐Ÿ“‚ Categories: Docker
๐Ÿท๏ธ Tags: Docker-Compose

I want to build image via dockercompose and set specific tag to it Documentation says Compose will build and tag it with a generated name and use that image

Thumbnail for Posts

How to Test Facebook Connect Locally

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Facebook

I use ASP NET and Facebook Connect APIs but when I run the app and press Connect button its return to the Website not to the test local server which is