This is a way to change notify and audio icon size for XFCE panel:
Create or edit ~/.config/gtk-3.0/gtk.css, and add these two selectors:
#pulseaudio-button * {
-gtk-icon-transform: scale(.55);
}
#xfce4-notification-plugin * {
This is a way to change notify and audio icon size for XFCE panel:
Create or edit ~/.config/gtk-3.0/gtk.css, and add these two selectors:
#pulseaudio-button * {
-gtk-icon-transform: scale(.55);
}
#xfce4-notification-plugin * {
| Installing: | |
| open a terminal and type: | |
| sudo add-apt-repository ppa:otto-kesselgulasch/gimp | |
| sudo apt-get update | |
| sudo apt-get install gimp | |
| Removing: | |
| open a terminal and type: | |
| sudo apt-get install ppa-purge | |
| sudo ppa-purge ppa:otto-kesselgulasch/gimp |
| Touchpad | |
| Turn on touchpad: xinput set-prop 15 "Device Enabled" 1 | |
| Turn off touchpad: xinput set-prop 15 "Device Enabled" 0 | |
| Mount flashdisc | |
| umask=0,nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=Kingston,noauto | |
| Setup Linux Mint Screensaver | |
| Disable Screensaver |
| <iframe | |
| id="068a380a-add0-4954-b0fb-b25884efab81" | |
| class="c-hero-media__video js-hero-player" | |
| data-youtube-api="https://www.youtube.com/iframe_api" | |
| data-youtube-id="-q7UBPU0MYI" | |
| frameborder="0" | |
| allowfullscreen="1" | |
| allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" | |
| title="YouTube video player" | |
| width="100%" |
Disabling webcam on Linux
sudo modprobe -r uvcvideo
Enabling webcam on Linux
sudo modprobe uvcvideo
Version of Nginx
sudo nginx -v
Version and Enabled modules
sudo nginx -V
Configuration test
| Video (playable) | |
| H264 MPEG-4 AVC (part 10) (avc1) | |
| Audio (playable) | |
| MPEG AAC Audio (mp4a) | |
| Video (unplayable) | |
| MPEG-H Part2/HEVC (H.265) (hev1) | |
| Audio (unplayable) |
To export data from MySQL to Excel using phpSpreadsheet, you can follow the steps below:
$servername = "localhost";
$username = "yourusername";
$password = "yourpassword";
$dbname = "yourdbname";
// Create connection
<input type="submit" name="value(submit)" value="Continue" onDblClick="fncDoubleOut();">
<input type="button" name="value(submit)" value="Cancel" onclick="cancel_onclick();" onDblClick="fncDoubleOut();">function fncDoubleOut(){
alert('Your transaction is being processed. Thank you.');
return false;
}