253 reputation
28
bio website google.com
location North Pole
age 14
visits member for 1 year, 5 months
seen Feb 25 at 16:04
stats profile views 47

Prefers to stay anonymous and eat mousse au chocolat.


Feb
3
comment Extract a number from a column with Bash
@AlanShutko cute hack, but using pgrep obviously is much nicer. :-)
Feb
3
comment Extract a number from a column with Bash
Have you tried looking at the result of echo $PROCESS?
Feb
3
answered Extract a number from a column with Bash
Dec
10
awarded  Yearling
Dec
6
awarded  Commentator
Dec
6
comment Cannot execute java command on Ubuntu
I have never ever heard that write permissions would be necessary for execution, in particular not when there is an execute bit.
Dec
6
comment Cannot execute java command on Ubuntu
@Dolda2000 well spotted. Anyway, his installation is badly screwed...
Dec
6
comment Cannot execute java command on Ubuntu
@mmc18 now uninstall it again, so you don't screw up the permissions, and install the Ubuntu openjdk package instead. So you get automatic security updates.
Dec
6
answered Cannot execute java command on Ubuntu
Sep
13
revised Is there a point in installing antivirus on Ubuntu?
added 761 characters in body
Sep
13
comment Is there a point in installing antivirus on Ubuntu?
Well, a regular user cannot write to system executables on Linux anyway. Unless some player screwed up badly that is and keeps on installing software as user. Then there are SELinux and AppArmor to harden. But all that "behaviour analysis" of AV software mostly does not work. It exists, but it largely does not work. What they can detect is new variations of old viruses (mostly generated in malware toolkits, that is)
Sep
13
comment How to update python version in linux terminal
Your default python the probably still is python 2.4 - this is not bad, as some application might expect it to be that way. Try running python2.7 if you want python 2.7
Sep
13
comment Is there a point in installing antivirus on Ubuntu?
As for tripwire. I was running it for some years on a server, but found it unmaintainable in the long run, at least if you constantly keep your system up to date. It made sense when you did only yearly updates, but if the system constantly evolves, you end up constantly updating the signatures, and probably won't notice a modification. Instead, such a system should use e.g. an off-site debsums database to automatically keep in sync with upgrades.
Sep
13
comment Is there a point in installing antivirus on Ubuntu?
Sorry, yes, I misread your post.
Sep
12
answered Is there a point in installing antivirus on Ubuntu?
Sep
12
comment How to update python version in linux terminal
No, that is not a good idea. Because you do not get automatic security updates anymore. Stick to the distribution version.
Sep
12
answered How to update python version in linux terminal
Jul
20
awarded  Caucus
Jul
20
awarded  Constituent
Jun
8
comment VLC, realtime priority and rtkit
It's only happening when e.g. a web browser eats a lot of memory. So yes, unless I'm multitasking it is fine. No issues when just watching TV. And yes, the computer may need to swap, I only have 1 GB, and today web browsers are darn memory hungry. If I weren't multitasking I would not need to increase the priority. But I want VLC to get priority over all other stuff (and no, I don't want to put "nice" in front of every other command).