Spyke

Replies

Comment on

Kennedy Center Board Votes to Carve Trump’s Name Into the Building’s Marble Facade

Reply in thread

If Democrats take all of the senate seats that are up for election, they'll be able to get the two thirds majority needed to convict him in the senate after impeachment. The odds of that happening are somewhere between slim and none.

Otherwise, unless some of the Republican senators cross the aisle, you're stuck with President Trump for the next couple of years assuming he survives.

linux

Comment on

Are you using systemd or an alternative, what do you recommend?

Reply in thread

For adding a quick thing to make something happen at a specific time, I can add a cron job in a couple of minutes. To add a timer takes creating a couple of files with syntax that took me a while to look up last time I needed it, and running a command. Then debugging. Sure, the timer has benefits, but cron jobs are still simpler.

On the bright side, there's actually a "crontab -t" command that apparently can be used to generate timer files from a crontab line, which I hadn't known of before today.