In Firefox URL box enter about:config to view | edit your default locale search and language settings:
- general.useragent.locale
- browser.search.countryCode
- browser.search.region
- browser.search.isUS
UK values for above = en.GB, GB, GB, False
Linux based Operating Systems
In Firefox URL box enter about:config to view | edit your default locale search and language settings:
UK values for above = en.GB, GB, GB, False
In Linux/Ubuntu to create an ISO from a CD/DVD is simplicity itself using the DD command
Use lsbk to determine the CD device name
lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT sda 8:0 0 1.8T 0 disk ├─sda1 8:1 0 50G 0 part / ├─sda2 8:2 0 10G 0 part [SWAP] ├─sda3 8:3 0 1.6T 0 part /home └─sda4 8:4 0 50G 0 part sdb 8:16 0 1.8T 0 disk ├─sdb1 8:17 0 100G 0 part ├─sdb2 8:18 0 20G 0 part ├─sdb3 8:19 0 250G 0 part ├─sdb4 8:20 0 1K 0 part ├─sdb5 8:21 0 50G 0 part ├─sdb6 8:22 0 1000G 0 part /media/NTFS_DATA └─sdb7 8:23 0 443G 0 part sr0 11:0 1 25.6M 0 rom /media/mike/NEW loop1 7:1 0 25.6M 1 loop /media/iso
Create ISO file with DD
dd if=/dev/sr0 of=/home/mike/Downloads/test.iso
Create Mount Point
sudo mkdir /media/iso
Mount ISO file
sudo mount -o loop /home/mike/Downloads/test.iso /media/iso
Unmount ISO File
sudo umount /media/iso
Remove Mount Point
sudo rmdir /media/iso
1. SystemRescueCd is based on Xfce (cholesterol free Linux) OS provided as a bootable CD or USB for administrating or repairing desktop systems after a crash. It aims to provide an easy way to carry out admin tasks, such as creating and editing the hard disk partitions,
To display the version from the terminal:
BASH (Bourne Again SHell) is the default command line shell used in Ubuntu and Kubuntu and many other Linux distributions. BASH allows you view and manipulate the command line history.
The following examples are from Kubuntu Konsole
List History
user@hostname:~$ history 1 sudo restart 2 sudo restart --help 3 reboot 4 sudo reboot . .. ... 709 history user@hostname:~$
List last 10 lines of history
user@hostname:~$ history 10 700 dmesg | less | grep error 701 sudo nano /etc/modprobe.d/alsa-base.conf 702 history 703 ls 704 cd Annex 705 cd Annex 1 706 cd Music 707 cd ..
This problem exhibits itself when viewing css files with @media {…} queries with Kate text editor versions < v3.14. Kate highlights these sections incorrectly with red underline or similar.
The fix for this bug is to add <DetectSpaces/> to the MQEV context of Kate’s css.xml highlighting file so that it parses spaces after @media attribute and before the curly brace correctly.
In Kubuntu 14.04 css.xml is located in /usr/share/kde4/apps/katepart/syntax/css.xml
Edit this file with Kate as follows
kdesudo kate /usr/share/kde4/apps/katepart/syntax/css.xml
Find the second occurrence of “MQEV”
Follow the steps below to disable mouse middle or wheel click button:
From Terminal run xinput to discover the mouse device name
xinput list ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ Microsoft Microsoft® Classic IntelliMouse® id=10 [slave pointer (2)] ⎣ Virtual core keyboard id=3 [master keyboard (2)] ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)] ↳ Power Button id=6 [slave keyboard (3)] ↳ Power Button id=7 [slave keyboard (3)] ↳ Belkin Corporation Flip CC id=8 [slave keyboard (3)] ↳ LITE-ON Technology USB NetVista Full Width Keyboard.
This cure is applicable to Linux based systems such as Kubuntu and Ubuntu.
Stop those annoying pop-ups intruding into your workspace by simply running Spotify Music player in a second desktop window and leave it maximised as follows: