INSTRUCTION
stringlengths
12
466
RESPONSE
stringlengths
3
431
SOURCE
stringclasses
1 value
METADATA
stringlengths
44
71
bind9 starts fine if i use 'service bind9 start' but it doesn't start when i reboot. where do i change what services start at boot from CLI?
update-rc.d scriptname defaults or update-rc.d -lf scriptname remove are common uses to add a script in /etc/init.d to runlevels or remove them.
ubuntu-dialogue
{"user_question": "usern4me", "user_answer": "L3top"}
hi all, i have a friend who accidentally deleted the NTFS partition that he *was* using to boot into ubuntu (using the nt loader)...he's in ubuntu at the moment. what's the easiest way to get grub installed and configured?
sudo update-grub && sudo grub-install /dev/hda or /dev/sda , depending
ubuntu-dialogue
{"user_question": "_joe", "user_answer": "nickrud"}
Anyone got a decent tutorial on selecting the proper kernel for your machine? I'm on an athlon xp but running linux-image-386 for some reason?
the old one will be left alone...so you can choose at boot
ubuntu-dialogue
{"user_question": "ves", "user_answer": "Xappe"}
i want to delete a bridge with 'sudo brctl delbr br0' but it says 'bridge br0 is is still up; can't delete it', although br0 is down, and no interfaces belongs to the bridge
try ifconfig br0 down
ubuntu-dialogue
{"user_question": "rszt", "user_answer": "Rubin"}
hey all, i've just upgraded to dapper (LTS), and x session keeps restarting, returning to gdm login after a while, anyone knows how to fix this
Have you looked in ~/.xsession-errors for any info?
ubuntu-dialogue
{"user_question": "rszt", "user_answer": "ardchoille"}
Hi, in xchat when I right click to 'Open in web browser' it's opening a terminal. Can someone tell me how to make it do what it says please ?
for me, both options work fine
ubuntu-dialogue
{"user_question": "podz", "user_answer": "Jowi"}
please help, I can't execute applets in any browser (Konqueror, Firefox), I get the following message: kjas: ERROR: could not parse length out of
: contact the programmer and tell him to fix his program
ubuntu-dialogue
{"user_question": "moret", "user_answer": "lsuactiafner"}
Hey all, I am having trouble with my dvd burner. I wrote a dvd+rw by copying the files to the dvd folder, and then right clicking in the folder and saying write to disc. Now, the disc will unmount and mount, but not eject. I have an NEC-3500AG burner. Can anyone PLEASE help me??!?!?
try unmounting it, then use the 'sudo eject' command.
ubuntu-dialogue
{"user_question": "djs_2_6", "user_answer": "Dr_Willis"}
Hey, help me out guys.. What pack provides build folder in /lib/modules/$kernel-version
kernel-headers-$(uname -r)
ubuntu-dialogue
{"user_question": "Sunbug", "user_answer": "cafuego"}
does pitivi really have no effects?
OpenShot is a good Video Editor
ubuntu-dialogue
{"user_question": "Roasted", "user_answer": "Camera_Dude"}
My updatemanager had problems updating some packages. how can i manually reinstall them?
sudo apt-get -f install : or sudo dpkg -i /path/to/downloaded/debsfiles
ubuntu-dialogue
{"user_question": "seicherlbob", "user_answer": "aftertaf"}
Hi guys, i was wondering if you can help me with somthing. I want to create a minimal ubuntu to run under QEMU. Just console stuff, no X or anything, and i want to keep it under 800M. Is there an easy way to do this or what should i do?
nope, I never checked. The alternate iso is 700mb, so it can't be more than that (the CD includes the GUI and extra stuff on it). If bandwidth is an issue, you can use the minimal iso, to just download the packages you'll ultimately need.
ubuntu-dialogue
{"user_question": "simonvc", "user_answer": "Flannel"}
I'm trying to install ubuntu on someone's laptop. I'm at the 'who are you?' part, but the foward button is dimmed out. The status says 'ready when you are...' what do I do now?
Make sure that your username doesn't contain any capital letters.
ubuntu-dialogue
{"user_question": "drpi", "user_answer": "Jordan_U"}
what keyboard?
what is the command for determining the keyboard type?
ubuntu-dialogue
{"user_question": "trancegeek", "user_answer": "cryptodira"}
is there a program for ubuntu that will allow me to set contrast,gamma etc on my hp laptop?
depends on the video-card. some video-card drivers also have those controls in a seperate app, gamma can be adjusted manually in the xorg.conf file otherwise.
ubuntu-dialogue
{"user_question": "Kanye", "user_answer": "Jowi"}
What command do I run to install a .deb package? (Really idiotic question)
sudo dpkg -i <path/to/file>
ubuntu-dialogue
{"user_question": "machinist", "user_answer": "Kyral"}
Does anyone know of an alternative GUI MySQL administrator program to MySQL-Administrator?
DBDesigner
ubuntu-dialogue
{"user_question": "SweetestSavage", "user_answer": "Yango"}
anyone know a good gui ftp program with implicit ssl, passive mode ect...
i like gftp for gui or sftp for cli
ubuntu-dialogue
{"user_question": "JoeBlow", "user_answer": "wastrel"}
hello, i'm having a problem. i shut down the computer normally, but it now won't come back into gnome. login page looks fine and i log in, but box that show nautilus and stuff loading never comes up. :(
did you try the 'failsafe gnome' session?
ubuntu-dialogue
{"user_question": "nemik", "user_answer": "madewokherd"}
what other gui-irc-chats are there than xchat?
chatzilla
ubuntu-dialogue
{"user_question": "SatanGolga", "user_answer": "madewokherd"}
hiya. I'm experiencing a weird problem: my disk space keeps getting filled up. I noticed that I had only a couple of mb free space on my Ubuntu partition, and started to delete stuff. when I was finished, the disk was full. rebooted, and now I can't log in, because the disk is full. everytime I delete stuff, it's replaced by.. something.
did you remember to empty the trash?
ubuntu-dialogue
{"user_question": "johso", "user_answer": "corhere"}
tro: What does access Path mean?
So access path is where you want it to show up in the filesystem.
ubuntu-dialogue
{"user_question": "Papoose", "user_answer": "PuMpErNiCkLe"}
is there a shortcut key in the terminal to repeat last typed word?
am i too late? 'ctrl-w ctrl-y ctrl-y' does ;)
ubuntu-dialogue
{"user_question": "teweWork", "user_answer": "llutz_"}
Hey, can i run windows programs directly from my windows partition?
http://www.jankratochvil.net/project/captive/ might help you
ubuntu-dialogue
{"user_question": "Lorvija", "user_answer": "PuMpErNiCkLe"}
Hey.. Anyone know where I can find the kernel configs for stock ubuntu kernels?
when you install a kernel package its config is placed in /boot/
ubuntu-dialogue
{"user_question": "Fractal", "user_answer": "Ng"}
hello #ubuntu! how do I configure my desktop to translate 'example' to 'google.com' when using ping, firefox etc?
you can add entries to /etc/hosts (which maps names into ip addresses)...
ubuntu-dialogue
{"user_question": "joel135", "user_answer": "Loshki"}
hey guys. I'm a gentoo user, but found that, on the breezy live cd, my joystick worked, but fails under the vanilla/gentoo kernels. Where would I go about getting the source for the kernel that was used on the Breezy Live CD?
packages.ubuntu.com - the kernel should be similar to the one used by an actual breezy install
ubuntu-dialogue
{"user_question": "mikearthur", "user_answer": "Ng"}
Is there a log where i can see recently added or removed apps?
if yer using synaptic... File ... History
ubuntu-dialogue
{"user_question": "eZtaR", "user_answer": "Kr0ntab"}
Hi all. What is the advantages of using sudo rather than su root then running a command?
root is locked by default on ubuntu for one
ubuntu-dialogue
{"user_question": "ryanf109", "user_answer": "jrib"}
hi.. i'm using ubuntu 5.10 on an acer travelmate 290. the sound i get from playing movies/mp3s is very 'noisy'. anyone knows how to fix this? thanks
try setting the pcm channel in alsamixer below 75%
ubuntu-dialogue
{"user_question": "yj", "user_answer": "dogson"}
gonna add w32codecs to edgy? or wait until final release of 6.10?
no, sob as in son-of-a-...
ubuntu-dialogue
{"user_question": "Kr0ntab", "user_answer": "Seveas"}
is there anyway to list all usb devices i have plugged in?
lsusb
ubuntu-dialogue
{"user_question": "kremonte", "user_answer": "Kindred"}
No ideas, then?
It's a MUD, so probably it runs trough a terminal
ubuntu-dialogue
{"user_question": "tajys", "user_answer": "theadmin"}
brakso_: Did you try installing gnome as I instructed? :)
gcc 3.4 is what the kernel for breezy is built with. VMWare needs to build a module with that compiler
ubuntu-dialogue
{"user_question": "evilghost", "user_answer": "timfrost"}
you can try www.shoutcast.com but I dunno if rhtymbox is compatible with those streams
so i basically add this URL in rythmbox
ubuntu-dialogue
{"user_question": "navarone", "user_answer": "metho"}
Anyone for my scanner problem ?
http://ubuntuforums.org/showthread.php?t=26911
ubuntu-dialogue
{"user_question": "DannyButterman", "user_answer": "Filthy_MacNasty"}
hey I'm trying to setup my ubuntu machines to print onto my windows shared printer. I set it all up. I watch it send a 127k file when I'm printing a test page, on the windows machine that 127k file stops at 64k and the file size keeps increasing. It was 64k/50MB by the time I purged the queue. Any Ideas, it won't print from ubuntu?
It's been a looong time, but I got cups to work after researching in the forums
ubuntu-dialogue
{"user_question": "jags", "user_answer": "HunterBukowski"}
anyone have a way to permanently show the shutdown button on gnome 3 without using the alt key?
there is a plugin on the extension website for that
ubuntu-dialogue
{"user_question": "hylian", "user_answer": "Hwkiller"}
Just wondering if anyone can help. Recently installed ubuntu 10.10 and everything was working fine for a couple days now it seems whenever i run more then one app or sometime just firefox it just freezes up and i have to reboot.... there a bug fix or a update im missing?
unlike that's it's an update. the updater notifies you if you got any left to install
ubuntu-dialogue
{"user_question": "Hi-TechHate", "user_answer": "smerz"}
do the instructions for creating a liveusb found at http://www.ubuntu.com/download/ubuntu/download work for lubuntu?
they should work with any .iso ubuntu version
ubuntu-dialogue
{"user_question": "Rallias", "user_answer": "Sivik"}
hello, I'm trying to install over a windows xp using the Live CD, but it is *slow*, taking over an hour to display the desktop, and clicking 'Install' icon has taken over 20 minutes to open a window, which is still trying to fill the language selection...is there still a non-live installation CD? where to get the iso? any help is appreciated!
the alternate CD
ubuntu-dialogue
{"user_question": "egkamp", "user_answer": "Flannel"}
If I might ask a noob question, what IRC client do most of y'all use?
using xchat
ubuntu-dialogue
{"user_question": "Harimwakairi", "user_answer": "pashaw"}
Does anybody know of a website that goes over manual config of the xorg.conf file?
man xorg.conf ?
ubuntu-dialogue
{"user_question": "globe", "user_answer": "godzzo"}
hey, can someone point me to a man file or something for the equivs package?
man equivs-control; man equivs-build
ubuntu-dialogue
{"user_question": "weekang", "user_answer": "Seveas"}
when dapper comes out am i going to have to start from scratch or will i be able to apt-get the upgrades??????????/
it's called 'seamless upgrade'
ubuntu-dialogue
{"user_question": "PeteyPablo", "user_answer": "johndarkhorse"}
I have just installed Ubuntu 7.10 and wasn't asked to set up a root password or user account. I'm using my /home dir from my previous account. I'm at the login screen and don't know what to type. Help!
same username and pass as you had before should work
ubuntu-dialogue
{"user_question": "phil", "user_answer": "IdleOne"}
is there any difference between apt-get update and aptitude update?
they both use apt but aptitude handles dependencies a little better
ubuntu-dialogue
{"user_question": "maverick", "user_answer": "IdleOne"}
so when is thunderbird 2 hitting feisty?
check out znc
ubuntu-dialogue
{"user_question": "goose", "user_answer": "IdleOne"}
Is it possible to make a single installer that does x86 and x86-64 off one boot device without much difficulty?
http://prshah.blogspot.com/2009/10/how-to-create-ubuntu-all-in-one-dvd.html
ubuntu-dialogue
{"user_question": "Q_Continuum", "user_answer": "IdleOne"}
how do I copy all files in a directory to the directory above it?
'cp -r * ../'
ubuntu-dialogue
{"user_question": "rns", "user_answer": "yeats"}
you think the admin will be able to find out i used ophcrack for a campus computer?
that's a federal offense you know, even if they dont' find out ;]
ubuntu-dialogue
{"user_question": "slie", "user_answer": "ohsix"}
Hi, does anyone here have information about where I can get release version of 11.04?
not out yet, release manager will announce at some time today
ubuntu-dialogue
{"user_question": "silvery", "user_answer": "quick_nick"}
guys, i am looking for a cd/dvd burning application in gnome. can someone tell me some of the best applications for that.
gnomebaker
ubuntu-dialogue
{"user_question": "openbysource", "user_answer": "IdleOne"}
I just cant remember what is the name of the application that helps me create live usbs with iso images. Can anyone remind me???
maybe unetbootin is what you are thinking of
ubuntu-dialogue
{"user_question": "user123", "user_answer": "IdleOne"}
anyone know of a good dynamic dns service that is free and doesn't expire?
http://www.no-ip.com/ I used to use this I don't know if things have changed since then
ubuntu-dialogue
{"user_question": "gsp2009", "user_answer": "drexl"}
su che server siamo?
freenode
ubuntu-dialogue
{"user_question": "utente", "user_answer": "IdleOne"}
Are the 12.04 us.archive.ubuntu repositories having issues today?
they were working earlier, why?
ubuntu-dialogue
{"user_question": "Compy", "user_answer": "LoT"}
which package name refer to the j2sdk1.4 in apt-get way ? apt-get install j2sdk seems didnt work, hehe
are you trying to install the sun java sdk for like eclipse ?
ubuntu-dialogue
{"user_question": "heng", "user_answer": "franky123"}
I suppose PIII 700Mhz 256Mt is enough to run Ubuntu smoothly enough?
you could try xubuntu-desktop
ubuntu-dialogue
{"user_question": "Hecxa", "user_answer": "lucasvo"}
hello if i want to make an alias for all users, where to make that?
or a new file in /etc/profile.d
ubuntu-dialogue
{"user_question": "arcsky", "user_answer": "ayecee"}
anyone here install beryl from the wiki page? the repo for lrm is down, and im wondering if there's any way i can go around it?
yeah, try this mirror: http://beryl-mirror.lupine.me.uk/
ubuntu-dialogue
{"user_question": "budluva", "user_answer": "graft"}
Hey, how would I enable DMA for an SATA HD?
you shouldn't really have to (but if your drive really isn't communicating with DMA, I don't know how to fix that)
ubuntu-dialogue
{"user_question": "Belboz99", "user_answer": "mjr"}
can I get out of gdm and get to text-mode? my login does not work. it stops on 'window manager'... ctrl-alt-backspace only gets me back to gdm...
ctrl-alt-f1
ubuntu-dialogue
{"user_question": "antix", "user_answer": "Junior|"}
edgy will by syncing with debian sid <- why do you know that?
that's how all the releases start, by syncing with sid, then going from there.
ubuntu-dialogue
{"user_question": "indro", "user_answer": "krazykit"}
how to convert tiff to jpg ?
if you want to do it from commandline, you'd probably need to install the imagemagick tools, not sure of the package name
ubuntu-dialogue
{"user_question": "aguitel", "user_answer": "ayecee"}
does /join #channelname not work in some irc clients?
no, it used xorg 6.8
ubuntu-dialogue
{"user_question": "wastrel", "user_answer": "krazykit"}
are there any official 80x15 images for linking to ubuntu?
https://wiki.ubuntu.com/WebsiteButtons
ubuntu-dialogue
{"user_question": "evanbro_", "user_answer": "robitaille"}
what is a good program to view dvd's?
launchpad.net/malone
ubuntu-dialogue
{"user_question": "purpleheart_USMC", "user_answer": "Seveas"}
is there a command line tool to burn DVDs?
growisofs
ubuntu-dialogue
{"user_question": "hdon-", "user_answer": "ZykoticK9_"}
hi all :) apt-get is telling me that 'it is not going to be installed' (packages include lsb-{core,graphics,cxx,desktop.printing}) does that mean i should not install them?
that just means their not going to be includeed in the update or w/e you can install them if you wish, but they are either not requried or not supported or they are restricted repositories
ubuntu-dialogue
{"user_question": "hdon-", "user_answer": "arleslie"}
what packages do i need to download that include files such as stdio.h so i can use gcc to compile programs?
start with sudo apt-get install build-essential
ubuntu-dialogue
{"user_question": "infamouse", "user_answer": "gnomefreak"}
i just installed ubuntu and i'm trying to connect to my wireless network using WPA TKIP, are there any HOWTO's for this?
read message from bot please
ubuntu-dialogue
{"user_question": "infamouse", "user_answer": "ompaul"}
hey all what's a good burning software for ubuntu?
k3b
ubuntu-dialogue
{"user_question": "CioN", "user_answer": "phos-phoros"}
i am trying to install kwin-baghira on Kubuntu Breezy. when i try apt-get install baghira, it cant find the package (am i supposed to putting a version in here: apt-get install baghira-0.7?). apt-get update, that i can tell, does nothing, and updating Adept seems to do nothing as well (no new packages). help. please. thank you.
the package in the repository is called kwin-baghira
ubuntu-dialogue
{"user_question": "y_o_u", "user_answer": "timfrost"}
So, if i compile a program from the source and create a .deb file with checkinstall, will it work in other computers (same platfrom, of course)?
if the systems are configured the same, it should, which is why its good to build the package on a vbox'd plain system
ubuntu-dialogue
{"user_question": "koro", "user_answer": "fiyawerx"}
I'm looking to install lighttpd but its not listed in apt-cache / apt-get. my understanding is it'd be in an 'unstable' branch... question is, where do i find out what this is and how to get it?
you need to enable universe. See ubotu's private message:
ubuntu-dialogue
{"user_question": "silverblade", "user_answer": "soundray"}
hi, can anone suggest to me a free cross platform password manager?
password gorilla i believe is cross platform and open source
ubuntu-dialogue
{"user_question": "simion314", "user_answer": "bc81"}
Does the Ubuntu installer have the ability to resize NTFS partitions to make room for the install?
did you try running the partitioning program on the Live CD?
ubuntu-dialogue
{"user_question": "hans0lo", "user_answer": "Niekie"}
i have a question about games (chess in particular), what's the appropriate channel to ask?
you can play other users on online chess servers
ubuntu-dialogue
{"user_question": "bc81", "user_answer": "c4pt"}
it was my code, i will try out what you suggested :)
I got a core dump at 2G, and the value of 'i' had gone negative
ubuntu-dialogue
{"user_question": "frosty", "user_answer": "timfrost"}
how can you tell what repository a package has been installed from?
apt-cache policy package
ubuntu-dialogue
{"user_question": "eck", "user_answer": "timfrost"}
can someone help me figure out what my fat32 partition is labeled as? (/dev/sdb4?)
sudo fdisk -l to start
ubuntu-dialogue
{"user_question": "digirat", "user_answer": "nickrud"}
hi, could anyone please direct me to how to boot an ISO (live cd) in ubuntu's vmware player? or how do I create/circumvent the neeed for vmx file?
use the mount command with -o loop
ubuntu-dialogue
{"user_question": "synjet", "user_answer": "dad"}
Hi @all, how can i build a offline repository for Ubuntu? Ive got no access to the internet most of time, so i need to have everything local.
visit debian.org the new maintainers guide for howto on setting up a local repo
ubuntu-dialogue
{"user_question": "spoiled", "user_answer": "johndarkhorse"}
is there a partitioner resizer available for linux?
parted
ubuntu-dialogue
{"user_question": "Effi", "user_answer": "mwe"}
how can I check the current version of an installed package from terminal ie; wine
apt-cache show wine
ubuntu-dialogue
{"user_question": "keito", "user_answer": "variant"}
is there some kind of drop down terminal like in FPS games?? that would be cool to have
Either tilda for gnome-like environments or yakuake for KDE
ubuntu-dialogue
{"user_question": "bc81", "user_answer": "Pici"}
how do i stop vlc from terminal ?
pkill vlc
ubuntu-dialogue
{"user_question": "rabbit1", "user_answer": "erUSUL"}
question: how do i create a partition out of existing free space ? any tools ?
try qparted
ubuntu-dialogue
{"user_question": "Qiang", "user_answer": "winXperts"}
Anyone know if ubuntu release a pxe boot installer all setup like debian does?
also, https://help.ubuntu.com/community/Installation/Netboot
ubuntu-dialogue
{"user_question": "arosen", "user_answer": "bc81"}
What is eth0?
eth0 = default network card
ubuntu-dialogue
{"user_question": "_newbie_", "user_answer": "fli7e"}
I want to disable [Ctrl + Up/Down] key combinations because i need them in another application, can I do that?
disable them in System-Preferences-Keyboard shortcuts
ubuntu-dialogue
{"user_question": "Lacerta", "user_answer": "soundray"}
Hello, ubotu states that automatix uses something like echo -e blahblah, which is considered 'unsafe'. Could anyone elaborate?
it automatically answers yes to questions which the user is supposed to answer
ubuntu-dialogue
{"user_question": "AskHL", "user_answer": "_jason"}
Hello, is it possible to install Xubuntu with a regular Dapper ISO or should I download the separate Xubuntu ISO? The point is that want a non-Xubuntu install and a Xubuntu one, so if one ISO is sufficient then that'll probably save some time.
and then do apt-get install xubuntu-desktop
ubuntu-dialogue
{"user_question": "AskHL", "user_answer": "Spec"}
your info is soo vague does/did windows detect the disks be fore you tried ubuntu? jumpers wrong? ide channel enabled in bios?
windows detected the disks before i had windows installed, but the computer has aged since then, does someone know how i can check if the disks works?
ubuntu-dialogue
{"user_question": "pashaw", "user_answer": "Craxy"}
hello, ive installed java5 (with synaptic) and want to use it. but executing 'java <*.jar>' uses jre 1.4.2. how can i change to the newer version?
you need to reset the default java thingy, lemme look real quick
ubuntu-dialogue
{"user_question": "whadar", "user_answer": "lampshade"}
is there a way to take an ubuntu install and move it onto a usb thumb drive?
I think it would be better to just do a fresh install on the thumb drive.
ubuntu-dialogue
{"user_question": "abedra", "user_answer": "usr13"}
How would I check for my wireless card?
`lspci |grep 802.11'.
ubuntu-dialogue
{"user_question": "Evil_Whisper", "user_answer": "ispiked"}
is it possible to live monitor in/out-going TCP/IP connections?
tcpdump, ethereal...
ubuntu-dialogue
{"user_question": "Anth0ny_", "user_answer": "Seveas"}
Anyway I can turn brightness up on just one window? (a game that doesn't have brightness settings), using the fglrx (sp) ati radeon drivers
I don't know about using the driver, but perhaps with your window manager? I know compiz allows per-window HSB settings....
ubuntu-dialogue
{"user_question": "Phase", "user_answer": "BlueBomber7"}