Posts

Showing posts from July, 2010

apt - How do I upgrade to Ruby 2.2 on my Ubuntu system? - Ask Ubuntu

i’m using ubuntu linux. below uname info myuser@myinstance:~$ uname -a linux myinstance 3.18.0-52-generic #123-ubuntu smp fri feb 19 14:27:58 utc 2016 x86_64 x86_64 x86_64 gnu/linux i’m trying upgrade version of ruby on machine, installed at /usr/lib/ruby/1.9.1 i tried following advice here — install ruby 2.2.3 via apt , unfortunately error, “alternative path /usr/bin/ruby2.2 doesn't exist”. right way upgrade system use ruby 2.2 or greater? myuser@myinstance:~/racertracks$ sudo update-alternatives --install /usr/bin/ruby ruby /usr/bin/ruby2.2 400 \ > --slave /usr/bin/rake rake /usr/bin/rake2.2 \ > --slave /usr/bin/ri ri /usr/bin/ri2.2 \ > --slave /usr/bin/rdoc rdoc /usr/bin/rdoc2.2 \ > --slave /usr/bin/gem gem /usr/bin/gem2.2 \ > --slave /usr/bin/irb irb /usr/bin/irb2.2 \ > --slave /usr/share/man/man1/ruby.1.gz ruby.1.gz /usr/share/man/man1/ruby2.2.1.gz \ > --slave /usr/share/man/man1/rake.1.gz rake.1.gz /usr/share/man/man1/rake2.2.1.gz \

networking - Ubuntu mate 16.04 VPN - Ask Ubuntu

