Showing posts with label Ubuntu. Show all posts
Showing posts with label Ubuntu. Show all posts

Tuesday, 20 May 2014

Install Windows to USB disk from Ubuntu 14.04

sudo add-apt-repository ppa:colingille/freshlight
sudo sh -c "sed -i 's/trusty/saucy/g' /etc/apt/sources.list.d/colingille-freshlight-trusty.list"
sudo apt-get update sudo apt-get install winusb

Monday, 30 May 2011

Friday, 29 April 2011

"device not managed" [NetworkManager] - solved

Solution

edit /etc/NetworkManager/NetworkManager.conf and set
[ifupdown]
managed=true

Then kill /usr/sbin/NetworkManager and start it again
or reboot.