At every new installation of Linux (Kubuntu) i will set some performance and stable optimizations. Use ramdisk to mount the /tmp folder If you have a SSD is important to limit the write operations for a better disk life. So let’s use mount the tmp folder in RAM. # nano /etc/fstab – – – – […]
When you use NVIDIA driver on kubuntu systems maybe you will incurred in some issues like “freezing” or “block” when switching between windows (alt+tab). In order to fix you have to disable compositor from “System Settings” and restart your computer.
A strong backup policy provides to keep an offline (not connect to any kind of device) copy of own files, protecting your data against ransomware, device failure, etc. We can use an external Hard Disk Drive (HDD) to connected every week to our server/workstation and automatically backup files and send an email at the end […]
Use SSH on Windows, how running/launching graphical programs on remote computer in the same user session logon on Windows OS. Requirements:– OpenSSH (you can download the binaries from the official repository on github https://github.com/PowerShell/Win32-OpenSSH/releases)– PsTools (official useful tools from Microsoft https://docs.microsoft.com/en-us/sysinternals/downloads/pstools)– PowerShell Install Pstools (by microsoft) Download the tools Copy the content of the folder […]
If you upgrade OpenProject from 6 to 7 maybe you will have some trouble with SSL certificate. Symptons – can’t login into openproject with LDAP method configured After the upgrade the log reports: “NET::LDAP:Error (hostname “yourhostname” does not match the server certificate)”. After some emails with openporject support we did not find any solutions, so […]
If you upgrade OpenProject from 6 to 7 maybe you will have some trouble with SSL certificate. Symptons – can’t login into openproject with LDAP method configured After the upgrade the log reports: “NET::LDAP:Error (hostname “yourhostname” does not match the server certificate)”. After some emails with openporject support we did not find any solutions, so […]
Compile KeePassX 2.0 on K/Ubuntu 14.04 Download source code: https://www.keepassx.org/downloads, choose “the Source code tarball”. Prerequisites: # apt-get install build-essential cmake qt4-qmake libqt4-dev libgcrypt-dev zlib1g-dev Go in the folder where you downloaded the source code and type following commands: $ tar -zxvf keepassx-2.0.tar.gz $ cd keepassx-2.0 $ mkdir build $ cd build $ cmake ../ […]
How make a bootable floppy to available partitions Linux and windows This guide is written to start an old notebook with two partitions: Linux and Windows 98. We will use the distribution DSL (Damn Small Linux) because it is one of the lightest distributions in the world. DSL can run on old notebook with 16MB […]
Guide for Windows 7 Now i will show you the simplest way to block avnotify.exe. This metod avoid the annoyance message “The size of the file AVNOTIFY.EXE has been modified! …ect”. The tool gpedit.msc is present in Ultimate/Professional/Enterprise Windows versions only. If you have other versions, I am sorry, i have no solutions for you. […]