|
|
|
|
|
by barrkel
3602 days ago
|
|
Most of my post-startup routine in Linux is doing things like re-seeding my development database after the ramdisk has been mounted, starting up screen with database clients, and booting up the local servers (the ones that make up our application) all connected to one another - a single script, but still takes a few seconds to get going and can only happen after the database on the ramdisk has been configured. Application state for all three GUI apps I use is pretty much restored on every platform. Thing is, there are only three of them. |
|