i struggle configuring vpn connection on ubuntu 16.04. the command: journalctl -u networkmanager.service gives me this: oct 21 12:10:40 drbrcho networkmanager[913]: <info> [1477044640.2686] audit: op="connection-activate" uuid="04c6d3d5-8c5f-4ca1-8b58-df3e8a77f067" name="vpn connection 1" pid=1670 uid=1000 result="success" oct 21 12:10:40 drbrcho networkmanager[913]: <info> [1477044640.2709] vpn-connection[0x16257a0,04c6d3d5-8c5f-4ca1-8b58-df3e8a77f067,"vpn connection 1",0]: started vpn service, pid 7807 oct 21 12:10:40 drbrcho networkmanager[913]: <info> [1477044640.2770] vpn-connection[0x16257a0,04c6d3d5-8c5f-4ca1-8b58-df3e8a77f067,"vpn connection 1",0]: saw service appear; activating connection oct 21 12:10:44 drbrcho networkmanager[913]: <info> [1477044644.5269] keyfile: update /etc/networkmanager/system-connections/vpn connection 1 (04c6d3d5-8c5f-4ca1-8b58-df3e8a77f067,"vpn connect

nvidia - Why A Mismatch Between ubuntu-drivers list and Additional Drivers List? - Ask Ubuntu

i on ubuntu 16.04 , have both intel gpu , nvidia geforce gtx 860m graphics card. unfortunately ubuntu not recognizing nvidia card i'm trying figure out proper resolution. following command , output when trying identify drivers installed on system: sudo ubuntu-drivers list nvidia-364 nvidia-367 intel-microcode nvidia-340 nvidia-370 nvidia-358 nvidia-361 when access additional drivers tab of software , updates, driver apparently selected nvidia card "using x.org x server -- nouveau display driver" my question: why ubuntu-drivers command correctly identify drivers show in additional drivers tab except x.org server entry? why mismatch? there no "mismatch". "x.org x server -- nouveau display driver" default open-source driver. when select option, proprietary drivers uninstalled. ubuntu-drivers list command shows available proprietary vendor drivers. and output not mean of proprietary drivers installed.

Ubuntu boot error possibly drive - Ask Ubuntu

Image
hello try install ubuntu dvd, set booting dvd in bios see errors failed command: identify packet device or failed command read fpdma queued , looks hard drive error im not expert in this, thats why ask. here photos of whole screen. my drive seagate barracuda 500gb sata3 if matters

drivers - Ghostscript output to file with ESC-P sequences - Ask Ubuntu

for project (printing nanofluids epson printer) want see the code computer sends printer. running ubuntu 16.04 , have epson stylus sx600fw printer. using ghostscript 9.18 trying print simple file test.ps , want obtain output file being send printer. file should contain esc/p sequences if right. i tried obtain such file using: gs -sdevice=epson -soutputfile=test1output test1.ps whatever try, can't find output file anywhere, doubt created. next if have output file, how can read esc/p sequences? in advance!

dell - Ubuntu 16.10 doesn't work in Virtual Machine!! (VMware) - Ask Ubuntu

ubuntu 16.10 doesn't work in virtual machine. gets installed though, when powered on, gives error "guest os has disabled cpu, please power down or restart" though upgrade vm of ubuntu 16.04 16.10 same happens. please help! all previous versions of ubuntu work fine on vmware. i had same problem. solution modify vm config file , disable cpu id masking. found solution on youtube video. edit ubuntu vm configuration file (.vmx) add following line cpuid.1.eax = "0000:0000:0000:0001:0000:0110:1010:0101" save configuration file power on ubuntu vm source: https://youtu.be/s7tc90njqa4 guide: find .vmx file on osx

usb - Cant connect to internet in Ubuntu 16.10 - Ask Ubuntu

Image
ping me@home:~$ ping www.google.com ping: www.google.com: name or service not known lspci me@home:~$ sudo lspci [sudo] password joe: 00:00.0 host bridge: intel corporation xeon e3-1200 v2/3rd gen core processor dram controller (rev 09) 00:01.0 pci bridge: intel corporation xeon e3-1200 v2/3rd gen core processor pci express root port (rev 09) 00:16.0 communication controller: intel corporation 6 series/c200 series chipset family mei controller #1 (rev 04) 00:1a.0 usb controller: intel corporation 6 series/c200 series chipset family usb enhanced host controller #2 (rev 05) 00:1b.0 audio device: intel corporation 6 series/c200 series chipset family high definition audio controller (rev 05) 00:1c.0 pci bridge: intel corporation 6 series/c200 series chipset family pci express root port 1 (rev b5) 00:1c.5 pci bridge: intel corporation 6 series/c200 series chipset family pci express root port 6 (rev b5) 00:1d.0 usb c

bash - vi tab completion works only in some directories - Ask Ubuntu

i have moved ubuntu 14.04 16.04 (new installation). on 14.04 had no problems tab completion. on 16.04 have problems vi: in directories (e.g. ~/ , /etc, /usr/src, /usr/src/mywork) type vi a , hit tab , can tab through files , directories starts a. in other directories (/usr/src/mywork/work , subdirctories) doesn’t work: type vi a (there file starts a) , hit tab , can tab through directories starts a; no files displayed. can edit files if type full name of file. the tab completion work fine in directories: example cat , rm ; , more . therefore think problem of vi. please, has idea? in advance what did until now? reinstall: aptitude reinstall bash-completion change ownership: chown root:root * (also in mother directories) restored .bashrc: cp /etc/skel/.bashrc ~/. my .vimrc is: syntax on set t_co=256 colorscheme a-wombat if &diff colorscheme apprentice end solution this worng behaviour driven a file called ! in directory. if 1 removes file named ! e

boot - Is it possible to install an OS on USB flash memory of 4 GB - Ask Ubuntu

i asked install os on usb while have flash memory of 4 gb. there os product nice gui ubuntu in can boot usb? if so, how install , boot usb? from our wiki : notes size 1 gb enough live usb flash drive made 'cd size' iso file. unless have 1 gb drive, recommended 1 @ least 2 gb, hence general recommendation above. 2 gb enough 'cd size' iso files many not 'dvd size' iso files. if want persistent live system decent size casper-rw storage, need @ least 4 gb (2 gb possible, might run out of space). if want installed system need @ least 8 gb (4 gb possible lubuntu, might run out of space). in beginning of 2014, seems there no fast pendrives below 16 gb. if want fast system, install pendrive performs in test, if 'bigger necessary'. so answer yes, limitations; not on size on speed (4gb usb slow). 8gb recommended , 16gb preferred.

16.04 - file -i test.xlsx returns application/octet-stream instead of real mime type - Ask Ubuntu

$ file -i import_test.xlsx import_test.xlsx: application/octet-stream; charset=binary the mime type should "application/zip" command returns "application/octet-stream". working in ubuntu 14.04. though, can't remember if have installed additional packages working. is there packages need installed in order mime types recognized office files? i have latest libfile-mimeinfo-perl .

16.04 - mongodb WARNING: You are running on a NUMA machine - Ask Ubuntu

i have dedicated server running ubuntu 16.04 lts. have problem mongodb service. when enter in shell receive message : warning: running on numa machine. suggest launching mongod avoid performance problems: numactl --interleave=all mongod [other options] how can solve it? have tried solution : how should start mongodb on numa machine? , : http://greproot.com/warning-you-are-running-on-a-numa-machine-we-suggest-launching-mongod-like-this-to-avoid-performance-problems-numactl-interleaveall-mongod-other-options/ nothing... sorry bad english :d you may disable numa mentioned in message copy/pasted process. may disable system wide in grub, setting numa=off kernel. option disabling in bios - may depend on hardware use (for dell, example, setting "node interleaving" "enable") solution if have dedicated database server mongo. you can verify later using "numactl -h" command - should see 1 node presented. generally - may - depending on exact sit

12.04 - Extended support for Ubuntu 12 - Ask Ubuntu

not sure if there better communication mechanism asking question. ubuntu 12 eol april 2017. corporations have option extend support on 12? thanks short answer no. not plan support release beyond eol. more information can found here: https://www.ubuntu.com/info/release-end-of-life

python 2.7 - Pip specifies an Error on Ubuntu 16.04. And, venv packages appear when environment is deactivated - Ask Ubuntu

this identical question, title incorrect. and, symptoms more odious explained in post . from ubuntu 14.04 upgrade 16.04 -- pip shows packages installed whilst in active virtual environment when venv deactivated. furthermore, when installing package pip throws error: the directory '/home/user/.cache/pip/http' or parent directory not owned current user , cache has been disabled. please check permissions , owner of directory. if executing pip sudo, may want sudo's -h flag. directory '/home/user/.cache/pip' or parent directory not owned current user , caching wheels has been disabled. check permissions , owner of directory. if executing pip sudo, may want sudo's -h flag. i permissions error when doing pip install <package_name> can around pip install --user <package_name> . and, sudo work above -h option. any insights or possible fix on error great! in advance! ed i found answer issue. occurs because virtualenv installed sudo

boot - Cloning hard disk partition to smaller SSD on laptop - Ask Ubuntu

Image
this question has answer here: clone internal hdd new ssd 3 answers on linux laptop, have 250 gb hd has 100gb partition 50 gb of used. change upgrade system 64 gb ssd. i read clonezilla , dd command apparently clones whole partition. not work because partition 100 gb , new ssd 64 gb. i read resize 100 gb partition smaller size 64 gb ssd won't destroy data on hd partition? , if can without losing data, how copy new 64 gb ssd? (i start live cd version of ubuntu, dd old disk external usb drive. after physically remove old hd, put in new ssd , dd partition usb new ssd. if that, won't have create partition external usb hd?) backup! backup!! backup!!! i can't overemphasize importance of backup. backup data. backup whole partition. twice. ssds getting cheaper. buy bigger ssd, 120gb. use 64gb backup. now let go step step , want. step 1

