Posts

Showing posts from October 20, 2018

Some questions about Hard-links, and backups

Image
Clash Royale CLAN TAG #URR8PPP up vote 0 down vote favorite Recently I accidentally whipped out a directory with important stuff, and now I'm starting to think about the best ways to have backups, a remote copy It's already in place but I was thinking, about A scripts that replicates my directory structure in another directory, and makes hard links for all the files in the directory, so In case I delete something It still exists. But my question here is, Does git version control will still work? Should I replicate the structure and make hard links for each file or hard links the the directories? What I want is to be able to have a hard links to the same inodes, in some other place, so I don't harm the integrity of the files if I delete or something, the hard links should be updated with a cronjob, so I always have a pointer to them. The concern is If git will respect the hardlinks? backup hard-link share | improve this question edited 4 mins ago

How to install Ubuntu Software Center on Parrot OS?

Image
Clash Royale CLAN TAG #URR8PPP up vote 0 down vote favorite I m using the latest Parrot OS. I would like to install the Ubuntu Software Center, so that I can change my packages easily. Is it possible to install the Ubuntu Software Center on Parrot OS? parrotsec share asked 1 min ago Abdul Qadir 101 New contributor Abdul Qadir is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct. add a comment  |  up vote 0 down vote favorite I m using the latest Parrot OS. I would like to install the Ubuntu Software Center, so that I can change my packages easily. Is it possible to install the Ubuntu Software Center on Parrot OS? parrotsec share asked 1 min ago Abdul Qadir 101 New contributor Abdul Qadir is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Cod

Style guide for command line tools' console output?

Image
Clash Royale CLAN TAG #URR8PPP up vote 0 down vote favorite Is there a Unix/Linux style guide or similiar, how a program's console output should look like? Preferrably with some explanations about the background (why is a rule important..). command-line share asked 3 mins ago philipp 101 New contributor philipp is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct. add a comment  |  up vote 0 down vote favorite Is there a Unix/Linux style guide or similiar, how a program's console output should look like? Preferrably with some explanations about the background (why is a rule important..). command-line share asked 3 mins ago philipp 101 New contributor philipp is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.