суббота, 28 сентября 2024 г.

Hardware for Linux (Database)

 denis@pop-os:~$ sudo -E hw-probe -all -upload

Probe for hardware ... Ok

Reading logs ... Ok

Uploaded to DB, Thank you!


Probe URL: https://linux-hardware.org/?probe=ccbfad6c6d



hot to verify file checksum command

 If you're still encountering errors, let's try verifying the downloaded file:


Redownload: Ensure you're getting the correct file. Delete the current one and try redownloading the .deb file from our Downloads page.


Check File Size: Verify it's similar in size to what's listed on the download page.


Command Line Check: Use dpkg -I to inspect the file. Run: dpkg -I /path/to/linux_deb_x64.deb to see if it provides more insight into the issue.


Let me know if this helps or if there are any new issues!


Windscribe VPN (Ubuntu Linux / Debian)

wget https://windscribe.com/install/desktop/linux_deb_x64.deb

--2024-09-28 23:32:21--  https://windscribe.com/install/desktop/linux_deb_x64.deb

Resolving windscribe.com (windscribe.com)... 104.20.15.33, 104.20.14.33

Connecting to windscribe.com (windscribe.com)|104.20.15.33|:443... connected.

HTTP request sent, awaiting response... 302 Found

Location: //windscribe.com/download [following]

--2024-09-28 23:32:21--  https://windscribe.com/download

Reusing existing connection to windscribe.com:443.

HTTP request sent, awaiting response... 301 Moved Permanently

Location: https://windscribe.com/download/ [following]

--2024-09-28 23:32:21--  https://windscribe.com/download/

Reusing existing connection to windscribe.com:443.

HTTP request sent, awaiting response... 200 OK

Length: unspecified [text/html]

Saving to: ‘linux_deb_x64.deb’


linux_deb_x64.deb       [  <=>               ] 108.05K   225KB/s    in 0.5s    


2024-09-28 23:32:22 (225 KB/s) - ‘linux_deb_x64.deb’ saved [110646]

denis@pop-os:~$ whereis linux_deb_x64.deb
linux_deb_x64.deb:
denis@pop-os:~$ ls
Certificate.pdf  linux_deb_x64.deb                       Public       Videos
Desktop          Music                                   snap
Documents        Pictures                                Templates
Downloads        protonlinux_deb_x64.debvpn-stable-release_1.0.4_all.deb

wget https://windscribe.com/install/desktop/linux_deb_x64

Resolving deploy.totallyacdn.com (deploy.totallyacdn.com)... 104.24.31.5, 104.24.30.5, 2606:4700:20::6818:1f05, ...
Connecting to deploy.totallyacdn.com (deploy.totallyacdn.com)|104.24.31.5|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 29216748 (28M) [application/x-debian-package]
Saving to: ‘linux_deb_x64’

linux_deb_x64       100%[===================>]  27.86M  6.57MB/s    in 4.2s    

2024-09-28 23:53:51 (6.60 MB/s) - ‘linux_deb_x64’ saved [29216748/29216748]

denis@pop-os:~$ 




How to install Proton VPN on Ubuntu + Midnight Commander

sudo apt-get install mc

 1. Download the repository configuration and keys required to install the Proton VPN app. Enter:

wget https://repo.protonvpn.com/debian/dists/stable/main/binary-all/protonvpn-stable-release_1.0.4_all.deb

2. Install the Proton VPN repository containing the new app. Enter:

sudo dpkg -i ./protonvpn-stable-release_1.0.4_all.deb && sudo apt update

Please don’t try  to check the GPG signature of this release package (dpkg-sig –verify). Our internal release process is split into several part and the release package is signed with a GPG key, and the repo is signed with another GPG key. So the keys don’t match.

If you want to check the repo package integrity, you can check its checksum with the following command:

echo "62a9d849835de8a5664cf95329458bf1966780b15cec420bf707b5f7278b9027  protonvpn-stable-release_1.0.4_all.deb" | sha256sum --check -

3. If you’re running the old (v3) Proton VPN app or CLI (stable or beta versions), simply run:

sudo apt update && sudo apt upgrade

If you don’t have Proton VPN installed, run:

sudo apt install proton-vpn-gnome-desktop

To check for updates and ensure that you’re running the latest version of the app, enter:

sudo apt update && sudo apt upgrade

Linux system tray icon (optional)

The Linux system tray icon

By default, the GNOME desktop doesn’t support tray icons. To enable this functionality on Debian-based distributions:

1. Run:

sudo apt install libayatana-appindicator3-1 gir1.2-ayatanaappindicator3-0.1 gnome-shell-extension-appindicator

2. Restart the Proton VPN app (if it was already running). To do this, click V → Quit and open the app again.

How to Quit the Linux app

You can now connect to the internet privately and securely using Proton VPN.

A warning about using pip and PyPI(new window)

Notes

1. How to remove the official Linux app

To uninstall the Linux app, open a terminal and enter:

sudo apt autoremove proton-vpn-gnome-desktop && sudo apt purge protonvpn-stable-release

2. How to remove the old (v3) Proton VPN app

To uninstall our old (v3) Linux app, open a terminal and enter:

sudo apt-get autoremove protonvpn

Remove any leftover files:

rm -rf ~/.cache/protonvpn

And

rm -rf ~/.config/protonvpn

3. How to disable the kill switch if you have uninstalled the app

You can easily turn off the kill switch inside our Linux app, but this isn’t possible if you’ve already uninstalled it. In this case, you can remove the kill switch and restore access to the internet as follows:

a) Identify the Proton VPN connection name with the command:

nmcli connection show --active

This will show a list of your system’s active connections.

