INSTRUCTION
stringlengths 12
466
| RESPONSE
stringlengths 3
431
| SOURCE
stringclasses 1
value | METADATA
stringlengths 44
71
|
---|---|---|---|
I'm trying to remotely open a new session on a PC via vncviewer, but all it does is open the current open session. I do NOT want to disturb the current user. Am I in the wrong path? Is virtualization a better option for me? TIA
|
try remmina
|
ubuntu-dialogue
|
{"user_question": "nimbiotics", "user_answer": "StepNjump"}
|
Hello all. While trying to copy some very large files (around 4Gb each) to a FAT32 usb drive, I keep geting this message: 'Error splicing file: File too large'. How can I copy these files? TIA!
|
you can't put a 4gb file on fat32
|
ubuntu-dialogue
|
{"user_question": "nimbiotics", "user_answer": "blakkheim"}
|
anyone know why a bunch of old releases have disappeared from old-releases.ubuntu.com?
|
probably because they are really old
|
ubuntu-dialogue
|
{"user_question": "njs`", "user_answer": "jrib"}
|
how do you drag a window to the next desktop
|
: ctrl+alt + Drag
|
ubuntu-dialogue
|
{"user_question": "quizme", "user_answer": "minjoo"}
|
hey guys, i have a script that i run inside my terminal, how can i 'attach' it to the system, so when i close my terminal it does not shut down?
|
example : nohup yourscript.sh &
|
ubuntu-dialogue
|
{"user_question": "vladikoFF", "user_answer": "hheuu"}
|
is there a way to remove livecd from the system running livecd ?
|
tried an ubuntu live usb?
|
ubuntu-dialogue
|
{"user_question": "h4f", "user_answer": "shinyhat"}
|
Hey guys, does anybody know if its possible to restore my ubuntu for 2 days ago?
|
next time type in 'beye' and press <tab> to autocomplete ;)
|
ubuntu-dialogue
|
{"user_question": "CaponeBH", "user_answer": "Beyecixramd"}
|
whats the command to undo this: echo FRAMEBUFFER=y | sudo tee /etc/initramfs-tools/conf.d/splash
|
replace y with n in the echo..
|
ubuntu-dialogue
|
{"user_question": "White-Horse", "user_answer": "bastidrazor"}
|
What is the difference between Chromium Browser and Google Chrome?
|
chromioum is the open source project
|
ubuntu-dialogue
|
{"user_question": "mcurrington", "user_answer": "inglor_"}
|
'Requested download is not authorized for use with this tracker.' <-- i'm getting that when i try to download 10.10 through transmission
|
i wonder if it could be a tracker load thing
|
ubuntu-dialogue
|
{"user_question": "akashv", "user_answer": "rcsheets"}
|
I have a list of city names in text file seperated by new line, how can I sort them Aphabeticaly ?
|
sure there is... menu, tools / preferences / conversation / Font
|
ubuntu-dialogue
|
{"user_question": "alket", "user_answer": "hmw"}
|
is there any trusted irc proxy or a way to hide personal information?
|
Also, it's not as secure, but:
|
ubuntu-dialogue
|
{"user_question": "hosomaki", "user_answer": "KB1JWQ"}
|
I have 2 hd's mounted. one is good one is bad. How can I tell which physical HD is which. One is Quantum, One is Western Digital, IRL
|
- You might be able to get some info from the Disk Utility in the Admin menu...
|
ubuntu-dialogue
|
{"user_question": "tripelbier", "user_answer": "chazco"}
|
hey everyone does anyone know of a program so that i can automatically send out email responses? I want to automatically send my ebay customers and email resopnse whenever i receive a paypal payment from them. Thanks
|
create a filter with thunderbird or use afterbuy
|
ubuntu-dialogue
|
{"user_question": "blindmind", "user_answer": "iceroot"}
|
I am logged into my computer over ssh. how do I get a login screen to come up so i can vnc in?
|
have a look here: https://help.ubuntu.com/community/VNC
|
ubuntu-dialogue
|
{"user_question": "_pg_", "user_answer": "sipior"}
|
Hi all, I have a question on 32bit vs 64 bit. In the Ubuntu document, it recommends 64bit version, buy why the 32bit version is recommended in the download page?
|
go 64 bit
|
ubuntu-dialogue
|
{"user_question": "yang_", "user_answer": "_pg_"}
|
what is the CLI for updating grub?
|
sudo update-grub
|
ubuntu-dialogue
|
{"user_question": "zus", "user_answer": "_pg_"}
|
does the ubuntu server for freenode block crunchbang? I am trying to connect and every time it connects, xchat closes on me
|
i cant even imagine how it can tell what disrto you are using.. could be an IRC client issue
|
ubuntu-dialogue
|
{"user_question": "uRock", "user_answer": "Dr_Willis"}
|
Hello all -- I have quick question. I am installing a server, but one of the packages I use has a better version in the Debian repository. But the package name is the same in both Debian and Ubuntu. Is there a way to tell apt-get to always get this package from a particular repository?
|
if you need the latest - there might be Ubuntu PPA repos for what3ever it is you want.
|
ubuntu-dialogue
|
{"user_question": "fwryan8", "user_answer": "Dr_Willis"}
|
howto make many folders with one command? mkdir name{1-4} and mkdir name[1-4]
|
try this way: mkdir name1 name2 name3 name4
|
ubuntu-dialogue
|
{"user_question": "plitter", "user_answer": "CaptainTrek"}
|
where can I find md5 sums for lucid?
|
http://releases.ubuntu.com/releases/10.04/MD5SUMS
|
ubuntu-dialogue
|
{"user_question": "tharvey", "user_answer": "hunahpu"}
|
I need someone who has OCR experience. What's a simple, easy-to-use package?
|
open synaptic and search for OCR, there are a few ones
|
ubuntu-dialogue
|
{"user_question": "stercor", "user_answer": "hunahpu"}
|
can someone tell me what the 'super' button is
|
It's known to Windows users as 'WinKey'
|
ubuntu-dialogue
|
{"user_question": "thebruce", "user_answer": "theadmin"}
|
Q: I was trying to find a irc client and found XChat, downloaded it from the official website has a RPM but I couldnt install in ubuntu. I find a tip on how to insall it trough command line, worked just fine. My question is (has a linux newbie), what type of files are compatible with ubuntu ? Thanks
|
- stick with .deb
|
ubuntu-dialogue
|
{"user_question": "Shwaiil", "user_answer": "fruitwerks"}
|
is there a utility i can easily make clips out of large video files with? I have a list of 80 clips to make >.<
|
try pitivi
|
ubuntu-dialogue
|
{"user_question": "seyfarth", "user_answer": "crucialhoax"}
|
How do I find out a computer is running 32-bit or 64bit ubuntu
|
`uname -m` in a terminal.
|
ubuntu-dialogue
|
{"user_question": "JuJuBee", "user_answer": "crucialhoax"}
|
Does anyone know if clonezilla has an irc channel?
|
maybe on irc.mozilla.org
|
ubuntu-dialogue
|
{"user_question": "crucialhoax", "user_answer": "icarus-c"}
|
Hi. If my CPU is 32 bit AMD, which iso file must I download? i386 or amd64?
|
i386
|
ubuntu-dialogue
|
{"user_question": "crazydiamond", "user_answer": "lolocaust"}
|
just upgraded to 10.04, how to i move the close/minimize/maximize buttons to the right side of my windows?
|
use any theme besides ambiance n radiance. ;-)
|
ubuntu-dialogue
|
{"user_question": "stygian", "user_answer": "sunk8"}
|
hey everyone, i was wondering what would be to be the best way to install Ubuntu on a 2nd hard drive when i already have windows 7 on one?
|
download ubuntu, and follow instructions on screen =)
|
ubuntu-dialogue
|
{"user_question": "lastelement0", "user_answer": "iskari"}
|
I upgraded from 10.04 to 10.10, and i lost some of my system sounds. Thunderbird doesn't beep, or play a .wav when I receive e-mail, xchat-gnome doesn't beep when someone uses my nick, but korganizer's calendar alarm beep works, and I can play .wav files when I double click them, ideas?
|
I think you get to the sound settings at System > Preferences > Sound
|
ubuntu-dialogue
|
{"user_question": "n2diy", "user_answer": "aj00200"}
|
hi, can someone recommend some good media players :), mainly for music.
|
MPlayer and Miro
|
ubuntu-dialogue
|
{"user_question": "airgrace", "user_answer": "aj00200"}
|
how can I disable compiz
|
sudo add-apt-repository ppa:cinelerra-ppa/ppa; sudo apt-get update; sudo apt-get install cinelerra
|
ubuntu-dialogue
|
{"user_question": "abountu", "user_answer": "ActionParsnip"}
|
(which sound scheme is this?)
|
its called Ultimate edition 2.2 sound and I found the megaman parts from random online .wav file cache
|
ubuntu-dialogue
|
{"user_question": "Benny-X", "user_answer": "RP64"}
|
when you telnet into a mail server, what is the mail command? is is mail To: or is it something else or does it depend on the mail server that you log into
|
helo <whatever> mail from: rcpt to:
|
ubuntu-dialogue
|
{"user_question": "g0aliath", "user_answer": "SwedeMike"}
|
for multiple command line, do i use '&&'??
|
like: sudo mkdir /mnt/temp && sudo mount /dev/sdc1 /mnt/temp
|
ubuntu-dialogue
|
{"user_question": "kzman", "user_answer": "flan_suse"}
|
heya guys! ummm what GUI archive application can i use to open .rar files and to extract them
|
the archive manager can open any kind of archive but just needs the specific pkg installed. there's one for 7z files, rar files etc
|
ubuntu-dialogue
|
{"user_question": "Robinux", "user_answer": "SingAlong"}
|
Alt+MouseWheel fades a window in and out. I want to turn it off. I've looked through Compiz settings and Gnome keyboard shortcuts, can't locate the source.
|
Opacity, Brightness and Saturation
|
ubuntu-dialogue
|
{"user_question": "eveningsky", "user_answer": "soreau"}
|
Just wondering, can I use a DVD as the installer for Ubuntu 10.04 64bit?
|
I do believe so
|
ubuntu-dialogue
|
{"user_question": "Microman171", "user_answer": "Gnea"}
|
I have a general OS Concepts question... What happens when the OS gets an interrupt in the middle of handling an interrupt. Do interrupts queue in some way?
|
Try googling 'linux interrupts' and check out the top several results.
|
ubuntu-dialogue
|
{"user_question": "Viz3", "user_answer": "alpicola"}
|
Something is always running find on my 10.04 ubuntu. Using htop, I notice that it is looking for mp3, ogg, wav, etc. Is there an easy way to find out what is running find all the time?
|
system->admin->system monitor
|
ubuntu-dialogue
|
{"user_question": "smegzor", "user_answer": "rallias"}
|
how to remove programs in ubuntu through
|
Just create a file with a name starting with '.'
|
ubuntu-dialogue
|
{"user_question": "neoraj", "user_answer": "bcj"}
|
I've been screwing around with Brasero and having various issues, would like to try a new program to see if I have better luck. Can anyone recommend their preferred cd/dvd burning software other than brasero that comes stock with ubuntu?
|
gnomebaker
|
ubuntu-dialogue
|
{"user_question": "doctorZeus", "user_answer": "IdleOne"}
|
Hey guys, accidentally removed myself from all groups, now I cannot sudo anything. How can run a command to fix it without logging out?
|
http://www.psychocats.net/ubuntu/fixsudo
|
ubuntu-dialogue
|
{"user_question": "elijah", "user_answer": "wilee-nilee"}
|
Hi everyone, I've installed a new kernel from a debian package however the grub menu never pops up to allow me to choose from both of my kernels... how do I get the grub menu to come up?
|
keep the Shift key pressed when you turn on your pc
|
ubuntu-dialogue
|
{"user_question": "DanMD", "user_answer": "xangua"}
|
If I want to install http://www.pitman.co.za/projects/charva/Download.html and they mention that I need the ncurses-devel rpm, is libncurses5-dev the right apt package to install then...?
|
if you're compiling, yes
|
ubuntu-dialogue
|
{"user_question": "Zolomon", "user_answer": "nucc1"}
|
Hello I have a Amilo laptop and have just freshly install ubuntu 10.4 however I can't enable wireless on it. Does anyone have any suggestings on how I could fix this?
|
do you know what wirless card is in it ?
|
ubuntu-dialogue
|
{"user_question": "DDAZZA", "user_answer": "ikonia"}
|
How do I tell Ubuntu to connect to internet when booted up without the necessity to log in? Is that possible?
|
There is a procedure mentioned
|
ubuntu-dialogue
|
{"user_question": "totle", "user_answer": "rocket16"}
|
Quick question: Is there a standard Ubuntu CLI way of altering what services run at the different runlevels? I.e. Fedora uses chkconfig.
|
sysv-rc-conf
|
ubuntu-dialogue
|
{"user_question": "willmore", "user_answer": "lallenlowe"}
|
hi, i isntalled ubuntu alternative with gnome, then i removed gnome and installed lxde. Before startx it s 180MB ram memory used from 192MB. How can i check what is using that memory?
|
ps auxww
|
ubuntu-dialogue
|
{"user_question": "cih997", "user_answer": "lallenlowe"}
|
how would i convert png icons to svg?
|
you need inkscape for that afaik
|
ubuntu-dialogue
|
{"user_question": "harjot", "user_answer": "moetunes"}
|
hello, I have one question, exist template for create a wireless driver in ubuntu?, please
|
No, I'm not a developer.
|
ubuntu-dialogue
|
{"user_question": "Guest19662", "user_answer": "tw"}
|
Can someone help me figure out how to use 2 seperate monitors, one integrated and one PCIE? lspci = http://pastebin.com/rCVGgZ5P
|
this should help - http://wiki.debian.org/XStrikeForce/HowToRandR12
|
ubuntu-dialogue
|
{"user_question": "helpme", "user_answer": "moetunes"}
|
Thought so, thanks - although I prefer the fresh install, I've heard upgrading can cause issues
|
Clean installs are always more likely to be problem free. One thing you may want to consider is how much customization you've put into the system. Upgrades will carry over a lot of that customatization, and save you the hassle of having to do it all over again.
|
ubuntu-dialogue
|
{"user_question": "amelia_", "user_answer": "Cajun_Lan_Man"}
|
I have setup a virtualbox VM running windows 7 on my ubuntu machine. I have to use a WINDOWS ONLY (f5) VPN for work. I would like to tunnel traffic through my ubuntu (host) box through the windows 7 (VM) machine. Can anyone point me in the right direction to achieve this?
|
Just to be clear I don't think you can do that. Aside from that though, how does the VPN know your operating system?
|
ubuntu-dialogue
|
{"user_question": "jereanon", "user_answer": "edbian"}
|
I'd like to have a does-everything panel on the bottom, in a similar style to Windows (sorry). I've deleted the top panel and added everything I want to the bottom. However, now, if I right click a program from the and select 'Add this launcher to panel' it hides the list of running programs. Is there any way to fix this?
|
Add the applet called 'window list' to the bottom panel
|
ubuntu-dialogue
|
{"user_question": "deegen", "user_answer": "Flare183"}
|
Hey, is there a way to move the Unity bar to the right side instead of the left?
|
I don't think so.
|
ubuntu-dialogue
|
{"user_question": "lordievader", "user_answer": "sleepycat"}
|
Does anybody know how to set alert in XChat to notify me when someone mentions (talks to me) on channel? In Alerts settings there is 'Channel Message', but that seems to alert on all activity in all channels.
|
'Highlighted Message' is the one you want.
|
ubuntu-dialogue
|
{"user_question": "positronus", "user_answer": "Logan_"}
|
how do i open a java program from within the gnome taskbar or shortcut bar ... i would like to add it but dont know how
|
Use Launcher. Put the proper command in it.
|
ubuntu-dialogue
|
{"user_question": "freaky[t]", "user_answer": "red2kic"}
|
how to format dvd-rw with command line ?
|
man growisofs ; growisofs --help
|
ubuntu-dialogue
|
{"user_question": "aguitel", "user_answer": "red2kic"}
|
whats the name of the partitioning tool in a Live CD?
|
gparted (Gnome/GParted Partition Editor), there also are gparted livecd available if you need it.
|
ubuntu-dialogue
|
{"user_question": "VirusTB", "user_answer": "red2kic"}
|
trying to find a program to make a bootable usb of linux inside of linux want to do a fresh install
|
http://www.ubuntu.com/download/help/create-a-usb-stick-on-ubuntu
|
ubuntu-dialogue
|
{"user_question": "pouncer", "user_answer": "Jordan_U"}
|
hi guys. i'm afraid to upgrade to 12.04. i'm currently using 10.10 can i upgrade directly ?
|
You would need to go through 11.04 and 11.10 before going to 12.04
|
ubuntu-dialogue
|
{"user_question": "lcabreza2", "user_answer": "DJones"}
|
which is the task package to install gnome desktop?
|
sudo apt-get install ubuntu-desktop should take care of everything for you.
|
ubuntu-dialogue
|
{"user_question": "ezra-s", "user_answer": "red2kic"}
|
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'
|
ubuntu-dialogue
|
{"user_question": "Black_Phantom", "user_answer": "red2kic"}
|
What's the default theme in Ubuntu? (The gnome theme in Preferences > Appearance)
|
Ambiance or Radiance.
|
ubuntu-dialogue
|
{"user_question": "jenda", "user_answer": "red2kic"}
|
how can i install kernel 3.2.6 ?
|
Update ur computer by using update-manager
|
ubuntu-dialogue
|
{"user_question": "gaston_", "user_answer": "pungi-man"}
|
hi,there. where is the mount point when I access net shared folders through samba?
|
if the user mounted them they may be in .gvfs
|
ubuntu-dialogue
|
{"user_question": "fungo_", "user_answer": "Dr_Willis"}
|
Tried to upgrade, Overheated, I'm locked out of the system, I just need to get to a terminal any suggestions?
|
alternately boot to a livecd or liveusb and chroot
|
ubuntu-dialogue
|
{"user_question": "Shadenhand", "user_answer": "chelz"}
|
i am currently using 32-bit ubuntu 12.04 and a intel processor capable of supporting 64-bit. i want to use 64-bit. and when i went to the site, it said the 32-bit are available for intel and 64-bit for AMD. then how can i download 64-bit for intel??
|
it should be fine
|
ubuntu-dialogue
|
{"user_question": "pungi-man", "user_answer": "ikonia"}
|
Can someone tell me how to make numbered list items in the community docs? I'm having a little trouble figuring out the correct wiki code....
|
I think it's just: <indent>1. first item<newline><indent>1. second item ...
|
ubuntu-dialogue
|
{"user_question": "chillindave", "user_answer": "jrib"}
|
does anyone know a gstreamer-compatible audio transcoder?
|
yes, SoundConverter
|
ubuntu-dialogue
|
{"user_question": "An_Ony_Moose", "user_answer": "sipior"}
|
does someone knows exactly when the new ubuntu version will come out today?
|
see the topic
|
ubuntu-dialogue
|
{"user_question": "steelbox", "user_answer": "jrib"}
|
Hello, I'm willing to build and install a library (GTK3) on my system, but I have some doubts where to make install it... where are the standard places for this? I mean, how should I configure (./configure --prefix=???) ?
|
which version of ubuntu
|
ubuntu-dialogue
|
{"user_question": "jessicaBR", "user_answer": "Ben64"}
|
Is it possible to use kdm to log in to Gnome session? I'm planning to set up a multiseat but the the new gdm doesn't seem to support multisessions but kdm does. The problem is that I don't want to use KDE as desktop environment. I qant the default Gnom desktop.
|
yeah there should be a dropdown menu somewhere on there
|
ubuntu-dialogue
|
{"user_question": "realubot", "user_answer": "Clinteger"}
|
Hello dear nice guys, I need some help to set up a ssh-server (default would be sufficient for me) on my ubuntu machine (fresh installed Ubuntu 10.11). I can ssh to a machine let's call it B but I can not connect back per ssh from machine B to my machine. It always tells me: 'host blubb port 22: Connection timed out' where blubb is the hostname of my machine.
|
try ssh localhost
|
ubuntu-dialogue
|
{"user_question": "Aufwind", "user_answer": "dr_willis"}
|
Is it possible to umount a drice which is busy, by forcing it somehow?
|
umount -l /dev/sdX#
|
ubuntu-dialogue
|
{"user_question": "Aufwind", "user_answer": "rotten777"}
|
is microsoft usb wifi device supported in ubuntu?
|
its not generally unsupported, just because its microsoft......it depends on the chipset used
|
ubuntu-dialogue
|
{"user_question": "Avasz", "user_answer": "beli"}
|
Anyone know the keyboard shortcut to switch between channels on xchat?
|
on irssi it's /window next or /window # maybe similar
|
ubuntu-dialogue
|
{"user_question": "seyfarth", "user_answer": "autobot"}
|
hi people, i use ubuntu 10.10 maverick meerkat and when i open console and run this command ` sudo apt-get update ` i take this error. how can i fix ? ` W: GPG error: http://archive.getdeb.net lucid-getdeb Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A8A515F046D7E7CF `
|
unless it's there for a reason perhaps you should try removing the Lucid sources from your repository? seeing as you're using maverick…
|
ubuntu-dialogue
|
{"user_question": "hotrod", "user_answer": "sinisterstuf"}
|
any recommendations on a disk recovery utility? I am going to repartition a drive, and then try to recover the data on it...
|
http://www.cgsecurity.org/wiki/TestDisk
|
ubuntu-dialogue
|
{"user_question": "switch10", "user_answer": "sinisterstuf"}
|
For someone new to Ubuntu what are the first things I should do after a fresh install. I checked sound and wifi, they are good. i installed xchat hoping for some guidance. :)
|
Install chrome, chrome-to-phone, flash plugin, umm . ..
|
ubuntu-dialogue
|
{"user_question": "Sm1th", "user_answer": "wassy121"}
|
ok I asked my question. is there any person here who can help me?
|
just writing 'anyone?' or 'Can someone answer my question?' will just make people annoyed... noone likes to scroll around trying to find the actual question
|
ubuntu-dialogue
|
{"user_question": "DigitalOSH", "user_answer": "Slart"}
|
anyone knows decent resources to learn PSD slicing using Gimp?
|
GIMP site or youtube, GIMP has a wealth of tutorials and man pages.
|
ubuntu-dialogue
|
{"user_question": "iromli", "user_answer": "Vigo"}
|
hello guys, what's the command to show all environment variables?
|
the list can get very large
|
ubuntu-dialogue
|
{"user_question": "iromli", "user_answer": "Dr_Willis"}
|
Where can you see what version Kernel you are using?
|
uname -a
|
ubuntu-dialogue
|
{"user_question": "tortoise", "user_answer": "roknir"}
|
Is there a simple way in ubuntu to check hard drive useage?
|
there's a Disk Usage Analyzer in the Accessories menu
|
ubuntu-dialogue
|
{"user_question": "Tamnakz1", "user_answer": "bribroder"}
|
ehm, I have very strange problem in Ubuntu Lucid, can't write capital letters, shift simply doesn't help, caps lock neither :D Wtf?
|
scr lk
|
ubuntu-dialogue
|
{"user_question": "StaRetji", "user_answer": "magicianlord"}
|
do usb mice work in bios?
|
/var/log not /etc/log
|
ubuntu-dialogue
|
{"user_question": "magicianlord", "user_answer": "Maahes"}
|
I have dual boot notebook and when I am in windows i'd like to acesses linux files with explore2fs, but my ubuntu has got raiserfs with is not supported by explore2fs. So, is it possible to change my fs from raiserfs to ext4 without losing my data mainly my /home with gparted?
|
i meant reformat, just like ohir said
|
ubuntu-dialogue
|
{"user_question": "orion_X11", "user_answer": "dancek"}
|
Dareal, jting I found this http://askubuntu.com/questions/127698/how-can-i-install-unity-in-kubuntu-12-04 and I would ask expert before install unity
|
Sounds like the questioner encountered a dependency bug.
|
ubuntu-dialogue
|
{"user_question": "wielkifreeman", "user_answer": "Darael"}
|
I'm looking for a good, command-line nntp (also called usenet or news) reader capable of downloading and reassembling binaries (files), could you recommend one?
|
try hellanzb
|
ubuntu-dialogue
|
{"user_question": "skx", "user_answer": "C-S-B-N900"}
|
Where can I set my PATH so that both my shell and X recognize it?
|
.profile
|
ubuntu-dialogue
|
{"user_question": "thedeeno", "user_answer": "jrib"}
|
does anyone know of a way (besides looking in xorg.conf) to tell what xorg video driver is in use? xdpyinfo and xvinfo won't tell me... any other ides?
|
glxinfo or the xorg log file?
|
ubuntu-dialogue
|
{"user_question": "hamush", "user_answer": "acicula"}
|
does anyone use chrome and video downloader? it said installing themes and extensions can harm my computer, i did it anyway... then the pop up window said this extension can access my browser history, wich i read in a thread it should not, by the developer himself.. is this normal?
|
normal
|
ubuntu-dialogue
|
{"user_question": "zus", "user_answer": "hazizi"}
|
Within the past couple of weeks my numpad (even when numlock is on) no longer puts in numbers, but ALWAYS moves the mouse cursor...any idea how to turn this off?
|
sorry, 4th tab
|
ubuntu-dialogue
|
{"user_question": "Cryp71c", "user_answer": "Oer"}
|
so there's a new one: firefox crashed, and now whenever i launch it it crashes on the recovery screen. clearly reading *something* corrupted in ~/
|
startup firefox in safemode, maybe its a plugin
|
ubuntu-dialogue
|
{"user_question": "klync", "user_answer": "jagginess"}
|
hi guys! I remember there was a program that records your monitor.. what was it called? )
|
well istanbul does exist, but latest news from it dates from 2007...
|
ubuntu-dialogue
|
{"user_question": "progre55", "user_answer": "snovbx"}
|
maybe someone else could help me here...: i want to burn a CDrom but im currently on the a ubuntu live-cd and i cant open the tray..
|
type 'eject'.
|
ubuntu-dialogue
|
{"user_question": "Knofensa", "user_answer": "wad"}
|
Why should you use gksudo over sudo?
|
it sets the graphical environment up properly - See http://psychocats.net/ubuntu/graphicalsudo to know why
|
ubuntu-dialogue
|
{"user_question": "ShazbotMcMurder", "user_answer": "gottto"}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.