Blog Archives

FIND YOUR PUBLIC IP FROM COMMAND LINE

Lots of times you need to determine your public IP address, if you are using Linux operating system to power your PC, you may use these one liners to find your IP –>Using wget [root@test ~]# wget -q -O –

Tagged with: , , , ,
Posted in Python script

BASH SCRIPTING

CREATE INFINITE WHILE LOOP WITH EMPTY EXPRESSION================================================== #!/bin/bash while :do echo “infinite loops [ hit CTRL+C to stop]”done OR #!/bin/bash chekpt=5 while [ “$chekpt” -lt 6 ]do echo “infinite loops [ hit CTRL+C to stop]” done CREATE A FILE WITH

Tagged with: , , , , ,
Posted in shell scripting
  • An error has occurred; the feed is probably down. Try again later.
  • An error has occurred; the feed is probably down. Try again later.
  • An error has occurred; the feed is probably down. Try again later.