(source: https://ubuntuforums.org/showthread.php?t=2382108, solution provided by clapac)
1. Create a new udev rule file:
cd /etc/udev/rules.d/
sudo vim 100-iphone-usbmuxd.rules
( * the file name is formed by PRIORITY-whatever.rules, you can use 99-mynewrules.rules, for example)
2. Insert the following lines into the created rules file:
ENV{DEVTYPE}==”usb_device”, ACTION==”add”, SUBSYSTEM==”usb”, ATTR{idVendor}==”05ac”, ATTR{idProduct}==”129[0-9abcef]”, RUN+=”/usr/sbin/usbmuxd -u -U usbmux”
ENV{DEVTYPE}==”usb_device”, ACTION==”add”, SUBSYSTEM==”usb”, ATTR{idVendor}==”05ac”, ATTR{idProduct}==”12a[0-9ab]”, […]
Symptom:
– Your default File Manager is e.g. Thunar but Firefox uses Nautilus when saving files which is driving you bananas.
Solution (for XFCE):
1. Firstly make sure that your default Applilcation for that particular mime type (in this case it is the ‘inode/directory’ mime type) is actually setup properly. Open the “Preferred […]
This issue looks very much like a bug to me:
You start a brand new Linux installation You select wired Internet connection during install Your brand new Linux has no wireless connectivity (not even the drivers!) upon first boot.
This is what I did to fix it (on my Toshiba satellite with Fedora 24 and […]
Summary:
To find the PID of a running UNIX/XWindow process:
$ xprop _NET_WM_PID
If that fails:
$ ps -ww -fp <PID>
$ pwdx <PID>
Detailed explanation:
So How can you find the PID (not Window ID!) of a running UNIX/XWindow process?
Method 1 (simple):
$ xprop […]
Many of the major Linux distributions come bundled with OpenJDK Java instead of the “standard” Sun Java or — since Sun Microsystems acquisition by Oracle in 2010 — Oracle Java. One such distro is Fedora, for example.
Open JDK is ok in most cases but there are situations where you need to install the “real” […]
Some versions of VLC have this problem: once you enable visualisations it can not be disabled. Yes, there is a radion button in the menu in Audio –> Visualisations which can be set to “Disable” but to no effect – on next start of VLC it displays the visualizations plug-in screen again. Even if you’re […]
How can you remove a mounted USB stick or USB HDD from the list of mounted devices?
PROBLEM
We have all done it – in a hurry you unplug a USB drive which was mounted in your Linux system without properly unmounting it and then it sits there in your list of mounts and you […]
Use imagemagick – this is exactly what it was designed for! 🙂
For example:
– to resize all .jpeg files in the current directory to be 320 pixels wide, preserving the aspect ration, do this:
 $ convert ‘*.jpeg[320x]’ resized%03d.jpeg
– to shrink all .jpg files in the current directory […]
This info copied from: https://vuanhduy.wordpress.com/2014/05/02/the-variants-of-gnu-makefile-assignment-operation/
The differences in =, :=, ?= and += when assigning a macro in Makefile.
= operation
If the variable does not have a value, the operation assign the value to it
If the variable already had a value, it is replaced.
This value will be expanded when […]
… copied as-is from : http://fedorasolved.org/server-solutions/lamp-stack
Very useful info, everything works like a charm (I tried on FC15) so I am replicating this here in case that page ever gets archived, goes offline, etc. I will see if I can add some more info about setting phpMyAdmin here as well.
Doing the work
The […]
-
Categories
- Android Development
- Bash
- C programming
- dpkg/apt-get
- drupal
- Emacs
- Git
- Java
- Linux administration
- Linux device drivers
- Linux Gaming
- Linux kernel
- Linux Networking
- Linux on Windows
- Linux printing
- Linux sound and ALSA
- Package Managers
- Programming
- RPM
- Shell and environment
- Tips and tricks
- Uncategorized
- VirtualBox
- Virtualization
- web development
- wine
- WMaker
- Wordpress Tips
- X Window System
- XFCE
-
Articles
- August 2020
- August 2019
- May 2019
- July 2017
- February 2017
- January 2017
- November 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- April 2016
- March 2016
- December 2015
- November 2015
- September 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- October 2014
- February 2014
- January 2014
- November 2013
- October 2013
- June 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- October 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- September 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
-
Calendar
June 2023 M T W T F S S « Aug 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 -
Meta
Cloud
audio bash boot compile C programming cups drupal emacs etc Fedora git grep how to httpd init kernel libc linux linux partition localtime login make mount mp3 mysql networking oracle package managers password phpMyAdmin programming rpm shell sql vbox version control system virtual box vm web server wordpress www xargs xfce xwin yum