speaker
stringlengths 1
16
| start
int64 0
1.44k
| end
int64 0
1.44k
| text
stringlengths 0
498
| dialogue_id
stringclasses 179
values | turn_id
int64 0
2.6k
| original_split
stringclasses 6
values |
---|---|---|---|---|---|---|
EriC^^
| 1,053 | 1,053 |
Julz: which program? what does the readme say?
|
pilot-data
| 1,359 |
annotation-process
|
daum_
| 1,054 | 1,054 |
should i try to install a kernel from the ubuntu ppa rather than the one i found from the mainline?
|
pilot-data
| 1,360 |
annotation-process
|
Julz
| 1,055 | 1,055 |
It is GNUspeach and here is the readme file: http://pastebin.com/gxRS1PLW
|
pilot-data
| 1,361 |
annotation-process
|
Pici
| 1,056 | 1,056 |
Julz: that software looks like it is for MacOS.
|
pilot-data
| 1,362 |
annotation-process
|
Julz
| 1,057 | 1,057 |
Pici they say on their website they wanna provide HQ text output for GNU/Linux, Mac OS X, and other platforms
|
pilot-data
| 1,363 |
annotation-process
|
kevdog_
| 1,058 | 1,058 |
Why are you upgrading kernels?
|
pilot-data
| 1,364 |
annotation-process
|
ducasse
| 1,058 | 1,058 |
Julz: they might mean 'want to' as 'in the future'. that software needs xcode to build.
|
pilot-data
| 1,365 |
annotation-process
|
xXEoflaOEXx
| 1,058 | 1,058 |
daum_: It looks like 4.8.0-040800 in VirtualBox-DKMS 5.0 is not supported
|
pilot-data
| 1,366 |
annotation-process
|
daum
| 1,059 | 1,059 |
xXEoflaOEXx, just curious how did you find it? Maybe I should update to 5.1 then if it is supported there?
|
pilot-data
| 1,367 |
annotation-process
|
algo
| 1,060 | 1,060 |
hey there, i wanna ask about the ubuntu-restricted-extras
|
pilot-data
| 1,368 |
annotation-process
|
Julz
| 1,060 | 1,060 |
Nevermind I am sorry. I tried for 1.5 hours installing the MacOS version. Got now the right one
|
pilot-data
| 1,369 |
annotation-process
|
xXEoflaOEXx
| 1,060 | 1,060 |
daum: Updating to VirtualBox 5.1 requires Yakkety upgrade
|
pilot-data
| 1,370 |
annotation-process
|
daum
| 1,060 | 1,060 |
xXEoflaOEXx, looks like i can get it in xenial: https://www.virtualbox.org/wiki/Linux_Downloads
|
pilot-data
| 1,371 |
annotation-process
|
xXEoflaOEXx
| 1,061 | 1,061 |
daum: Download it and see
|
pilot-data
| 1,372 |
annotation-process
|
daum
| 1,061 | 1,061 |
will do
|
pilot-data
| 1,373 |
annotation-process
|
<system>
| 1,061 | 1,061 |
=== Christer_ is now known as Christer
|
pilot-data
| 1,374 |
annotation-process
|
Bray90820
| 1,063 | 1,063 |
So my cherrytrail surface 3 on ubuntu 16.10 freezes anytime I watch a video and there are a bunch of DMESG errors
|
pilot-data
| 1,375 |
annotation-process
|
Bray90820
| 1,063 | 1,063 |
http://pastebin.com/raw/U22UbDqr
|
pilot-data
| 1,376 |
annotation-process
|
tommi
| 1,063 | 1,063 |
Does anyone have any tips for learning the linux terminal as fast as possible ?
|
pilot-data
| 1,377 |
annotation-process
|
ducasse
| 1,064 | 1,064 |
tommi: use nothing else.
|
pilot-data
| 1,378 |
annotation-process
|
tommi
| 1,064 | 1,064 |
Well at the moment i disabled the gui and im only running terminal
|
pilot-data
| 1,379 |
annotation-process
|
kevdog
| 1,065 | 1,065 |
Only practice makes you better at terminial - because then you have to learn vim and all the other goodies :)
|
pilot-data
| 1,380 |
annotation-process
|
Julz
| 1,065 | 1,065 |
tommi I read the first 100 pages of a book called the linux command line. If you want I can look up the author of the pdf
|
pilot-data
| 1,381 |
annotation-process
|
tommi
| 1,066 | 1,066 |
Julz: That would be nice
|
pilot-data
| 1,382 |
annotation-process
|
Manoir
| 1,067 | 1,067 |
Hello !
|
pilot-data
| 1,383 |
annotation-process
|
Manoir
| 1,068 | 1,068 |
I'm using a command to rename all the files containing bad characters from my server data (migrated from Mac) : for f in *; do mv "$f" "$(sed 's/[^0-9A-Za-z_.]/_/g' <<< "$f")"; done
|
pilot-data
| 1,384 |
annotation-process
|
Julz
| 1,068 | 1,068 |
tommi: The Linux Command Line - A complete Introduction by William E. Shotts. Jr.
|
pilot-data
| 1,385 |
annotation-process
|
Manoir
| 1,068 | 1,068 |
It works well but I need to make it recursive
|
pilot-data
| 1,386 |
annotation-process
|
Manoir
| 1,068 | 1,068 |
Can anyone tell me how to make that command recursive ?
|
pilot-data
| 1,387 |
annotation-process
|
daum
| 1,068 | 1,068 |
xXEoflaOEXx, looks to be much closer, going through a slew of other issues but looks like ti shoudl be good
|
pilot-data
| 1,388 |
annotation-process
|
tommi
| 1,068 | 1,068 |
Julz: Thanks :D
|
pilot-data
| 1,389 |
annotation-process
|
xXEoflaOEXx
| 1,069 | 1,069 |
daum: Did the download finish?
|
pilot-data
| 1,390 |
annotation-process
|
Julz
| 1,069 | 1,069 |
tommi: You are welcome :) Personally I would read as much as you think you need to learn for yourself. The book is covering "everything"
|
pilot-data
| 1,391 |
annotation-process
|
genii
| 1,069 | 1,069 |
Manoir: That's not really an Ubuntu support question, you might want to try a channel like #bash instead
|
pilot-data
| 1,392 |
annotation-process
|
Manoir
| 1,070 | 1,070 |
genii: just did that
|
pilot-data
| 1,393 |
annotation-process
|
ducasse
| 1,070 | 1,070 |
Manoir: use 'find' instead of a for loop, for example, but genii is right.
|
pilot-data
| 1,394 |
annotation-process
|
tommi
| 1,070 | 1,070 |
Julz: I want to go as far as i can go with the learning curve of using the terminal
|
pilot-data
| 1,395 |
annotation-process
|
<system>
| 1,070 | 1,070 |
=== steventhehuman is now known as stevenhuman
|
pilot-data
| 1,396 |
annotation-process
|
tommi
| 1,070 | 1,070 |
Julz: Im in love with the oldschool " Do everything from terminal " :D
|
pilot-data
| 1,397 |
annotation-process
|
nacc
| 1,071 | 1,071 |
tommi: there's nothing 'oldschool' or 'newschool' about using the terminal
|
pilot-data
| 1,398 |
annotation-process
|
Julz
| 1,071 | 1,071 |
tommi: Yeah. For me I learned enough from the first 100 pages for my needs. Have fun and good luck learning it
|
pilot-data
| 1,399 |
annotation-process
|
tommi
| 1,071 | 1,071 |
nacc: Well if you think back to the ages commadore was new
|
pilot-data
| 1,400 |
annotation-process
|
EriC^^
| 1,072 | 1,072 |
Manoir: there's a program called mmv for renaming i think
|
pilot-data
| 1,401 |
annotation-process
|
ducasse
| 1,072 | 1,072 |
tommi: there are a couple of bood bash guides online, if you're only talking about bash.
|
pilot-data
| 1,402 |
annotation-process
|
<system>
| 1,072 | 1,072 |
=== DLmass is now known as mass
|
pilot-data
| 1,403 |
annotation-process
|
Manoir
| 1,073 | 1,073 |
EriC^^: I'm afraid of program messing up my files... would feel safer having a command line
|
pilot-data
| 1,404 |
annotation-process
|
tommi
| 1,073 | 1,073 |
im talking about the terminal
|
pilot-data
| 1,405 |
annotation-process
|
daum
| 1,073 | 1,073 |
xXEoflaOEXx, yeah - it installed fine, and now it is up and running, had to enable virtualization in my bios on the new machine
|
pilot-data
| 1,406 |
annotation-process
|
EriC^^
| 1,075 | 1,075 |
Manoir: well, in any case you can do find | while IFS='' read -r i; do sed stuff here.."$i".....; done
|
pilot-data
| 1,407 |
annotation-process
|
EriC^^
| 1,075 | 1,075 |
that would make it recursive
|
pilot-data
| 1,408 |
annotation-process
|
lesshaste
| 1,075 | 1,075 |
#scipy
|
pilot-data
| 1,409 |
annotation-process
|
<system>
| 1,075 | 1,075 |
=== lesshaste is now known as Guest5436
|
pilot-data
| 1,410 |
annotation-process
|
gebruiker
| 1,075 | 1,075 |
i found that smplayer plays certain videos better than VLC does. How can I configure smplayer to use the mouse for volume +/- instead of forwarding or rewinding the video?
|
pilot-data
| 1,411 |
annotation-process
|
EriC^^
| 1,076 | 1,076 |
Manoir: do echo ....; done would be a good idea to test what it would do first, and quoting variables is important
|
pilot-data
| 1,412 |
annotation-process
|
<system>
| 1,076 | 1,076 |
[17:56] * stevenhuman poked Uranus.
|
pilot-data
| 1,413 |
annotation-process
|
<system>
| 1,076 | 1,076 |
=== Guest5436 is now known as leshaste
|
pilot-data
| 1,414 |
annotation-process
|
xXEoflaOEXx
| 1,077 | 1,077 |
I installed Compiz on Xubuntu, How can I get Compiz working on XFCE?
|
pilot-data
| 1,415 |
annotation-process
|
ppf
| 1,082 | 1,082 |
xXEoflaOEXx: just run it
|
pilot-data
| 1,416 |
annotation-process
|
stevenhuman
| 1,082 | 1,082 |
he can't, he doesn't have legs
|
pilot-data
| 1,417 |
annotation-process
|
ppf
| 1,083 | 1,083 |
xXEoflaOEXx: compiz --replace
|
pilot-data
| 1,418 |
annotation-process
|
xXEoflaOEXx
| 1,084 | 1,084 |
Compiz ran, but now, without Window Decoration.
|
pilot-data
| 1,419 |
annotation-process
|
ppf
| 1,084 | 1,084 |
to start the session with compiz, modify /etc/xdg/xdg-xubuntu/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
|
pilot-data
| 1,420 |
annotation-process
|
tgm4883
| 1,084 | 1,084 |
Trying to setup a simple nginx and php server using 16.04, I have it displaying an image in an iframe, but when I alter the image file on disk a refresh of the page doesn't see the updated image. Is there some caching turned on by default?
|
pilot-data
| 1,421 |
annotation-process
|
ppf
| 1,086 | 1,086 |
refresh with shift-f5 or so
|
pilot-data
| 1,422 |
annotation-process
|
tgm4883
| 1,086 | 1,086 |
ppf: no dice
|
pilot-data
| 1,423 |
annotation-process
|
ppf
| 1,086 | 1,086 |
ctrl-f5?
|
pilot-data
| 1,424 |
annotation-process
|
xXEoflaOEXx
| 1,087 | 1,087 |
I ran a Window decoration but it complains about Adwaita not found, no decorations still.
|
pilot-data
| 1,425 |
annotation-process
|
ppf
| 1,087 | 1,087 |
whatever your browser uses to force page reload
|
pilot-data
| 1,426 |
annotation-process
|
tgm4883
| 1,087 | 1,087 |
ppf: yea I've tried both
|
pilot-data
| 1,427 |
annotation-process
|
ppf
| 1,088 | 1,088 |
different browser, incognito window?
|
pilot-data
| 1,428 |
annotation-process
|
xXEoflaOEXx
| 1,088 | 1,088 |
How do I install Adwaita theme for Compiz decorations to work?
|
pilot-data
| 1,429 |
annotation-process
|
robairt
| 1,088 | 1,088 |
Hey, has anyone ever set up a shared mail box with thunderbird?
|
pilot-data
| 1,430 |
annotation-process
|
ppf
| 1,089 | 1,089 |
xXEoflaOEXx: that's in gnome-themes-standard
|
pilot-data
| 1,431 |
annotation-process
|
tgm4883
| 1,089 | 1,089 |
ppf: hmm, incognito works
|
pilot-data
| 1,432 |
annotation-process
|
robairt
| 1,089 | 1,089 |
i've been able to find a number of guides, but they all seem to expect a different interface from what i'm used to
|
pilot-data
| 1,433 |
annotation-process
|
xXEoflaOEXx
| 1,089 | 1,089 |
ppf: It is already installed
|
pilot-data
| 1,434 |
annotation-process
|
ppf
| 1,092 | 1,092 |
!paste | xXEoflaOEXx paste the compiz error please
|
pilot-data
| 1,435 |
annotation-process
|
ubottu
| 1,092 | 1,092 |
xXEoflaOEXx paste the compiz error please: For posting multi-line texts into the channel, please use http://paste.ubuntu.com | To post !screenshots use http://imgur.com/ !pastebinit to paste directly from command line | Make sure you give us the URL for your paste - see also the channel topic.
|
pilot-data
| 1,436 |
annotation-process
|
xXEoflaOEXx
| 1,095 | 1,095 |
ppf: Compiz errors: http://paste.ubuntu.com/23417231/
|
pilot-data
| 1,437 |
annotation-process
|
galvezjj
| 1,096 | 1,096 |
I am seriously messed up, I installed some video drivers and now my system won't boot properly, the monitor just keeps flipping out. if I hit ctrl-alt-f1 I get a text prompt but only for a short window before the monitor goes grey again. I reallly need to boot to just a text prompt without loading the graphics driver. How do I do that from the grub menu?
|
pilot-data
| 1,438 |
annotation-process
|
ppf
| 1,097 | 1,097 |
galvezjj: there's a recovery boot setting
|
pilot-data
| 1,439 |
annotation-process
|
meeseeks
| 1,097 | 1,097 |
boot into single user mode?
|
pilot-data
| 1,440 |
annotation-process
|
<system>
| 1,097 | 1,097 |
=== justin is now known as Guest30161
|
pilot-data
| 1,441 |
annotation-process
|
galvezjj
| 1,098 | 1,098 |
ppf: tried that and it did the same thing
|
pilot-data
| 1,442 |
annotation-process
|
xXEoflaOEXx
| 1,098 | 1,098 |
ppf: Compiz errors: http://paste.ubuntu.com/23417231/
|
pilot-data
| 1,443 |
annotation-process
|
galvezjj
| 1,098 | 1,098 |
meeseeks: how?
|
pilot-data
| 1,444 |
annotation-process
|
ppf
| 1,098 | 1,098 |
xXEoflaOEXx: i saw it, looking
|
pilot-data
| 1,445 |
annotation-process
|
ppf
| 1,099 | 1,099 |
xXEoflaOEXx: add single to the kernel command line
|
pilot-data
| 1,446 |
annotation-process
|
meeseeks
| 1,099 | 1,099 |
press e at the grub menu to go into edit mode. append the word 'single' on the kernel line. then control x or whatever to boot
|
pilot-data
| 1,447 |
annotation-process
|
xXEoflaOEXx
| 1,100 | 1,100 |
ppf: what do you mean? Booting a kernel with 'single'?
|
pilot-data
| 1,448 |
annotation-process
|
Dmitry
| 1,100 | 1,100 |
Hi, does anybody can help me with pulseaudio? On Ubuntu 16.04 when I change sound in the indicator it changes PCM value immediately from 0 to 100%
|
pilot-data
| 1,449 |
annotation-process
|
ppf
| 1,100 | 1,100 |
xXEoflaOEXx: sorry, mishilighted you, that was meant for galvezjj
|
pilot-data
| 1,450 |
annotation-process
|
Dmitry
| 1,100 | 1,100 |
How to tell pulseaudio to take sound from "Master"
|
pilot-data
| 1,451 |
annotation-process
|
xXEoflaOEXx
| 1,100 | 1,100 |
ppf: ok
|
pilot-data
| 1,452 |
annotation-process
|
meeseeks
| 1,101 | 1,101 |
xXEoflaOEXx: http://www.tldp.org/LDP/sag/html/run-levels-intro.html
|
pilot-data
| 1,453 |
annotation-process
|
galvezjj
| 1,101 | 1,101 |
ppf: thanks trying that now
|
pilot-data
| 1,454 |
annotation-process
|
ppf
| 1,102 | 1,102 |
xXEoflaOEXx: is Window Decorations turned on in your compiz config?
|
pilot-data
| 1,455 |
annotation-process
|
ppf
| 1,102 | 1,102 |
to be safe, how did you launch compiz?
|
pilot-data
| 1,456 |
annotation-process
|
ubuntu-mate
| 1,103 | 1,103 |
do you speak french ?
|
pilot-data
| 1,457 |
annotation-process
|
ppf
| 1,103 | 1,103 |
!fr ubuntu-mate
|
pilot-data
| 1,458 |
annotation-process
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.