Posts

Showing posts from March, 2011

What does this command do (find / -name gcc 2>/dev/null)? - Ask Ubuntu

what command find / -name gcc 2>/dev/null do? let's break better understanding: find / -name gcc searches through root dir (the / dir, contains /etc , /home , forth) file name gcc . search done recursively, meaning subdirectories, sub-subdirectories , on searched well. the > operator redirects output. in case, 2> redirects output of standard channel error messages, stderr . ls > the_list.txt # writes output of ls file ls 2> the_list.txt # writes output of ls on stderr file /dev/null pseudo device throws away gets written it. can use if have write stuff somewhere , want gone. so ls > /dev/null means "redirect output of ls /dev/null", or "don't bother me output". above, ls 2>/dev/null sends what's written on stderr /dev/null . the complete command find / -name gcc 2>/dev/null therefore means "search on whole system file called gcc , don't show me error messages occur while doing so&qu

dell - BIOS update/battery problem - Ask Ubuntu

a while ago spilled coffee on dell xps 13 9343 laptop, opened it, cleaned up, put in new keyboard , track-pad, etc. everything seemed work fine again except battery wasn't charging , volume cannot adjusted . recall when first installed ubuntu had volume problem, solved updating bios. understand since removed motherboard have update bios again (read somewhere), proceeded update latest bios, in hopes battery issue may resolved this. i boot freedos flash drive , execute update file, however, met message saying need charged battery of @ least 10% power continue updating. unsure next. suggestion helpful. thanks.

dual boot - Ubuntu version with lesser system requirement - Ask Ubuntu

this question has answer here: how find out version , derivative of ubuntu right hardware in terms of minimal system requirements? 7 answers i planning dual-boot ubuntu 16.04 using universal usb installer in machine. however, ubuntu 16.04 recommends having 3.2 ghz clock speed or better; machine has 2.4 ghz. there version of ubuntu requires minimum of 2.4 ghz? , how can download iso file? i found on ubuntu homepage ( ubuntu page ) since ubuntu 11.04 need 1000 Μhz processor, 1024 mib ram, 3d acceleration capable videocard @ least 256 mb. system should googd enough. if want install smaller try xubuntu or lubuntu instead need 512 mib of system memory (ram). personally use ubuntu 16.04 on old dell notebook windows7 without problems. my system: old dell, intel core i7 cpu q720 @ 1.60 ghz, grafic: amd rv730 , 4 gb ram

mysql - How do I restore innodb-files into an sql file and that's it? - Ask Ubuntu

