Email spoofing is the creation of email messages with a forged sender address – something which is simple to do because the core protocols do no authentication. Mail gets sent from user email address though user have not sent any mails through that email-id, this process is termed as “Spoofing”. Email spoofing is the practice […]
See MoreTag: linux hosting
How to change the VEID from SSH?
How to change a VEID from SSH To change a VEID from SSH, simply do: 1- Stop VPS Instance 2- Run: vzmlocal : (Ex: vzmlocal 1050:50) 3 – Start VPS Instance (New ID) Thats it.
See MoreLinux Screen Commands!
# Start Screen: screen -S scan # Detatch Screen: Ctrl-a d # Re-attach Screen: screen -x or screen -x PID OR screen -r <session name> #screen -ls There is a screen on: 6329.RV (Detached) 1 Socket in /var/run/screen/S-root. #Remove Screen :- screen -a OR exit
See More