Python script for automatic system and kernel updates
Python script for automatic system and kernel updates https://github.com/openterprise/scripts/blob/master/yum-check-update.py
Paweł Szaga home page
Python script for automatic system and kernel updates https://github.com/openterprise/scripts/blob/master/yum-check-update.py
How to enable TRIM on LVM on LUKS on SSD on Fedora 25 Linux. If you have an SSD disk in your computer and you are using LVM virtual volumes together with LUKS disk encryption, below you will find how to activate TRIM for better SSD performance and longer lifetime. Edit /etc/fstab file and append… Continue reading TRIM on LVM on LUKS on SSD on Fedora 25
As there is no direct VM conversion tool (from physical Linux server to Hyper-V VM), to perform P2V migration of RHEL5/CentOS5 physical server into Microsoft Hyper-V Virtual Machine you should use VMware platform as an intermediate point. Below you will find instruction how to do it: • migrate physical RHEL5/CentOS5 server to VMware ESXi Virtual… Continue reading P2V migration - converting RHEL5/CentOS5 physical server into Hyper-V VM
Do not use "/" character inside GeoServer Layers' names. Why? GeoServer stores its data structure as folders and files. When creating Layer containing "/" character inside its name, it will be interpreted as folder name. During folder creation, all "/" characters will be treated as folder separators and nested folders structure instead of single folder… Continue reading Naming Layers in GeoServer
Put following into /etc/sysctl.conf file: net.netfilter.nf_conntrack_max = 131072 Reload sysctl rules: sysctl -p Verify setting using following command: cat /proc/sys/net/ipv4/netfilter/ip_conntrack_max