INSTRUCTION
stringlengths
12
466
RESPONSE
stringlengths
3
431
SOURCE
stringclasses
1 value
METADATA
stringlengths
44
71
how would i list the libraries a program loads?
'ldd [programe name]
ubuntu-dialogue
{"user_question": "tarvid", "user_answer": "bbogart"}
hello! how to take a screenshot with seconds of delay?
gnome-screenshot --delay=5
ubuntu-dialogue
{"user_question": "bit_doidao", "user_answer": "ardchoille"}
I downloaded my kernel source to put into /usr/source/ but i can't figure out how to put it there from my desktop
You need to be super user probably, try using 'sudo mv /usr/source /where/ever/you/want/it' or starting your file browser with 'gksudo'
ubuntu-dialogue
{"user_question": "eod_punk", "user_answer": "rukuartic"}
i guess i need to rebuild my nvidia driver after the xorg update today?
I read so yes
ubuntu-dialogue
{"user_question": "witless", "user_answer": "profoX`"}
ok, xine no good. Apparently I need Encrypted DVD support built into it to be able to watch this DVD, any suggestions?
automatix lets you install dvd codecs
ubuntu-dialogue
{"user_question": "titan", "user_answer": "mattm591"}
how do i check which device drivers are loaded ?
lsmod
ubuntu-dialogue
{"user_question": "shriphani", "user_answer": "frogzoo"}
Does anyone know what the problem is when I get : 'C compiler cannot create executables' when trying to compile something? Do I need a lib of somekind?
fixes that
ubuntu-dialogue
{"user_question": "IPx", "user_answer": "kingspawn"}
I have a bunch of files in nested directories. does anyone know how to get the files out of those directories and into one central location?
using command-line, something like this: find . -type f -exec cp '{}' /the/place/you/want/to/put/them/ ';'
ubuntu-dialogue
{"user_question": "NoobSauce", "user_answer": "roryy"}
guys, can someone go to computer->desktop preferences->theme manager and tell me what command that executes in gnome?
yes, that's it
ubuntu-dialogue
{"user_question": "NoobSauce", "user_answer": "Madpilot"}
hello, how to restart the X-server with the command line (like ctrl+alt+bkspc)?
sudo /etc/init.d/gdm restart
ubuntu-dialogue
{"user_question": "miter", "user_answer": "guem"}
now wait a minute, nanotube, do you mean to tell me I shuldn't be posting my passwords as a text file on my personal webspace, MySpace, Friendster, and so on?
haha yes, unless you want other people to know your passwords. :)
ubuntu-dialogue
{"user_question": "therunnyman", "user_answer": "nanotube"}
hello... i'm trying to figure out how to run a python script all the time... so that when it dies for whatever reason, it's automatically restarted, etc. i've been looking at inittab, but i honestly don't know what i'm looking at. can anyone give me any pointers?
Write a wrapper for it ...in bash, in a for loop
ubuntu-dialogue
{"user_question": "paryl", "user_answer": "neutrinomass"}
HI, getting 'BUG: soft lockup - CPU#0 stuck for …' messages on various VMs on a host running 2.6.35 (Ubuntu 10.04) - reading a bit on this i see it's potentially a bug … has anyone run into this and know of a workaround and/or full solution?
have you checked launchpad
ubuntu-dialogue
{"user_question": "Jimbo-OLH", "user_answer": "histo"}
Would it present any problems for me to set /home on a different drive than / ?
you probably _should_ make /home have its own partition. Wether it's on the same drive or another, is of no concern.
ubuntu-dialogue
{"user_question": "Felos", "user_answer": "XiXaQ"}
Is it possible to create script that will run 'dhclient' and will not be requiring any password?
most startup scripts are run as root. They don't require you to type in your password.
ubuntu-dialogue
{"user_question": "radone", "user_answer": "XiXaQ"}
is anyone here using network-manager with wlan and static ip here now? I'd like to know how nm-applets config looks like in gconf, cause it's broken in karmic and I need info to hunt down the bug.
at least static ip seems to be fixed for ethernet in karmic.. (but I dont use wifi)
ubuntu-dialogue
{"user_question": "XiXaQ", "user_answer": "test34"}
Hey, does ubuntu karmic server have pcmcia support built in? I can see a pcmcia card via lspci. does that mean pcmcia support works?
I don't see why it wouldn't though.
ubuntu-dialogue
{"user_question": "pm", "user_answer": "XiXaQ"}
When I pair my bluetooth keyboard with my laptop, I never get prompted for a PIN. What's wrong? Is the connection between the keyboard and the laptop encrypted?
the keyboard probably has a default pin. It will be in the docs. Usually 0000 or 1111 or 1234
ubuntu-dialogue
{"user_question": "erpo", "user_answer": "VSpike"}
I need a version of libglib with debugging symbols on my system. I am running Edgy Eft. How can I do this?
apt-cache search glib|grep debug
ubuntu-dialogue
{"user_question": "erpo", "user_answer": "nn"}
which is possible in interfaces too. However network manager ignores it so it is not really an option.
well as long as network-manager doesn't interfere, once I find out how to set it up in /etc/network/interfaces then that is OK ... I can edit files
ubuntu-dialogue
{"user_question": "jdu", "user_answer": "Skapare"}
what's the recommended way to start a process and have it not terminate when exiting the shell? i've used screen in the past :/
nohup <command> &
ubuntu-dialogue
{"user_question": "zith", "user_answer": "ic56"}
how do I figure out free hard drive space on each of my drives?
that's for mounted partitions
ubuntu-dialogue
{"user_question": "zith", "user_answer": "AnAnt"}
so I have another little question: what is fsck used for?
man on the other hand is used to show you the manual page for the command
ubuntu-dialogue
{"user_question": "jessid", "user_answer": "Lynoure"}
if I have a cron job set to run under my username, it runs even if I'm not logged in at all, right?
pes.
ubuntu-dialogue
{"user_question": "magical_trevsky", "user_answer": "Lynoure"}
how would i mount a macintosh cd on ubuntu?
some (rare) Mac CDs use hfs. You can mount those too with the mount -t hfs option.
ubuntu-dialogue
{"user_question": "Lockjaw", "user_answer": "soundray"}
how do i list the files in a deb? to find location of specific file of a package?
even
ubuntu-dialogue
{"user_question": "NET||abuse", "user_answer": "ashridah"}
Obligatory question: I'm trying to take a screenshot for a bug, but I need 1. the hover (prelight?) effect on a button and 2. A screengrab with a menu open. 1. Doesn't capture to the screenshot (?!) and 2. You can't take screenshots when having a menu open. Solution?
I am sure there are timed screenshots in GIMP
ubuntu-dialogue
{"user_question": "engla", "user_answer": "nevrona"}
hi all..does anyone know how to enable sshd on ubuntu so i can remote login to my pc?
look below
ubuntu-dialogue
{"user_question": "stormwolf", "user_answer": "arrick"}
hi. i want to add a symlink to (i think it is /usr/bin?) so when i type thinliquidfilm in the terminal it will run /home/fraser/thinliquidfilm/thinliquidfilm.py
go to /usr/bin and type ln -s /home/fraser/thinliquidfilm/thinliquidfilm.py
ubuntu-dialogue
{"user_question": "brownie17", "user_answer": "dwa"}
I am unable to hear anything in my install of ubuntu, the mixer shows 2 defices.. alsa has an nvidia device and oss has a realtec one.. as far as i know it is a realtec audio system. ideas?
u sure you don't just have e.g. PCMoutput muted?
ubuntu-dialogue
{"user_question": "tikka", "user_answer": "CompuChip"}
I am unable to play VCD in totem in dapper. Using totem-gstreamer
try xine or mplayer
ubuntu-dialogue
{"user_question": "onkarshinde", "user_answer": "Sivik"}
anyone with any cedega experience?
what is the problem?
ubuntu-dialogue
{"user_question": "mada", "user_answer": "Sivik"}
Is there anyone using wine in Ubuntu here? :(
what are you trying to run?
ubuntu-dialogue
{"user_question": "MegaManX", "user_answer": "Sivik"}
Is there a way to upgrade alsa on my system to something newer than the standard one in apt for the stable version of Debian? Apparently my sound card is better supported on newer versions that 1.0.10-4
go download the drivers from the alsa website and install it manually
ubuntu-dialogue
{"user_question": "RobHu", "user_answer": "Sivik"}
how do i go about editing the linux time via terminal
to update time via ntp via cli.. sudo ntpdate pool.ntp.org
ubuntu-dialogue
{"user_question": "Sivik", "user_answer": "BioVorE"}
how can i get iptables to run iptables-restore on boot? Also, I have to keep echo '1' > ip_forward on boot as well.. how can I make that permanent?
make a 'firewall' script and add it to startup
ubuntu-dialogue
{"user_question": "Alives", "user_answer": "erUSUL"}
I'm playing with a new install of Dapper 6.06, my screen saver works ok, but when I wake up in theh morning, the box is frozen, and won't reboot into X. Running startx at reboot locks up too. To get here now, I had to boot into safe graphics mode, recreate my user, etc... I didn't have this trouble with 5.10, ideas?
If that is a new install, you might consider installing 8.04 because 6.06 will end life in a few months
ubuntu-dialogue
{"user_question": "darryl", "user_answer": "ardchoille"}
can someone check a site for me
it resolves (to web20.assortedinternet.com) but no response
ubuntu-dialogue
{"user_question": "ramza3__", "user_answer": "amphi"}
so debian sarge deb packages work with ubuntu?
the debian sarge package for Yafray did for me...
ubuntu-dialogue
{"user_question": "DShepherd", "user_answer": "Jimmey_1"}
why does ubuntu have to reboot after updates...debian/knoppix don't seem to require it
follow that link
ubuntu-dialogue
{"user_question": "zhenre", "user_answer": "slavik"}
Can anyone help me with this? I just hooked up my external USB hard drive that's formatted with NTFS, but I don't have the permissions to write because apparently it's a 'read-only disk.' I never set it this way and I just think it's because it's NTFS... how can I enable writing?
nope... NTFS cannot be written to from linux yet... so switch the file system to something friendly to both... FAT
ubuntu-dialogue
{"user_question": "unl3ss", "user_answer": "david_uk"}
Hi, What's the defualt root pass?
use sudo blah instead and enter your normal users password
ubuntu-dialogue
{"user_question": "xuser", "user_answer": "boabsta"}
Hi. Is no_NO a separate locale, or is it only alias of nn_NO / nb_NO?
try alacarte
ubuntu-dialogue
{"user_question": "crazydiamond", "user_answer": "MonkeyDust"}
if I become root now will it cause conflicts with the echo commands that I did as sudo?
I am checking for you in another channel hold on
ubuntu-dialogue
{"user_question": "burepe", "user_answer": "coz_"}
Hi, anyone know how to install the 6.06 Beta Live CD on a USB stick?
see if there's an installer on the live CD, fourm said it will be developed to final version
ubuntu-dialogue
{"user_question": "o_o", "user_answer": "eneried"}
what does 'bashism' mean ?
syntax that only works in bash
ubuntu-dialogue
{"user_question": "AnAnt", "user_answer": "chesty"}
what's the command to 'eject' /dev/sda or whatever? iPod
eject /dev/sda should work
ubuntu-dialogue
{"user_question": "jisatsu", "user_answer": "NoUse"}
Hello. I am looking for a way to install Ubuntu onto a laptop without a CD-Rom drive, is this feasible please?
http://marc.herbert.free.fr/linux/win2linstall.html
ubuntu-dialogue
{"user_question": "Taa5i", "user_answer": "Major_Delta"}
quick stupid question: I have a dual boot of Ubuntu Breezy (amd64) and XP.. I want to write over the breezy partitions with a kubuntu 6.06 i386 beta.. this is doable right?
ya it is
ubuntu-dialogue
{"user_question": "Illnor", "user_answer": "Hmmmm"}
How do I grep match for a word, case-insensitive .. ?
grep 'myword' -i
ubuntu-dialogue
{"user_question": "babo", "user_answer": "mrmist"}
I'm trying to get vmware-server working in Edgy, I have the server installed and kernel modules loaded, I am running the 64bit version of Edgy, I am having a problem with vmware-authd. It just says . Reason: Operation not permitted, when I try to connect to it. Any ideas?
will that run windows though
ubuntu-dialogue
{"user_question": "ncaller", "user_answer": "LadyNikon"}
anyone know what root password is by default
nope do this : sudo passwd root
ubuntu-dialogue
{"user_question": "astro9040", "user_answer": "|lostbyte|"}
hi guys, in what package is the configure script located?
it's not part of a package. most programs have their own one as part of the source code
ubuntu-dialogue
{"user_question": "goudkov", "user_answer": "hyphenated"}
Is the MS Word export in a separate package?
office 98/2000/xp
ubuntu-dialogue
{"user_question": "marnanel", "user_answer": "variant"}
hey everyone, what's a good vnc server that can be easily configured to run as a daemon (i.e. has it's own /etc/init.d script)
vino? :)
ubuntu-dialogue
{"user_question": "apikoros", "user_answer": "Tomcat__"}
anyone know if there's a term for using a laptop as a wireless adapter for a wired-only device?
but i would call it a network bridge
ubuntu-dialogue
{"user_question": "Ademan", "user_answer": "chill"}
when i install a version of wine through WineCVS.sh, nothing becomes executable, is there somethign i am doing wrong?
have you tried just installing the version of wine straight out of the ubuntu repositories?
ubuntu-dialogue
{"user_question": "rob138", "user_answer": "Ademan"}
are there any programs that stream (servers) that convert any file format into a single format (maybe mpeg, or ogg if there is an ogg stream) ?
you can use liveice or a similar software
ubuntu-dialogue
{"user_question": "Ademan", "user_answer": "gregg__"}
Anybody know how to create a directory and specify the user and group?
probably an easier way
ubuntu-dialogue
{"user_question": "ro", "user_answer": "NickGarvey"}
How would i run a php program stand alone? some thing like 'php program.php' and it runs program.php?
you need to install php5-cli
ubuntu-dialogue
{"user_question": "treeform", "user_answer": "FlannelKing"}
does anybody knows any free php ide for linux?
well there's gedit
ubuntu-dialogue
{"user_question": "eddie_stone", "user_answer": "SoulPropagation"}
Which windowmanager is drapper drake flight 6 using by default?
i think it's nautilus.
ubuntu-dialogue
{"user_question": "ebw", "user_answer": "erez"}
I have adobe acrobat pdf forms that I need to fill out. The PDF document viewer will not allow me to do this. Can anyone tell me what I need to do in order to fill out PDF forms?
see if this site will help you <http://easylinux.info/wiki/Ubuntu> just avoid automatics. :)
ubuntu-dialogue
{"user_question": "nsmith", "user_answer": "intuos3"}
what is the chmod number for read/write/execute for just the owner?
chmod 700
ubuntu-dialogue
{"user_question": "khamael", "user_answer": "digen"}
if anyone has actually managed to disable the system bell, pls tell me about it
system-sound preferences- unclick sounds for events
ubuntu-dialogue
{"user_question": "b0se", "user_answer": "chetan"}
Hey guys, having a bit of an interesting problem here...my / partition has 1.9 gb of space on it, but my home partition is full. Is there any way I can use some of the space in my / to store files?
you can use symlinks to make parts of / appear to be inside /home/<you>/
ubuntu-dialogue
{"user_question": "alth", "user_answer": "dooglus"}
Damnit, I keep middleclicking in firefox to autoscroll (which it does) but occasionally it opens google or one of my bookmarks instead :(
you also might want to set middlemouse.contentLoadURL to false too
ubuntu-dialogue
{"user_question": "alth", "user_answer": "kbrosnan"}
what's the name of the program that creates ubuntu/deb packages from source code so you can uninstall them?
checkinstall does that.
ubuntu-dialogue
{"user_question": "JediMaster", "user_answer": "MenZa"}
Hello, can anyone tell me something about FluxBox?
Yes Fluxbox is very light but it's not a desktop enviroment like gnome it's only a windowmanager so it lacks alot of functionallity that gnome and kde has.
ubuntu-dialogue
{"user_question": "FFighter", "user_answer": "slackern"}
I think you can have it in something as /etc/rc.local or something so it runs on every startup
thank you
ubuntu-dialogue
{"user_question": "slackern", "user_answer": "LoRe"}
any way to check recently installed packages?
/var/log/dpkg.log should contain that information for you
ubuntu-dialogue
{"user_question": "mahogny", "user_answer": "slackern"}
I just installed ubuntu 12.04, and most of my X setup is working, but I want to make adjustments to the default Xorg setup. Unfortunately, there's no xorg.conf, and I'm afraid if I try to create one manually, I'm going to end up with a setup that doesn't work. Is there any way to get the existing xorg.conf, both as a starting point, and as a backup?
type !xorgconf for more information
ubuntu-dialogue
{"user_question": "maquis", "user_answer": "MonkeyDust"}
does anyone know of a way to determine which processes are getting HD access? After a fresh boot I keep getting infrequent accesses on the light but can't figure out what's doing it (no journaling fs)
lsof (short for list open files) might help you?
ubuntu-dialogue
{"user_question": "jeff303", "user_answer": "slackern"}
how can I list stuff on the screen so it doesn't go all the way up without me pressing a button?
<cmd> | less
ubuntu-dialogue
{"user_question": "Plitskin", "user_answer": "Doat"}
anybody on my question?
install build-essential first
ubuntu-dialogue
{"user_question": "Gcastin", "user_answer": "umarmung"}
wait what shoud I be typing?
tar zcf thearchive.tgz thedirtobackup/
ubuntu-dialogue
{"user_question": "nickgarvey", "user_answer": "morfic"}
I don't need to print. From within synaptic, right click remove hplip, then it says it needs to remove ununtu-desktop. is that right?
Ubuntu-desktop is a package that installs other packages. Most people want hplip, so they put it as a dependency for ubuntu-desktop
ubuntu-dialogue
{"user_question": "JymmmEMC", "user_answer": "kitsuneofdoom"}
Need to reset my xorg.conf....anyone have a quick and easy way to do it from the command line?
sudo dpkg-reconfigure xserver-xorg
ubuntu-dialogue
{"user_question": "valehru", "user_answer": "Samuli^"}
Hey guys, whats the resolution up from 1280x1024?
1280x1024 and 1600x1200 have different aspect ratios
ubuntu-dialogue
{"user_question": "valehru", "user_answer": "unity"}
Is there any application that can convert HTML to PDF?
you can 'print to pdf' with the right setup
ubuntu-dialogue
{"user_question": "valehru", "user_answer": "Dr_willis"}
Quick question.....could I use VMWare to play games such as Half LIfe?
it cannot be done, you need macromedia flash ide
ubuntu-dialogue
{"user_question": "valehru", "user_answer": "holycow"}
hey guys, I try to log into gnome as normal but it keeps stalling on the splash screen (metacity is displayed). It stalls there then. The only way I can now log into gnome is via gnome failsafe. Is there a way I can check and resolve the problem?
try logging in via a virtual Terminal (alt-f1) and remove all the .gconf things. that'll loose gnome-settings too, but at least you can log in.
ubuntu-dialogue
{"user_question": "valehru", "user_answer": "jpjacobs"}
can someone help me use a use a linux-installer.bin?
open a terminal and issue chmod a+x linux-installer.bin
ubuntu-dialogue
{"user_question": "jindiaz", "user_answer": "PS"}
how good is ubuntu at automatically configuring for dual montiors?
it doesn't
ubuntu-dialogue
{"user_question": "Alan", "user_answer": "LjL"}
hey a little off-topic does anyone know where id find a compiz server/channel
they may help
ubuntu-dialogue
{"user_question": "SlCKB0Y", "user_answer": "ompaul"}
I don't know what it is
could it be used for network permission
ubuntu-dialogue
{"user_question": "Warbo", "user_answer": "zntneo"}
And I don't know how to scroll down in top
Try htop
ubuntu-dialogue
{"user_question": "LinuxHelp", "user_answer": "blueCommand"}
Anyone running ubuntu dapper?
try with a full path
ubuntu-dialogue
{"user_question": "speedsix", "user_answer": "Frogzoo"}
guys, why is it that everytime i use ubuntu... my cd rom doesn't eject?
if your cd disc is in the drive, you can eject it out by right mouse click on the CD icon..
ubuntu-dialogue
{"user_question": "boydubai", "user_answer": "PwcrLinux"}
something akin to 'yum provides xxx.h' is what I'm looking for
usage: iniitially you must 'sudo apt-file update', then just do 'apt-file search name_of_file_I_looking_for'
ubuntu-dialogue
{"user_question": "kavefish", "user_answer": "_jason"}
hi, I'm a fedora user looking at switching distros. what's package management like in Ubuntu?
apt-cache search
ubuntu-dialogue
{"user_question": "kavefish", "user_answer": "Warbo"}
Is it just me or do isos take ages to copy over USB 1? :(
they do, yes...
ubuntu-dialogue
{"user_question": "Warbo", "user_answer": "selinium"}
Hi All - Whats a good harddrive partition setup? I have a 200GB - how much should I allow for /home and / ??
I have 250GB. I have 20GB /, 150GB /home/chris/Files and the rest to play with different OSs
ubuntu-dialogue
{"user_question": "monsterb", "user_answer": "Warbo"}
hey, how do i change my computer name?
hostname
ubuntu-dialogue
{"user_question": "Ratzilla", "user_answer": "Warbo"}
hi! where do i get a list of official repositories for ubuntu which have the latest packages? kind of like debian unstable...
Dapper (same as your breezy ones but with dapper instead of breezy)
ubuntu-dialogue
{"user_question": "avr", "user_answer": "Warbo"}
Using a ubuntu live cd to reinstall grub I get 'Error 21: Selected disk does not exist' when doing root (hd0,1) any ideas?
sudo grub-install /dev/linuxdevicename (not GRUB device name)
ubuntu-dialogue
{"user_question": "dsas", "user_answer": "Warbo"}
people, how do you blank your cd-rw's ?
I use GnomeBaker
ubuntu-dialogue
{"user_question": "saiko", "user_answer": "Warbo"}
is there a text based bootup manager for ubuntu?
'man update-rc.d'
ubuntu-dialogue
{"user_question": "connyosis", "user_answer": "Warbo"}
Tcl cannot be found on this system. <-- What are the rights TcL to be installed to make it work, im settings up an eggdrop bot
Maybe you need some -dev packages?
ubuntu-dialogue
{"user_question": "XplOzIon", "user_answer": "Warbo"}
Blender's interface takes A LOT of getting used to (but I hear that it is very powerful when you master it, which I haven't yet)
yes, it's insane at first, but insanely awesome if you keep at it ;)
ubuntu-dialogue
{"user_question": "Warbo", "user_answer": "Sanne"}