###question
stringlengths 12
464
| ###answer
stringlengths 3
382
|
---|---|
is there a way to get the new toolbar on to my primary display?
|
no :( that's one of the biggest complaints about unity
|
how can i find out how much space is left on an lvm?
|
vgdisplay show help
|
they don't override dpkg the xecutable in /usr/local/bin is searched first than those in /usr/bin, that is correct though.
|
that`s what i meant
|
how to update nokia phone in ubuntu?
|
wine maybe and nokia pc suite
|
having no luck sharing a printer from gutsy to a vista laptop. i have tried about 5 different howtos with different suggestions but none of them work. does anyone know how to share a printer through a wireless router to a vista machine?
|
make sure youre sharing via smb, thats the only way vista understands
|
how old is 5.10 3 yr ?
|
the version #;s is the date. year/month
|
anyone else getting a 'capabilities mismatch' error with ubuntu one?
|
server has to be upgraded
|
!webcam | regressless1 (about all i know, except mine works for me™)
|
yes, obottu told me that earlier (yes i know it's not a real person). it was not helpful. i wish i was that lucky.
|
i exported my blogger as an .xml, is there a program that i can view it offline with proper formatting?
|
scite may be just what you need.
|
so what is a good program for disk imaging for backup?
|
i am not familiar with clonezilla. i do not believe partimage has a web interface, no. it has a command line and gui interface
|
for some reason i cant set vlc as default so i want to remove movie player but it's not listed in synaptic
|
movie player is possibly totem
|
has anyone had success setting up duel monitors in a debain base distro? not a mirror, but an extension?
|
i've been trying to too, but i know its possible.
|
can anyone recommend a usb wifi dongle that works really well natively in ubuntu? g or n, no matter
|
https://help.ubuntu.com/community/wifidocs/wirelesscardssupported perhaps will help?
|
i am looking for an ids named snare according to the snare website it should be in the repo, but when i type 'snare' on the console it doesnt suggest me any alternate name. how can i look it up in the repo?
|
apt-cache search packagename
|
_most_ of my laptops 'extra buttons' work by default, but some dont. the ones that dont, dont even show up using xev.. any ideas on how i would get them to work ?
|
see if other users of your laptop model have solved the problem. good starting point: tuxmobil.org
|
i have a usb drive (fat32) that has some bad blocks. what utility should i use to fix this?
|
i don't recommend trusting flash drives with known bad blocks. most i have encountered don't even do crc checks so you're likely to get silent data corruption.
|
when i cd into a particular dir i get this: cd rails_projects/carls-sinatra-jruby-heroku\ /
|
it's escaping the space character.
|
does ubuntu 8.10 still not have dual monitor support?
|
ubuntu has had dual monitor support from about 5.04 onwards
|
or whatever? alsa is used by ubuntu, pulse audio uses alsa..
|
pulseaudio uses alsa ? :-o
|
hello everyone. this may not be the appropriate place for this question, but i don't know where else to start asking. my wife got an email for someone who claims to be one of my wife's friends (who took a trip to scottland, got mugged, and asking for help, but my wife know for a fact her friend is not in scottland). can one trace an im chat to get a source ip??
|
contact nearby cyber crime department of police
|
how can i manage in which order applications/daemons start, or at least which daemons start?
|
try system -> administration -> services
|
what command do i run to install a .deb package? (really idiotic question)
|
sudo dpkg -i <path/to/file>
|
what would make a bash script behave differently when being called by a cron opposed to manually on the command line?
|
also the user may differ.
|
guys, is there a repository where i can find php 5.3.6?
|
maybe ppa
|
can i use evolution with my gmail account?
|
they're buried in gmail somewhere, they've offered pop3 access forever and more recently added imap suport
|
how do i add a new user through the terminal if i can't access the user gui thing?
|
you need to edit /etc/sudoers using 'visudo'
|
silly ssh question. if my ssh connection drops, does it close my running applications? or does it orphan an ssh user session somewhere?
|
and usually that will kill the processes
|
for someone looking to make a career in linux sys admin, is the ubuntu certified professional cert worth it?
|
being completely biased, at the moment, no
|
hello. how can i stop sound juicer from automatically opening every time i insert an audio cd?
|
system -< administration -> removable drives and media
|
uh oh, i installed a x server update from the update manager and now x doesn't start.
|
/topic
|
can i lookup my memory type and max mem from ubuntu or do i have to track down my mobo manual
|
motherboard manual, sorry
|
can anyone recommend some nice dark gtk themes? i'm currently using swar black, but it's got this annoying tiling background that doesn't fit unity's nautilus windows
|
i like omg-dark
|
i have a fuppes question if anyone can help me... having trouble with an install. when installing the package, it says 'error:dependancy not available: libavcodec1d.' if i try and get it through synaptic, it says that the file is no longer available.
|
try sudo apt-get install libavcodec51
|
i need to have the make command (c compiler) but i forgot the package name?
|
build-essential
|
i have downloaded computertemp from gnomefiles and wonder how i start the application in the panel? can't find it :s
|
right click on panel and sellllllllllect add to panel
|
nobody here are ibm thinkpad users?
|
yes. usually ctrl-alt-backspace will do it
|
does anyone know a way to recursively list all files in a directory & all its subdirectories down to the deepest subdirectory ?
|
install tree
|
hi. i have a zyxel zyair b-122 wlan pcmcia card. i read that zyair b-120 is supported, does that mean that b-122 is supported, too?
|
would totally depend on the chipset.. so theres no guarentee that it would be.
|
hi, i've 2 distincts disk partitions for / and /home: how can i safely/easily reduce a little bit the / to enlarge the /home ? (they are contignous partitions)
|
gparted is pretty good, sudo apt-get install gparted
|
is there any way to reduce or eliminate lag in online flash apps or is it a known issue?
|
as far as i know, no, because i think hardware acceleration simply doesnt work in loinux flash for soom reason
|
oh this is driving me mad. all i want to do is be able to have write permissions into any folder? i was asking how to set a read/write for a specific folder, however that just won't fix the problem. can someone tell me how to give myself (the user) write permissions to all system folders?
|
you might as well enable root pass and login as root
|
anyone have any idea how to use dwm?
|
got it installed yet?
|
is there a shortcut key to access the applications menu? (like the windows key in windows?)
|
i think its alt f1
|
what is the variable which keeps locations for libraries? it seems the variable got changed, since no lib is found on /usr/local/lib anymore...
|
try running ldconfig , that rebuilds lib relationships. see /etc/ld.so.conf*
|
is it possible to dual-boot ubuntu with mac os x lion on a macintosh computer?
|
https://help.ubuntu.com/community/macbook
|
can you recommend screen capture software for ubuntu that will capture mouse and sound?
|
check out http://tuxarena.blogspot.com/2010/12/2-linux-screencasting-applications.html
|
what's the name of the vnc client 'remote desktop' that ubuntu's got installed by default?
|
-> vino
|
if i installed an application by installing it's .deb file with the package installer, and then a new version comes out, can i simply install the new .deb over the old installed app? will it do the right thing, or do i need to remove the old version first?
|
unless you specify otherwise
|
i have an ipod and i want my 8.1.4 ubuntu to open banshee instead of gtkpod, how do i do that?
|
system > preferences > preferred applications should help.
|
could someone please remind me where to report universe bugs?
|
malone.
|
i got a stupid question, if i have cd desktop how can i come back to the directory i was at? on terminal ofcoruse...
|
cd /your/old/path
|
where does ubuntu store its manual pages?
|
/usr/share/man where most all *nix do
|
hello, how can i copy multiple files from a folder to another without chaginf the properties such as last date modified ans stuff like that
|
i think the -a switch is the one you're looking for.
|
when i was trying to get mp3 working in rythmnbox, there was a package i could apt-get install that covered a range of codecs, anyone caer to remidn me what it is?
|
or are you referring to w32codecs?
|
is there a way to find out which version of the program it's going to install prior to installing it?
|
if you are using synaptics you can look at the description.
|
how can you determine which printer port is active, lshw doesn't show it?
|
dmesg
|
i made a link with ln to a directory, if i rm -f the link, will rm follow it or simply remove the link?
|
removing a symlink (ln -s) will remove the link only
|
when i return from hibernate the pc crashes with 'pnp: failed to activate device 00:0b can anyone help???
|
it might be the soundcard...
|
hey all how do i install wxpython in ubuntu, more precisely what are the name of the packages that i should install ?
|
'aptitude search python-wxgtk'
|
when i remove a package/program via package manager - does the package manager completely clean up all the empty dir's, etc?
|
you have to select the 'purge' option
|
when i run ls -l, i get columns... permissions, a username, a username, a multi-digit number, date of last edit of the file, and the file name. can someone tell me what significance the usernames have and the multi-digit number? i don't see it in the man page.
|
the first username is the owner, the second username is the group
|
what is that website where you can download install packages? debs or something?
|
http://www.getdeb.net/
|
how can i share my printer on my ubunutu karmic with my vista computer
|
doing samba
|
now, being serious, any ideas if there is trouble with the ubuntu tracker? i can list (azureus says) there's 118 seeders on the swarm, but i don't conect to a single seeder or peer.
|
painless for me.
|
some of you know which app can i use to convert an image into ascii? thanks!
|
try http://csl.sublevel3.org/jp2a/
|
does grub2 work with raid5?
|
raid5 is problemmatic to boot from. you need a non-raid /boot partition (no matter the bootloader)
|
i'm on the live cd, on my mac. i can't access some of my files on the hd because of permissions
|
gksu nautilus
|
hi, i have ubutnu 7.10 and want to deaktivate this 3d compiz-fusion and want a windowmanaher(?) wich needs less performace, how can i do that or what are good keywords for google?
|
http://xwinman.org/
|
hi. which package contains iotop?
|
it's in universe, though. http://packages.ubuntu.com/search?keywords=iotop
|
how do i find out the 'local-machine-name' ?
|
cat /etc/hostname
|
hey guys. anyone know a good soundcard that's well supported in ubuntu?
|
turtle beach montego ddl and sound blaster audigy2 series... (not x-fi though)
|
is security.ubuntu.com down ??, apt fails ...
|
finally gave up and installed the packages manually after downloading from an ftp mirror
|
anyone know how i would go about using more than one device to connect to the internet at a time, i have 2 wireless cards, and one wired, and would like to know how to go about getting them all running at the same time, any ideas?
|
i don't know how but it should be possible to for example route bittorrent traffic through one interface and the rest through another
|
hi.. is this the place for evolution support ?
|
this is the place for ubuntu support ;)
|
im new to ubuntu. and this may sound stupid but how do i review/edit my xong.conf file?
|
gksudo gedit /etc/x11/xorg.conf
|
is there a graphical iso mounting app out there? i know you can mount an iso through the command prompt, but that's not very friendly.
|
you can probably write a simple zenity script to make it graphical
|
how can i check how much disk space i have free through ssh?
|
df -h
|
hi. i am creating my own distribution. what is your most important advice for me? thanks.
|
why bother. ;)
|
anyone know if there is a gnome applet for checking gmail accounts?
|
mail-notification available on gnomefiles.org
|
anyone running ubuntu dapper?
|
try with a full path
|
hi. i'm currently using ubuntu but i'm on a windows network that i do not manage. i'm having problems pinging any other machines (windows or linux) by their hostname, and similarly they cannot ping my machine by my hostname. is there something i 'need to'or can do to make my ubuntu machine compliant with however windows networks are managed?
|
can you ping by ip#
|
is it possible to search all subfolders with grep?
|
you can specify recursive, so i'd guess so
|
what is a good alternative to firefox? i like having more than one browser handy.
|
w3m is a terminal web browser
|
hi, anyone here from italy?
|
though, you aren't italian...? (judging form your isp)
|
if i want to run apache at my machine do i need to change anything at this machine firewall?
|
lsb_release -c
|
in xubuntu, does anyone know if i can modify the 'indicator plugin' in the panel. i want to get rid of the envelope.
|
just uninstall indicator-messages-gtk2
|
when my pc is unplugged at the wall for more than 10 minutes i cannot boot it again next time. i had to open it and swap the jumper cables of my two hard drives. how can i fix this from happening over and over?
|
<< hardware problem, nothing to do with linux
|
does ubuntu need anything for tightvnc to login it, besides remote desktop enebaled?
|
never used tightvnc im sure its fine but consider installing freenx
|
how can i unzip files with .rar in ubuntu??
|
install 'unrar' package, then use: rar -x -r file.rar
|
how do you get a list of daemons running and start & stop them?
|
ps ax
|
is there a good tutorial to learn bash scripting?
|
http://www.tldp.org/ldp/abs/html/index.html
|
hello, i have a laptop i want to upgrade to 9.04, but i'm using a lot of third party software sources. will it update the software from the ubuntu repositories? also, what happens to these software sources on an upgrade?
|
you should disable those software sources before upgrading, and check on their sites if they provide packages for the newer release
|
so.. uhm.. how can i make .xinitrc or .xsession work?
|
you need to create /usr/share/xsessions/xsession.desktop with the following information: [desktop entry] (new line) name=xsession (new line) comment=this runs .xsession files (new line) exec=/etc/x11/xsession
|
what is the command to manually bring up eth0?
|
sudo ifup eth0
|
can u pls recommend me a gui client for ssh transfers? (i.e. scp?)
|
go to system -> places -> connect to server. you can use access via gui-nautilus.
|
is there any way to make a 'group' of panel icons in gnome?
|
try making a drawer. and add them into it
|
guys, a kernel question: in order to install a certain software, it is required to have those kernel-headers installed that match my kernel. 'uname -a' reveals that i'm using kernel 2.6.8.1-3-386 #1, but the most recent kernel-headers package i can find in synaptic is 2.6.7-1. what do i do?
|
kernel-headers-foo is for debian (and in 'universe'); linux-headers-foo is for ubuntu
|
|*~*| what software should i use for a webcam??? |*~*|
|
camora or whatever it is called
|
best video editor is kdenlive
|
this is done by this video tutorial http://www.youtube.com/watch?v=xqe7uuxk8dk i've tried it and it works ^^
|
hi... i have a text file of list of some urls, is it possible that i send the list somehow from command line to any browser to open them all in tabs or separate window? instead of manually copy and paste one by one...?
|
for i in $(cat your_file) ; do xdg-open $i ; done
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.