12.04 - Dist upgrade to fix dirty c0w vulnerability does not work - Ask Ubuntu

today decided follow steps patch server dirty c0w vulnerability. it's running ubuntu 12.04 lts: uname -rv 3.2.0-87-generic #125-ubuntu smp fri jun 19 08:25:10 utc 2015 uname -a linux webdev 3.2.0-87-generic #125-ubuntu smp fri jun 19 08:25:10 utc 2015 x86_64 x86_64 x86_64 gnu/linux so, every version prior 3.2.0-113.155 affected, i've ran following command: sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade everything went fine, rebooted: sudo reboot but check version, has not changed: uname -rv 3.2.0-87-generic #125-ubuntu smp fri jun 19 08:25:10 utc 2015 did miss ? double checked , didn't error during during upgrade. edit based on comments / answers i ran sudo update-grub , got following: generating grub.cfg ... warning: setting grub_timeout non-zero value when grub_hidden_timeout set no longer supported. found linux image: /boot/vmlinuz-3.2.0-87-generic found initrd image: /boot/initrd.img-3.2.0-87-generic

bq - sudo mount -o remount,rw / - Ask Ubuntu

i have question on running command ( sudo mount -o remount,rw / ) @ start don't have manually. i'm trying on ubuntu aquarius m10 phablet. problem solved! factory settings device bq ubuntu touch pad doesn't allow run manual updates. required enable device. can following command (enable/disable): $ android-gadget-service enable writable remember cannot update apps device being enabled. turn off auto update.

Dual boot with Windows 7 stopped working - Ask Ubuntu

i installed ubuntu 16.04 lts few days ago on brand new ssd, empty (sda), , kept windows 7 install on separate ssd (sdb). grub installed (i guess on sda?) , after installing ubuntu, select system start, grub menu. tried right after installation, , did work fine. but morning, when tried restart windows grub menu, got following error message: error: no such device: 2844473f44470f4e. setting partition type 0x7 press key continue... now cannot start windows system anymore. idea has gone wrong, , how fix that? additional info may help: the initial fstab after ubuntu install was: # /etc/fstab: static file system information. # # use 'blkid' print universally unique identifier # device; may used uuid= more robust way name devices # works if disks added , removed. see fstab(5). # # <file system> <mount point> <type> <options> <dump> <pass> # / on /dev/sda1 during installation uuid=27e8f423-5046-4bf4-8bf6-3ca19a440e9c /

networking - Can't save Network Connection edits - Ask Ubuntu

kubuntu 16.04. right-click networks icon in system tray, select configure network connections bring connection editor. when try edit specific connection, "ok" button greyed out , can't make changes it. error popup appears says failed secrets officewireless. no agents available request it happens officewireless connection. haven't been able find useful information error. how edit connection?

