Archivo de la categoría: Linux
How to extend a boot volume in OCI linux instance
Sometimes if you have created a new instance and the initial 50GB is not enough, you can extend the disk and the partition. The disk is extended very easy, using the OCI console: 1- Select the Boot/Block volume you want to extend: 2- Press Edit : From the Intial Volume Size write the needed size:… Leer más »
hetzner proxmox 6 to 7
Proxmox 7.1 on cloud network config
https://community.hetzner.com/tutorials/proxmox-on-cloud Hetzner configuration proxmox 7.1 Proxmox 7 with a Single Public IP – Setup a Private Network Proxmox can easily be configured to put all or some of your VM/Containers in a NATed private network. You can even forward ports from your public IP address to your containers. Unfortunately, it is not possible to configure… Leer más »
Crear cluster Proxmox con Ceph
https://www.maquinasvirtuales.eu/crear-cluster-proxmox-con-ceph/
Cloudflare and nginx: Too many redirects
After Cloudflare CDN is setup in front of Nginx server. Clients don’t have direct access to Nginx anymore. The content is fetched by the intermedia proxy provided by Cloudflare. The cause of the problem is this very proxy doesn’t follow redirection set on Nginx. Or you can deem it’s hardcoded. Unlike a web browser who follows the… Leer más »
XnView MP Image Viewer
Image resizer, batch image converter acdsee opensource alternative https://www.xnview.com/en/
log4j scanners open source
https://github.com/fullhunt/log4j-scan https://github.com/logpresso/CVE-2021-44228-Scanner
How Cybercriminals Are Using Bitcoin’s Blockchain to Make Botnets Stronger Than Ever
https://gizmodo.com/how-cybercriminals-are-using-bitcoins-blockchain-to-mak-1848189767 Bitcoin’s blockchain appears to be the newest tool that cybercriminals are using to make their botnets incredibly resilient. ByLucas RopekToday 12:50PMComments (5)Alerts Last week, Google announced that it had partially disrupted the operations of a massive botnet—a gargantuan network of over one million malware-infected Windows computers. In the world of cybersecurity, that would be news on… Leer más »
How To Install Linux, Nginx, Mariadb 10.x, PHP (LEMP) stack On CentOS 7
Add the CentOS 7 EPEL repository, run the following command: Installing MariaDB Server 10.4 o deploy MariaDB Community Server 10.4 on RHEL 7 or CentOS 7, first download and use the mariadb_repo_setup script to configure the MariaDB repositories for YUM: $ sudo yum install wget $ wget https://downloads.mariadb.com/MariaDB/mariadb_repo_setup $ chmod +x mariadb_repo_setup $ sudo ./mariadb_repo_setup To install… Leer más »