/srv/irclogs.ubuntu.com/2017/07/03/#ubuntu-mate.txt

franciscohi04:14
RobertBergerHi. I am searching for a solution (preseed?) or command line to automate adding of 2 keyboard layouts (en,de) to Ubuntu/Mate. System->Preferences->Hardware->Keyboard->Layout (English US, German)04:56
RobertBergerPlease let me know if/how you have done something like that04:57
alkisgI'm using "debian-installer/language=el keyboard-configuration/layoutcode=gr", and this puts the default keyboard layouts for Greece, which are us,gr04:59
alkisgDunno about de04:59
alkisgNote though that this is a xorg/console setting, and mate just inherits it, so it's unrelated to the desktop environment05:00
RobertBerger@alkisg You mean with preseed?05:28
alkisgRobertBerger: yes, although I'm actually using the cmdline to pass those05:29
alkisgIt's easier when you only have a couple of values05:29
RobertBergerI use Forman/Puppet/preseed and this seems to be the only missing piece at the moment05:30
RobertBergerI'll give it a try. Thanks05:30
RobertBergerBTW where in Greece are you. I am currently in Maroussi.05:30
alkisgHaha, nice, I'm in Ioannina, to the top/left of the map05:31
RobertBergerHehe - well not quite around the corner ;)05:32
alkisgWhat are you using foreman etc for?05:32
alkisgMany disposable machines there?05:32
RobertBergerI am doing trainings05:33
RobertBergerSo I need to provision a couple of laptops05:33
RobertBergerAlso I am trying to make my infrastructure somehow reproduce-able05:34
alkisgHave you seen ltsp?05:34
RobertBergerYes I played around with edubuntu.05:38
RobertBergerThis would not work for my use case I think, since I am into Embedded LInux05:38
RobertBergerPeople need to cross-compile on the machines05:38
alkisgltsp is about netbooting any computers with any os that you want05:42
alkisgSo you e.g. setup an ubuntu-mate template machine, and directly netboot the clients with that05:42
alkisgAnd you setup all the infrastructure that you want , cross compilers etc, in the template machine05:43
alkisgThe bonus there is that you do all that graphically from synaptic etc, without learning about foreman, puppet, preseeding etc05:43
RobertBergerI did something like that from a school with the difference that the thin clients did not even have hard discs inside and everything ran form a server05:47
RobertBergerfor a school05:48
alkisgIt's not different, that's the way ltsp works, without disks05:50
alkisgAnd it supports both thin and fat clients (thin run the session on the server, fat locally on the client)05:51
alkisgAll diskless05:51
alkisgSo you only need to maintain one template installation, nothing else at all05:51
RobertBergerI have scenarios with 10 laptops. Each is an i7 with 8 threads and the bottleneck is disc I/O.06:00
RobertBergerwhile compiling ;)06:00
RobertBergerWell yocto building06:00
RobertBergerNeed to leave now - delivering a training - CU06:00
=== dan_ is now known as Guest1963
sam__sysc307:31
CFoxhi)09:37
=== TaZeR2 is now known as TaZeR
jlxbmNot very active today!19:43
jlxbmAny mate on RPI3 experts out there?19:44
monkeyHi guys.. how can i make a NTFS file system win 10 bootable usb from ubuntu mate20:25
Akulioh you're here too lets talk here so others can help too :)20:28
Akulihow familiar are you with the terminal?20:28
monkeynewbie..dunno anything20:28
Akuliok20:28
Akulithere are gui ways to do this too, might be nicer fro you20:29
monkeyok20:29
Akulido you want to try it the terminal way?20:29
Akulipersonally i trust terminal tools more, they always work20:29
monkeyanything is fine...if i can understand20:29
Akulisure20:30
Akulii'll try to explain everything as we go20:30
monkeylets start20:30
Akulidon't plug in the stick yet20:30
Akuli$something means "type something to terminal and press enter"20:30
Akuli$ lsblk20:30
Akuli"list block devices", practically your hard drive, usb sticks and all partitions20:30
Akuliit outputs a bunch of stuff, don't show all of that to me20:30
monkeyok.did20:31
Akulinow plug in the stick20:31
Akulicancel any dialogs that pop up20:31
Akuli$ lsblk20:31
Akulinow you should have more stuff there, that's the stick20:31
monkeyyes20:32
Akuliit's sdSOMETHING20:32
Akuliwhat is it?20:32
Akuliprobably sdb20:32
monkeysdb20:32
Akuliok20:32
Akulitype this in, but don't press enter yet:   sudo dd if=20:32
Akulisudo means "do whatever u want to my stick"20:33
Akulii dont remember what dd is short for, it just copies a file and displays stats about what it did20:33
Akulinow when you have that typed, drag and drop the iso there20:33
Akuliso now you should have:   sudo dd if='/some/long/path/to/windows.iso'20:33
monkeyok20:33
Akuliyou have that?20:33
monkeyyep20:33
Akulimake sure you have at least 1 space at the end20:34
Akuliadd of= to the line20:34
Akuliactually20:34
Akuliadd of=/dev/sdb20:34
Akuli"device sdb"20:34
Akuliif is in file, of is outfile20:34
monkeyone space after = right20:34
Akulino20:34
Akulino spaces around =20:34
monkeyok20:34
monkeysorry20:34
Akulinow you should have:  sudo dd if='/the/path' of=/dev/sdb20:35
Akulino problem :) you're doing well20:35
monkeyone space after iso'20:35
monkeyright20:35
Akuliyes great20:35
Akulipress enter20:35
Akuliyou won't see your password, just type it blindly and press enter20:36
Akulithen wait for it to finish and your stick is ready :)20:36
Akuliunfortunately plain dd doesn't have any kind of progress indicator thingy20:36
monkeyit says dd: unrecognized operand ‘/dev/sdb’20:37
monkeyand forgot to tell..can i create in ntfs format20:37
Akuliof=/dev/sdb20:37
Akulithe iso should contain whatever partitions are needed20:37
Akulimake sure that you have no spaces arond =20:38
monkeyi mean the stick is formated in ntfs20:38
Akulihmm20:38
monkeyits ok right20:38
Akulii think it shouldn't matter20:38
Akuliwhatever is there is overwritten with this command20:38
Akulii think i've used it for windows xp isos in the past too, so it should work20:38
monkeyi pressed enter20:39
monkeyno log20:39
monkeyi mean its not showing anything20:40
Akuliright20:41
Akuliyou just need to wait and trust it :)20:41
Akuliit kind of sucks20:41
monkeythank you so much...terminal is really better than cmd.20:41
Akuliright20:42
Akulipowershell is kind of a step in the right direction but not really20:42
DarkPsydeLordyou know what sucks the most? not having tacos for dinner :(20:42
monkeyso is there any course where i can learn how to use terminal20:42
Akulii have just looked up stuff as i have needed20:43
SirMeowington5Hey guys, I made a forum post about 10 hours ago and received no responses. Could one of you maybe help me out?20:43
Akulimonkey, basic commands are mostly same as in cmd, but ls instead of dir20:43
Akulidir works too but ls has nice colors by default20:43
monkey:)20:43
AkuliSirMeowington5, ask your question, maybe i or someone else has time :)20:43
monkeyThank you akuli...bye20:44
Akulimonkey, wait20:44
monkeyyep20:44
Akulii found this thing, seems ok https://www.cheatography.com/davechild/cheat-sheets/linux-command-line/20:44
Akulianyway you can do all kinds of cool stuff with the terminal20:44
Akulicontrol volume:  $ alsamixer20:44
SirMeowington5I have a MacBook Pro which has a dead discrete graphics chip. I managed to get Mac OS to run again by removing some kexts but without those kexts the powerprefs and thermals are thrown way off. Is there a way to disable the discrete GPU in Ubuntu Mate completely that might resolve thermals/power consumption issues?20:44
Akulimonkey, play tetris:  $ tint20:45
Akulimonkey, be annoyed when you mistype ls:  $ sudo apt install sl20:45
Akulifun stuff :)20:45
Akulioh20:45
Akulilook up acronyms:  $ wtf is lmao20:45
Akuliread documentation:  $ man wtf20:46
Akuli$ man man20:46
Akulinice introduction to terminal:  $ man intro20:46
monkeyu mean tetris in terminal?20:46
Akuliyep20:46
Akuliits cool20:46
monkeywe can play games in terminal? sounds cool20:46
Akuliyou need to install it, but if you don't have it installed you'll get installation instructions :)20:46
Akuliyep20:46
Akuli$ sudo apt install bsdgames20:47
Akuli$ ls /usr/games20:47
Akulito get a list of some game commands20:47
monkeybut terminal is busy20:47
Akuliopen another terminal20:47
monkeyyes did it..now its installing something20:48
Akulihave fun with my commands :)20:49
Akuli$ nano akulinotes20:49
Akulikinda like edit in docs20:49
Akulidos20:49
monkeyit opened another terminal....but kind of not looking like terminal20:50
Akulisounds weird20:50
Akulithe nano thing?20:50
monkeyyes20:51
Akulioh it's the editor20:51
monkeyhow did u open it?20:51
SirMeowington5I take it nobody knows the answer to my issue :(20:51
monkeyhow did i open it20:51
Akulimonkey, you typed nano something20:51
Akuliyou can type stuff there and e.g. save and quit with Ctrl-X (^X in the bottom help area)20:51
AkuliSirMeowington5, i don't know, not many other people active right now :)20:52
Akuliyou can ask on #ubuntu if nobody knows here20:52
SirMeowington5What would be a good time to come back?20:52
Akulii dont know20:52
Akulinot many macbook guys here :(20:52
Akulimonkey, ctrl+X gets you back to where you were before20:53
SirMeowington5Yeah, I figured, also a pretty unique issue I imagine20:53
Akulimonkey, the "basic terminal"20:53
monkeyso u made ur own set of commands?20:53
AkuliSirMeowington5, gpu problems aren't that rare, i'm sure someone on irc knows what to do :)20:53
Akulimonkey, i don't get it20:54
Akulioh the $nano akulicommands ?20:54
Akuliakulicommands was a file name20:54
monkeywhen i typed the nano thing, it displayed ur name on it20:54
SirMeowington5Okay, I'll check out the Ubuntu channel tomorrow then if I get no responses in the forum overnight.20:54
monkeyso did u create that file..it shows ur name20:55
Akulino, you created a file called akulicommands :)20:55
monkeyu made a guy u knows ntg about terminal create a file21:00
monkeyin terminal21:00
monkeysry went to piss21:00
monkeyso on average, how much time does it take to create usb bootable stick in terminal21:01
Akulidepends on the stick and size of the iso21:03
Akuliusually not more than 15 minutes, but be patient :)21:03
Akulii'll be back tomorrow, bye21:03
monkeysee u21:03
monkeymaybe i need to connect with u in fb21:04
monkeyi have a lot to ask21:04
DarkPsydeLordthen simply ask21:12
DarkPsydeLordthis place is filled with knowledgeable people21:12
jack_sparrowFilled might be over stating it21:12
DarkPsydeLordok then... this place have a few skilled people21:13
ticopreciso desinstalar o firefox e nao consifo21:17
ticoconsigo21:17
ticoalguem sabe como consigo?21:17
jack_sparrow/join #ubuntu-es21:18
DarkPsydeLordhes talking portuguese not spanish21:30
jack_sparrow/join #ubuntu-pt                ?21:31
jack_sparrowbrasil messes me all up too21:32
DarkPsydeLordhahaha understandable21:38

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!