Automatic REBOOT if needed after apt-get upgrade – Linux
Sometimes after the execution of the apt-get upgrade command is finished, a restart is required, but this is not displayed after the command is completed,
Change the extension of multiple files in Linux
1). Using Linux find command Using find command to rename all .oldext files under directory structure with a new extension: .newext find . -type f
du – Get the Size of a Folder in Ubuntu Linux
The linux du command displays the size of file space used by the specified files or folders. If the specified path is a directory (folder),
Find Available Network Interfaces On Linux/Ubuntu – 6 Quick Solutions
If you need a solution for quickly finding information about the network interfaces attached to the server or computer, then choose one of the solutions
jQuery On Load and Ready not firing for dynamically loaded content ?
Trying to distribute the resources loaded on a page through a function that loads the JavaScript as dynamic files and not all at once, I
Reload new entry in fstab – fast and easy way – Linux
A fast and easy way to reload new entries in /etc/fstab is to use the linux mount command: @ sudo mount -a or with verbose
How to listen Youtube only Audio-Mode, without Video !
Youtube only Audio-Mode – For those who want to listen only audio on youtube, without video: Music Mode for YouTube™ (chrome) : https://chrome.google.com/webstore/… Audio Only for YouTube™
Get HTTP Status Code – PHP Functions
Below are some useful solutions (php functions) for HTTP Status Codes returned in the required page header by servers when loading a web page. global $http_status_code;
Convert String Array Associative to Array Type – Eval and array index as variable
Recently I encountered a small problem with a library downloaded from github or sourceforge (I don’t remember exactly), but quite old, with many functions used