Magenaut

Magenaut

A blog about Magento Development, Magento bug fixing, and more

Skip to content
Menu
  • Notes
  • Tutorial
  • Bug fixing
  • Extension
  • Server
  • Q&A
  • Code Solution
  • About

Tag: ip

PythonPosted onAugust 13, 2022August 13, 2022

socket.error:[errno 99] cannot assign requested address and namespace in python

My server software says errno99: cannot assign requested address while using an ip address other than 127.0.0.1 for binding.

Read More
PythonPosted onAugust 12, 2022

How can I generate all possible IPs from a list of ip ranges in Python?

Let’s say I have a text file contains a bunch of ip ranges like this:

Read More
Q&APosted onAugust 11, 2022

How to filter IPv4 and IPv6 addresses?

echo "1.1.1.1" | awk '/[0-9]*.[0-9]*.[0-9]*.[0-9]*/ {print $1}' How can I filter IPv4 addresses in a script, and how can I filter IPv6 addresses. I mean…

Read More
Q&APosted onAugust 10, 2022

Is it better to set -j REJECT or -j DROP in iptables?

There’s an example of iptables rules on archlinux wiki:

Read More
Q&APosted onAugust 10, 2022

Is there an easy way to programmatically extract IP address?

NIC device handles

Read More
Q&APosted onAugust 9, 2022

Finding the PID of the process using a specific port?

I am installing hadoop on my Ubuntu system. When I start it, it reports that port 9000 is busy.

Read More
Q&APosted onAugust 9, 2022

How to check if any IP address is present in a file using shell scripting?

I have a script that generates some output. I want to check that output for any IP address like

Read More
Q&APosted onAugust 9, 2022

How to find the IP address of a KVM Virtual Machine, that I can SSH into it?

I have follow this guide (Virtualization With KVM On Ubuntu 11.10) to setup my KVM (Virtual Machines Software) on my Ubuntu 11.10 Server. However, I didn’t setup my VM’s IP address when creating the VM, instead of using:

Read More
Q&APosted onAugust 8, 2022

How can you assign one IP per user?

I’m building a headless Steam gameserver which utilises Steam in-home streaming to let two people play at the same time. The multiseat part of the setup is done and functional, but getting it to work wireless is quite troublesome.

Read More
Q&APosted onAugust 8, 2022

Get the external IP address in shell without dig in 2016?

This question: “How can I get my external IP address in bash?“

Read More

Posts navigation

Page 1 Page 2 Page 3 Next Page

Subscribe to Blog via Email

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

Join 141 other subscribers

Recent Comments

  • anonymous on Fix libwacom9 dependency issue when upgrade Debian
  • sreedhar on Fix libwacom9 dependency issue when upgrade Debian
  • saintnick on Fix libwacom9 dependency issue when upgrade Debian
  • ranafoul on Fix libwacom9 dependency issue when upgrade Debian
  • John Fro on UFW rule from a list of IPs

Tags

ajax bash block-editor categories command-line custom-field custom-post-types custom-taxonomy customization debian django files filters functions hooks images javascript linux list loop matplotlib menus numpy pandas permalinks permissions php plugin-development plugins posts python python-3.x security sed shell shell-script shortcode ssh terminal text-processing theme-development uploads users wp-admin wp-query

© Magenaut - The Magento Astronaut