How to prevent phpmyadmin automatic logout
July 11, 2019
# Edit your php.ini file- session.gc_maxlifetime = 1440 # Go to config.inc.php in phpmyadmin add the following code.. $cfg[‘LoginCookieValidity’] = 60*60*24*7; // 60*60*24*7 = one… Read More →
July 11, 2019
# Edit your php.ini file- session.gc_maxlifetime = 1440 # Go to config.inc.php in phpmyadmin add the following code.. $cfg[‘LoginCookieValidity’] = 60*60*24*7; // 60*60*24*7 = one… Read More →
Take note of the partitions ids with the following code from Terminal.. sudo blkid Open the config file- sudo nano /etc/fstab And use the partition… Read More →
July 11, 2019
The error “/dev/sda5: Inodes that were part of a corrupted orphan linked list found” indicates filesystem corruption on the /dev/sda5 partition, which often occurs due… Read More →
July 10, 2019
Reading EPUB eBooks on Ubuntu is straightforward once you pick the right reader and installation method. This guide walks through the best choices for Ubuntu… Read More →
Install and Use YouTube-DL on Ubuntu 18.04 Install YouTube-DL – A Command Line Video Download Tool for Linux sudo snap install youtube-dl Update youtbe-dl Snap… Read More →
Ubuntu 17.10, codenamed Artful Aardvark, marked a significant shift in the Linux ecosystem by replacing the Unity desktop environment with GNOME Shell as the default… Read More →