b) Look for any connections that begin with prefix pvpn- This usually includes pvpn-killswitch and pvpn-ipv6leak-protection, and may include pvpn-routed-killswitch. Delete all these connections using the following command:

nmcli connection delete [connection name]

For example:

nmcli connection delete pvpn-killswitch

c) Re-run the following command to check that all Proton VPN connections have been removed:

nmcli connection show --active

If you see any Proton VPN connections left, delete them as described above.

4. Try out our beta Linux app

The beta version of our Linux app gives you access to new features before they are released publicly, but it is still in development. By using the beta version and sharing your feedback, you can help us find and address bugs. 

Important: You cannot upgrade from the beta version of our Linux app to the stable version. You will need to uninstall the beta app and then install the official app. Similarly, if you are using the stable version of our Linux VPN app, you should uninstall it before installing the early beta version. 

If you would like to install the beta version instead of the stable release of this app, open a terminal window and:

1. Download the beta package. Enter:

wget https://repo.protonvpn.com/debian/dists/unstable/main/binary-all/protonvpn-beta-release_1.0.4_all.deb

2. Install the Proton VPN beta repository containing the new app. Run:

sudo dpkg -i ./protonvpn-beta-release_1.0.4_all.deb && sudo apt update

Please don’t try  to check the GPG signature of this release package (dpkg-sig –verify). Our internal release process is split into several part and the release package is signed with a GPG key, and the repo is signed with another GPG key. So the keys don’t match.

If you want to check the repo package integrity, you can check its checksum with the following command:

echo "53f877f3a0f63033feb9db8abc9959b468aefd6b196fc2dfbc11152f15362c8f  protonvpn-beta-release_1.0.4_all.deb" | sha256sum --check -

3. If you’re running the old (v3) Proton VPN app or CLI (stable or beta versions), simply run:

sudo apt update && sudo apt upgrade

If you don’t have Proton VPN installed, run:

sudo apt install proton-vpn-gnome-desktop

To check for updates and ensure that you’re running the latest version of the app, enter:

sudo apt update && sudo apt upgrade

How to remove the beta Linux app

To uninstall the new Linux app, open a terminal and enter:

sudo apt purge "protonvpn*" proton-vpn-gnome-desktop && sudo apt autoremove

понедельник, 19 августа 2024 г.

Hestia + Debian 12

 wget https://raw.githubusercontent.com/hestiacp/hestiacp/release/install/hst-install.sh

bash hst-install.sh --lang ru --multiphp yes --vsftpd no --proftpd yes --mysql no --clamav no --spamassassin no --fail2ban no --force




                          Hestia Control Panel

                                  1.8.11

                            www.hestiacp.com


========================================================================


Thank you for downloading Hestia Control Panel! In a few moments,

we will begin installing the following components on your server:


   - NGINX Web / Proxy Server

   - Apache Web Server (as backend)

   - Multi-PHP Environment

   - Bind DNS Server

   - Exim Mail Server

   - Dovecot POP3/IMAP Server

   - ProFTPD FTP Server

   - Firewall (iptables)


========================================================================


среда, 14 августа 2024 г.

How to Install LAMP+PHP 5.6 Stack on Ubuntu 24.04 LTS

 sudo apt update

sudo apt install apache2 -y

sudo apt-key adv --fetch-keys 'https://mariadb.org/mariadb_release_signing_key.asc'


sudo add-apt-repository 'deb [arch=amd64] http://mariadb.mirror.globo.tech/repo/10.11/ubuntu jammy main'

sudo apt update

sudo apt install mariadb-server mariadb-client -y

sudo mysql_secure_installation

sudo add-apt-repository ppa:ondrej/php

sudo apt update

sudo apt install php5.6 -y

sudo apt install php5.6-{mbstring,mysql,zip} -y


Optional


sudo nano /etc/apache2/sites-available/domain.com.conf


<VirtualHost *:80>

    ServerAdmin webmaster@localhost

    ServerName domain.com

    ServerAlias www.domain.com

    DocumentRoot /var/www/domain.com

    ErrorLog ${APACHE_LOG_DIR}/error.log

    CustomLog ${APACHE_LOG_DIR}/access.log combined

</VirtualHost>


sudo a2ensite domain.com.conf

sudo a2dissite 000-default.conf

sudo apache2ctl configtest

sudo systemctl restart apache2


How to Install LAMP+PHP 8.2 Stack on Ubuntu 24.04 LTS

 sudo apt update

sudo apt install apache2 -y

sudo apt-key adv --fetch-keys 'https://mariadb.org/mariadb_release_signing_key.asc'


sudo add-apt-repository 'deb [arch=amd64] http://mariadb.mirror.globo.tech/repo/10.11/ubuntu jammy main'

sudo apt update

sudo apt install mariadb-server mariadb-client -y

sudo mysql_secure_installation

sudo add-apt-repository ppa:ondrej/php

sudo apt update

sudo apt install php8.2 -y

sudo apt install php8.2-{mbstring,mysql,zip} -y


Optional


sudo nano /etc/apache2/sites-available/domain.com.conf


<VirtualHost *:80>

    ServerAdmin webmaster@localhost

    ServerName domain.com

    ServerAlias www.domain.com

    DocumentRoot /var/www/domain.com

    ErrorLog ${APACHE_LOG_DIR}/error.log

    CustomLog ${APACHE_LOG_DIR}/access.log combined

</VirtualHost>


sudo a2ensite domain.com.conf

sudo a2dissite 000-default.conf

sudo apache2ctl configtest

sudo systemctl restart apache2


Hardware for Linux (Database)

 denis@pop-os:~$ sudo -E hw-probe -all -upload Probe for hardware ... Ok Reading logs ... Ok Uploaded to DB, Thank you! Probe URL: https://l...