Search results

  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.
  15. raitoxxxx

    Recommend Theme for Multiple Blogs

    Pick the fastest theme (and for free).
  16. raitoxxxx

    Permanently Closed Marketplace Sales Thread

    Please send me coupon code!
  17. raitoxxxx

    What made you happy today?

    I woke up and noticed that my PC is still working. Excellent, I can work again.
  18. raitoxxxx

    How to make money from football niche with 80k subscriber base?

    Target ads for betting services.
  19. raitoxxxx

    Is it too late to learn coding now?

    Tell me, is it too late to learn to ride a horse? After all, cars have already appeared. :D:D:D
Back
Top