i trying restore innodb databases files. followed stop mysql daemon/service (# services stop mysql) on mine services.msc , made sure mysql service not running. replace new “data” directory backed-up 1 (don’t forget work on copy of backup, , not 1 , backup!!) start mysqld innodb revocery parameters, , keep windows open: mysqld --standalone --console --innodb-force-recovery=4 . console stay open , you’ll see log messages directly on screen (ctrl-c close server), came across number of problem please see after step 7 have copied & pasted output recovery. and entered sudo -u mysql mysqld --standalone --console --explicit_defaults_for_timestamp --innodb-force-recovery=4 , got 2016-10-21t04:56:01.469769z 0 [warning] changed limits: max_open_files: 1024 (requested 5000) 2016-10-21t04:56:01.469808z 0 [warning] changed limits: table_open_cache: 431 (requested 2000) 2016-10-21t04:56:01.608783z 0 [note] mysqld (mysqld 5.7.15-0ubuntu2) starting process 21945 ... 2016-10-21t04:56:

permissions - SMB is giving me NIGHTMARES, shares show but I can't access any folders - Ask Ubuntu

need little setting smb server. haven't been using linux in quite while , wanting dump windows , use box strictly file server media player boxes scattered around house. i don't need security on shares @ strictly on internal network , media players don't seem want work shares requiring passwords. here's thing: i've been out of long i'm pretty newbie again, computer shows when try add new media folder in media player, if use ubuntu user name , password can't access folder, , logs show attempt user nobody , session closed. when try access folder in ubuntu, can access smb://main pc , shows folders can't anything. using ubuntu credentials gives me damn error saying permission denied. know i'm overlooking easy that's gonna make me real dunce, pointers appreciated. well recommend following kickoff. commands run root user or sudo avoid privilege issues. install samba service packages. sudo apt-get install samba samba-common pytho

apt - How to make my server email me when there are security updates? - Ask Ubuntu

there's way check see when update security update. greeted motd says "there n security updates." what i'd have server email me list of packages need updating security reasons. to take step further, email link applicable security notification ubuntu. basically, each server unique. i've received several emails on security mailing list packages not have install on any/all servers. i'd each individual server tell me needs. way can apply updates in timely manner, while avoiding restarting services apache cause users have downtime. how this? from previous post. can run security upgrades via command line with. sudo unattended-upgrade i checked out , can use command line option sudo unattended-upgrade --dry-run to download not install updates. when running program not getting output, think because have system set auto-update. if can output figure out updated vs. pending updates , write shell script send email containing of output of p

chown - Vim editor and it's difference and how to repair these editor - Ask Ubuntu

this question has answer here: what difference between vi , vim? 3 answers what difference between vi , vim in ubuntu,because when type text in vi it's differ type in vim . thank you vi original "classic" editor. vim ( v i im proved) version of vi has more features. differing text configuration of vim on system. on full linux systems, vi provided busybox , while vim package.

Is Python installed: (Raspberry Pi Ubuntu) - Ask Ubuntu

16.04 installed on raspberry pi 3 attempt verify version of python did not indicate version of python installed (if any): ubuntu@ubuntu:~$ python -v program 'python' can found in following packages: * python-minimal * python3 try: sudo apt install <selected package> ubuntu@ubuntu:~$ python --version program 'python' can found in following packages: * python-minimal * python3 try: sudo apt install <selected package> is python not installed default ubuntu? update: dobey ubuntu@ubuntu:/$ cd /usr/bin ubuntu@ubuntu:/usr/bin$ find . | grep python ./python3-jsondiff ./python3.5m ./python3-jsonpointer ./python3-jsonpatch ./python3.5 ./python3m ./python3 ./dh_python3 ubuntu@ubuntu:/usr/bin$ python3 /usr/bin/python3 ubuntu@ubuntu:/usr/bin$ cd / ubuntu@ubuntu:/$ python3 /usr/bin/python3 ubuntu@ubuntu:/$ python3 -v python 3.5.1+ ubuntu@ubuntu:/$ the program /usr/bin/python python 2.x not installed default. need use python3 instead.

drivers - How to configure / troubleshoot a new keyboard - Ask Ubuntu

i have toshiba satellite p755 laptop. bought new keyboard intended different model, of same physical size , therefore compatible, it. the new keyboard's connector identical, layout , indeed keys identical save backlight , associated wire, not present on original. i took old keyboard out of laptop , installed new one. xinput detects new keyboard fine: $ xinput ⎡ virtual core pointer id=2 [master pointer (3)] ⎜ ↳ virtual core xtest pointer id=4 [slave pointer (2)] ⎜ ↳ hid 04d9:1400 id=11 [slave pointer (2)] ⎜ ↳ synps/2 synaptics touchpad id=13 [slave pointer (2)] ⎜ ↳ logitech k400 id=15 [slave pointer (2)] ⎜ ↳ logitech m510 id=16 [slave pointer (2)] ⎣ virtual core keyboard id=3 [master keyboard (2)] ↳ virtual core xtest keyboard id=5 [slave keyboard (3)] ↳ p

cron - Deleting 5 minute old files every minute? - Ask Ubuntu

i have directory gets filled images web service , images need exist on server 5 minutes after they've been placed. tried using tmpreaper couldn't work. did following command: sudo crontab -e * * * * * tmpreaper 5m /my_image/dir i checked cron running pgrep cron , got pid . however, images still in directory. running command manually works fine, it's not working through cron. in experience, cron doesn't raw commands in files. make simple bash script looks like: #!/bin/bash tmpreaper 5m /my_image/dir save script somewhere solid, make executable, , change cron bash /path/to/script . i've had issues permissions cron well. make sure being run correct user expecting to.

ecryptfs - Trying to mount old encrypted home - Ask Ubuntu

i installed fresh ubuntu 10.10 onto new hard drive , want mount old home directory subdirectory of new (also encrypted) home directory. i tried sudo mount -t ecryptfs /mnt/oldhome/me/ /home/me/oldhome , /mnt/oldhome being /home partition of old system. afterwards ~/oldhome contains desktop link file (access-your-private-data.desktop) linking ecryptfs-mount-private , readme.txt saying should run ecryptfs-mount-private . so, don't know supposed happen, can't tell if happens , if brings me closer accessing old home. any hints? update i able mount old encrypted home of this script . though, looking ls , alot of errors this: ls: cannot access /mnt/oldme/some_file: no such file or directory other information ls -l should show, replaced question marks. update 2 i mounted old system /mnt/oldroot , mount /dev, /sys, /proc , old home partition into. chrooted /mnt/oldroot, su - me , ecryptfs-mount-private . asked passphrase put in , got: error: unwrapping pass

Data recovery - damaged filesystem - Ask Ubuntu

Image
i've installed new distribution (ubuntu 16.04, before ubuntu 14.04). before installation i've copied data on external hdd. when trying copy back, not able access it. seems file system (ext4) damaged. able see fdisk -l commnad not mount it. i've created mounting point in /media named external i've run sudo mount /dev/sdb1 /media/external the output is: mount: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error in cases useful info found in syslog - try dmesg | tail or so. i've tried mount -t ext4 /dev/sdb1 /media/external output: mount: special device /dev/sdb1 not exist maria@maria-vostro-3360:/media$ i trying boot computer on live ubuntu 14.04, system installed when copying data on external disc, didn't help. gparted shows unknown file system , under details there following: i've run testdisk . i'm not sure if i've done correctly (for exemple don

unity - Restore super key to open dash - Ask Ubuntu

i got new laptop ubuntu preinstalled, , super key doesn't open dash. have installed compizconfig-settings-manager , can assign key combination super + x , won't let me assign super key itself. how can make super key work again? i found this answer provided command-line solution changing launcher key shortcut. restoring default behavior takes single command: dconf write /org/compiz/profiles/unity/plugins/unityshell/show-launcher '"<super>"'

command line - deleting folders with spaces in their names using xargs - Ask Ubuntu

this question has answer here: piping find -name xargs results in filenames spaces not being passed command 2 answers why can't xargs delete directories spaces in names, , how fix that? 76 find . -type d |xargs rm -rf 77 rm -rf fire\ hydrant/ 78 rm -rf wine\ glass/ 79 rm -rf tennis\ racket/ 80 rm -rf traffic\ light/ 81 rm -rf parking\ meter/ 82 rm -rf teddy\ bear/ 83 rm -rf sports\ ball/ 84 rm -rf cell\ phone/ 85 rm -rf stop\ sign/ 86 rm -rf dining\ table/ 87 rm -rf potted\ plant/ fix using -print0 in find , xargs -0 in xargs tell both commands use null character separator instead of space: find . -type d -print0 | xargs -0 rm -rf here's nice explanation of why breaks , how fix works the linux command line william e. shotts jr . dealing funny filenames unix-like systems allow embedded spaces (and newlines!) in file

16.04 - UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY - Ask Ubuntu

/dev/sda7 contains file system errors, check forced. inodes part of corrupted orphan linked list found. /dev/sda7: unexpected inconsistency; run fsck manually. (i.e., without -a or -p options) fsck exited status code 4 root filesystem on /dev/sda7 requires manual fsck busybox v1.22.1 (ubuntu 1:1.22.0-15ubuntu1) built in shell (ash) enter 'help' list of built-in commands. (initramfs) _ please help try this: you have use live-dvd/usb. you boot live-dvd/usb pc. and run fsck terminal: sudo -i umount /dev/sda7 fsck /dev/sda7 -y

unity - Ubuntu launcher transparency problem - Ask Ubuntu

my ubuntu desktop i make ubuntu install want, but... launcher isn't matching color of desktop, , if set black it's color in tweak tool (it works), bar (i forgot how it's called) on top black, not transparent.

permissions - Kodi Not opening after update today - Ask Ubuntu

kodi not working after ubuntu 16.04lts update today, uninstalled , reinstalled , still not working. do? ############## kodi crash log ############### ################ system info ################ date: thu oct 27 12:59:00 edt 2016 kodi options: arch: x86_64 kernel: linux 4.4.0-45-generic #66-ubuntu smp wed oct 19 14:12:37 utc 2016 release: ubuntu 16.04.1 lts (xenial xerus) ############## end system info ############## ############### stack trace ################# ############# end stack trace ############### ################# log file ################## 12:58:52 t:140209281395008 notice: special://profile/ mapped to: special://masterprofile/ 12:58:52 t:140209281395008 notice: ----------------------------------------------------------------------- 12:58:52 t:140209281395008 notice: starting kodi (16.1 git:c327c53). platform: linux x86 64-bit 12:58:52 t:140209281395008 notice: using release kodi x64 build 12:58:52 t:140209281395008 notice: kodi compiled apr 25 2016

gparted - How to resize LVM partition on a RAID 1 - Ask Ubuntu

i running ubuntu 14.04 in raid 1 configuration. how expand 1 of lvm partitions /var partition 100% filled up? have tried boot in rescue mode gparted not available in mode. best regards if ubuntu installation using logical volume manager (lvm) /var logical volume (lv) compared traditional partition. command grow or shrink lv lvresize . require empty space in physical volume (pv) if wish grow /var lv. before attempting resize /var, recommend read , understand how lvm works. 2 places start logical volume manager (linux) , lvm - arch linux .

repository - Enable source code repositories (16.04 LTS) - Ask Ubuntu

this question has answer here: how enable source code repositories? 2 answers how enable source code repositories in ubuntu 16.04 lts? note: not duplicate, other question different version of ubuntu. open software & updates > click on source code box turns color, close > reload sources. may or may not checkmark vs -, doesn't matter long it's colored if have ppa's enabled want sources go other software tab & enable (source code) entry per ppa

usb storage - Program recommendation to test USB memory - Ask Ubuntu

i bought usb sticks , sd cards. price way good, , suspect counterfeit products. not able find program runs on ubuntu can used check these cards/sticks. not have skills necessary compile, program install easily. thanks. there's linux program called f3 can test fake flash drives. info , download @ http://oss.digirati.com.br/f3/ . it's not big deal compile, requires use of make command in terminal. program 2 separate programs, f3write , f3read. use them in terminal, this: cd directory_where_f3_source_is_located ie: cd ~/desktop/f3 make used compile program, required once ./f3write /path_to_flash_drive ie: ./f3write /media/my_username/my_flash ./f3read /path_to_flash_drive ie: ./f3read /media/my_username/my_flash a video can viewed @ https://www.youtube.com/watch?v=qnezkfcto7e

Mouse not working after 16.10 install - Ask Ubuntu

i did fresh install of 16.10. during install mouse in same state of being invisible used nomodeset command launch install again , mouse started working , complete installation, again after installation have no mouse. mouse working in background icon invisible. tried installing gdm stated on here damaged system. i'm ubuntu beginner , hope can considering i've reinstalled system 5 times in 2 days failures different versions. thanks.

boot - Made a mistake in removing grub rescue - Ask Ubuntu

i trying format windows c: drive. trying remove grub , did it. getting ext2 file in msdos6 using ls command. removed it. made mistake after it. opens ubuntu , windows option. unfortunately select format option again , enter grub rescue again. now, when use ls command hd0msdos1 3 file . when use command ls (hd0,msdos1) , ls (hd0,msdos2) , ls (hd0,msdos3) file shown ls command, each time answer filesystem unknown. what should do? i not have windows cd because laptop came windows 7 home basic pre-installed.

launcher - gedit default directory and .desktop file - Ask Ubuntu

i have icon gedit in launcher in ubuntu 16.04. had problem multiple icons in launcher (see, e.g., why there 2 icons in unity launcher nautilus? ), solved random unlock launcher-lock launcher actions. have single icon starts gedit. however, when click on icon, gedit started in / . visible in embedded terminal , in save location new documents (as location 'open other documents' when new document in focus). how can change location? tried edit /usr/share/applications/org.gnome.gedit.desktop read exec=cd ~;gedit %u resulted in compiz being active 10sec @ 15% cpu , terminating without starting gedit. when start gedit terminal in directory location set directory. i have /usr/share/applications/gedit.desktop file not used. dconf-editor shows org.gnome file used, , indeed making changes file (e.g., changing captions) reflected in launcher. https://bugs.launchpad.net/gedit/+bug/194904 , https://bugzilla.gnome.org/show_bug.cgi?id=504067 suggest not possible

networking - How to command “hping3” display time and date of hping3 - Ask Ubuntu

when hping3 have output: hping3 -s -p 80 google.com hping google.com (eth0 89.25.120.57): s set, 40 headers + 0 data bytes len=46 ip=89.25.120.57 ttl=62 id=40422 sport=80 flags=sa seq=0 win=29200 rtt=3.9 ms len=46 ip=89.25.120.57 ttl=62 id=41026 sport=80 flags=sa seq=1 win=29200 rtt=7.8 ms len=46 ip=89.25.120.57 ttl=62 id=41341 sport=80 flags=sa seq=2 win=29200 rtt=3.7 ms ^c --- google.com hping statistic --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 3.7/5.1/7.8 ms i have date in front of each line: how command "ping" display time , date of ping can ? i've made work. hping3 buffering output. in order fix installed expect ( sudo apt-get install expect ) on ubuntu 16.04 , ran following command: $ unbuffer hping3 -s -p 80 google.com | while read pong; echo "$(date): $pong"; done wed nov 2 12:48:29 utc 2016: hping google.com (ens160 172.217.23.14): s set, 40 headers + 0 data bytes we

laptop - Brightness Keys(Fn+F5, Fn+F6) Not Working on ASUS K501UX in Ubuntu 16.10 - Ask Ubuntu

when press function keys + f5, f6 brightness control nothing happens. works fine in windows. ended making shortcut brightness & lock settings on unity bar, far ideal. how can fix this? the fix mentioned pilot6 above this: gksudo gedit /etc/default/grub change command line grub_cmdline_linux_default="quiet splash acpi_osi=" and run sudo update-grub

command line - "Startup Applications" not working - Ask Ubuntu

i have simple 1 line command works in terminal, not work in "startup applications" app thing. the line of code : xmodmap /home/seph/code/ubuntu\ scripts/xmodmap it's not of hassle copy "startup applications" , paste terminal, don't why isn't working. followed else's instructions in first place, maybe did wrong? in case, wouldn't obvious , logical assumption types whatever put in terminal? commands, related keyboard, mouse , touchpad settings, or xrandr commands, need desktop loaded. if run them @ log in (using startup applications), run , break. therefore, need build- in little break before command should run. use following command instead add startup applications: /bin/bash -c "sleep 15 && xmodmap /home/seph/code/ubuntu\ scripts/xmodmap" chooes dash > startup applications > add, , add command. that should trick.

command line - How to replace a particular field in a file based on the content of another field? - Ask Ubuntu

i have file following format: a 485c72f95c72e15c external b cc32480a3247f84a system c ec2a63f12a63b76c external i want supply letter in first column using value of variable 'letter', , replace value in second column value supply in variable 'id'. third column may or may not differ or match in case. first , second columns never contain spaces or special characters. i've tried use sed , sed-fu not strong. came this: letter=a id=mynewidstring sed "/$letter /s/[^ ]*/$id/2" the output is: a mynewidstring external b mynewidstring system c ec2a63f12a63b76c external the id replaced in 2 lines, i'm assuming due 'a ' being matched @ end of original id string. i know use sed -i edit file inplace, not doing yet, command still bit dodgy. where have gone wrong, or should using different method? anchor ( ^ start of line) a matched if it's first character: $ letter=a; id=mynewidstring; sed "/^$letter /s/[^ ]*/$id/2&

partitioning - Why do I have loop partitions mounted? - Ask Ubuntu

Image
what problem in ubuntu 16.04? have had problem 2 months , can't seem able delete partitions loop0 , loop1 , or loop3 . this not problem , aren't partitions on disk. loopback mounts. you have installed snap packages. way snaps work package squashfs file system. in order use snaps, must mounted. these mounts appear loopback mounts of squashfs type. normal , not problem @ all.

My computer boots to a black screen, what options do I have to fix it? - Ask Ubuntu

Image
i trying boot ubuntu on computer. when boot ubuntu, boots black screen. how can fix this? table of contents: if trying install ubuntu if have dual boot system if update or else caused problem if trying install ubuntu 1. ensuring cd/dvd or usb flash drive burned/written correctly , not damaged: how md5 test ubuntu isos. see also: where find checksums of ubuntu iso images? or md5 hash ubuntu .iso (14.04 through 17.04) check out these steps see how check cd once boot make sure it's ready go. verify integrity of burned cd/dvd or written usb flash drive (this checks it's accessible computer on wish install). 2. black/purple screen when try boot livecd the ubuntu installer's startup portion incompatible graphics cards. fixing , getting ubuntu desktop try or install can surprisingly easy fix: nomodeset parameter. see if works you: boot desktop live cd , press ↓ key when see below: press enter , select english: press f6, use ← ↑

packaging - Create snap that has all built applications exposed - Ask Ubuntu

i building snap has package build 7 tools in /usr/local/bin , /usr/local/sbin , expose of them. there way wildcard the app command? have done filesets , stage being $binaries , snap being $binaries . thanks

mount - Lost access to ubuntu when changing home partition - Ask Ubuntu

i running out of space on linux partition decided move /home drive. had around 16.6 gb free space , have loved add existing drive, gparted not allowing add linux partition free space existed before (left side) of linux partition. thought why not make free space separate drive , move /home it. following tutorial given @ https://help.ubuntu.com/community/partitioning/home/moving following tutorial, able move home new drive. however, realized there 2 gb free space left. (i should have looked @ before) thought chop off more space windows drive , add /home partition. this, needed make /home partition unallocated space increase size. thus, wanted move /home partition linux drive, way before. changed /etc/fstab entry partition had added /media/home. i ran command sudo mount -a. i tried copy the old_home /home think /home still pointing other partition. restarted system.(this stupid). now, unable login account. how out of mess? you can start computer using live system

backup - How do you monitor DejaDup's progress? - Ask Ubuntu

i have "backup" dejadup app backing home folder encrypted external usb hard drive, takes hours. gui's "backup now" button grayed out, indicating it's running, , gnome says "starting scheduled backup". however, have no idea how long should take. there anyway progress info dejadup? top shows duplicity process running option --log-fd=16 . duplicity's manpage indicates file descriptor of log file writes status updates to. however, if run tail -f 16 , error tail: no files remaining . how read log file descriptor? i think can monitor this: using ps, pid , log fd, e.g. $ ps aux | grep duplicity username 12345 97.2 4.9 878235 345123 ? rsl 02:21 15:02 python2 /usr/bin/duplicity --exclude=/run/media/..... --tempdir=/home/username/.cache/deja-dup/tmp --log-fd=18 the pid 12345, , file descriptor 18. then go /proc/pid/fd (/proc/12345/fd) , instead of trying tail file descriptor 18, use cat or grep. $ cat 18 this shows w

drivers - Ubuntu 16.04 Triple Monitor on Lenovo W530 - Ask Ubuntu

wondering if has had luck this. currently, working under 14.04, nvidia-331 , ubuntu-drivers-common_0.2.91.5. tried https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers , suggested in ubuntu 16.04 dual card triple monitor setup , without success. lspci | grep -i vga 00:02.0 vga compatible controller: intel corporation 3rd gen core processor graphics controller (rev 09) 01:00.0 vga compatible controller: nvidia corporation gk107glm [quadro k1000m] (rev a1) cheers, using https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1556459 , few frustrating hours, here solution: 1- disable prime in bios 2- select discrete graphics in bios 3- update /etc/default/grub include grub_cmdline_linux_default="thinkpad-acpi.brightness_enable=1 acpi_backlight=vendor" 4- update-grub 5- apt-get remove --purge "nvidia*" 6-add https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers ppa 7- apt update && apt -y upgrade 8- select nouve

16.04 - Problem with chromium flash plugins - Ask Ubuntu

i switched ubuntu mate 15.10 mate 16.04 i install chromium , pepper flash synaptic. when start chromium there videos can't read , message : click here download new adobe flash player. i'm sure have rescent version install , when on 15.10 had no problem see videos after installing pepperflash same way. i checked in chromium plugins , flash activate. i checked in usr/lib/chromium-browser/plugins have 0 item in folder. i tried download libpepflashplayer.so adobe site copy in pugins floder, says don't have priviledge that. could'nt go further. i spent many hours reading it, i'm getting little bit upset lts version, give me more bugs 15.10. , no forum yet me. i'm begging help, i'm not advanced in linux, if feel read find , don't see anymore solutions going 15.10. thank you! olivier légaré the pepperflashplugin-nonfree package broken, @ least moment, , can remove again. suggest: enable canonical partner repository . remove

nvidia - Second monitor doesn't get recommended resolution - Ask Ubuntu

i have 2 monitors, primary monitor plugged on hdmi port has 1920x1080 resolution, , secondary monitor plugged on dvi port 1600x900 resolution monitor, second monitor configuration shows 1280x720 maximum resolution available. in others os second monitor gets 1600x900 resolution default. think it's information say, computer has nvidia geforce 750, , using ubuntu nvidia-* drivers instead of opensource drivers. thanks in advance. :)

video - What's the difference between libavcodec-ffmpeg-extra56 and libavcodec-ffmpeg56? Which should I install? - Ask Ubuntu

as title says - what's difference between libavcodec-ffmpeg-extra56 , libavcodec-ffmpeg56? should install? i'm using kdenlive auditioning other non-linear video editors. matter of these packages installed, presumably 1 ffmpeg , 1 ubuntu bawdlerised version (or avconv now?)? advice please? edit, packages.ubuntu.com : package libavcodec-ffmpeg-extra56 xenial (16.04lts) (libs): ffmpeg library **additional** de/encoders audio/video codecs [universe] 7:2.8.8-0ubuntu0.16.04.1 [security]: amd64 i386 7:2.8.6-1ubuntu2 [ports]: arm64 armhf powerpc ppc64el s390x package libavcodec-ffmpeg56 xenial (16.04lts) (libs): ffmpeg library de/encoders audio/video codecs - runtime files [universe] 7:2.8.8-0ubuntu0.16.04.1 [security]: amd64 i386 7:2.8.6-1ubuntu2 [ports]: arm64 armhf powerpc ppc64el s390x if @ files ( plain , extra ) difference appears file in /usr/share/lintian/overrides/ . .so files identically named , versioned. libavcodec-ffmpeg-extra56 adds

software installation - I need to install Skype, how can I do it? - Ask Ubuntu

this question has answer here: how install skype? 17 answers i use skype teach on weekends, because company requests offers screen sharing allowing students see lessons. has had success installing , using skype on os? if so, need guidance. very easy: go ubuntu softwarecenter , search skype.

An external usb storage device auto-mounts with root permissions - Ask Ubuntu

i have no problems using usb sticks etc. ubuntu 16.04 lts. time, when inserted 1 tb seagate storage device, showed in file explorer, not able copy files it. saw in properties device mounted root permissions. why happen , how fix it? in ubuntu, usb drives, once mounted, in /media directory cp /media/your-usb/file-in-usb ~ that copies file on usb disk user's home directory, assuming drive called your-usb , file file-in-usb.

Bluetooth not working - Ubuntu 16.04 Toshiba L50D-C - Ask Ubuntu

i got bluetooth icon, can turn on , off, can make hidden or not , there preferences. when press device search, laptop can not find device. tried several phones, headphones , sony external bluetooth speaker. have dualboot windows, @ windows working well. after several days found page: toshiba-satellite-c50d i think there problem ubuntu support :( maybe forum guru can me anyway. there code sample exports: andrej@andrej-ubuntu:~$ lspci | grep net; lsusb 02:00.0 network controller: realtek semiconductor co., ltd. rtl8723be pcie wireless network adapter bus 001 device 002: id 0438:7900 advanced micro devices, inc. bus 001 device 001: id 1d6b:0002 linux foundation 2.0 root hub bus 003 device 001: id 1d6b:0003 linux foundation 3.0 root hub bus 002 device 005: id 145f:01c8 trust bus 002 device 032: id 0bb4:0001 htc (high tech computer corp.) android phone via mass storage [wiko cink peax 2] bus 002 device 003: id 0930:0222 toshiba corp. bus 002 device 002: id 13d3:5652 imc network

openoffice.org - How can I change location of soffice in openoffice 4.1.3? - Ask Ubuntu

i have ubuntu 16.04 lts , have removed libreoffice , installed openoffice 4.1.3. i keep getting dependency problems , none of software able update anymore. seems related libreoffice still in system somewhere. the following received when apt-get -f install run reading package lists... done building dependency tree reading state information... done correcting dependencies... done following additional packages installed: libreoffice-common suggested packages: libreoffice-style-breeze libreoffice-style-hicontrast libreoffice-style-human libreoffice-style-oxygen libreoffice-style-sifr libreoffice-style-tango following new packages installed: libreoffice-common 0 upgraded, 1 newly installed, 0 remove , 249 not upgraded. 8 not installed or removed. need 0 b/22.3 mb of archives. after operation, 84.8 mb of additional disk space used. want continue? [y/n] y (reading database ... 296107 files , directories installed.) preparing unpack .../libreoffice-common_1%3a5.1.

Alienware 15/R3: No longer able to see the option to boot from USB stick with Alienware BIOS when pressing F2 during power-on sequence - Ask Ubuntu

i lost capability see , select option boot usb, in power-on process, when pressing f2 bios menu. seems usb not been detected bios. my pc alienware 15/r3. used able that, , installed ubuntu 16.04 through that. have installed dual boot, windows 10 original, , ubuntu 16.04 lts. here changes had made: i turned of "secure boot", , make ssd windows 10 os partition accessible ubuntu, changed "sata operation" raid-on achi. i have run several times of ubuntu's boot-repair usb stick, , installed ubuntu. i used gparted partition hard disk i don't remember changing else. as cannot boot installed ubuntu, please advise should better recover? guess might first boot windows 10 first see if still working. thanks help!

mouse - Middle click on touch pad not working - Ask Ubuntu

i got new xps 13, ubuntu installed. tried use 3-finger-tap middle-click, didn't work, here synclient settings now: leftedge = 48 rightedge = 1168 topedge = 36 bottomedge = 644 fingerlow = 25 fingerhigh = 30 maxtaptime = 180 maxtapmove = 61 maxdoubletaptime = 100 singletaptimeout = 180 clicktime = 100 emulatemidbuttontime = 0 emulatetwofingerminz = 282 emulatetwofingerminw = 7 vertscrolldelta = -27 horizscrolldelta = -27 vertedgescroll = 0 horizedgescroll = 0 cornercoasting = 0 verttwofingerscroll = 1 horiztwofingerscroll = 1 minspeed = 1 maxspeed = 1.75 accelfactor = 0.143575 touchpadoff = 0 lockeddrags = 0 lockeddragtimeout = 5000 rtcornerbutton = 2 rbcornerbutton = 3 ltcornerbutton =

software center - Standard UI For Studio? - Ask Ubuntu

is there way change ui ubuntu studio standard one? to illustrate mean "standard" one: i've got 3 problems conspiring make ubuntu studio system virtually unusable: there outstanding bug wifi disconnects me internet , way reboot. there outstanding bug ubuntu shutdown causes hang. if 1 presses reset button or pull plug reboot leaves system in state where, upon boot, causes startup of programs fail system partially working: dual monitor comes single monitor (mirrored), of startup programs (skype, dropbox, etc.) aren't running , net won't restart. repeatedly rebooting things "normal" -- usual 2 or 3 reboots. fortunately reboots don't hang. trying find out workarounds of these problems inevitably takes me posts on askubuntu.com directions this: go system settings->software , updates->developer options tab click box next pre-release (xenial-proposed). enter root pwd, refresh cache. updates tab use "display updates

nvidia - service lightdm modifing /etc/alternatives/x86_64-linux-gnu_gl_conf - Ask Ubuntu

i've installed nvidia-367 on system (ubuntu 16.04). reason don't know, restarting lightdm service leads modification of /etc/alternatives/x86_64-linux-gnu_gl_conf . i run manually: root@tron:~# update-alternatives --config x86_64-linux-gnu_gl_conf there 3 choices alternative x86_64-linux-gnu_gl_conf (providing /etc/ld.so.conf.d/x86_64-linux-gnu_gl.conf). selection path priority status ------------------------------------------------------------ 0 /usr/lib/nvidia-367/ld.so.conf 8604 auto mode 1 /usr/lib/nvidia-367-prime/ld.so.conf 8603 manual mode 2 /usr/lib/nvidia-367/ld.so.conf 8604 manual mode * 3 /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf 500 manual mode press keep current choice[*], or type selection number: 0 update-alternatives: using /usr/lib/nvidia-367/ld.so.conf provide /etc/ld.so.conf.d/x86_64-linux-gnu_gl.con

upgrade 15.10 to 16.04 - Ask Ubuntu

i have ubuntu 15.10 installed. want upgrade 16.04. option not show in software updater. when ran do-release-upgrade -cd returns no new release found . downloaded iso , put on usb stick. when boot installer option upgrade 15.10 16.04 blanked out. allow me erase current installation or install along side. there else can try before erasing current installation (thus losing of settings). you can change software sources wily xenial, update, upgrade , dist-upgrade.

Problem creating new resolution in Lubuntu 16.04 - Ask Ubuntu

i'm trying create new resolution of video, in lubuntu 16.04. i tried: generate "modeline" cvt 1024 768 60 output: modeline "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync create new mode xrandr --newmode "1024x768_60.00" 63.50 1024 1072 1176 1328 768 771 775 798 -hsync +vsync output: xrandr: failed size of gamma output default video name default then sudo xrandr --addmode default 1024x768_60.00 the new resolution appears in list, not work, when click on apply nothing happens. i noticed maximum , minimum limits equal running xrandr command. screen 0: minimum 640 x 480, current 640 x 480, maximum 640 x 480 default connected 640x480+0+0 0mm x 0mm 640x480 73.00* 1024x768_60.00 59.92 i think problem ... how change maximum resolution value ?? output info of hardware lshw -c video output: *-display unclaimed description: vga compatible controller product: 661

dual boot - Put Ubuntu and Windows games on SSD? - Ask Ubuntu

oh boy, windows/ubuntu ssd/hdd question. i'm sorry if duplicate, i've looked everywhere , can't figure out how this. basically, i'm going have windows on 1tb hdd. i'm going install ubuntu second (solid state) drive on same laptop. want partition space out can put windows games , applications on ssd along linux. how partition way? do while installing linux through "something else" checkmark? also, format space used windows fat? would benefit moving windows apps ssd when windows os on hdd?

sound - Should I file a bug report if the USB audio quits working after a kernel upgrade? - Ask Ubuntu

i'm new linux, i've been using ubuntu 2 years , first time i've had serious problem wasn't self inflicted. few days ago computer updated kernel 3.13.0-100 3.13.0-101, when did, usb headphones quit working. or rather, cm108 audio controller stopped showing sound output option. still had built in audio , hdmi port options, not usb. when tried shut computer down, launcher , bar across top went away, did shortcuts on desktop, hung there showing desktop background, , had power button computer. i've booted 3.13.0-100, , problems go away. don't know if kind of problem should reported official bug tracking or problem that's specific me. updating kernel can cause problems bugs , not. example, updating kernel in ubuntu guest os running in virtualbox can cause fullscreen stop working, not bug , fixed. report bug , leave subscribers bug's notifications decide whether problem usb headphones not working after kernel upgrade confirmed bug. if confirmed b

networking - why is conntrackd-stats.log so huge? - Ask Ubuntu

i poking around in /var/log directory, , noticed conntrackd-stats.log file 150mb, , getting new entry every second. logs this. unwittingly hosting nasty? sat nov 12 19:07:07 2016 tcp 6 src=::1 dst=::1 sport=54208 dport=4101 [unreplied] src=::1 dst=::1 sport=4101 dport=54208 sat nov 12 19:07:07 2016 tcp 6 src=::1 dst=::1 sport=54212 dport=4101 [unreplied] src=::1 dst=::1 sport=4101 dport=54212 sat nov 12 19:07:08 2016 tcp 6 src=::1 dst=::1 sport=54216 dport=4101 [unreplied] src=::1 dst=::1 sport=4101 dport=54216 sat nov 12 19:07:08 2016 tcp 6 src=::1 dst=::1 sport=54220 dport=4101 [unreplied] src=::1 dst=::1 sport=4101 dport=54220 sat nov 12 19:07:08 2016 tcp 6 src=::1 dst=::1 sport=54224 dport=4101 [unreplied] src=::1 dst=::1 sport=4101 dport=54224

networking - sub-interface/vlan not reachable - Ask Ubuntu

i not able ping sub-interface/vlan ip address configured in ubuntu (14.04 or 16.04). below configuration. can please let me know if missing something. googled , not able find solution. network configuration because, same vlan working centos. cat /etc/network/interface auto lo iface lo inet loopback auto ens160 iface ens160 inet manual auto ens160.20 iface ens160.20 inet static address 172.18.135.23 gateway 172.18.135.254 netmask 255.255.252.0 vlan-raw-device ens160 cat /etc/modules loop lp rtc bonding 8021q dpkg -l | grep vlan ii vlan 1.9-3.2ubuntu1.16.04.1 thanks in advance.