Touchpad Not Working 16.04 - Ask Ubuntu

i running ubuntu 16.04 alongside windows 10. when load ubuntu touchpad works fine. after minute or when sign in (which ever comes first) touchpad freezes. have tried commands , editing files. there else can try. on dell inspiron 15 5555 if makes difference. some info: xinput list dmesg output after touchpad ceases work

Radeon black screen on Ubuntu 16.10 Linux 4.8 - Ask Ubuntu

i have upgraded ubuntu 16.04 ubuntu 16.10 (linux 4.8). after upgrade, screen turns , stays black on booting. i tried advanced option run ubuntu 16.10 on linux kernel 4.4 , works. i know fglrx no longer supported since ubuntu 16.04, ubuntu has been using open source version (xserver-xorg-video-radeon). my question how can work in linux 4.4 not 4.8 (both ubuntu 16.10)? , how solve issues make work on linux 4.8? thank you edit 1: this question not duplicate indicated many. in case, can boot on linux kernel 4.4, not 4.8. i have solved issue installing fglrx-pxpress. description of package is: "this transitional package ubuntu drivers-common. can remove after upgrading." however, still need package after upgrading.

system - Blinking Caps Lock with 16.04 LTS crash - Ask Ubuntu

on seems random occasions, after putting asus sleep, try wake caps lock blinking. have power machine down fix it. will post linux-crashdump when have it. in meantime, if knows solution, please let me know. ran linux-crashdump , apport-retrace. result showed chromium causing problem. when put machine sleep, make sure chromium closed , voila, no more crashes upon wake up. problem had signature key , inability permissions. maybe should go firefox...

Upgrading Ubuntu with postgresql as snap vs apt install - Ask Ubuntu

i sitting here wondering: i'm quite used working sql server (microsoft's version) , not entirely newbie mysql. sit here ubuntu 16.04 lts desktop developer machine @ home, , read marvels of installing snaps. then read postgresql snap, , hits me believe read being hard system upgrade postgresql installed in system. wondering if having postgresql snap package installed instead change that, since postgresql server technically isolated? i did googleling not seem find clear answer. anyhow, question of mere curiosity, thank time. if reference difficult system upgrade postgres installed, not true. what's difficult when 1 builds infrastructure around specific version of postgres, , later system upgrade newer version of ubuntu includes newer postgres, may have broken compatibility custom infrastructure built on old version. being packaged in snap form doesn't make easier or harder deal with, in , of itself. matters here how packaging done. if there differe

software installation - How to install tkgate1.8 - Ask Ubuntu

the updated version of tkgate bit laggy. hangs frequenty. so, want install tkgate of version 1.8 . tried couldn't make it. this download link tkgate 1.8.0 . extract , follow readme file installation. installation to install tkgate follow steps below: 0. obtain , install tcl/tk 8.0 or later. 1. cd directory in unpacked distribution. 2. run configuration script: ./configure the script run series of tests discover properties of environment , edit config.h file. specific properties tested are: o/s: (freebsd, sunos, linux, other) compiler: (gcc or cc) tcl/tk version: (8.0jp, 8.2 or 8.0) language support: (japanese/english or english only) grammar compiler: (bison or yacc) lexical analyizer: (flex or lex) test required libs: (-x11) test system-dependent libs: (-xpg4, -ldl, -lsocket, -lnsl, -lm) test long long: ("1"

boot - Ubuntu falls in emergency mode after upgrade 14.04 -> 16.04 - Ask Ubuntu

i have upgraded ubuntu 14.04 16.04. after loading falls in emergency mode. unfortunately couldn't copy paste output of journalctl -xb command (it seems journal exists in emergency mode). have written errors on piece of paper , copy errors one: systemd_udev[294]: specified group 'pugindev' unknown nvidia-persistentced[564]: failed query nvidia devices... syscmd[1]: dev-disk-by\x2dlabel-data.device failed mount /filearchive. special device /dev/sdc1 not exists kernel: hid-generic 0003:046e:6000.0002 usb_submit_urb(ctrl): failed -1 error connecting consolekit gnome-session-binary[1019]: error: failed connect sys. aborting on nvidia: have gtx660 series card. how solve ? update: according @heynnema's advice, publish outputs: hedin@home:~/$ cat /etc/fstab # /etc/fstab: static file system information. # # use 'blkid' print universally unique identifier # device; may used uuid= more robust way name devices # works if disks added , removed. see fstab(5).

lts - diffie-hellman-group-exchange-sha256 not work with all software after upgrating to 16.04 - OpenSSH_7.2p2 - Ask Ubuntu

