|
|
Linux
toucheatout 2007-08-15 16:02 Linux
Linux's bash shell is certainly one of the most comfortable shells around. While reading its (4800+ lined) man page is certainly worth it, here are highlighted some features. Pattern matching
toucheatout 2006-10-12 16:43 Linux
Both Ubuntu and debian use dpkg and apt-get package management system. They work with all those .deb that you encounter. While most often binary packages are used (those that directly install executables, libraries etc in the right place), sometimes the compile options are not those you really would have wanted (for instance some packages in relation with audio/video processing, for codec licensing issues). The source packages repositories are those specified by lines beginning with deb-src in
toucheatout 2006-10-04 14:02 Linux
A word of warning on a unix account potentialA unix account is something that grants in general alot of things you may not be aware of, especially if logging in is possible (That could be such things as a webspace (apache's mod_userdir), cron jobs, email, possibility of running one's own server software on non-privileged ports ...), in case it is on a machine running several services (which can run without anyone noticing). Not mentionned are half a ton of denial of service attacks, at least in the default install case (yet this last point should be considered implied when saying 'giving a unix account that can be used to log in with').
toucheatout 2006-10-02 10:19 Linux
Even if it's not considered wise to let clear-form passwords in a file, sometimes there is no possibility of authenticating via public keys and therefore backups are only feasible this non-optimum way... This script would be suitable for off-site backups. Yet, if you have the possibility, i would advise you to use public-key cryptography (with something like ssh, using rsync for instance) to ensure the proper authentication and secrecy of your data.
toucheatout 2006-08-09 09:26 Linux
The tool: ddSimplest tool from linux toolbox: just reads and writes from stdin to stdout. However, input and output can be specified, including from a raw device. We have then the equivalent of ghost, that is sometimes called a master - that is, a default install that is going to be forced into a computer, for crash recovery but also to automate desktop installs: makes everything the same thus really easier to maintain. Bang your head a tenfold more for one install and avoid banging it again. Doing ghost-like backup (or master)Second line includes compression to reduce size - works really well with non-full hard drives:
toucheatout 2006-08-08 16:34 Linux
From troubleshooters.com Generic options for uid mashingThose are for /etc/exports.
|