Simple shell script to up the ethernet card on specific IP.
ifconfig eth0 down;
ifconfig eth0 141.1.89.151 netmask 255.255.128.0 up;
route add default gw 141.1.47.142 eth0;
eth0: the interface of ethernetcard
Simple shell script to up the ethernet card on specific IP.
ifconfig eth0 down;
ifconfig eth0 141.1.89.151 netmask 255.255.128.0 up;
route add default gw 141.1.47.142 eth0;
eth0: the interface of ethernetcard
For further actions, you may consider blocking this person and/or reporting abuse
Hakki -
Pratik Mali -
Kevin Naidoo -
Douglas Makey Mendez Molero -
Once suspended, rafaelgimenes will not be able to comment or publish posts until their suspension is removed.
Once unsuspended, rafaelgimenes will be able to comment and publish posts again.
Once unpublished, all posts by rafaelgimenes will become hidden and only accessible to themselves.
If rafaelgimenes is not suspended, they can still re-publish their posts from their dashboard.
Once unpublished, this post will become invisible to the public and only accessible to Rafael Gimenes Leite.
They can still re-publish the post if they are not suspended.
Thanks for keeping DEV Community safe. Here is what you can do to flag rafaelgimenes:
Unflagging rafaelgimenes will restore default visibility to their posts.
Top comments (0)