/srv/irclogs.ubuntu.com/2016/08/11/#ubuntu-za.txt

=== Trixar_za is now known as Trixar
ra1v3nGood Morning04:25
cal_pykonichiwa04:40
dlPhreakcal_py04:53
andrewlsdmorning ra1v3n cal_py dlPhreak 06:07
ra1v3nmorning andrewlsd 06:15
paddatrapperMorning ra1v3n, andrewlsd, dlPhreak06:25
dlPhreakpaddatrapper how are you?06:25
dlPhreakHow is everyone doing?06:27
paddatrapperdlPhreak: I'm good thanks. You? 06:27
dlPhreakNot too bad thanks.06:27
andrewlsdmorning paddatrapper06:27
theblazehenhi all06:56
ra1v3nHello everyone07:02
ra1v3ni pavlushka paddatrapper 07:02
pavlushkara1v3n: who is pavlushka and who is paddatrapper ?07:04
pavlushkaahoy ZA!07:04
theblazehenhi pavlushka07:04
ra1v3nlol07:04
ra1v3n:P07:04
pavlushkaHello theblazehen !07:09
pavlushkaand the probable miss typed nick thatgraemeguy , :p07:09
pavlushkaHello thatgraemeguy :)07:10
thatgraemeguy'lo 'lo :-)07:11
magespawngood morning08:18
theblazehenhi magespawn08:21
inetprocoffee time08:32
inetprogood mornings everyone08:32
pavlushkaGood Morning!08:41
jeritmorning!08:42
=== jeff_ is now known as Guest60909
=== Guest60909 is now known as jeffe
SEptichey Kilos!09:42
Kiloshi SEptic 09:42
SEpticlook, a jeffe! hes new, be nice09:43
jeffeahoy!09:43
Kiloshi andrewlsd cal_py d`_`b divansantana inetpro magellanic superfly and all those i missed as well09:43
Kiloshi jeffe welcome to ubuntu-za09:44
andrewlsdHi Kilos09:44
cal_pyhey Kilos09:45
Kiloshmm... 45 online nicks09:45
Kilos3 afk09:45
SEpticolympic record?09:46
Kilosfor a week day yes09:47
magespawnalways going forward09:50
Kilostaken forever09:50
Kiloshave you been watching the ibid peeps magespawn 09:50
Kilosdont let them slack off09:50
magespawnnot recently10:00
magespawnnot too much happening there10:02
magespawnbut if i know the superfly he will keep it moving forward10:02
theblazehenhi Kilos10:05
Kiloshehe10:07
Symmetriawheeeeee10:24
* Symmetria watches ipv6 go live on Kenya FTTH/GPON clients10:24
Symmetriapretty :P10:25
SymmetriaSo, guys, where is the best place to find seriously good Linux Sys Admins for hire in ZA 10:25
Symmetriawithout starting to go through employment agencies who I give crap to and they find me shitty people :)10:25
Symmetriaand what are good sys admins in ZA being paid these days?10:26
Symmetriaas in, per annum, 500k? 600k? a mil? 10:27
Symmetriano one awake?10:30
MaNII'm awake I just don't have any answers for you :)10:30
Symmetrialol10:31
theblazehensame as MaNI here10:31
SymmetriaI've been instructed to build a group sysadmin team 10:31
Symmetriabecause LOL, at the moment, I'm doign all the *nix admin shit and I don't have the time for it and its not technically my job :P10:32
Symmetriathe only problem is, finding people who will be able to maintain all the random systems I have running and some of those systems are a little complex ;p10:32
theblazehenSymmetria: Full time?10:34
Symmetriaheh very much full time 10:34
Symmetriaits a lot of systems 10:35
Symmetriaand I'm flexible about CPT or JNB 10:35
Symmetriahttp://server.alstonnetworks.net/kenya-resolution.png <==== wheeee that script I got integrated with Cacti works 10:35
theblazehennice10:36
Symmetria  WORKING=${!combined}10:37
Symmetriaheh, first time I ever used that syntax in a script10:38
Symmetriaits handy10:38
andrewlsdSymmetria: if you want to outsource, you could chat to LSD. Otherwise possibly ZaTech slack community. (zatech.co.za)10:43
artshey ho10:43
Symmetriaandrewlsd yeah, we wouldn't outsource this stuff, a lot of it is simply 2 sensitive 10:44
Symmetriabut will check out the slack community there 10:44
artsany web devs online?10:46
magellanicarts: did you come right with the sizing?10:46
superflyarts: hi10:46
artsyeaah, onto new problem now LOL10:48
artsI need some advice10:48
superflyI have plenty advice. Not everyone likes my advice though. 10:49
Kiloslol10:49
theblazehenI'll back superfly up with his advice as well10:49
Kilosarts just ask then sort it through10:50
artsI have 4 databases with +/- 30 fields each, each field is encrypted, what I want todo is decrypt all the data from the databases, use the username field to inser the persons name and suername, I want to put each database into an array and feed it into javascarip, right now each db has 3000+ entries, annnnnddddd the php script has stoped functioning properly, so im guessing I have reached the battery limits of drawing data? so is AJAX the 10:51
artssolution and is there an easy way todo it?10:51
artsdamn, this single line text box is not cool LOL10:52
superflyarts: uh, that sounds like you're doing it wrong 10:52
artshow so?10:53
theblazehenuhh..10:53
superflyarts: can you not find the user without decrypting? 10:53
theblazehenAre you literally iterating over all data to find what you need? ...10:53
superflyarts: What database system are you using? 10:53
artsyep, thats what im doing but for each database it still has to run through the userbase to fined the encrypted username once I have it I replace the username with the decrypted name and surname10:54
theblazehenOr I suppose you could SELECT * WHERE username ='encrypt('username')'10:54
artsI dont think username is the issue10:54
theblazehenSo you're migrating to a new thing then?10:54
artsno I'm just trying to take all of the data in the database and make a dashboard10:58
theblazehenWell10:58
theblazehenFirst you need to fix your database10:58
artsfix?10:58
theblazehenAre you encrypting data in php?10:59
artsyep10:59
artsi have made a encrypt nd decrypt function to take care of it10:59
theblazehenHow do you do a lookup for a user?10:59
artswhen I want to match the username to the name and surname?11:00
theblazehenEg, you want address of username, do you do a `SELECT * from users` and in php `for user in users {if decrpytuser() == user; then do stuff }`? I know that's far from correct php, but you get the idea11:02
artsso if i wanted to find theblazehen it would llok like sprintf("SELECT * FROM database.table WHERE i = '%s'", encryption('e', 'theblazehen', expose_key()));11:03
theblazehenOk, not _as_ bad as I was thinking11:04
theblazehenAnd where is the key stored?11:04
artsin a secured script11:04
theblazehenAnd how is the script secured?11:05
theblazehenIs it on the same server?11:06
artsyes it on the same server, you need a session key and php variable to access it, it is not directly accessed there is a script that run to request all the needed scripts to run the page11:07
theblazehenWell, in that case you'd need root on the server to access it (In theory, getting to the other bit still), so why not use MySQL encryption?11:07
artsi didnt know there was sucba thing11:08
theblazehenWhat does you checking variable and session script part look like?11:08
theblazehenYou're using MySQL I assume right?11:08
artsyou mean the sucurity?11:09
theblazehenyeah11:10
artsaish my spelling11:10
artshttps://bin.snyman.info/mmmzuk9f11:12
theblazehenand getsome_key is a $_GET?11:14
artsnope11:14
artsits a defined variable in another script11:15
theblazehenWhere does it come from?11:15
artsthis script cant run on its own it get requested from another scrip11:15
artsscript11:15
theblazehenWell, not gonna go into that further now11:17
theblazehen> I have 4 databases with +/- 30 fields each11:17
theblazehenYou mean tables?11:17
arts1 db 4 tables my bad11:17
theblazehenAnd you want to pass all that data to the client?11:18
artsclient?11:19
theblazehenweb browser11:20
artsyes sir11:20
theblazehenAll 3000 rows?11:21
artsyep11:21
theblazehenAnd who will be able to load the page?11:22
artsthe user that is logged in11:24
theblazehenSo.. Every user can access all other user's data?11:25
artsno a certain userlevel can, this dash is to get an overview11:26
theblazehenAlright. Do you have an id field? Primary key, auto increment11:31
artsid field11:31
theblazehenYou could do a WHERE id > x LIMIT 100 query11:32
theblazehenphp > var_dump("string"==0);11:32
theblazehenbool(true)11:32
theblazehenFyi11:32
theblazehenDon't rely on == for checking user input against a string11:32
artsim not following11:36
theblazehenYou can't say if($_GET['thing'] == "secret string"){stuff();} because if you use ?thing=0 in the browser it will evaluate as true11:41
ra1v3nHi Im back12:08
magellanicmaaz coffee for ra1v3n 12:09
Maazmagellanic: *blink*12:09
ra1v3nthanx12:10
ra1v3nmy connectioin dropped .... everything came to a screeetching halt12:11
dlPhreakDamn coffee shop I'm at has some weird firewall filter blocking port 8001?? Dafuq12:18
theblazehendlPhreak: Now have a look at your http headers :)12:20
theblazehenFfs. post on reddit saying I pipe curl to sh to install salt on my pc/laptop/everything, and get downvoted. The fact that I didn't give a fqdn should have tipped them off that it's on a lan. And if it does bomb out like they suggest, so what? Takes 7 min for other script to install base arch system. Besides, it's 570 bytes. Small enough to fit into a single packet, using standard MTU of 1500. So, not gonna get a partial script12:23
theblazehen ever. 12:23
dlPhreaktheblazehen: should I expect something... uh, eccentric?12:23
theblazehendlPhreak: They're probably putting you through a proxy or something12:23
* theblazehen really needs to go to a coffee shop with my laptop sometime12:24
dlPhreaktheblazehen: I figured. Yeah it's a dangerous place.. but only because I'm here ^__^12:25
theblazehenheh :) 12:25
theblazehenI wonder if people would do that "He's hacking the gibson!" stereotype here if you open a terminal12:26
dlPhreakdamn12:27
dlPhreakforgot I'm not running irc in screen12:28
theblazehenheh12:28
theblazehenWhy not a bouncer?12:28
dlPhreakI used znc for a long time but I got a new vps and I was just too lazy to set it up again so I figured, irssi and screen.. much simpler12:29
dlPhreakI actually want switch to tmux tho12:29
theblazehentmux is great12:30
theblazehenDoesn't handle all escape sequences though I think. Can't do Ctrl+[ArrowKey]12:31
dlPhreakDoes it do the emacs style keybinds?12:33
theblazehenSorry, I meant it doesn't pass them through12:33
theblazehenSo I can't Ctrl+Left to go a word back in my shell for example12:33
dlPhreakOh, but that's not a huge dealbreaker.12:36
theblazehenI use it a lot, but yeah, might not be for you12:39
dlPhreaktheblazehen: vim or emacs?12:40
theblazehendlPhreak: I use vim, but I still sometimes use the ctrl+arrow keys12:40
theblazehenI tried emacs12:40
theblazehenWas nice12:40
theblazehenWell, spacemacs12:41
theblazehenAnd I'm sure it can do good text manipulation12:41
theblazehenBut tramp mode is slow12:41
theblazehenAnd evil is a little buggy12:41
theblazehenIf I ever write something more than a simple script I'll probably use emacs, but for small things, I still go vim12:42
theblazehenvim works over ssh12:42
theblazehenI *know* emacs does too, but vim has a better console interface12:42
dlPhreakI don't like emacs. It's like having a fridge that also fixes your car and bakes bread.12:43
theblazehendlPhreak: Yeah. But I prefer it over a full IDE so far12:48
theblazehenHandles large files "better" than vim. emacs was extremely slow to scroll12:48
theblazehenVim used up around 18 GB RAM, and I don't have a swap file, so had to reboot12:49
theblazehennano complained about file being too large12:49
theblazehenvi was fine12:49
dlPhreakDamn that must be a huge file.12:53
theblazehenMight be thinking of the wrong file, but if I'm right the file was 37k lines, 1.9 MB12:53
dlPhreakI gotta go. Chat again!12:54
theblazehenOne thing I like about docker: If the devs give crappy install instructions, there's always the Dockerfile13:00
Kiloswho was it that was battling with ns on ubuntu yesterday or day before13:57
Kiloshttp://adnan.quaium.com/blog/353513:57
Cryterionevening everyone15:18
Kiloshi Cryterion 15:32
Kilosand jerit 15:32
Kiloshi chesedo you been quiet15:42
Kilosmy kop te plat15:47
jeritsouth african dog training college removed me from their group apparently because I insisted that people be held responsible for what they post on it16:42
jeritI held that if people were going to make claims of animal cruelty against the SPCA and/or other organisations in the group, they should be able to substantiate their claims otherwise either not make the claims or retract the claims publicly... Seems this didn't go well16:44
superflyPeople don't like being wrong 16:46
MaNIhttps://xkcd.com/386/16:55
MaNIparticipating too much on facebook is a sure fire way to destroy any remaining faith you have in humanity16:57
theblazehenMaNI: Almost thought you beat me to the one I wanted to post.. Was like "Damn, I'm away for 30 s and someone else posts it.."16:57
theblazehenhttp://xkcd2.com/1357/16:58
MaNIat this point I'm genuinely surprised that most so called 'adults' are actually capable of tying their own shoelaces16:58
theblazehenAgreed16:58
Kiloshey16:59
theblazehenhi Kilos16:59
Kilosi tie my shoelaces fine ty16:59
Kilossitting or kneeling down16:59
Kiloshehe16:59
theblazehenheh17:00
SEpticMaaz coffee on17:06
* Maaz washes some mugs17:06
KilosMaaz coffee please17:06
MaazKilos: Righto17:06
MaazCoffee's ready for SEptic and Kilos!17:10
KilosMaaz danke17:10
MaazBitteschön17:10
SEptichehe17:12
CryterionMaaz Beer cold17:25
MaazCryterion: Excuse me?17:25
Cryterionhe still refuses, grrr17:25
SEpticlol17:26
jerit[18:55] <theblazehen> http://xkcd2.com/1357/ ... this was well done17:45
jeritmy problem with the whole situation which was relevant to this xkcd post, is that the group in question is the South African Dog Training College. Now they remove me from the group because, apparently they're cool with just anybody going and making whatever claims they like on that group without being held accountable. That's just wrong in and of itself17:47
theblazehenjerit: I agree17:49
MaNIFacebook groups about animals are especially prone to illogical emotional driven thought and mob mentality I'm afraid, even more so than regular groups (which are already pretty bad)17:49
theblazehenjerit: Hmm. Were you in there 2 years ago?17:49
theblazehenMaNI: I'm not even gonna look17:50
MaNIso that sort of thing is pretty much the norm17:50
MaNII've lost count of how many times I've seen people share pictures of some animal being abused or whatever, where upon research the picture turns out to be fake, and not one person has ever apologized for contributing to the spread of fake stories.17:51
MaNII guess it will continue to get out of hand until there are more court cases and the law starts to catch up17:51
SEpticoh gosh, animal facebook groups ... *calms himself*17:56
MaNIthough the group for my area is pretty scary as well, hehe17:58
SEpticwhen i got my collie i was looking around at places to get involved for training ... boy was i amazed at self-serving ppl17:59
SEptictrained her myself, dudn't need a facebook page for that18:00
SEptici maybe open facebook once every 2 months maybe18:00
MaNII open it more than I should, mostly because all my family lives far away, it would probably be good for my sanity to open it less often18:02
MaNIor just leave all groups, hmm18:02
SEpticlol18:04
SEpticwe survived for thousands of years without it18:04
MaNIwe survived without the internet as well, that doesn't mean I don't want the internet :p18:06
Kiloslol18:06
theblazehenMaNI: http://xkcdsw.com/1845 you're right18:07
MaNIthough if we could go back to how the internet was in the 90s before the masses found out about it that would be fantastic ;)18:07
theblazehenHell, late 00's is okay even18:07
MaNIjust before flash became popular preferably, so like 1996 :p18:09
theblazehenYeah18:09
ra1v3nI use Facecrook for work18:11
ra1v3nA necessary evil I'm afraid.18:12
Kiloseeeek18:13
ra1v3nHello Kilos 18:14
Kiloshi ra1v3n 18:14
Kilosfb for work18:14
Kilosthat sucks18:14
SEpticindeed i agree18:15
ra1v3nI hate it ... But I will use any service that creates traffic18:16
jerittheblazen I might have been in the group 2 years ago18:16
Kilosbusiness is business18:16
SEptictrue18:17
Kiloshi nsnzero 18:23
nsnzerohey there Kilos18:23
SEptichey nsnzero18:24
nsnzerohey SEptic18:24
nsnzerohi all 18:24
KilosSEptic what was the reason for deciding on your nick18:25
Kilosit sounds kinda septic18:25
SEpticsheesh ... online nick i been using for ages, there was a reason for the SE, cant rem though18:27
SEpticit was for something18:27
Kiloslol18:27
nsnzeroafter 6 months i finally was able make my printer work - months of googling and reading finally paid off - i feel happy now18:27
Kilosyou been on irc for ages?18:27
Kiloscool nsnzero 18:28
nsnzeroturns out all i had to do was add myself to the printer group - such a easy fix - hidden amongst hundreds of other fixes18:30
Kiloshaha18:30
Kiloswho knows the chanserv commands and how to use them to give someone ops with some flags18:32
Kilos /msg ChanServ HELP FLAGS18:33
Kilosi cant get the extra flags to work18:33
SEptici was on irc a lot like early 00 to 07 then quite until the other day18:33
SEptici prefer this to social media stuffs, its too much, too spammy, too integrated, too naggy18:34
Kilosi love irc18:34
Kilosbut getting too technical now18:35
nsnzeroi dont use social media - except to save games 18:35
* Kilos blames inetpro and superfly18:35
nsnzero+o - Enables use of the op/deop commands18:37
nsnzeroi think that what you need 18:37
ra1v3nGnyt all18:39
Kilosi have that18:39
Kilosbut i want to give someone else ops with some flags18:40
nsnzeroGrants the operator flag to another person on the channel / op nickname18:40
Kilosi have these18:40
Kilos+AViotv18:40
nsnzeronight ra1ven18:41
Kilosi need to know the complete command18:41
Kilosi mess them up18:41
Kilosor get told i dont have athority18:41
nsnzeroKilos:  are you channel ops ?18:42
nsnzerottp://tekkitclassic.wikia.com/wiki/The_Tekkit_Classic_Wiki:IRC/Operators18:43
Kilosyes im ops18:44
Kilosbut need to hand it over while im away18:44
nsnzeroAdministrator who does want operator privileges: +vVoirtA18:45
Kilosty im reading18:46
Kilosall i dont have there is r18:46
magespawnchat late all home time for me18:49
Kilosgo safe magespawn 18:49
nsnzeronight guys19:06
Kilosnight nsnzero 19:06
=== eebrah|wtf is now known as eebrah
SEpticboy, ubuntu server is sure a challange19:23
SEpticbut im winning19:24
Kiloshehe19:24
SEpticshould never have studied electrical engineering19:25
theblazehenSEptic: installgentoo.org19:25
theblazehenSEptic: Installing Gentoo takes only two easily memorable commands:19:26
theblazehen1) fdisk /dev/sda && mkfs.xfs /dev/sda1 && mkswap /dev/sda2 && swapon /dev/sda2 && mount /dev/sda1 /mnt/gentoo/ && cd /mnt/gentoo/ && links http://www.gentoo.org/main/en/mirrors.xml && md5sum -c stage3-*.tar.bz2.DIGESTS && tar xvjpf stage3-*.tar.bz2 && links http://www.gentoo.org/main/en/mirrors.xml && md5sum -c portage-latest.tar.bz2.md5sum && tar xvjf /mnt/gentoo/portage-latest.tar.bz2 -C /mnt/gentoo/usr && nano -w /mnt/19:26
theblazehengentoo/etc/make.conf && mirrorselect -i -o >> /mnt/gentoo/etc/make.conf && mount -t proc none /mnt/gentoo/proc && mount -o bind /dev /mnt/gentoo/dev && chroot /mnt/gentoo/ && env-update && source /etc/profile && emerge --sync && cd /etc && rm /etc/make.profile && ln -s ../usr/portage/profiles/default-linux/x86/desktop make.profile && cp /usr/share/zoneinfo/US/Eastern /etc/localtime && cd /usr/portage && scripts/bootstrap.sh &&19:26
theblazehen emerge -e system && emerge vim && emerge gentoo-sources && cd /usr/src/linux && make menuconfig && make install modules_install && vim /etc/fstab && passwd && emerge grub vixie-cron syslog-ng dhcpcd && cp /boot/grub/grub.conf.sample /boot/grub/grub.conf && vim /boot/grub/grub.conf && grep -v rootfs /proc/mounts > /etc/mtab && grub-install --no-floppy /dev/sda && init 6 && emerge gnome mozilla-firefox openoffice && emerge --19:26
theblazehensync && emerge portage openssh19:26
theblazehen2) reboot 19:26
theblazehenfrom http://uncyclopedia.wikia.com/wiki/Gentoo19:26
Kilossjoe19:26
SEptic:o my donder19:27
SEpticwhat!?!?! this is amazing19:28
SEpticOn August 29, 1997, Gentoo's constant desire to upgrade itself led it to become self-aware, and therefore, turn on its masters and begin a nuclear war against humans. John Connor made the first response, sending the Governor of California back in time to stop it. 19:30
theblazehen" As with RS-232, the standard for VGA video is that there are lots of standards. Every manufacturer seems to list different timings in the manuals for their monitors. The values given in the table above are not particularly critical. On a CRT monitor, the lengths of the front and back porches control the position of the image on the display. If the image appears offset to the right or left, or up or down, try adjusting the 19:31
theblazehenfront and back porch values for the corresponding direction (or use the image position adjustments on the monitor, which accomplish the same thing)." Oh, great...19:31
theblazehenhey paddatrapper19:31
theblazehenpavlushka: *19:31
pavlushkayes theblazehen !19:32
SEptictheblazenhen: why the nitty gritty on vga? scratching something together?19:35
theblazehenSEptic: Trying to upgrade an OS to use 1024x768 (first prize), or otherwise at least 800x60019:35
theblazehenLast time I did something totally out of spec and managed to get 1024x512, but that's not working any more19:36
theblazehenBecause (1024x512*4/8 )/1024 = 256 KB19:38
Kilosnight all. sleep tight19:38
theblazehenNight Kilos19:38
theblazehenThe size of the VGA memory19:39
theblazehenI put it into 1024x768 VESA mode, but didn't implement page swapping so I could only get up to 1024x512, and had 256 black lines below19:39
theblazehenAnyone here familiar with qemu?19:40
theblazehenhttps://www.virtualbox.org/svn/vbox/trunk/src/VBox/Devices/Graphics/BIOS/vgatables.h gave me the undefined behaviour that just happened to work last time19:40
theblazehenget Symmetria19:40
theblazehenhey*19:40
theblazehen" /* index=0x0e vga mode 0x0e */" and " /* index=0x11 vga mode 0x0f */" seems kinda fishy19:41
SEptichmm let have a lewk19:44
theblazehenSEptic: Know any x86 assembly?19:50
SEpticmeh not really, all my assembly and C is related to micro-controllers, Microchip and Atmels19:52
SEpticperhaps i can help19:53
theblazehenhttp://www.templeos.org/Wb/Kernel/KStart16.html#l8119:54
theblazehenWe call http://martin.hinner.info/vga/timing.html mode 12 here19:55
theblazehen"1219:55
theblazehen19:55
theblazehenAPA19:55
theblazehen19:55
theblazehen640 x 48019:55
theblazehen19:55
theblazehen1619:55
theblazehen19:55
theblazehen60Hz"19:55
theblazehenWhoops19:55
theblazehenSorry19:55
theblazehenHmm19:56
theblazehenhttps://en.wikipedia.org/wiki/INT_10H Check bottom function19:57
theblazehenWrite string, then in the source "StreamPrint("INT 0x10");    //Enable VGA"19:57
SEptic StreamPrint("INT 0x10");  hmm20:01
SEpticseems a tad odd to be the only streamprint 20:03
theblazehenSEptic: With intel syntax If I had 0x0C12 (arbitary) in that MOV instruction, would the interger representation be 300 because of little endian or  3090?20:03
theblazehen"Write string (EGA+, meaning PC AT minimum)" Maybe I can use EGA modes?20:05
SEptic3090 i believe20:05
theblazehenSEptic: https://linx.home.theblazehen.com/2016-08-11-220654535x117scrot.png20:07
SEpticstupid intel little-endian20:17
theblazehenSEptic: You'll like TempleOS I think. Only thing's compiled are the bootloader and compiler20:18
theblazehenKernel and everything is JIT compiled20:18
theblazehenVariant of C20:18
theblazehenGlobal autocomplete20:18
theblazehenNo need to manually compile stuff because JIT20:18
SEptic0x0C12 would be 4620 surely?20:18
SEptictempleos, lemme check that out20:19
theblazehenEh. I put it in my calculator, and it gave 309020:19
theblazehenYeah. Let's get resolution up first :)20:19
theblazehenhttp://wiki.osdev.org/VESA_Video_Modes might be on to something20:20
theblazehenAX=0x4F02 looks familiar20:20
theblazehenCryterion: Yeah, there we go20:21
Cryterion??20:21
theblazehenCryterion: Upgrading an os to 1024x768 resolution20:22
SEptici'd be more use if hadn't been nailing so many beers this eve20:23
Cryterionadjust in screen display properties, need to read back to catch up ;)20:24
theblazehenCryterion: Heh. It's using vga modes20:24
theblazehenTrying to use VESA modes now20:24
theblazehenthen just edit the width and height in config20:25
Cryterionand I've been looking for something like this, mainly for the raspberryPi, couldn't seem to find much on getting into graphics mode in the first place on linux via terminal20:26
theblazehenCryterion: Do you get a framebuffer device?20:27
SEpticlittle-endian in x86 id byte order? then 0x0c12 => 0x12c0 = 450?20:27
theblazehenSEptic: idk20:27
theblazehenSEptic: https://code.coreboot.org/p/seabios/source/tree/master/src/std/vbe.h we can target this video bios20:28
pavlushkaGood night ZA! :)20:32
SEpticeish i've run out of juice, calling it a night20:35
theblazehenAlright, cheers20:36
SEpticwill have a look again moro20:36
SEpticnight all20:36
theblazehencool20:36
Cryteriontheblazehen: still trying to get into a graphics mode via c on a terminal application, haven't succeeded as yet, been a bit busy lately to continue atm20:36

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