Posts

Showing posts from August 4, 2018

Change file permissions on hfs drive

Image
Clash Royale CLAN TAG #URR8PPP .everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0; up vote 0 down vote favorite I was unable to boot macOS on my mac laptop. I took the drive out to try recover my documents un my ubuntu machine. I installed sudo apt-get install hfsprogs sudo apt-get install hfsplus So I could access the drive. I then mounted the drive with read and write permissions. sudo mount -t hfsplus -o force, rw /dev/sdb2 /media/user/MAC It was somewhat a success as I can view and read some of my Docuemnt folders. However to access others, I would need to change the ownership and access of the folders. I tried with sudo chown user /media/user/MAC (my user account is 'user') but im greeted with: chown: changing ownership of '/media/user/MAC/Applications/Adobe Dreamweaver CS6/Adobe Dreamweaver CS6.app/Contents/Frameworks/Xalan.framework': Read-only file system chown: changing ownership of '/media/user/MAC/App...

How we can install docker in ubuntu 12.04 [on hold]

Image
Clash Royale CLAN TAG #URR8PPP .everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0; up vote 0 down vote favorite Need to install docker in ubuntu 12.04 12.04 docker share | improve this question asked 17 hours ago Arjun k 1 put on hold as off-topic by N0rbert, guiverc, karel, DK Bose, pomsky 15 hours ago This question appears to be off-topic. The users who voted to close gave this specific reason: "This question is specific to an end of life Ubuntu release. These are no longer supported and are therefore off-topic here. To upgrade, see: How to install software or upgrade from old unsupported release?" – N0rbert, guiverc, karel, DK Bose, pomsky If this question can be reworded to fit the rules in the help center, please edit the question. Possible off-topic question. Ubuntu 12.04 LTS is well past EOL and thus off-topic, and Ubuntu 12.04 ESM is off-topic too on this site. (re...

Android Studio not recognising KVM on Ubuntu 18.04

Image
Clash Royale CLAN TAG #URR8PPP .everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0; up vote 0 down vote favorite KVM is required to run this AVD. /dev/kvm device: permission denied. Grant current user access to /dev/kvm 18.04 kvm android-studio share | improve this question asked 17 hours ago Rahul Ramteke 1 1 2 Possible duplicate of Ubuntu 14 Android Studio 3 xrdp /dev/kvm permission denied – N0rbert 17 hours ago add a comment  |  up vote 0 down vote favorite KVM is required to run this AVD. /dev/kvm device: permission denied. Grant current user access to /dev/kvm 18.04 kvm android-studio share | improve this question asked 17 hours ago Rahul Ramteke 1 1 2 Possible duplicate of Ubuntu 14 Android Studio 3 xrdp /dev/kvm permission denied – N0rbert 17 hours ago...

Dual monitor Ubuntu 18.04: Desktop icons tile across both monitors - how to keep them to one?

Image
Clash Royale CLAN TAG #URR8PPP .everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0; up vote 0 down vote favorite When using Ubuntu 18.04 with two monitors, I'm experiencing all my desktop items being tiled across both monitors. My settings specify that one monitor (external) is above my other (laptop monitor). If, for example, I right click and 'Organize Desktop by Name", it will achieve this by tiling the items by name across the two monitors - as if I have one giant desktop. Is this normal behavior? If so, is it possible to keep all desktop files restricted to one monitor (perhaps, the primary monitor I've specified in settings)? 18.04 multiple-monitors share | improve this question asked 17 hours ago user240917 6 1 add a comment  |  up vote 0 down vote favorite When using Ubuntu 18.04 with two monitors, I'm experiencing all my desktop items being tiled across b...