Blogs

Online E-business, How to...? I have no clue!

Online E-business, How to...? I have no clue!

Well... I have ideas of making quick money selling my softwares. (O; But i don't even* have a clue how to do a e-business. Is it like... websites are connected to merchent accunt and when the customer types the credit card number via. the buyers website; the price of software is utometically deducted from his master/visa card or pay pal and deposited to the sellers account autometically and when the tranjection is done the buyer gets his goods/softwares.......

But, frankly I don't know...What is the easiest way to start a E-commerce, What are the procedure, WHAT ARE THE BASIC REQUIREMENTS? how much does it cost for me to open this SELLERS ACCOUNT? Can i do it via pay pal? How do people cash their e-money?

Security+ Library

a small but good collection of stuffz,

http://secinf.net/
http://iis1.cps.unizar.es/Oreilly/
http://hk8.org/old%5Fweb/
TEXTFILES.COM
http://www.redneckrepairs.org/soft/bookz/
http://www.comms.engg.susx.ac.uk/fft/
http://preterhuman.net/texts/
http://safariexamples.informit.com/
http://www.guxiang.com/epubcn/readings/diannaotushu/500/download/1107/ms_computer_dict_5th.zip
ftp://utopia.hacktic.nl/pub/security/ [ftp://utopia.hacktic.nl ]
http://filth.orcon.net.nz/Prentice.IP.In.Wireless.Networks.eBook-LiB/l-piiwn1.zip
http://filth.orcon.net.nz/Prentice.IP.In.Wireless.Networks.eBook-LiB/l-piiwn2.zip

Binary Counting !!

Binary Counting - Learn to count like a computer with your fingers!!

Get your kids thinking like a GEEK. Introduce them to the FUN projects for kids at howtoons.org .

Improving Hard Drive Performance - tuning with hdparm...

Note: You will need to be logged in as root to perform this tweak.

Default Settings:

#/sbin/hdparm -t /dev/hda

/dev/hda:
 Timing buffered disk reads:  64 MB in  3.57 seconds = 17.93 MB/sec

Identification info that was obtained from the drive at boot time:

#/sbin/hdparm -i /dev/hda
 
/dev/hda:
 
 Model=Maxtor 4D040H2, FwRev=DAH017K0, SerialNo=D21ZWSPE
 Config={ Fixed }
 RawCHS=16383/16/63, TrkSize=0, SectSize=0, ECCbytes=57
 BuffType=DualPortCache, BuffSize=2048kB, MaxMultSect=16, MultSect=16
 CurCHS=4047/16/255, CurSects=-217054981, LBA=yes, LBAsects=80043264
 IORDY=on/off, tPIO={min:120,w/IORDY:120}, tDMA={min:120,rec:120}
 PIO modes: pio0 pio1 pio2 pio3 pio4
 DMA modes: mdma0 mdma1 mdma2 udma0 udma1 *udma2 udma3 udma4 udma5
 AdvancedPM=yes: disabled (255)
 Drive Supports : ATA/ATAPI-6 T13 1410D revision 0 : ATA-1 ATA-2 ATA-3 ATA-4 ATA-5 ATA-6

See the current settings:

#hdparm -v /dev/hda
 
/dev/hda:
 multcount    = 16 (on)
 I/O support  =  0 (16-bit)
 unmaskirq    =  0 (off)
 using_dma    =  1 (on)
 keepsettings =  0 (off)
 nowerr       =  0 (off)
 readonly     =  0 (off)
 readahead    =  8 (on)
 geometry     = 4982/255/63, sectors = 80043264, start = 0

Notice that I/O support is 16-bit, but doing research on the "Maxtor 4D040H2", I found that it support 32-bit. Also, unmaskirq is turned off and DMA mode is set to: udma2 (X66). The "MaxMultiSect" is the number to use for the multicount setting.

Patch and Rebuild an RPM Package

The following describes how to derive a patch for a modification you need to make to the source code of a program, and apply that patch during the RPM building process.

1. Setup

By default, at least on a Red Hat box, rpm uses /usr/src/redhat as the location of the %_topdir macro, which specifies where most of the work involved in building an RPM takes place.

The BUILD directory is where sources will be extracted and compiled, and as such is more or less a temporary working directory. SOURCES is for source tarballs, patches, and additional files, which are extracted from SRPM packages you install, and used and included in packages you build. The RPMS and SRPMS directories are where packages you build will end up. The SPECS directory is where the specfile included with an SRPM will be placed.

XSS in major Nepali websites (discovered by www.nepsecure.tk)

XSS or C-ross S-ite S-cripting is a means of successfully injecting HTML/javascript etc and is mostly client side i.e. browser

Nepali websites have time and time again found to be ignorant about security. Closeupzone.com (website of Closeup tooth paste / event management) and m2win.com (website of Mayos Instant Noodles) have been the latest victims of the talented group of Nepali hackers www.nepsecure.tk.

The proof of concept demonstrates the Xss vulnerabilities in these sites. closeupzone.com does seem to try to filter HTML tags but it is possible to bypass the filter so this is a particularly interesting one. I personally can't comment about the ethics of these Nepali security gurus but it would be a applaudible act to point it out to the concerned authorities.

Google Entices Job Searchers...

Mysterious banners at a Cambridge, Mass., subway stop have commuters scratching their heads. The signs, challenging passers-by to solve a complicated math problem, are actually a cryptic pitch by Google, which is looking to hire more brainy engineers.

The message at Harvard Square also appears on a billboard in California's Silicon Valley, but Google's name is nowhere to be found on the ads. It simply states:

{first 10-digit prime found in consecutive digits of e}.com

In case you're wondering -- or forgot -- e is the base of the natural system of logarithms, having a numerical value of about 2.71828 (though the number goes on forever).

AlternC Hosting Software

AlternC is a set of user-friendly automatic hosting software suite available in French, English, and Spanish. It features a PHP-based administration interface, shell and Perl scripts that manage server contents. It is easy to install and open-source software based on the Debian GNU/Linux system ('Woody' version), and requires other softwares such as Apache, Postfix, Mailman... It also contains a documented API, so you can customize your web panel quickly and easily.

Frequently used SCREEN reference commands

# open screen session
screen 

# list screen sessions
screen -ls 

# reattach to screen session
screen -r <name of screen session> 

# attach to a not detached session
screen -x <name of screen session> 

# detach from unattached session
screen -d 

Note: ^A = Ctrl-a (Press the "a" key while holding down Control key)

detach from screen session attached to
^A d 

# open another session
^A c 

list the screen windows
^A w 

# print screen and save a hardcopy
^A h 

# go to next window
^A n 

# go to previous window
^A p

# lock screen
^A x

Linspire Desktop

Interstesting article about Linux - no longer for techies...

http://www.linuxplanet.com/linuxplanet/reviews/5546/1/

Also, recently NRP.org featured the ABCs of Linux mentioning Linspire on 8-27-04, Talk of the Nation .

http://www.npr.org/features/feature.php?wfId=3875409

Linspire, was originally named Lindows (Linux + Windows) and had Microsoft chasing them which eventually resulted in a name change.

Syndicate content
Comment