have upgraded 2 computer ubuntu 14.04lts 16.04lts , have problem openssh. with software putty 0.64 , less example can't establiseh conexion diffie-hellman-group-exchange-sha256 or diffie-hellman-group-exchange-sha1. first working diffie-hellman-group14-sha1. before upgrade work well, , on other computer 14.04lts continu works putty 0.64 , less diffie-hellman-group-exchange-sha256. it's strange because putty 0.65 , more continu work well. think configuration still good, , same of working ubuntu 14.04. is bug on openssh_7.2p2 ubuntu-4ubuntu2.1 ? thanks lot i have found when connecting various ssh servers (in case, ones run financial institutions), many diffie-hellman-group-exchange methods no work ubuntu 16, while worked fine ubuntu 14. has negotiating key size after accepting method. openssh in ubuntu 16 won't accept less 2048 bit key, while older openssh accepted shorter key in context. work around client exclude those. in /etc/ssh/ssh_config have

desktop environments - What package does the menus in Unity belong to? - Ask Ubuntu

i experiencing bug in unity , want report via launchpad, realized don't know package responsible it. how can know that? what happening menu on upper right corner of desktop doesn't show complete. partially hidden can see in image. happens when scaling screen x2. (you can see image). how can know package not working correctly? this seeing.

cleanup - What can be deleted to free up storage in SDA? - Ask Ubuntu

my sda reaching 90%. can safety delete files /tmp , /var/cache/apt/archives folders based on date, long not current? i tried remove old linux images using both commands: sudo apt-get purge linux-image-2.6.24-24 linux-image-2.6.32-67 sudo dpkg --remove linux-image-2.6.24-24 linux-image-2.6.32-67 but dpkg ignored request saying these images aren't installed, , apt-get said couldn't find these packages. which other folders or files can safety delete?

14.04 - Rename files to their BASE64 - Ask Ubuntu

i want rename filenames base64, not extension. created script doesn't work. can tell problem please? #!/bin/bash #initialize random text onlyfilename="abc" extension="def" #go through files in directory filename in ./*; #avoid script files (enc & dec) if [ $filename != "./enc" ] && [ $filename != "./dec" ]; #remove ./ beginning , filename $onlyfilename=$(basename ${filename:2}) #get extension $extension=${onlyfilename##*.} #check if correct echo $onlyfilename echo $extension #rename filename base64 mv "$filename" "$(echo -n $onlyfilename | base64).$extension" fi done purpose: want rename files base64 , download them. base64 filename valid filename download? if not, there alternative base64? as one-liner $ file in * ; echo &qu

java - apt-get terminal app stuck - Ask Ubuntu

i trying install oracle java network error occurred , installation stuck in terminal. can't install other applications through termial. i restarted computer , tried code like: apt-get clean , none solved problem. should do? here message: errors encountered while processing: oracle-java8-installer oracle-java8-set-default e: sub-process /usr/bin/dpkg returned error code (1) i don't want java. want install other apps...

dpkg: can't install, yet dependency is already at the newest version - Ask Ubuntu

on ubuntu 16.04lts, i'm trying install tigervnc: monkey@sonic ~/downloads $ sudo dpkg -i "tigervncserver_1.7.0-1ubuntu1_i386 (1).deb" selecting unselected package tigervncserver:i386. (reading database ... 259378 files , directories installed.) preparing unpack tigervncserver_1.7.0-1ubuntu1_i386 (1).deb ... unpacking tigervncserver:i386 (1.7.0-1ubuntu1) ... dpkg: dependency problems prevent configuration of tigervncserver:i386: tigervncserver:i386 depends on libtasn1-3-bin. dpkg: error processing package tigervncserver:i386 (--install): dependency problems - leaving unconfigured processing triggers systemd (229-4ubuntu10) ... processing triggers ureadahead (0.100.0-19) ... processing triggers man-db (2.7.5-1) ... errors encountered while processing: tigervncserver:i386 monkey@sonic ~/downloads $ sudo apt-get install libtasn1-3-bin reading package lists... done building dependency tree reading state information... done libtasn1-3-bin newest version (4.7-3

Webmin and Email Server - Ask Ubuntu

i'm new using webmin server on ubuntu server os . here's thing. bought domain isp , i'm using webmin connect webmin server domain , part done , i'm stuck @ configuring email server. not stuck. i'm not sure use email server whether it's postfix or sendmail. want have own @myaddress.com domain bought. help me on email server use , it's basic configuration file! thank you. appreciated!

settings - How to change the time server for the _in built_ internet time in ubuntu 16.04 LTS? - Ask Ubuntu

i know there instructions installing full ntp, i'd rather change default server under default implementation. this question has come before 12.04 lts, answer there: edit value of ntpservers in /etc/default/ntpdate appears no longer valid. according official documentation at: https://help.ubuntu.com/lts/serverguide/ntp.html the nameserver fetch time timedatectl , timesyncd can specified in /etc/systemd/timesyncd.conf , flexible additional config files in /etc/systemd/timesyncd.conf.d/.

