Slashdot Mirror


User: BostjanSkufca

BostjanSkufca's activity in the archive.

Stories
0
Comments
21
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 21

  1. "Once launched with administrator privileges..."

    Well, there's your problem.

    This rarely happens, as it seems. I hope, at least.

    However, once someone figures out that common PHP applications, which are currently mostly exploited for sending spam and distributing malware, can be abused in this crypto-ransom fashion, some "interesting" times will follow. Specially vulnerable deployments are those where the very same user that owns executable files is used for running that application too (I am looking at your defaults, cPanel), or, to a lesser extent, applications that permit executable code in some writeable directories.

    I guess encrypting application code will not be THAT problematic, but encrypting database content is another matter altogether.

    Hosting companies raising backup restore prices in 3, 2, 1...

  2. Re:I used to do this on Why Run Linux On Macs? · · Score: 2

    Precisely the opposite of my experience (albeit on MB Air).

    To summarize what is explained below with more details, when I bought MB Air and installed Ubuntu, I consented to:
    * some configuration tweaking in the beginning (wifi, brightness bug, etc)
    * occasional packet loss on Wifi (reboot resolves the issue)
    * some SATA controller errors in syslog
    * occasional problems with hibernation (if that happens, it succeeds if I reopen and close the lid again)
    * having to hold down alt key on every reboot to boot Ubuntu (I consider this a feature as it hides my OS)

    Benefits:
    * quality hardware,
    * longer battery life (even surpassing OS X),
    * way more usable OS (personal opinion),

    Longer explanation:

    I was a Linux (Ubuntu mostly) user before and I did not own any MB before Air. General experience with laptops+linux was: it generally works well, except for exotic components and 3/4 of battery life compared to Windows.

    I must note here that Ubuntu satisfies my computing requirements very well (sysadm work, Linux systems mostly) and having multiple workspaces and being able to quickly switch from one to another really aids mental context switch when I get the call about something unrelated to my current task.

    So, when I got MBAir, I really tried (honestly, I really did) to use OS X as my primary OS. However after a couple of days of frustration (with the final nail in the OSX coffin being requirement to pay around 20$ to get workspaces in two rows!) I gave in and installed 14.04. I try to think of myself as NOT retarded for computing-related stuff, but if after a couple of days OS still feels weird (or better, if going from Ubuntu to MacOSX feels like step back), I do not believe "the most intuitive OS" any more.

    Hardware wise, what surprised me was that battery life was even better than if I run OS X (15h vs 12h). Note that nothing cpu-intensive is done on this machine - it is generally a lightweight terminal to servers that do the heavy lifting.

    I learned to live with glitches that come with running Ubuntu on this HW. If I had to do it all over again, I would do it all over again (except for those days of OS X frustration).

    My €2c.

    b.

  3. Pleasant on Behind the Story of the iPhone's Default Text Tone · · Score: 1

    Route Nagios notifications to your phone and you will never describe your text message notification sound with an adjective "pleasant" :)

  4. Re:Wind of change? on Oracle Launches 'Private Cloud' Box · · Score: 1

    To self: RTFS!

  5. Wind of change? on Oracle Launches 'Private Cloud' Box · · Score: 1

    I remember seeing this vid a while ago: http://www.youtube.com/watch?v=8UYa6gQC14o

  6. Re:Hyperthreading on 8-Core Intel Nehalem-EX To Launch This Month · · Score: 2, Interesting

    According to my server metric graphs the additional threads are only useful for WIO CPU states.

    For example, on Intel 4core i7 920 processor, enabling hyperthreading impersonates additional four cores. But CPU utilization reported by metrics software shows that USR and SYS cpu times will only go up to 50% and WIO will add another 12%. This corresponds to having a virtual core used for waiting to IO stuff. Additional 3 virtual cores do not serve anything at all.

  7. Re:I thought they.. on Wikipedia Debates Rorschach Censorship · · Score: 1

    Mine were:
    "Insect, insect, insect, insect, insect, insect, insect, insect, insect, love."

    Why did I reply to the last one with "love" insead of "insect"? Well, after nine "insect" answers I thought I was going to be tagged as "not normal" if I only saw insects there, so I had to outweight the first nine answers :)
    I didn't take the test voluntarily, obviously.

  8. Re:Puppet cr@p... on How Do You Create Config Files Automatically? · · Score: 1

    Thanks for the info.

  9. Re:Here, let me google that for you on How Do You Create Config Files Automatically? · · Score: 1

    Looks promising! Tnx!

  10. Re:Puppet cr@p... on How Do You Create Config Files Automatically? · · Score: 1

    How can you steal a free software?

    Anyway, what are the pros of Cfengine compared to Puppet, in your opinion?

  11. Re:Pick and Choose the best on How Do You Create Config Files Automatically? · · Score: 1

    I = if

  12. Re:Pick and Choose the best on How Do You Create Config Files Automatically? · · Score: 1

    Do you know I one can add a new host for monitoring to openNMS via some sort of API?

  13. Re:LDAP on How Do You Create Config Files Automatically? · · Score: 1

    I find LDAP more useful for storing data about "end-user" of our systems, like usernames, email accouts, quota data and such, and not that much useful for storing the actual server configurations. But there could be something to it...

  14. Re:Gentoo Ebuilds, CVS on How Do You Create Config Files Automatically? · · Score: 1

    Do you log into the machine to emerge? Look at puppet for that...

  15. Re:Sounds like an Ubuntu user on How Do You Create Config Files Automatically? · · Score: 1

    Nope, a Slackware user, and on those servers I manage every software that interacts with external world (clients) is compiled from source as well as all the required libraries. But hey, I might be getting lazy just by not posting this from some Slackware shell telnet client, but from - you have guessed it - Ubuntu :)

  16. Re:OpenNMS on How Do You Create Config Files Automatically? · · Score: 1

    "Brings them in configuration..."

    For monitoring? Or for other things also, like configuration management?

  17. Re:standard VM image? on How Do You Create Config Files Automatically? · · Score: 1

    And if the servers are of more heterogenic nature and/or distributed across multiple datacenters?

  18. Re:Create a single boot image on How Do You Create Config Files Automatically? · · Score: 2, Informative

    Can't boot to same image, servers are collocated at different providers. For configuration management I find puppet working quite reliably and it does notify me about failed scripts/installations. And I prefer restarting only services, not whole servers, unless really necessary. When I get to deploy a new server, the workflow I would like to achieve goes like this: 1. I input all the relevant data (MAC/IP/mounts/purpose/misc) into some sort of application, via browser (or API for larger installs) 2. This application then creates necessary config files for: - PXE boot server (which does initial install of the bare OS with functional puppet), - puppetmaster (which completes the installation and creates a fully functional server by compiling packages) or whatever configuration management SW, - Nagios (or whatever monitoring software) - Ganglia (or whatever performance metrics software) 3. I just power up the machine and all the work gets done automatically, The sysadmin's job should not primarily consist of repeating items from step #2 mentioned above, and those unnecessary steps are what I am trying to avoid. I still have to create templates for all the above stuff, but that is the fun part anyway.

  19. Re:A Database w/ Config File Generators on How Do You Create Config Files Automatically? · · Score: 1

    Do you use server-push or client-pull method?

  20. Re:Dear Slashdot.. on How Do You Create Config Files Automatically? · · Score: 1

    I am a sysadmin and all I would like is to spare some time by eliminating unnecessary typing/programming/scripting and rather spend it on evaluating, testing, heck, even thinking.

  21. Re:Here, let me google that for you on How Do You Create Config Files Automatically? · · Score: 1

    Eh, has Linux server administration really come into this?

    Nope, it hasn't. But I did ask the question in the first place to check if I was missing something. Scripting is fun, love it, but doing everything from scratch (althought I am fan of it, as it gives me the knowledge and total control) is a bit time-consuming. So, if there is a simple software with nice web and API interface for this, and with the ability to create custom scripts which do the actual work, I would like to know about it.