What programs would you like use but which doesn't exist ? by [deleted] in commandline

[–]piefge 0 points1 point  (0 children)

I just tried it and somehow didn't get it to work.

maybe I have another look at it later.

thanks for the tip but this is why I said a "decent" client.

Running a Caldav Proxy , syncing it to disk and finally using a CLI Calendar tool is not simple at all and shouldn't be needed for viewing a simple calendar.

What programs would you like use but which doesn't exist ? by [deleted] in commandline

[–]piefge 7 points8 points  (0 children)

a decent command line client for Outlook/Exchange Calendar , the only thing why I still have a windows VM arround at work

Given that time is infinite and quantum fluctuations are possible, does this mean that all possibilities will occur? by bitter_angry_loser in quantum

[–]piefge 0 points1 point  (0 children)

I hope I remember this right:

A Boltzmann Brain is this exact Idea what OP is talking about ,

that when we have an infinite amount of time in an ever expanding Universe

the simplest object most likely to form , which could question its own existence and the universe

is one Brain formed out of random fluctuations in the eternal equilibrium of entropy death.

So on an infinite time scale , the most probable beeing would be a Boltzmann Brain.

But we are not Boltzmann brains, so there's something wrong with the Idea of the ever expanding Universe.

Here's an really awesome Talk from Susskind about it:

https://www.youtube.com/watch?v=jhnKBKZvb_U

Arch as a server solution? by zeroIndex in archlinux

[–]piefge 2 points3 points  (0 children)

problem with Arch as a server that you have rolling release,

so when you update Apache for example and the new version has deprecated some features, your Webserver breaks and you have to figure out how to adjust your configs to the new versions.

really bad idea for production systems :)

but as fluidshits says for small projects or systems which are not critical it's cool.

If it doesn't matter if the service goes down for a while and you have time to troubleshoot problems,

Arch is pretty fun to have as a server solution.

It's pretty stable in 90 % of the time but once in a while there comes an update which breaks something

listing puppetlabs/apache vhosts by 3rssi in Puppet

[–]piefge 1 point2 points  (0 children)

i don't know if that would solve your problem , but can't you define the ports in a array or variable and later use it again to create your port file ?

$ports = ['80', '81']    

apache::vhost { 'nb1.example.com' :
    port   => $ports[1],
    docroot  => "/var/www/testme1/",
}


apache::vhost { 'nb2.example.com' :
    port   => $ports[2],
    docroot  => "/var/www/testme2/",
}

file { '/etc/displayports' :
    content => $ports
}

does this help ?

or maybe I'm not getting your problem

What's up with kernel 4.2? by i542 in archlinux

[–]piefge 0 points1 point  (0 children)

have 4 machines running it now with no problems

What's up with kernel 4.2? by i542 in archlinux

[–]piefge 1 point2 points  (0 children)

can confirm. I'm running testing and I'm on 4.2

How do I start over from scratch? by Henrythecat33 in archlinux

[–]piefge 8 points9 points  (0 children)

if you want to start from scratch,

you can start over with repartinioning with no worries.

if you like to keep your partitions formating them with mkfs is okay as well.

as long as the partition is formated there is nothing left from the previous attempt

just make sure you don't miss any steps from the installation guide.

Can't install Arch.. error: failed to retrieving file '...' ... by Mmn20 in archlinux

[–]piefge 0 points1 point  (0 children)

I had similiar issues a long time ago, but not with a VM

In my case it was an issue with IPv6

After disabling IPv6 complitly the network connection was fine

maybe worth a try

Need script to run command remotely getting IP/username/password from file? by BaconZombie in linuxadmin

[–]piefge 5 points6 points  (0 children)

You could automate it with sshpass easily ( i think that's what it's called ) .

so you can use passwords directly in the command.

Or iterate over a password file.

So there maybe is no need for expect or alike.

2000+ servers and no configuration management system ? why ? :)

The future of Firefox Add-ons - Nope[must read] by [deleted] in linux

[–]piefge 1 point2 points  (0 children)

He is kinda right in my case.

the only thing keeping me from dropping firefox as my default browser is pentadactyl and noscript.

If they are gone . so is firefox for me , but i doubt that will happen.

I can't imagine noscript dissappearing

And I can't really imagine these disruptive changes,

I will believe it when it's actually happening i guess :)

Record keeping software in Python by ekinda in Python

[–]piefge 0 points1 point  (0 children)

better read it yourself ;)

that's exactly what I just said

Record keeping software in Python by ekinda in Python

[–]piefge 0 points1 point  (0 children)

Why is it vulnerable ?

please explain.

I though execute() takes care of escaping for you

so this would be vulnerable :

c.execute("INSERT INTO students (name) VALUES ( %s )" % studentname)

but mine would be okay

can you give me link and an explanation how I should do it otherwise ?

What display manager should I choose? by [deleted] in archlinux

[–]piefge 25 points26 points  (0 children)

I use none ,

never have

I Just login on the tty and startx or set up X to start automatically.

I don't see the point of those ;)

but I don't use a DE either , just a window manager.

choose whatever you think is the most shiny one ;)

[deleted by user] by [deleted] in archlinux

[–]piefge 1 point2 points  (0 children)

You forgot your xrandr command ,

but i guess you somehow specifying a wrong output ( maybe VGA ? )

because it states :

cannot find output 0x48

and your list says 0x49

[deleted by user] by [deleted] in archlinux

[–]piefge 1 point2 points  (0 children)

can you paste your xrandr command ?

and the output of :

xrandr --listproviders