Recent content by raitoxxxx

  1. raitoxxxx

    Confused between RDP, VPS, and Socks5

    Try this link: _https://vpsandserver.com/morocco-vps.html
  2. raitoxxxx

    Learn a new Linux command every day :-)

    I prefer to use *.sh files. I would advise to launch something like my script below for better understanding. You will see how each line had had worked. #!/bin/bash set -x read -p 'Enter swap size in megabytes: ' size_mb size_kb=$((1024*${size_mb})) dd if=/dev/zero of=/swap bs=1024...
  3. raitoxxxx

    Learn a new Linux command every day :-)

    Thanks to set -x, we can see every action that the script performs. It starts with + character, and then the standard output is visible after this action. This makes it easier to debug the bash script, because all the variables are visible in the commands. And it can help a lot, when your...
  4. raitoxxxx

    Hello I am new I use aiostream

    Welcome mate!
  5. raitoxxxx

    Permanently Closed Marketplace Sales Thread

    Please send me discount code.
  6. raitoxxxx

    Learn a new Linux command every day :-)

    Did you know? To debug a bash script you can add set -x directive into the beginning. #!/bin/bash set -x [your script goes here]
  7. raitoxxxx

    Would You Link to Another Website on the Same Server?

    It's OK, no problem.
  8. raitoxxxx

    Can someone share in general their seo strategy ?

    It's very easy: if you have low budget then get ready to spend a lot of time doing hard work.
  9. raitoxxxx

    My friend's website got tanked

    I have never heard of that!
  10. raitoxxxx

    Permanently Closed Marketplace Sales Thread

    Send me my 20% coupon code
  11. raitoxxxx

    Do you use Classic or Gutenberg?

    Classic only.
  12. raitoxxxx

    Permanently Closed Marketplace Sales Thread

    Kindly send discount code
  13. raitoxxxx

    Permanently Closed Marketplace Sales Thread

    Discount pease!
  14. raitoxxxx

    Google does not index any blog posts

    After you have had recovered the backup, you just need to wait for indexing. Just relax and wait.
Back
Top