stevee

PXE Menu Issues and ISO Boot File Problems

Loading

I'm still struggling at this point to get correct info to make some of these menus work. Those in bold work. -- default menu.c32 prompt 0 timeout 300 ONTIMEOUT local menu title # PXE Boot Menu # label 1 menu label (^1) Install pmagic32 kernel pmagic/bzImage INITRD pmagic/initrd.img,pmagic/fu.img,pmagic/m32.img,pmagic/files.cgz APPEND edd=on vga=normal label 2 menu label ...  PXE Menu Issues and ISO Boot File Problems

Cryptography + Encryption

Loading

The GCHQ guys inc. Clifford Cox finally get a mention as the original secret inventors of RSA: ISCW_Cryptography_and_VPNs_OU_template_v1.ppt

Cool Cmd #6 – dd_rescue

Loading

Continuing from the last Post, I want look at dd_rescue... Simply, it recovers data blocks as small as 512k in fwd or rev directions to maximise the potential for reading bad sectors. If it can't, it continues on without quitting to the next sector, writing zeros in place of the corruption, which may mean possible ...  Cool Cmd #6 – dd_rescue

Recover Your Data and PC

Loading

Protect Your Data and PC ***** For more of Business/Corporate level security understanding of legal requirements for Data Protection see this PowerPoint: Introduction_to_Security.ppt For Server 2003/other(?), the ONLY FREE AV software I know that will run on it is Immunet - that will remove/quarantine files also. https://www.immunet.com/ ClamAV for Windows is a scanner - it ...  Recover Your Data and PC

Basic Security Concepts – Principles For Any System or OS

Loading

Because there are so many aspects to overall system security management that have to be considered, basic security protocols and definitions have been established to enable a structured, more modular approach to separating and simplifying the many complex and often overlapping areas involved in security issues, so that forms of system protection could be researched, ...  Basic Security Concepts – Principles For Any System or OS

Cool Command #3 Rsync

Loading

Cool Cmd #3 Rsync man rsync DESCRIPTION Rsync is a fast and extraordinarily versatile file copying tool. It can copy locally, to/from another host over any remote shell, or to/from a remote rsync daemon. It offers a large number of options that control every aspect of its behaviour and permit very flexible specification of the ...  Cool Command #3 Rsync

Cool Command #2, Find with -exec or -delete or pipe to xargs rm -v

Loading

man find FIND(1) NAME find - search for files in a directory hierarchy SYNOPSIS find [-H] [-L] [-P] [-D debugopts] [-Olevel] [path...] [expression] DESCRIPTION This manual page documents the GNU version of find. GNU find searches the directory tree rooted at each given file name by evaluating the given expression from left to right, according ...  Cool Command #2, Find with -exec or -delete or pipe to xargs rm -v

Cool Command #1 – DD with Progress

Loading

(Amended 18 Sept 2015) sudo dd if=/dev/sdc of=/dev/sdb bs=512 conv=sync,noerror status=progress For an insight into using the best Block Size values when copying to/from different media types, and using DD in general, read this link FIRST - see the quotes to get some perspective and optimise your copying time: https://blog.tdg5.com/tuning-dd-block-size/ "Let's start off with a ...  Cool Command #1 – DD with Progress

Databases – A Research Paper 2009

Loading

Databases – A Research Paper by Steve Edwards 2009 Introduction As there are multiple ways in which electronic data can be stored, accessed, altered, and defined, so there are many different types of Databases in existence, storing and manipulating data for a particular purpose. Differences between possible configurations of various electronic Multi-User Databases will be investigated - ...  Databases – A Research Paper 2009