python - failed in installing Scikit-learn in ubuntu 16.04 - Ask Ubuntu

i trying install scikit-learn in ubuntu 16.04, there error when trying install. had installed following packages python 2.7.12 numpy 1.11.0 scipy 0.17.0 but output of command pip install -u scikit-learn is collecting scikit-learn exception: traceback (most recent call last): file "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 209, in main status = self.run(options, args) file "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 328, in run wb.build(autobuilding=true) file "/usr/lib/python2.7/dist-packages/pip/wheel.py", line 748, in build self.requirement_set.prepare_files(self.finder) file "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 360, in prepare_files ignore_dependencies=self.ignore_dependencies)) file "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 512, in _prepare_file finder, self.upgrade, require_hashes) file "/usr/lib/python

system installation - Linux doesn't work on Asus - Ask Ubuntu

i bought asus notebook (model z450l) , computer comes windows pre-installed. every time try install linux distribution system runs first few hours, when turn off computer , turn on machine again, system either displays fatal error, gets stuck on login screen, or doesn't run graphics module. rumblefish@rumblecpt:~$ lspci -k | grep -ea2 'vga|3d' 00:02.0 vga compatible controller: intel corporation broadwell-u integrated graphics (rev 09) subsystem: asustek computer inc. broadwell-u integrated graphics kernel driver in use: i915 ----updated---- attention : labels in brazilian-portuguese root@cerberus:/home/rumblefish# sudo lshw | grep -a9 firmware *-firmware descriçao:bios fabricante:american megatrends inc. id físico: 0 versao: z450la.204 date: 08/12/2015 tamanho: 64kib capacidade: 6400kib capacidades: pci upgrade shadowing cdboot bootselect socketedrom edd init13floopy1200 int13fl

14.04 - How do I specify build-dep command to grab git version 2.10 - Ask Ubuntu

i have issue need execute following steps: sudo apt-get update sudo apt-get install build-essential fakeroot dpkg-dev libcurl4-openssl-dev sudo apt-get build-dep git mkdir ~/git-openssl cd ~/git-openssl apt-get source git dpkg-source -x git_1.7.9.5-1.dsc cd git-1.7.9.5 for ubuntu 14.04 installation upgraded git version 2.10.2 when step ( sudo apt-get build-dep git ) git package version 1.9.1. question simple. there way use build-dep command version 2.10.2? you have add latest ppa --enable-source flag ( source ): sudo add-apt-repository --enable-source ppa:git-core/ppa sudo apt-get update you can find fork of full script used on ubuntu 14.04 server here : #!/usr/bin/env bash # clear out previous attempts rm -rf "/tmp/source-git/" # add ppa latest git sudo add-apt-repository --enable-source ppa:git-core/ppa sudo apt-get update # dependencies git, openssl sudo apt-get install build-essential fakeroot dpkg-dev -y sudo apt-get build-dep git -y sudo apt-

16.04 - How can I run an X server on cloud9? - Ask Ubuntu

i need install , run x server on cloud9 . i've tried know nothing works. when ran apt-get install lxde xinit , xinit gave me error log ending with: (ee) fatal server error: (ee) xf86openconsole: cannot open /dev/tty0 (no such file or directory) (ee) (ee) please consult the x.org foundation support @ http://wiki.x.org help. (ee) please check log file @ "/var/log/xorg.0.log" additional information. (ee) (ee) server terminated error (1). closing log file. the log file not give insight why fails. cloud9-specific or doing wrong? how can run x server on cloud9? edit: as per @psiphi75's comment tried cloud9-vnc. installed failed @ ./run.sh : vnc client running @ https:///vnc.html error: format string '/opt/novnc/utils/launch.sh --vnc localhost:5900 -- listen %(env_port)s' 'command' contains names cannot expanded help, use /usr/bin/supervisord -h

16.04 - Reinstall ubuntu from factory enabling whole disk encription - Ask Ubuntu

