INSTRUCTION
stringlengths 12
466
| RESPONSE
stringlengths 3
431
| SOURCE
stringclasses 1
value | METADATA
stringlengths 44
71
|
---|---|---|---|
last question please - timeout of grub - where I can set it?
|
have you seen/tried http://www.tvmobili.com/ ?
|
ubuntu-dialogue
|
{"user_question": "ghabit", "user_answer": "oCean"}
|
Hello, is it possible to install Ubuntu-AMD64 on /dev/hdb2, where the 3 partitions on the second hard disk are all primary, and then get grub to install on /dev/hda MBR? I ask because I have installed ubuntu successfully on /dev/hda2 and grub on the mbr of hda, but when I try hdb2 grub fails to do anything when the PC us booted, it sais 'grub stage 1.5 please wait...' then does nothing for 5 mins. Does it matter that grub is on hda and ubuntu is on hdb? O
|
shoudlent matter. sounds like the grub menu/config is messed up/confused
|
ubuntu-dialogue
|
{"user_question": "nordle", "user_answer": "dr_willis"}
|
hello. Reading http://www.ubuntugeek.com/kernel-2-6-35-officially-available-for-ubuntu-10-04.html it says 'This kernel is now available in the git repository of Ubuntu 10.04' and 'sudo apt-get dist-upgrade'. If its a dist-upgrade, isn't that 10.10 beta? I don't understand how it can remain 10.04 but with 2.6.35.4 kernel. Can anyone help me understand this please? Thanks.
|
a dist-upgrade does not always upgrade to the next release.
|
ubuntu-dialogue
|
{"user_question": "nordle", "user_answer": "Dr_Willis"}
|
What is the gam_server? It takes 50% of CPU power.
|
it's some subset of fam, gnome probably uses it for file modification monitoring
|
ubuntu-dialogue
|
{"user_question": "seacyd", "user_answer": "jmob"}
|
I have a problem with my new laptop, and I was wondering if someone could help. This is not an install problem, I am very experienced with Linux. The distro is working perfectly, the problem is with the LEDs on the System. Under XP the WiFi on/off light works perfectly, under Linux it does not. If I cat /sys/bus/pci/drivers/ipw2200/*/rf_kill it shows a value of 0 when the WiFi is active and 2 if it is inactive. I am trying to find out how windo
|
i think that led is probably controlled by a bit in nvram ... you could have a look at madwifi to see how they do it - i don't now how to dump nvram from windows but you could compare a dump from windows to a dump in linux
|
ubuntu-dialogue
|
{"user_question": "xhypno", "user_answer": "bwlang"}
|
wheres a good place for getting ubuntu themes ?
|
I found some in http://gnome-look.org
|
ubuntu-dialogue
|
{"user_question": "tux", "user_answer": "Kokey"}
|
anyone know what acpi=ht in grub conf does?
|
hyperthreading
|
ubuntu-dialogue
|
{"user_question": "odyssey", "user_answer": "queuetue"}
|
is there a generic ATi driver? such as for an ATi Rage M2?
|
For 3d acceleration, or just for regular 2D?
|
ubuntu-dialogue
|
{"user_question": "shorty114", "user_answer": "paulproteus"}
|
is it possible to upgrade a current warty to hoary?
|
http://www.ubuntulinux.org/wiki/HoaryUpgradeNotes
|
ubuntu-dialogue
|
{"user_question": "shorty114", "user_answer": "ogra"}
|
is there a way to turn off the closing of parent folders in nautilus?
|
There is a gconf key for it
|
ubuntu-dialogue
|
{"user_question": "ionrock", "user_answer": "Arnia"}
|
what's the difference between main, restricted and universe ?
|
http://www.ubuntu.com/ubuntu/components
|
ubuntu-dialogue
|
{"user_question": "Kream", "user_answer": "Kamion"}
|
how do i set my LANG and other variables system-wide?
|
/etc/bash.bashrc
|
ubuntu-dialogue
|
{"user_question": "andrewski", "user_answer": "dud"}
|
hey, just a question...i know that the universe packages aren't updated. But, will they be updated between releases? For instance, amsn is at version 0.92 in universe right now and it wont be updated. but when hoary is released, will it be updated to say version 0.95 in the hoary tree?
|
it will be up to date with the version that is current on relese
|
ubuntu-dialogue
|
{"user_question": "ryan_", "user_answer": "ogra"}
|
How can i log onto a local web page as root in ubuntu? (http://localhost:631)
|
you can use the gui tool from the gnome system -> adminustration -> printing dialog instead
|
ubuntu-dialogue
|
{"user_question": "marjorie", "user_answer": "bob2"}
|
I know its a bit off topic, but can some one who uses windows at the moment send me a screenshot of the startmenu? I want to have a look at how the icon looks like on the panel for the start menu.
|
go look at diviantart.com
|
ubuntu-dialogue
|
{"user_question": "kent", "user_answer": "zenrox"}
|
any tools to convert chm to pdf?
|
apt-cache search chm pdf. there are several
|
ubuntu-dialogue
|
{"user_question": "i3dmaster", "user_answer": "delire"}
|
I have Ubuntu installed, with XFCE desktop on a sony viao, How can I turn up the speakers, since ubuntu doesn't let me use the 'Fn' keys
|
killall -9 appname
|
ubuntu-dialogue
|
{"user_question": "ferris", "user_answer": "drspin"}
|
is there no j2re package for ubuntu?
|
read the wiki
|
ubuntu-dialogue
|
{"user_question": "theNeonGod", "user_answer": "|QuaD-"}
|
how do you change colour from 16 bit to 24 bit
|
edit /etc/X11/xorg.conf (hoary) or /etc/X11/XF86Config-4 (warty), change DefaultDepth from 16 to 24
|
ubuntu-dialogue
|
{"user_question": "andy", "user_answer": "daniels"}
|
howdy folks ... what command-line apt command do I use to see what version of a package is installed?
|
or 'dpkg -l | grep foo'
|
ubuntu-dialogue
|
{"user_question": "ChrisC_", "user_answer": "geppy"}
|
anybody running firefox v1 can point me to the apt repository to get it?
|
its in hoary
|
ubuntu-dialogue
|
{"user_question": "ska1", "user_answer": "kergan"}
|
with what program can i mount .isos in ubuntu? oO
|
you can use -o loop in mount command, e.g. 'sudo mount -o loop /path/to/image.iso /mnt'
|
ubuntu-dialogue
|
{"user_question": "freaky[t]", "user_answer": "oCean"}
|
This is a stupid question I know, but I'm used to RPM based distro's... when I download a .deb file manually, how do I install it?
|
dpkg -i PackageName
|
ubuntu-dialogue
|
{"user_question": "TopDog", "user_answer": "kent"}
|
When updating to hoary do I comment out the warty refs in sources.list?
|
i just replaced all warty with hoary.
|
ubuntu-dialogue
|
{"user_question": "Ed_Gein", "user_answer": "andrewski"}
|
hey everyone... how do I move the gnome panels from one screen to another on a multi-display setup?
|
alt-click on the panel , drag.
|
ubuntu-dialogue
|
{"user_question": "flithm", "user_answer": "Dr_Willis"}
|
Is there some free x86 emulator for linux that I can use to try a new install of Hoary? (I just want to see how it looks..)
|
: qemu is fine
|
ubuntu-dialogue
|
{"user_question": "kent", "user_answer": "joaquinz"}
|
anyone tell me how to find out if firefox has more than one process running? When I start FF it says choose another profile because default is already running. But its not.
|
'ps auwx | grep firefox' will show any running processes, it could just be you need to remove the 'lock' file from your firefox profile
|
ubuntu-dialogue
|
{"user_question": "benkong2", "user_answer": "Ng"}
|
does ubuntu's license or relationship with canonical prevent it from being pre-installed on PCs?
|
I can't see how
|
ubuntu-dialogue
|
{"user_question": "mousematt", "user_answer": "azta"}
|
anyone know if 1280x854 is a supported resolution under x.org
|
dunno about x.org.. but its supported on xfree.. so i would assume yes.
|
ubuntu-dialogue
|
{"user_question": "invist", "user_answer": "hazmat"}
|
gday everyone..am trying to delete a folder from my home directoryand keep getting this message..Cannot move '/home/andy/legends-0.4.0' to the wastebasket because you do not have permissions to change it or its parent folder.
|
you have to use the terminal. type sudo rm -r folder_name
|
ubuntu-dialogue
|
{"user_question": "andy__", "user_answer": "mdke"}
|
how can I format a partition in ubuntu? there is no grafical paritioner, right?
|
gnome frontend to parted
|
ubuntu-dialogue
|
{"user_question": "netmonk", "user_answer": "Panzerboy"}
|
Im getting ready to move from gentoo to ubuntu, I have a question about some of my spare disks. When I do the install to hda will I be able to keep the data on hdb and hde and hdf intact w/o problems, or would it be better to unplug those drives for the install then plug them in after?
|
you will need to manually add them to /etc/fstab when you plug them in, but thats not a prob
|
ubuntu-dialogue
|
{"user_question": "errr", "user_answer": "holycow"}
|
how can i put suspend my notebook on konsole ?
|
sudo /etc/acpi/sleep.sh
|
ubuntu-dialogue
|
{"user_question": "gsuveg", "user_answer": "bob2"}
|
hi there, where i can find the 'howto' to upgrade ubuntu to unstable
|
just change warty line to hoary then run apt-get update;apt-get dist-upgrade
|
ubuntu-dialogue
|
{"user_question": "javi", "user_answer": "calc"}
|
Can someone running Ubuntu Warty tell me what version of Bash is installed?
|
GNU bash, version 2.05b.0(1)-release (i386-pc-linux-gnu)
|
ubuntu-dialogue
|
{"user_question": "svend", "user_answer": "mcphail"}
|
Is there a program for Linux (preferably packaged for Ubuntu) that will let me rotate my desktop backgrounds automatically, the way I can do in OS X? I've apt-cache search'd and googled, but I can't find anything relevant. Am I just missing it, or does such a program not exist?
|
http://freshmeat.net/search/?q=random+background§ion=projects&Go.x=0&Go.y=0
|
ubuntu-dialogue
|
{"user_question": "carsonc", "user_answer": "zeedo"}
|
anyone know of a download resuming tool? I liked NetVampire on windows, but it doesn't work very well in wine :)
|
d4x
|
ubuntu-dialogue
|
{"user_question": "calamari", "user_answer": "da_bon_bon"}
|
can I umount a usb stick without using sudo?
|
pumount
|
ubuntu-dialogue
|
{"user_question": "mart", "user_answer": "sjoerd"}
|
how do i change the name of my computer?
|
`hostname'
|
ubuntu-dialogue
|
{"user_question": "techn9ne", "user_answer": "crimsun"}
|
I've missing nautilus icons after upgrade to breezy -- any ideas?
|
try changing theme
|
ubuntu-dialogue
|
{"user_question": "mgedmin", "user_answer": "thoreauputic"}
|
anyone know of a good tutorial for creating Firefox themes?
|
golly, no, haven't seen something like that. Have you tried just dissecting the XML file of a decent theme and seeing what it's made out of
|
ubuntu-dialogue
|
{"user_question": "hazza96", "user_answer": "pdaoust"}
|
hi Guys do you know how to ran windows applications without WINE (another program maybe)???
|
Other than Windows, I'm pretty sure WINE is the only viable alternative you have.
|
ubuntu-dialogue
|
{"user_question": "jg47hm", "user_answer": "toonacid"}
|
it seems i also miss some gaim files in /usr/share... how can i force it to reinstall?
|
sudo apt-get install --reinstall foo
|
ubuntu-dialogue
|
{"user_question": "emanuelez", "user_answer": "Amaranth"}
|
Hey. I'm on another IRC server, and irssi is giving out my hostname which has my ip. Every now and then somebody is annoyed that I kicked them and they DoS my low bandwidth connection. How do I stop irssi giving out my hostname?
|
you'll need to enable vhost for your user / op....
|
ubuntu-dialogue
|
{"user_question": "lxsys", "user_answer": "geekuskhan"}
|
Nobody knows anything about totem-xine vs. gxine? ....
|
dpkg -l libdvdcss2 |grep ^ii
|
ubuntu-dialogue
|
{"user_question": "khad", "user_answer": "crimsun"}
|
maahes ok so how bout this. once i have put the hard drive in the new laptop and got the drivers for it. will lucid remove the old drivers from this dell automatically?
|
sudo apt-get autoclean
|
ubuntu-dialogue
|
{"user_question": "Chaos2358", "user_answer": "lathan"}
|
what version of xfce will ubuntu 5.04 have?
|
4.2.1.1 is already there
|
ubuntu-dialogue
|
{"user_question": "christian_", "user_answer": "tritium"}
|
hi, i just side-graded from debian testing to hoary, and i can't get my digital camera to automatically mount. any ideas?
|
we don't support hoary here
|
ubuntu-dialogue
|
{"user_question": "paradoxmo", "user_answer": "|QuaD|"}
|
Can somebody help me? I already have this problem longer time... all my videoplayers just show bluescreen, but i can hear the sound... what the heck is wrong?
|
that's cause the codecs might be missing
|
ubuntu-dialogue
|
{"user_question": "mameluke", "user_answer": "carthikSchool"}
|
and no one can fix it yet (i don't htink)
|
doesn't seem to be any progress on a KDE release
|
ubuntu-dialogue
|
{"user_question": "|QuaD-_", "user_answer": "Riddell"}
|
doesanyone how to unable netbook launcher in UNE? i dont know how many packages i must uninstall
|
Just install ubuntu-desktop
|
ubuntu-dialogue
|
{"user_question": "mamece2", "user_answer": "sandyd"}
|
How can i make ubuntu automatically execute a sudo command on startup?
|
without 'sudo'
|
ubuntu-dialogue
|
{"user_question": "impulse150", "user_answer": "llutz"}
|
Will there be any differences if I upgrade to final Hoary from Warty (has been using Hoary for some time now), or if I do a new installation of Hoary ?
|
I would recommend a new installation but that is just personal preference.
|
ubuntu-dialogue
|
{"user_question": "kent", "user_answer": "mattgirv"}
|
hi do you know a good tv tunner software ?
|
tvtime is what i use
|
ubuntu-dialogue
|
{"user_question": "psycose", "user_answer": "captine"}
|
Hi i am trying to install apache and it says pacakge has no installation candidate
|
try apache2
|
ubuntu-dialogue
|
{"user_question": "ganeshran", "user_answer": "duncan-nz"}
|
hi is chrome a part of APT?
|
chromium-browser
|
ubuntu-dialogue
|
{"user_question": "ganeshran", "user_answer": "donri"}
|
Who can advise me? I Have a ATI radeon 9600 PRO, but it is laggy (DRI is on). Should I buy a Gforce FX5200?
|
an FX5200 won't be much better, you'd really need a 5700+ for reasonable performance
|
ubuntu-dialogue
|
{"user_question": "zAo^", "user_answer": "HrdwrBoB"}
|
how can i make my windows partition readable with my normal user?
|
edit /etc/fstab as root. In the parameter collum, use umask=007,gid=1000
|
ubuntu-dialogue
|
{"user_question": "zombics", "user_answer": "zAo^"}
|
has anyone had this problem: When using apt-get autoremove, it removes other packages (like Wine, that I am installing again now, because it was removed...)
|
use deborphan and manually remove deps, apt-get is not good with autoremove, for just the reason you stated
|
ubuntu-dialogue
|
{"user_question": "LinXz", "user_answer": "Dulak"}
|
can anybody help a newbie setting up a dhcp server? please?
|
Try this out; http://linux.slashdot.org/article.pl?sid=04/12/06/1451231&tid=106
|
ubuntu-dialogue
|
{"user_question": "fko", "user_answer": "geppy"}
|
Please someone, i need help. I tried to enable scsi emulation support in the kernel but it said that it will be load as a module, does anyone know how to enable scsi emulation support ? grip rips at 0,5x now he he
|
no scsi emu for linux 2.6
|
ubuntu-dialogue
|
{"user_question": "rob78", "user_answer": "ogra"}
|
to login I have to replug-in the keyboard before it will type. and then the same is true once Im logged in, again I first have to replug the keyboard. but I cant get the keyboard to work at all in gnome. any idea how to get gnome to work with the keyboard?
|
is it a bluetooth keyboard?
|
ubuntu-dialogue
|
{"user_question": "robisinho", "user_answer": "ppq"}
|
is anyone having problems connecting to MSN in empathy?
|
no problems in pidgin, you can try msn-pecan an alternative msn plugin for pidgin and empathy
|
ubuntu-dialogue
|
{"user_question": "xilo", "user_answer": "xangua"}
|
When I installed ubuntu on my machine, I only used 65% of my hard-drive with main and swap partitions. Today I used gparted to partition the rest of the drive, but it doesn't appear mounted. How can I mount that new partition permanently?
|
put it in fstab
|
ubuntu-dialogue
|
{"user_question": "x0rs", "user_answer": "bzrk"}
|
what is default runlevel for ubuntu server 7.10 ?
|
should be 2
|
ubuntu-dialogue
|
{"user_question": "ks", "user_answer": "tritium"}
|
hi all.. just a quick question: how/where do change my default PATH? i want to add a directory to it, but i can't see where i should do this
|
argh, make that ~/.bash_profile
|
ubuntu-dialogue
|
{"user_question": "Jelte", "user_answer": "Fator_Dee"}
|
Anyone that can help me with changing the Hz in ubuntu? I can only choose 85Hz but my monitor does onlu support 50/60Hz.
|
I think you have to see: etc/X11/XF86Config-4
|
ubuntu-dialogue
|
{"user_question": "jimmyone", "user_answer": "wood1"}
|
question. I tried to drop a couple apps on my left hand toolbar. they didn't stick but spaces were created. Now theres spaces I can't seem to get rid of. Anyone know how to remove them?
|
tried myunity for that?
|
ubuntu-dialogue
|
{"user_question": "lee8oi", "user_answer": "bazhang"}
|
Hi all, can anyone help me with a problem? I installed Ubuntu 10.04 but when i boot my bluetooth keyboard & mouse wont work, so I cant log in..
|
http://ubuntuforums.org/showthread.php?p=2017615
|
ubuntu-dialogue
|
{"user_question": "ZenimNL", "user_answer": "AbhiJit"}
|
how do i clear my dns?
|
cat /dev/null > /etc/resolv.conf
|
ubuntu-dialogue
|
{"user_question": "|QuaD-", "user_answer": "jmhodges"}
|
how does one use the hfsutils to mount a mac os x volume?
|
support should be in the kernel; just mount it
|
ubuntu-dialogue
|
{"user_question": "sudoman", "user_answer": "sladen"}
|
dpkg don't want to handle my XF86Config-4, because I edited it manually. So when I run dpkg-reconfigure xserver-xfree86 it doesn't overwrite my config, how can I make it overwrite it?
|
they explain exactly what to do
|
ubuntu-dialogue
|
{"user_question": "mulux", "user_answer": "Kamion"}
|
just installed ubuntu just getting to grips with it, I'm a redhat/fedora user, where do I put the default gateway?
|
should look something like this - http://pastebin.ca/2983
|
ubuntu-dialogue
|
{"user_question": "taurex", "user_answer": "njs12345"}
|
does anyone know what package provides the man pages for getopt(3) (part of unistd.h)?
|
manpages-dev
|
ubuntu-dialogue
|
{"user_question": "aitrus", "user_answer": "Roptaty"}
|
ahh, im in a bind... i have a project that i commited to at the beginning of the semester for my history class and i said i was going to make a computer game. i was planning on using VB because its very easy to make a decent looking GUI in a few minutes, but now i don't have windows on my comp at all which makes development a tad difficult. anybody know of any language that i can develop in linux with a quick and easy gui tool?
|
anjuta
|
ubuntu-dialogue
|
{"user_question": "GotD0t", "user_answer": "scizzo"}
|
Some one can point me a good keyserver?
|
there's a small list of reliable keysevers here: http://www.rossde.com/PGP/pgp_keyserv.html
|
ubuntu-dialogue
|
{"user_question": "Lin", "user_answer": "yfir"}
|
I lost my root's password. How to find it :(
|
You can't retrieve it... do 'sudo passwd root' and re-set it.
|
ubuntu-dialogue
|
{"user_question": "candyman", "user_answer": "Tomcat_"}
|
Can anyone tell me how to set domain name on this thing? I used the gui under network tools and it doesn't seem to have affected exim's call to DEBCONFdomainDEBCONF
|
depending on what you want, edit /etc/mailname and /etc/hosts so that the first entry has the domain you want on the end
|
ubuntu-dialogue
|
{"user_question": "strixy", "user_answer": "sladen"}
|
is X supposed to work now? cause I just ran update and dist-upgrade and still got the bitmap and pcidata errors...
|
only when you get 6.8.1-1ubuntu8 in a dist-upgrade
|
ubuntu-dialogue
|
{"user_question": "viktor_", "user_answer": "daniels"}
|
does kill -9 free memory and etc?
|
that's why some processes catch the regular kill signal - so they can clean up and exit gracefully.
|
ubuntu-dialogue
|
{"user_question": "calamari", "user_answer": "moquist"}
|
could i get some help setting up a ppp connection?
|
sudo pppconfig
|
ubuntu-dialogue
|
{"user_question": "coastie", "user_answer": "ironwolf"}
|
http://www.ubuntuforums.org/showthread.php?p=43383#post43383 <-- :(!!!
|
ext3 is resizable
|
ubuntu-dialogue
|
{"user_question": "Quest-Master", "user_answer": "HrdwrBoB"}
|
Hi, am a relatively new linux user (BTW, Ubuntu is much easier for newbie to handle than MDK), and need to reed .pdf's in firefox. Battling to set up acrobat reader - can enayone help? Have copied the file, as instructed, into plug-in directory.
|
acroread plugin http://kitech.com.my/ubuntu/4.10/index.html
|
ubuntu-dialogue
|
{"user_question": "Pathfinder", "user_answer": "jiyuu0"}
|
does anyone here use bitlbee? I found it through Synaptic Package Manager, installed it, and now I don't see it anywhere...
|
- it's in /usr/sbin
|
ubuntu-dialogue
|
{"user_question": "Infoverload", "user_answer": "slooksterpsv"}
|
hola, I have a silly question. I am trying to get into a folder that I have sitting in the home directory and every time I try to cd into it I get /foldername no such file or directory when I do the ll I see the folder but when I do cd /foldername no dice. any help? merci!!!
|
try ~/, not /
|
ubuntu-dialogue
|
{"user_question": "illytacos", "user_answer": "rww"}
|
how do you stop recording with desktop recorder... i started but dont know how to stop it.
|
right click the icon in the top right corner
|
ubuntu-dialogue
|
{"user_question": "ubun", "user_answer": "cellardoor"}
|
are there a tool like PQMagic for linux that lets me resize my partitions without losing the content?
|
gparted, qtparted
|
ubuntu-dialogue
|
{"user_question": "wims", "user_answer": "calamari_"}
|
Anyone help me with troubleshooting to make my laptop detect a second display?
|
tried the monitor app in GNOME?
|
ubuntu-dialogue
|
{"user_question": "yautja_cetanu2", "user_answer": "egadw"}
|
I want to use Mozilla Firefox 1.0.4 on Ubuntu 5.04 Hoary, exist a way to upgrade the existent Firefox 1.0.2 to 1.0.4 ?
|
sure, debfoster is your friend
|
ubuntu-dialogue
|
{"user_question": "yo2lux", "user_answer": "Seveas"}
|
Others use X-Chat?
|
maybe Preferences->Chatting->General->Hide join/part messages
|
ubuntu-dialogue
|
{"user_question": "Tyche", "user_answer": "piyr"}
|
I just did a dist-upgrade from oneiric to precise. While it was installing, gnome-shell quit working. After it rebooted, lightdm starts in a bad mode, and keyboard and mouse don't work. What should I do?
|
I think I had a similar problem, ended up apt-get installing lxde until I could reconfigure gnome-shell
|
ubuntu-dialogue
|
{"user_question": "whereami", "user_answer": "Gaming4JC"}
|
can someone help me to exec some util on a file when it's directory has spaces in the directoy name?
|
this\ is\ an\ example
|
ubuntu-dialogue
|
{"user_question": "dotanitis", "user_answer": "blakkheim"}
|
what is nautilus
|
It's the file manager used by GNOME
|
ubuntu-dialogue
|
{"user_question": "ashok_shetty", "user_answer": "tensorpudding"}
|
cannot open pdf file.. anybody help??/ #ubuntu #10.04
|
use envice document viewer
|
ubuntu-dialogue
|
{"user_question": "techbreak", "user_answer": "obengdako"}
|
how do I remove the docky anchor button?
|
run that command
|
ubuntu-dialogue
|
{"user_question": "Chr|s", "user_answer": "mohan1111"}
|
I am in Desktop/session/required components in gconf editor.... How do i get the usual gnome panels? What is the value for 'panel' key.
|
gnome-panel
|
ubuntu-dialogue
|
{"user_question": "mohan1111", "user_answer": "WinstonSmith"}
|
do I use 'chmod -R <directory> a+xrw to change the settings for all subdirectories?
|
for just directory changes
|
ubuntu-dialogue
|
{"user_question": "I-are-", "user_answer": "J_C"}
|
when I tried command 'ffmpeg -i blah.wma blah.mp3' it gave an error output of: 'Unsupported codec for output stream #0.0'... I made sure it was the most current version before passing the command... Any ideas?
|
search for codec in software center
|
ubuntu-dialogue
|
{"user_question": "MalelDraconis", "user_answer": "pp7"}
|
Is there a way to input multiple commands in Terminal? I'm coverting a bunch of .mp4 files to .wav files, and I'm getting tired of doing it one at a time..
|
Yes type && between commands.
|
ubuntu-dialogue
|
{"user_question": "MalelDraconis", "user_answer": "Ryen"}
|
I used 'dd' to create an image of a full disk (/dev/sda). In hindsight, I probably should have coppied each partition seperately. My question, is there a way to somehow mount this image (containing multiple partitions) so that I may still see the data?
|
try http://blog.lifebloodnetworks.com/?p=934
|
ubuntu-dialogue
|
{"user_question": "MikeS11", "user_answer": "escott"}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.