£5 No-deposit Casino Better £5 100 percent free Also offers Rating Incentive to your Register

A fascinating reality about any of it online game is that it could be played as opposed to obtain. Pity, but sometimes beginner people lose the possibilities to secure a lot of money. Once you deal with our gambling establishment, you become without driving a car of dropping your finances. Since the all of our website provides you with Lord of your sea position free gamble. It is because the actual because the real will likely be, nevertheless don’t must put your money on the video game. Continue reading “£5 No-deposit Casino Better £5 100 percent free Also offers Rating Incentive to your Register”

ubuntu server how to xtend lv partition

  1. Check the size of your physical volume (PV) and volume group (VG) using sudo pvdisplay and sudo vgdisplay commands. Note the free space available in your VG.
  2. Extend your PV to use the extra disk space using sudo pvresize /dev/sda5 command. This will resize your PV to match the size of your partition /dev/sda5.
  3. Check the size of your LV using sudo lvdisplay command. Note the current size and path of your LV.
  4. Extend your LV to use the free space in your VG using sudo lvextend -l +100%FREE /dev/ubuntu-vg/ubuntu-lv command. This will resize your LV to use all the available space in your VG.
  5. Resize the file system on your LV using sudo resize2fs /dev/ubuntu-vg/ubuntu-lv command. This will expand the file system to match the size of your LV.

You can verify the new size of your LV and file system using sudo lvdisplay and df -h commands. I hope this helps. 😊

Fix Permissions for ‘ssh-key-2022-06-02.key’ are too open. on Windows

Permissions for ‘ssh-key-2022-06-02.key’ are too open.
It is required that your private key files are NOT accessible by others.
This private key will be ignored.
Load key “ssh-key-2022-06-02.key”: bad permissions
ubuntu@[IP adress]: Permission denied (publickey).

if you are on Windows

File Settings > Security > Advanced

Disable inheritance

Convert Inherited Permissions Into Explicit Permissions

And remove but leave your uer name system and administrators

Scam website https://post-office-tracking.com

Target: UK random mobile phone number

How it works

Whey will send SMS number to random mobile phone number asking you to pay 2,1 GBP for delivering parcel, but in reality they just asking you to enter you personal details and you bank card number with all securyti numbers

sad that UK gov so slow to blockin this kind of web sites i reported and… it still working after hours of report.

+447377337029

Scam www.emexchange.xyz with fake ios and android apps

and the links to mobile apps links to fake ios store page

as you can see they are trying to fake apple store page but it is fake and it is badly fake developer leads to non existing website fuyoudll.com

From the begining

Domain name only:

Domain Name: emexchange.xyz
Registry Domain ID: D213212463-CNIC
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2020-12-31T21:06:54Z
Creation Date: 2020-12-08T09:59:42Z
Registrar Registration Expiration Date: 2021-12-08T23:59:59Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146

Red flag only tree month old

one webste there is no cantacts

no information who is regulating this “finance institution”

the only email on website leads to university, i think this is one of the studens project

Social links: none of them works


Social links

one good thing that this domain is registered godaddy, i reported this website. i hope to get it blocked as fast.

WordPress redirect malware ataking stm Motors theme

one day i sow that my testing site is redirecting with enabled plugin stm_vehicles_listing is redirecting to something like this


several diferent domains like

a.robotcaptcha6.info fox.trackstatisticsss.com joinsilverclubbb.com

Like always to track adn remove malware from wordpress i update wordpress to the latestes version ( or just press reinstall if you are one the latestet allready)

Second step update theme files

and finaly update all plugins,

AND…. all thees steps did not solved my problem the web page was still redirecting

i checked .htaccess ir was clean

wp-confing.php – clean

i was seaching and i found nothing in files, JavaScrip files and so on

so it must be not in files but it have to be in database, i searched for TRACKSTATISTICSSS in all datebase an i get only one row… that was so pleasent, finale i got it

it was in wp_option table

28 628 length..

Solution

  • connect to phpmyadmin
  • in sql enter script below

that is my search script you can use it

 SELECT * FROM `c1aps4`.`wp_options` WHERE (CONVERT(`option_id` USING utf8) LIKE '%<SCRIPT%' OR CONVERT(`option_name` USING utf8) LIKE '%<SCRIPT%' OR CONVERT(`option_value` USING utf8) LIKE '%<SCRIPT%' OR CONVERT(`autoload` USING utf8) LIKE '%<SCRIPT%') OR (CONVERT(`option_id` USING utf8) LIKE '%TYPE=TEXT/JAVASCRIPT%' OR CONVERT(`option_name` USING utf8) LIKE '%TYPE=TEXT/JAVASCRIPT%' OR CONVERT(`option_value` USING utf8) LIKE '%TYPE=TEXT/JAVASCRIPT%' OR CONVERT(`autoload` USING utf8) LIKE '%TYPE=TEXT/JAVASCRIPT%') OR (CONVERT(`option_id` USING utf8) LIKE '%SRC=\'HTTPS://COUNT.TRACKSTATISTICSSS.COM/STM?V=L&V=4\'>%' OR CONVERT(`option_name` USING utf8) LIKE '%SRC=\'HTTPS://COUNT.TRACKSTATISTICSSS.COM/STM?V=L&V=4\'>%' OR CONVERT(`option_value` USING utf8) LIKE '%SRC=\'HTTPS://COUNT.TRACKSTATISTICSSS.COM/STM?V=L&V=4\'>%' OR CONVERT(`autoload` USING utf8) LIKE '%SRC=\'HTTPS://COUNT.TRACKSTATISTICSSS.COM/STM?V=L&V=4\'>%')