INSTRUCTION
stringlengths 12
466
| RESPONSE
stringlengths 3
431
| SOURCE
stringclasses 1
value | METADATA
stringlengths 44
71
|
---|---|---|---|
guys, where are physically stored the .desktop links that appear inside 'Applications ' menu
|
~/.local/share/applications and /usr/share/applications
|
ubuntu-dialogue
|
{"user_question": "ff88", "user_answer": "trism"}
|
hi do you know what are the locations .desktop files are stored in?
|
you can do a find command like so: find / -name *.desktop -print (you might need sudo)
|
ubuntu-dialogue
|
{"user_question": "ff88", "user_answer": "JackStoner"}
|
hi, is someone here using squid with some auth program?
|
not at the moment, but I have done in the past, with local tdb database and ldap
|
ubuntu-dialogue
|
{"user_question": "darkknightcz", "user_answer": "ikonia"}
|
Hello all - I have a question and I'm only on day 3 of using Ubuntu so please bare with me. Is it possible to configure Ubuntu to act as a wireless repeater in the same way that Windows 7 can (with certain wireless cards)?
|
yes, it is
|
ubuntu-dialogue
|
{"user_question": "[Lloyd]", "user_answer": "Samus_Aran"}
|
pellaeon/ matthewL: just saw 'Upgrades from Ubuntu 10.04 LTS to 12.04 LTS do not work using the alternate CD or the server CD as a package repository. It is recommended that users running Ubuntu 10.04 LTS wait for the 12.04.1 LTS point release, scheduled for July, before upgrading. ' on https://wiki.ubuntu.com/PrecisePangolin/ReleaseNotes/UbuntuDesktop
|
I am having problems on mounting a couple of 1.5 hard discs USB Ext
|
ubuntu-dialogue
|
{"user_question": "jdtttt", "user_answer": "maheanuu"}
|
Has anybody had problems with Google Chrome Flash Player, videos running in fast forward?
|
You may have two flash plugins, if you go to chrome://plugins and disable one of them (I don't remember which one), that should solve the problem
|
ubuntu-dialogue
|
{"user_question": "jericom", "user_answer": "TimR"}
|
how to remove installed program with cli?
|
sudo apt-get remove appname
|
ubuntu-dialogue
|
{"user_question": "Exxon", "user_answer": "riddlebox"}
|
Question: is there any pre-installed font on Ubunutu that resembles Verdana font?
|
i do not believe so, but verdana can be installed via the msttcorefonts package - to install type 'sudo apt-get install msttcorefonts' without the quotes into a terminal
|
ubuntu-dialogue
|
{"user_question": "progesterone", "user_answer": "DeoFavente"}
|
Hey, how do I set up a simple shortcut to start a Terminal with?
|
seriously checkout out gnome-do, a terminal for me is F1 + t
|
ubuntu-dialogue
|
{"user_question": "Psy-T", "user_answer": "Dale"}
|
is there a GUI way to change my Ubuntu computer's hostname?
|
Tried sudo apt-get install gnome-network-admin yet?
|
ubuntu-dialogue
|
{"user_question": "sumanah", "user_answer": "Vindy"}
|
So i need some help, just installed ubuntu server on my system and when i turn it on it gets to a blinking _ prompt then after a second i get a red screen flash and my monitor says no signal. I have ssh access, but cant figure out why the local console isn't displaying anything. any ideas on what to look at/try?
|
kernel framebuffer settings
|
ubuntu-dialogue
|
{"user_question": "quaa", "user_answer": "ikonia"}
|
interesting.... i thought ubuntu was at 10.10... i upgraded from 10.04 and it put me at 11.04 -- natty narwhal. err... is this right?
|
Run 'lsb_release -a' to be sure.
|
ubuntu-dialogue
|
{"user_question": "nadn", "user_answer": "Darael"}
|
how to use these smartmontools
|
http://sourceforge.net/apps/trac/smartmontools/wiki
|
ubuntu-dialogue
|
{"user_question": "f00bar80", "user_answer": "well_laid_lawn"}
|
I need to find a pid of a process in a script and get the number so I can kill that particular process, I tried kill $! and that didn't work, any ideas??
|
ps -ax <process name>
|
ubuntu-dialogue
|
{"user_question": "shane2peru_lapto", "user_answer": "Stevethepirate"}
|
I can't start Tilda due to a 'segmentation error' what's that and what can I do about it?
|
I have NO IDEA how to fix that. you should try rebooting, doing sudo apt-get update, then sudo apt-get upgrade, then restarting Tilda
|
ubuntu-dialogue
|
{"user_question": "K350", "user_answer": "Nach0z"}
|
Does Ubuntu 10.04 TLS desktop still contain HALD ? I had run 10.04 LTS server, and hald was not present, I was amazed how fast it loaded. My desktop version does not load much faster than my previous build.
|
yes still it has it:
|
ubuntu-dialogue
|
{"user_question": "rc123", "user_answer": "jatt"}
|
hey does anyone know how to create a multi boot dvd? i need to put in live ubuntu 10.04 and 9.10 along with some other distros. any links to help me. the ones i googled were not straightforward. PLS help. Is there any tool available to make this ?
|
I don't know about a multiboot dvd, but I did come across this on how to setup a multiboot usb a while back http://www.pendrivelinux.com/boot-multiple-iso-from-usb-multiboot-usb/
|
ubuntu-dialogue
|
{"user_question": "guestisme", "user_answer": "DJones"}
|
is Gnomenu in the repositories?
|
apt-cache search gnomenu
|
ubuntu-dialogue
|
{"user_question": "schultza", "user_answer": "Kull"}
|
when you run ping in the commandline, is there a way to hide the output ping: unknown host ...? I've tried directing to /dev/null but it doesn't work
|
2>/dev/null but why?
|
ubuntu-dialogue
|
{"user_question": "hanlin", "user_answer": "Random832"}
|
Hi, is it possible to colorize apt-get or aptitude output?
|
highlight works pretty well, you'd probably have to write your own syntax file for apt though
|
ubuntu-dialogue
|
{"user_question": "lostintime", "user_answer": "trism"}
|
can someone do me a favour, do apt-cache search enlightenment, and tell me what version they find
|
DR17
|
ubuntu-dialogue
|
{"user_question": "compaq", "user_answer": "nfotec"}
|
can someone explain what diferent between sudo ap-get dist-upgrade and upgrade????
|
the man-page could help. try 'man apt-get'
|
ubuntu-dialogue
|
{"user_question": "zion_", "user_answer": "Docolero_"}
|
are there softwares for gnome ubuntu like screenlets?
|
screenlets are generally used for gnome
|
ubuntu-dialogue
|
{"user_question": "misil_14", "user_answer": "maco"}
|
Am trying to help someone who's new to Ubuntu who's trying to play supertuxkart. Gets error GLX support. This is the output of lspci http://paste.ubuntu.com/814753/ does he have two graphics cards?
|
dunno, are the proprietary drivers for the card he's using (i'd expect that to be the ATI card) installed?
|
ubuntu-dialogue
|
{"user_question": "owenll", "user_answer": "LjL"}
|
hello everyone. I have been reading some manpages and notices they refer to some commands as command(number), for instance less(1). Does anyone know what the number in the parentheises represents?
|
try 'man man'
|
ubuntu-dialogue
|
{"user_question": "new2irc", "user_answer": "Docolero"}
|
how do I restart samba ?
|
'sudo service smbd restart' should work
|
ubuntu-dialogue
|
{"user_question": "osmosis", "user_answer": "Docolero"}
|
i want to shift from lucid to 11.04, how should i backup the packages?
|
File > Generate..
|
ubuntu-dialogue
|
{"user_question": "optimusP", "user_answer": "tanath"}
|
hi. how do i check to see which package installed a particular file?
|
dpkg -S /path/to/<file>
|
ubuntu-dialogue
|
{"user_question": "toolbear", "user_answer": "onetinsoldier"}
|
firefox-bin is eating up 90% of my cpu what should i do?
|
if you're seeing a Flash animation, or something like that (youtube videos, etc) then it's totally normal... blame Adobe)
|
ubuntu-dialogue
|
{"user_question": "TheGunslinger", "user_answer": "Beyecixramd"}
|
hi is there any difference between normal, atlternate and minimal install. from what i understand they are just different ways to install, but the resulting system will be the same (leaving different package choices aside). is that correct? or do they have different default settings, different dirvers or different kernels?
|
you cannot ask that question and leave different package choices aside
|
ubuntu-dialogue
|
{"user_question": "Benkinooby", "user_answer": "Jygga"}
|
i want to boot as verbose as possible (textmode). what is the best way to do that? work on boot up scripts? boot options?
|
in /etc/default/grub remove 'quiet splash' from GRUB_CMDLINE_LINUX_DEFAULT='quiet splash' then run sudo update-grub
|
ubuntu-dialogue
|
{"user_question": "Benkinooby", "user_answer": "bastidrazor"}
|
How do you get more wallpaper slideshows for Ubuntu please? I've been on the gnome-art site but there's only individual pics
|
http://www.webupd8.org/2010/02/easily-create-xml-wallpapers-with-xml.html
|
ubuntu-dialogue
|
{"user_question": "Adamantus10", "user_answer": "Dr_Willis"}
|
What is the easiest way to configure which daemons should start on system boot? I have install sshd and lightppd for testing purposes, but don't want them running all the time
|
chkconfig
|
ubuntu-dialogue
|
{"user_question": "osse", "user_answer": "p0ck"}
|
does anyone use any compiz plugins or something similar to get auto-tiling behavior with unity similar to a tiling wm, or anything of that sort?
|
one solution is to use a tiling wm within unity
|
ubuntu-dialogue
|
{"user_question": "alecbenzer", "user_answer": "jrib"}
|
is there a way to disable gnome-screensaver's unlock dialog?
|
in the preferences of the screen saver
|
ubuntu-dialogue
|
{"user_question": "alecbenzer", "user_answer": "hmw"}
|
When I do super-tab, I get a really nice version of the 'alt-tab' functionality. Does anyone know how to customize that key? I can't find that key combo listed in keyboard shortcuts
|
it's handled by compiz/'desktop effects'
|
ubuntu-dialogue
|
{"user_question": "fatius", "user_answer": "Vroomfondle"}
|
hi, i don't have libreoffice icons in dock, how can i switch on it?
|
open libreoffice and right-click its icon and pick 'lock to launcher'
|
ubuntu-dialogue
|
{"user_question": "Matan[M]", "user_answer": "ohad_"}
|
also, since 10.4 I can't seem to see the grub menu; is there a key I need to press to show it?
|
press shift after POST
|
ubuntu-dialogue
|
{"user_question": "frooh_", "user_answer": "bastid_raZor"}
|
Anybody know how to disable apport?
|
look at /etc/default/apport and set enabled to 0
|
ubuntu-dialogue
|
{"user_question": "tdhz77", "user_answer": "glitsj16"}
|
anyone have anything bad to say about unetbootin before I try it instead of universal usb installer?
|
make sure you choose the iso stored localy instead of redownloading it again through the application
|
ubuntu-dialogue
|
{"user_question": "sin_tax", "user_answer": "liquidmeson"}
|
As a rule, does ATi or nVidia usually have better drivers for Ubuntu?
|
ATI. And they are officially now known as Radeon. ATI name has been dropped since AMD bout them
|
ubuntu-dialogue
|
{"user_question": "sin_tax", "user_answer": "soreau"}
|
Is there a hotkey to move a window to another virtual desktop (instead of dragging halfway between two, switching, and then dragging it all the way in)?
|
oops, it's Ctrl+Alt+Shift+DirectionKey
|
ubuntu-dialogue
|
{"user_question": "sin_tax", "user_answer": "cellofellow"}
|
hello, which application reports the system information upon loggin in the termianl?
|
like cpu load uptime etc etc.? hit w <enter>
|
ubuntu-dialogue
|
{"user_question": "Mahjongg", "user_answer": "hiku"}
|
Which log file is related to fstab mount issues ?
|
syslog,dmesg,messages
|
ubuntu-dialogue
|
{"user_question": "tgywa", "user_answer": "DasEi"}
|
Hi. How can I arrange all opened windows in gnome with a mouse click? Is there something like 'arrange side by side' ?
|
I think there is nothing like that
|
ubuntu-dialogue
|
{"user_question": "Oins", "user_answer": "Krishnandu"}
|
i can't find sun-java6-jdk in lucid
|
looks like they talk about it here: http://ubuntuforums.org/showthread.php?t=1406969
|
ubuntu-dialogue
|
{"user_question": "zifnab", "user_answer": "Loshki"}
|
is there any way to compress a rar file better than just 'rar -m5'? that compresses a 122MB file just to a 121.6MB rar
|
.jpg files are already compressed... there's no real way to get them much smaller...
|
ubuntu-dialogue
|
{"user_question": "MichaelKohler", "user_answer": "iantlopp"}
|
i honeslt don't know of any pidgin irc channel, so i'm gonna ask here. i can't stand how pisgin is constantly popping up with who is signing in all the time. is there a way to disable that?
|
disable pidgin libnotify in tools> plugins
|
ubuntu-dialogue
|
{"user_question": "godricbrutus", "user_answer": "xangua"}
|
If I want to load windows 7 on a second hard drive after ubuntu (on the first hard drive) in order to dual-boot do i have to do anything special with the MBR?
|
if using 2 differnt hard drives. (not just 2 partitions on 1 hard drive) I often use the bios feature to boot what HD i want. Nothing special needed to be done. I keep the Linux/Grub MBR on the linux HD. that way windows stays by itself on the other HD.
|
ubuntu-dialogue
|
{"user_question": "jrenner", "user_answer": "Dr_Willis"}
|
help please newbie here.. where can i find the add/remove program in ubuntu. if ever i like to remove program that are installed like in windows
|
synaptic
|
ubuntu-dialogue
|
{"user_question": "mataks", "user_answer": "smealio"}
|
Hello, Im tryin to cd into my flash drive. I see it on my Desktop but I dont see it when I type ls. What am I doing wrong? thank you
|
it's not in your home or ~/Desktop ..
|
ubuntu-dialogue
|
{"user_question": "Droopsta915", "user_answer": "tarzeau-ppc"}
|
Hello guy's! Anybody can help me?
|
apt-get source coreutils
|
ubuntu-dialogue
|
{"user_question": "haardz", "user_answer": "jrib"}
|
guys i just opened a folder with vlc now all folders open with vlc. how to change this?
|
right click a folder and click properties. go to open with and change it from vlc to file manager,
|
ubuntu-dialogue
|
{"user_question": "sanu01", "user_answer": "techwizrd"}
|
hey i finally managed to make my wlan card work with an ndiswrapper and a windows driver, now i have to run 'sudo modprobe ndiswrapper' everytime before it works, where could i put that so that it happens on every startup?!
|
I know of a file /etc/rc.local where you can put commands that are tun on boot
|
ubuntu-dialogue
|
{"user_question": "SARO", "user_answer": "anodesni"}
|
Hey guys, new to Ubuntu, and have been tasked with creating a script to install either 32 or 64 but ubuntu with specified versions of a few applications (gcc, java, postgresql, and a couple others)..can anyone point me in the right direction?
|
is that what you want?
|
ubuntu-dialogue
|
{"user_question": "ProfessorWC", "user_answer": "jrib"}
|
Are there any alternatives to xbmc? Preferable some where I can set a prefered language track for audio and subtitles
|
try googling 'xbmc vs'.
|
ubuntu-dialogue
|
{"user_question": "Geralt", "user_answer": "ghoti"}
|
where can i check if the HP laserjet 6p is working under lucid ?
|
it works. i've got one. configure it and send a test page
|
ubuntu-dialogue
|
{"user_question": "k-rad", "user_answer": "acerimmer"}
|
my (friend's) computer's X suddenly won't start -- mumbles about going into low-graphics mode, and then doesn't even manage that.
|
what video card? (thats the place to start)
|
ubuntu-dialogue
|
{"user_question": "forko", "user_answer": "Dr_Willis"}
|
Is there a Empathy channel? If not how can I unblock contacts from msn on it.
|
: go to irc.gimp.org
|
ubuntu-dialogue
|
{"user_question": "chilli0", "user_answer": "crocket"}
|
i have a text file that i want to have every 'PD;' replaced with a ',' ... no quotation marks of course. this seems like something a one line script could do but i am clueless. anyone wanna help? :)
|
opet it in Gedit, go to Search -> Replace
|
ubuntu-dialogue
|
{"user_question": "upgrdman", "user_answer": "Grujah"}
|
Hi. During the install of phpmyadmin, it asks to 'configure database with dbconfig-common?'. I already have some databases setup in mysql. Should I just skip this?
|
it will not affect existing databases.
|
ubuntu-dialogue
|
{"user_question": "agentgasmask", "user_answer": "[4-tea-2]"}
|
Hi guys. I'm trying to open a pdf file from firefox, however, when I click on the file, instead of it promting me to select whether I would like to save it or open it (I would select open if I could) it just displays a bunch of 'code' in the browser. I think this might have to do with the fact that the file ends in a .PDF, where as files that end in a .pdf (note the case difference) behave correctly. Any help?
|
have you tried right clicking and 'Save Link As...'?
|
ubuntu-dialogue
|
{"user_question": "agentgasmask", "user_answer": "yeats"}
|
Any opinions on upgrading to 12.04 from the update tool?
|
Mine borked, but you might have better luck. I had some extra repos that might have screwed it up
|
ubuntu-dialogue
|
{"user_question": "DeltaHeavy", "user_answer": "craigbass1976"}
|
Hi, Does anyone know if you can hilight and copy/paste text in a tty? I'd like to stay away from gpm and stick with the keyboard.
|
if you use byobu, alt+a [ can be replaced with F7
|
ubuntu-dialogue
|
{"user_question": "agentgasmask", "user_answer": "trism"}
|
Hi all. Does anyone know where gnome stores the entries for the main menu? like, what text file are they listed in? If any.
|
apps have. .desktop files to define their menu entries
|
ubuntu-dialogue
|
{"user_question": "agentgasmask", "user_answer": "dr_willis"}
|
which Xorg version does the latestet ubuntu use? (10.04)
|
ii xserver-xorg 1:7.5+5ubuntu1 the X.Org X server
|
ubuntu-dialogue
|
{"user_question": "dekroning", "user_answer": "a3ist"}
|
Hey guys, curious -- Is there a GotoAssist equivalent in Linux? Like, some way for me to help my mom and her ubuntu system remotely easily? Note that she has a dynamic ip.
|
Vinagre/Vino is built in to Ubuntu and does that using VNC
|
ubuntu-dialogue
|
{"user_question": "farchord", "user_answer": "a3ist"}
|
How do I rar enable fille-roller?
|
sudo apt-get install unrar
|
ubuntu-dialogue
|
{"user_question": "CyL", "user_answer": "tootroot"}
|
is there an easy way to install a more recent kernel on 10.04?
|
https://wiki.ubuntu.com/Kernel/MainlineBuilds
|
ubuntu-dialogue
|
{"user_question": "emes", "user_answer": "TJ-"}
|
hey guys, how can I add an extra xsession to ubuntu 10.04?
|
try this: https://wiki.ubuntu.com/CustomXSession
|
ubuntu-dialogue
|
{"user_question": "jey", "user_answer": "TJ-"}
|
what dose it mean when an app has 2 versions GTK or QT? Dose it matter witch I should use?
|
Generally, if you're running Gnome, you would use the GTK version, and if you're running KDE you would use the Qt version. But in practice you can probably use either. What program are you looking at?
|
ubuntu-dialogue
|
{"user_question": "aJynks", "user_answer": "steven_"}
|
how do i know the size of my swap partition ?
|
system monitor can tell yo
|
ubuntu-dialogue
|
{"user_question": "pirlo", "user_answer": "rcmaehl"}
|
could u help me with my webcam??????????
|
if nobody answers you it's not because they don't like you. it's because they don't know. try waiting 1/2 hour and try again. maybe somebody new will have arrived
|
ubuntu-dialogue
|
{"user_question": "TenhiShadow", "user_answer": "slimjimflim"}
|
could someone please tell me how to disable my computer from interacting with ubuntu-one service (10.04) ?
|
you can also disable it in. system > preferences > startup applications
|
ubuntu-dialogue
|
{"user_question": "morticide", "user_answer": "sebsebseb"}
|
funkyHat:...but echo 'blacklist nouveau' >> /etc/modprobe.d/blacklist.conf is refused even with sudo... maybe it can only be done out of X ?
|
when you redirect you lose sudo rights
|
ubuntu-dialogue
|
{"user_question": "kourou", "user_answer": "bastid_raZor"}
|
new to ubuntu. sometimes a window will get stuck in 'drag mode' (where the hand that's moving it has a clenched fist) and i can't drop the window anywhere. ideas?
|
xdg-open
|
ubuntu-dialogue
|
{"user_question": "gixgix", "user_answer": "theadmin"}
|
in lucid i need to redirect a url to a local html doc ,,, is there a file such as the win hosts file & where might it be
|
/etc/hosts
|
ubuntu-dialogue
|
{"user_question": "_texNick_", "user_answer": "syn-ack"}
|
I use Ubuntu 10.04. I had SunJava and worked fine with eclipse and Jdownloader. But now i installed OpenJDK to try it. Now Jdownloader opening automatically with 'Java -jar /Jdownloader.jar' command. But i want as default the SunJava. And Eclipse now does not have SunJava as compiler but OpenJDK. Can someone help me to change them please?
|
sudo update-alternatives --config java
|
ubuntu-dialogue
|
{"user_question": "fcoo_21", "user_answer": "erUSUL"}
|
is it me or does ubuntu have piss poor support for multiple monitors and ati drivers
|
Right.
|
ubuntu-dialogue
|
{"user_question": "MACscr_lappy", "user_answer": "theadmin"}
|
What's the easiest way to compare two files and find out which lines were changed?
|
for something visual use 'meld'
|
ubuntu-dialogue
|
{"user_question": "mdpatrick", "user_answer": "erUSUL"}
|
How ddo I search aptitude packages?
|
apt-cache search pattern
|
ubuntu-dialogue
|
{"user_question": "mdpatrick", "user_answer": "Dr_Willis_"}
|
anyone know a program on ubuntu to make a liveusb for fedora?
|
unetbootin?
|
ubuntu-dialogue
|
{"user_question": "brodro", "user_answer": "SmeagolThe"}
|
Is the 11.04 64-bit not working properly since it is not recommended on ubuntu.com?
|
May not be that, may be just the status of testing and confirmation
|
ubuntu-dialogue
|
{"user_question": "DrGrov", "user_answer": "TBotNik"}
|
Hi i remember there was a way to see the path of the executable you were running for example i type java in bash, how do i know were the java bin is located?
|
also ls -l /path/given/by/which to check for symlinks and such, if you were that curiuos.
|
ubuntu-dialogue
|
{"user_question": "j0hnsm1th", "user_answer": "wormmd"}
|
has anyone else ever had terminal not allow them to type their password?
|
Your password will not be displayed as you type it.
|
ubuntu-dialogue
|
{"user_question": "sk8rjess", "user_answer": "bootstrap"}
|
how do i show my cpu load in % besides with top and htop
|
try... xosview, gkrellm, ect...
|
ubuntu-dialogue
|
{"user_question": "serer", "user_answer": "onetinsoldier"}
|
Can anyone tell me how i set LXPanel as my default panel in Openbox? :)
|
check the openbox docs and make it autostart lxpanel perhaps?
|
ubuntu-dialogue
|
{"user_question": "morbo1993", "user_answer": "Dr_Willis"}
|
Hi! I have the port open on Conky. I see that sometimes Ubuntu uses wget automatically. Why Ubuntu use wget himself ?
|
ubuntu is set to fetch update info automatically
|
ubuntu-dialogue
|
{"user_question": "miles_os", "user_answer": "acicula"}
|
For maintaining a Music Collection, which is better? Exaile or Rhythymbox?
|
but i like exaile
|
ubuntu-dialogue
|
{"user_question": "rocket16", "user_answer": "avg_guy"}
|
is mutter on my Ubuntu 10.shortcuts4 net-book essential ?
|
if you are using unity, yes; in 11.04 unity will use compiz
|
ubuntu-dialogue
|
{"user_question": "botcity", "user_answer": "xangua"}
|
Hi, could someone help me with a rookie level bash issue? I have a command that works fine normally, but not in a script for some reason
|
as long as its not to long let us have it
|
ubuntu-dialogue
|
{"user_question": "SonicComKid", "user_answer": "botcity"}
|
audio input thru a mic doesnt work.
|
that wasn't really a question . . . but the mic is set to mute by default. right click on the sound icon and go into the preferences
|
ubuntu-dialogue
|
{"user_question": "gridbag", "user_answer": "milamber"}
|
how do I deal with: 0 packages upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
|
Look in the logs
|
ubuntu-dialogue
|
{"user_question": "kerozene", "user_answer": "gnewb"}
|
what would be a good IDE for Ubuntu if you're programming with C?
|
geany anjuta vim emacs gedit
|
ubuntu-dialogue
|
{"user_question": "lee__", "user_answer": "lostlappy"}
|
please where is the localhost on my machine ?
|
if you've got apache et al installed, you're probably serving stuff from /var/www
|
ubuntu-dialogue
|
{"user_question": "nakw", "user_answer": "dancek"}
|
anyone know how to find the constant rate of change that best approximates some data points? -- I know its kinda off topic :)
|
I think that's called 'Linear regression'
|
ubuntu-dialogue
|
{"user_question": "blue_anna", "user_answer": "schlaftier"}
|
hi there.. I see one of my packages has 2 entries when I do apt-cache show on it. Somehow the latest version is never detected when I do an apt-get upgrade. Any ideas on how I can proceed to upgrade to the last version (it should be there when its shown in apt-cache right?)
|
sudo apt-get install --reinstall ??
|
ubuntu-dialogue
|
{"user_question": "tmba", "user_answer": "blue_anna"}
|
the software center says that Gconf Configuration Editor is already installed. But I can't find it in the menus... :(
|
run gconf-editor, then run alacarte
|
ubuntu-dialogue
|
{"user_question": "kantoka", "user_answer": "kuna"}
|
Quick question how do I move a file to current directory?
|
mv filanem .
|
ubuntu-dialogue
|
{"user_question": "senthilnambi", "user_answer": "histo"}
|
Anyone know how to stop empathy from auto scrolling, I'm trying to go up but every time there's a new post it goes back to the bottom again?
|
Use a real IRC client, I would say.
|
ubuntu-dialogue
|
{"user_question": "flyingtortoise", "user_answer": "red2kic"}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.