this question has answer here: is there way full disk encryption after install? [duplicate] 2 answers i excited got new personal laptop, , first time in life didn't bring windows preinstalled (it's new dell xps 13, ubuntu 16.04 preconfigured). as turned on, set basic settings (language, locales, etc.) , able encrypt home folder, remember past installations (and that's how have in old computer) there chance of encrypting whole disk (i think in partitioning step). i've been reading here @ , in internet , think not possible "reinstalling whole ubuntu" factory without having boot usb, here question: is there way encrypt whole disk once ubuntu has been installed? there workaround? or have image, boot usb , perform usual. thank in advance! the short answer question no, can't encrypt entire disk after ubuntu has been installed.

data recovery - Recovering thunderbird files from quick formatted drive? - Ask Ubuntu

in brief how can recover thunderbird emails quick-formatted drive? have re covered thousands of images using 'magicrescue', wouldn't know start writing recipe 'thunderbird' mail. not question of replacing ubuntu system/grub in [ file recovery after quick formatting ] nor simple question of deleted thunderbird profile in [ recovering thunderbird mail hdd ]. back story after update u15, lost wifi. thought might work again u16, no. went u15 - older build had working wifi. whilst going on inadvertently booted win10 spent hours doing millions of updates @ least 1 of caused grub stop working. spent days trying both grub , wifi working , decided bin windows , go full drive u14. went well, grub , wifi working, ... when did backups didn't copy hidden files , folders, .thunderbird, somewhere on disk around /dev/sda7 used there may still recoverable emails - hope so! have recovered many images region gives me hope. 'magicrescue' has lots of recipe

networking - Access Files on New Install of Ubuntu Server - Ask Ubuntu

i've installed ubuntu server on standalone server machine w/ 4 hd's (1 server install , 3 other windows hds). server machine plugged lan cable directly router. i'm trying access 3 other windows hds windows, ubuntu, , mac machines can't find out how access them. try using samba, allows linux computer share files , printers windows computer. you'll need install samba package, , edit /etc/samba/smb.conf . there documentation here . on ubuntu client, should able use nautilus find server , access file shares. windows client should have no trouble accessing server, of course. macs have no problems accessing windows file shares either.

apt - libavcodec-dev package missing - Ask Ubuntu

Image
i trying compile makemkv persistent ubuntu 16.04 live usb. 1 of dependencies libavcodec-dev, whenever try install told package not found. search on google , find pages this suggest should there. what's going on? because live usb? package repo limited? have run sudo apt-get update sure , still doesn't work. that package available supported versions of ubuntu in universe repository when in doubt use ubuntu package search not verify packages existence determine repository in. here's example:

nautilus - How to set default Home Music folder in Ubuntu 16.04 - Ask Ubuntu

how 1 set user's home music (and documents, pictures, videos, etc.) folder directory on local partition? i note other posts suggest editing /home/user/.config/user-dir.dirs substitute, in double quotes (""), alternative path reference (i used /media/user/devicename/dirname/music) fails in 2 ways. first, causes music folder disappear left pane of nautilus. (the folder reappears when original entry reinstated.) second, double-clicking on music folder in right pane not take 1 specified alternative directory. if home folders have utility, 1 might expect context-menu entry each specify location. let's wish-list item. any thoughts welcome. how 1 set user's home music (and documents, pictures, videos, etc.) folder directory on local partition? create new "/home" partition, copy folder , files existing home directory new partition mount partition @ home directory. or specially music partition mount existing /home/music directory.

12.04 - Directory for compiled GL-shader - Ask Ubuntu

i have small problem gl-shaders. switched ubuntu 12.04 16.04 , proprietary open source driver. after fast closing cs:go have performance problems: while shooting fps falls 10-12 pro second. in ubuntu 12.04 , have deleted from ~/.amd/cache all compiled shaders. , performance come normal. but on open source driver couldn't find directory pre-compiled shaders. so they? os ubuntu 16.04 gs:go latest steam latest i understood how solve problem. somehow gs:go determined wrong cpu core quantity(multi thread rendering enabled in graphics settings). after set in cs:go launch options cpu has 4 cores began work without problems , lags.

cron - crontab + notify-send + Ubuntu 16.04 - Ask Ubuntu

this question has answer here: notify-send doesn't work crontab 11 answers in ubuntu 16.04 , 64 bit os, tried following * * * * * export display=:0.0 && notify-send hey "how you" and * * * * * export display=:0.0 && /usr/bin/notify-send hey "how you" but, unfortunately, not working. i found in other threads above command works. how run on machine? the command notify-send hey "how you" works on terminal. also command * * * * * echo "trying notify @ $(date)" >> /home/user/desktop/test.txt works fine crontab file the output of $ echo $display :0 also $ -u cosmicraga tty7 2016-11-07 06:45 06:12 2524 (:0) cosmicraga pts/1 2016-11-07 12:54 . 6333 (:0) cosmicraga pts/17 2016-11-07 12:50 00:02 6333 (:0) create notify.sh file

14.04 - mona is not in the sudoers file. This incident will be reported - Ask Ubuntu

so did sudo apt-get upgrade , said y question asked me , not sudoer anymore. our root isn't sudoer anymore. what's solution? configuration file '/etc/sudoers' ==> modified (by or script) since installation. ==> package distributor has shipped updated version. ? options are: y or : install package maintainer's version n or o : keep currently-installed version d : show differences between versions z : start shell examine situation default action keep current version. *** sudoers (y/i/n/o/d/z) [default=n] ? y installing new version of config file /etc/sudoers ... setting apt-transport-https (1.0.1ubuntu2.15) ... setting libisc95 (1:9.9.5.dfsg-3ubuntu0.10) ... setting libdns100 (1:9.9.5.dfsg-3ubuntu0.10) ... setting libisccc90 (1:9.9.5.dfsg-3ubuntu0.10) ... setting libisccfg90 (1:9.9.5.dfsg-3ubuntu0.10) ... setting libbind9-90 (1:9.9.5.dfsg-3ubuntu0.10) ... setting liblwres90 (1:9.9.5.dfsg-3ubuntu0.10) ... setting bind9

command line - Environment variables not working in Ubuntu 14.04 - Ask Ubuntu

Image
i new linux. it's first time working command line , i'm trying make web sever learning purposes, not going lamp stack. instead installing programs apache, php, , mysql manually. i got apache working , php working problem i'm facing can't run commands php -i . instead have run path/to/php/bin-directory/php -i . in windows can achieve adding environment variables looked around, , seeme can same thing in ubuntu. modified /etc/environment file , added path php, , tried adding path via command: export path=$path:/path/to/php/bin-directory/ both these methods worked , added path environment variable. confirmed via printenv , still unable call php command directly php -i . i not sure if that's how it's supposed work, suggestions appreciated. thanks edit: output of few commands: every time execute command: export path=$path:/path/to/php/bin-directory/ you modify environment in current shell, i.e. program executed in terminal window. c

14.04 - Technologies extraction using URL of the website - Ask Ubuntu

i know whether possible retrieve technologies used build website having url using ubuntu. example: if have url: https://www.wikipedia.org/ i want know technologies used build website. output : php, hhvm, vanish, addthis , many others. is there way done faster? please, remember have file of list of website , want extract web technologies of websites , place them in file after url (line line). kindly, let me know if possible using ubuntu command or software on ubuntu. you may kali or parrot distributions information collecting tools. nikto 1 of them i'd tried before , gives partial info. available ubuntu repository too. ~$ whatis nikto nikto (1) - scan web server known vulnerabilities ~$ sudo apt-get install nikto ~$ sudo nikto -update ~$ nikto -tuning b -h www.wikipedia.org - nikto v2.1.5 --------------------------------------------------------------------------- + target ip: 91.198.174.192 + target hostname: www.wikipedia.org

software installation - Ubuntu 14.04 LTS - Need ppa for libdlib-dev - Ask Ubuntu

libdlib-dev not available ubuntu 14.04 lts. need way install this. this package available xenial not trusty http://packages.ubuntu.com/xenial/libdevel/libdlib-dev here 64-bit trusty packages libdlib18 , libdlib-data , , libdlib-dev (source packaging here using 1 straight xenial works if you're willing tolerate lintian warnings). use @ own risk, etc. no, cannot provide 32-bit packages.

apt - Problem installing vlc - unmet dependencies - Ask Ubuntu

update : able install aptitude, automatically fixed version of bunch of packages. however, ricotz packages still making problems in other areas. i tried install vlc on rather fresh installation of ubuntu 16.10 i'm getting error : reading package lists... done building dependency tree reading state information... done packages not installed. may mean have requested impossible situation or if using unstable distribution required packages have not yet been created or been moved out of incoming. following information may resolve situation: following packages have unmet dependencies: vlc : depends: libgles1-mesa (>= 7.8.1) not going installed or libgles1 e: unable correct problems, have held broken packages. so tried sudo apt-get install libgles1-mesa which in turn gives me the following packages have unmet dependencies: libgles1-mesa : depends: libglapi-mesa (= 12.0.3-1ubuntu2) 12.1~git20161011.fc8b358b-0ubuntu0ricotz installed e: unable cor

drivers - No wifi with Broadcom 43142 - Ubuntu 16.04 - Ask Ubuntu

after browsing internet several hours, trying figure out how fix issue having, come in desperate time of need. i using ubuntu 16.04 , reason, can't make wifi work @ all. when run: sudo apt-get install bcmwl-kernel-source i following: lecture des listes de paquets... fait construction de l'arbre des dépendances lecture des informations d'état... fait les nouveaux paquets suivants seront installés : bcmwl-kernel-source 0 mis à jour, 1 nouvellement installés, 0 à enlever et 0 non mis à jour. il est nécessaire de prendre 0 o/1 515 ko dans les archives. après cette opération, 8 013 ko d'espace disque supplémentaires seront utilisés. sélection du paquet bcmwl-kernel-source précédemment désélectionné. (lecture de la base de données... 444582 fichiers et répertoires déjà installés.) préparation du dépaquetage de .../bcmwl-kernel-source_6.30.223.248+bdcom-0ubuntu8_amd64.deb ... dépaquetage de bcmwl-kernel-source (6.30.223.248+bdcom-0ubuntu8) ... paramé