186 Posted Topics

Member Avatar for RikTelner

I'm planning to set myself a target for future. Something that I'll thrive to learn and create and if it doesn't succeed I can blame you (just jokin'). So I thought about creating Linux GUI, I mean, I have kind of idea on how GUI should look like, I've got …

Member Avatar for rubberman
0
264
Member Avatar for RikTelner

Why does Linux, looks like Macintosh? I am in classroom, there are 2 Macintosh users, then me, with Linux openSUSE/Ubuntu and Mint then rest of Windows 7/8. So, one of Macintosh users came standing behind my screen (everybody in the class is stalking one another, as if it was normal, …

Member Avatar for mike_2000_17
0
1K
Member Avatar for RikTelner

Some time ago (about 2 years maybe) I read in IT-newspaper about scandal of Comodo giving virus-safe-certificate to a virus. Now, that may or may not be a NSA virus (or any other, really). Another way from my friends, I've heard that Comodo is pretty hardcore when it comes to …

Member Avatar for RikTelner
0
94
Member Avatar for RikTelner

I'm downloading through BitTorrent client on Windows 8. I imagine I could leave it there with locked screen a.k.a. `Super + L`, but, I assume it will automatically fall asleep, it will be over 10 minutes, an hour or any other minute, but I just need it to stay awake. …

Member Avatar for nullptr
0
58
Member Avatar for RikTelner

There are programs, that can't use more than 1 core. There are programs, that can use more than 1 core but only if you tick the option There are programs, that directly use more than 1 core. Are there programs, which can't use more than 1 **CPU**? By CPU, I …

Member Avatar for Nutster
0
171
Member Avatar for RikTelner

I'm having Windows 8.1 ISO file. I also have 7.9GB USB. I wanted to find program which would help me install Windows next to Ubuntu to play games. So I managed to use `UNetbootin` but it didn't work. It booted and displayed "Default" as only menu. Whethever you did wait …

Member Avatar for RikTelner
0
244
Member Avatar for RikTelner

http://pastebin.com/6xbfquFz It answers with: ID is: . Resulting is: 1 Redirection failed. Please redirect yourself to main website. Redirection isn't a problem. I disabled auto-redirect so that I can see error at work.

Member Avatar for veedeoo
0
182
Member Avatar for RikTelner

`while ($row = mysql_fetch_array($result))` Is nice command which iterates through every line, if `$result` is a MySQL query. It iterates every single line, one by one. See, I've got situation like: <tr> <td>Source 1</td> </tr> <tr> <td>Source 2</td> </tr> And it is kind of part of design, I can't really …

Member Avatar for RikTelner
0
166
Member Avatar for RikTelner

So, I'm at school right now. In programming (actually coding) class. I managed to get working Apache and everything's fine. Got MySQL runnin', which is nice. But then it turned out that I had to use terminal for all the SQL commando's I had to put inside. I'm not close …

Member Avatar for RikTelner
0
212
Member Avatar for RikTelner

Is it possible to. Have Apache and MySQL started and running well as service on Ubuntu (I can get to MySQL through terminal and Apache works by correctly executing code which I can see by looking at localhost), then use virtual machine of Windows 8. Start there Apache and phpMyAdmin? …

Member Avatar for RikTelner
0
135
Member Avatar for RikTelner

Heya. I got my XAMPP install x64 for Ubuntu. Where it has `.run` prefix. I've enabled it to run (through properties). When double clicked it requested for root privilages. Well, I went Googling. Nobody tells me how to start program as root through GUI, but, people say that `sudo su` …

Member Avatar for carlitosmdeo
0
546
Member Avatar for RikTelner

Is LFS (Linux From Scratch) bulletproof? I don't want to build OS, that would probably result me throwing laptop through the window 17 times and pulling massive amount of hair opt-out of my head. So. I just want to know. They said that using LFS they were able to build …

Member Avatar for Hiroshe
0
192
Member Avatar for RikTelner

I want to install openSUSE Linux on my computer really badly. So I managed to install openSUSE (64-bit version, as my processor) on DVD. I booted it up, but because I also have Microsoft Windows 7 on this disk, I wanted to make it really carefully. I wanted 1st partition …

Member Avatar for Gribouillis
0
863
Member Avatar for RikTelner

Hey, is there a Linux (+ packages?) which I could install on USB, and boot it up on computer and would serve as extremely safe "Sandbox"? I want to put there copy of contracts, important immensely long passwords et cetera. I'm not doing any of those, but, these are just …

Member Avatar for RikTelner
0
299
Member Avatar for RikTelner

"file system has allocation errors due to cross-linked files. run os built-in tools for checking and correcting such errors", that prompted before formatting which was cancelled due to error. i want to repair that hdd, but which program can i use? i cant really boot now because screen is broken …

Member Avatar for rubberman
0
203
Member Avatar for RikTelner

i tried to build windows pe on "deployment and imaging..." i used command "copype i386 C:/winpe\" and it said, "ERROR: The following processor architecture was not found: i386.", my 32-bit machine crashed, now i wanted use 64-bit machine to create windows pe for certain actions... can anyone help me?

Member Avatar for RikTelner
0
95
Member Avatar for RikTelner

Is there possibility to select every table-cell, image and text within ID? I plan to make them all smaller using `.animate();` problem with it, I need to select all these elements first without manually doing it (it has to automatized) process.

Member Avatar for JorgeM
0
116
Member Avatar for RikTelner

**OS** - Linux Arch *I assume it could support more than 512GB of RAM.* **Motherboard** - Intel® X79 Express Chipset *According to [this](http://www.pcstats.com/articleview.cfm?articleid=2647&page=2) page. X79 support 64GB of RAM @ 1600MHz.* **CPU** - Intel® Core™ i7-4960X *According to [this](http://ark.intel.com/products/77779) page. i7-4960X supports 64GB of RAM @ 1866MHz.* OS, motherboad and …

Member Avatar for mike_2000_17
0
203
Member Avatar for RikTelner

http://stackoverflow.com/questions/5846/add-1-to-a-field Didn't really work. My script looks as follows: <?php if (isset($_GET["id"]) && isset($_GET["char"])) { $id = $_GET["id"]; $char = $_GET["char"]; $result = mysql_query("SELECT * FROM battles WHERE id='$id'"); if ($char == "1") { $bool = "first_char_votecount"; while($row = mysql_fetch_array($result)) { $mincemeat = 1 + $row["first_char_votecount"]; } } elseif ($char …

Member Avatar for RikTelner
0
287
Member Avatar for RikTelner

So. I've been trying to use switches from PHP. I've done this many many times. I end up cursing up entire world and threatening everybody in the world, I was sitting here for about an hour screaming the worst curses there possibly exist. I don't know what happened. I don't …

Member Avatar for RikTelner
0
109
Member Avatar for RikTelner

Hey. You guys and Linus (well, he said: "Nvidia, f**k you"), were telling that Linux is having problems with latest Nvidia CPUs. Well. My laptop will be kinda custom built. It would have then Nvidia GTX 880M (2x8GB) SLI. Is that on list of compatibility to OpenSuse and Arch? Is …

Member Avatar for RikTelner
0
167
Member Avatar for RikTelner

I couldn't find it on net, so. Do you guys know if Intel or AMD or any other company might've been producing mono-core with higher clock frequency? Mono-core with 10GHz would suit good.

Member Avatar for Hiroshe
0
764
Member Avatar for RikTelner

http://en.wikipedia.org/wiki/P_versus_NP_problem http://simple.wikipedia.org/wiki/P_versus_NP I stumbled upon this topic. P vs. NP. So far as I could understand from "simple" version of Wikipedia (the "en" version cracked me). They seek for method to find match amongst many results instantly without [Brute Forcing](http://en.wikipedia.org/wiki/Brute-force_attack) it. Is that true? So far I can thinks of …

Member Avatar for Hiroshe
0
259
Member Avatar for RikTelner

Hey, when you `height: x%;` or `width: x%;` of a div. It actually stays that percentage of screen. Now matter how badly you'll mess up entire page. It's still gonna be x% wide and x% height. Well, I tried that with font, but browser doesn't seem to be able to …

Member Avatar for RikTelner
0
73
Member Avatar for RikTelner

Hey, do you dear people know site. Where I could bump 100 000 of words in Anglo-language. Put cash next to it. Ask for translation for Anglo => [Put name of approx. 100 languages here] and they will translate it at very good rate (correct translations)? I tried to find …

Member Avatar for Dani
0
99
Member Avatar for RikTelner

Hey, recently I asked you how much would certain websites cost. So I thought I'd create website, to show off my "skillz" (if any :D) for people to hire me. I first thought to create website like IMDB which offers exploring and seeking for videos their rates description, photos, cast …

Member Avatar for vegaseat
0
267
Member Avatar for RikTelner

Hey there. I am from group of people. That are getting heavily irritated by unexpected smash of sound above 12kHz. Is there way to limit it, up to this? I mean, I don't have problem if I am expecting it. But when I am playing games, watching films or listen …

Member Avatar for danikerr
0
264
Member Avatar for RikTelner

WolframAlpha data dump: - US total area: 9 631 000 km^2 - US arable land: 1 650 000 km^2 - US population: 319 000 000 people **How many km^2 of arable land would Kingdom of 10 million people require to support it's living requirements?**

Member Avatar for jwenting
0
246
Member Avatar for RikTelner

Modem, as I know it, has FFFF (65k) ports. Does that mean that it sends signals over different frequencies and my adapter is set by way that it assignes signal of each frequency to a port, or, how does it actually work?

Member Avatar for mike_2000_17
0
186
Member Avatar for RikTelner

How much do websites cost? I want to start threads on certain forums and make websites for them. Pretty high quality/high end. I've been Googling so far, but prizes are outragous (4000-12000 dollars sometimes). If I may ask, I'd call 2 different types of requests, could you tell me what …

Member Avatar for BryceWillis
0
227

The End.