Recopilo apt-get usados al inicio de Ubuntu

sábado, 27 de diciembre de 2008

Para acabar el año me apunto las apt-get que utilizo al instalar Ubuntu:

|apt-get| Primero tras instalar hago una actualización aversión y recarga desde servidores
sudo apt-get update
sudo apt-get upgrade


|apt-get|

Instalamos con aptitude:
sudo aptitude install d4x scribus

Instalaremos primero con apt-get:
sudo apt-get -y install unrar amarok

sudo apt-get install gdesklets awn-manager aptoncd gparted partimage alien ufw amarok hydrogen streamtuner denemo isomaster mixxx audacious kino audacity mc celestia celestia-gnome stellarium thunderbird ktorrent amule mc virtualbox vlc hydrogen picard aptoncd gparted partimage gnome-schedule wine scribus

sudo apt-get install avidemux dvdauthor dvdbackup gopchop gxine gxineplugin subtitleripper todiscgui tor privoxy

|codecs multimedia privativous|
sudo apt-get install gstreamer0.10-plugins-bad gstreamer0.10-ffmpeg gstreamer0.10-plugins-ugly

sudo apt-get install gstreamer0.10-tools gstreamer0.10-x gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad gstreamer0.10-ffmpeg gstreamer0.10-alsa gstreamer0.10-schroedinger gstreamer0.10-pulseaudio

|debian menu en ubuntu|
sudo apt-get menu menu-xdg
update-menus


|contraseñas cambio root|
sudo passwd root

|cambio arranque PC|
sudo gedit /boot/grub/menu.lst

|activo firewall|
sudo ufw enable




Para instalar AnantWindowNavigator: con plugin
desde:
sudo gedit /etc/apt/sources.list
añadimos:1
#AWN
deb http://ppa.launchpad.net/reacocard-awn/ubuntu hardy main
deb-src http://ppa.launchpad.net/reacocard-awn/ubuntu hardy main
Con instalaro habitual instalo aplicaciones:
awn*.brz
Para activarlo:
sudo avant-window-navigator
Y para que arranque cada vez con sistema:
sistema/preferencias/sesion y en ventana que se nos habre, en pestaña: "programas de inicio" añadimos "avant-window-navigator"

Medias VLC, emisoras, descargas .flv ... DIC08

domingo, 7 de diciembre de 2008

Ahora intentare abarcar algunas de las opciones que tenemos desde la red, ademas de la de escuchar una radio online, ver un canal de televisión, escuchar un podcast o ver un vidcast ...



DESCARGAR un programa de RTVE en formato .flv:
En vez de visionar programas desde la pagina de rtve.es puede resultar interesante descargar un programa para revisionarlo en unas semanas, para ello:
Entro en rtve.es: http://www.rtve.es/alacarta/index.html, con boton derecho del raton, encima del programa a ver en nueva ventana.
Estaremos viendo una pagina como http://www.rtve.es/alacarta/player/000000.html
Sustituyo ".html" por ".xml": http://www.rtve.es/alacarta/player/000000.xml
Así logramos ver el codigo de la pagina y observando dentro tenemos:
"rtmp://stream.rtve.es/stream/resources/alacarta/flv/0/0/0000000000000.flv"
Ahora como dirección de navegador pondremos:
"http://www.rtve.es" + "/resources/alacarta/flv/0/0/0000000000000.flv"
Al entrar a esta pagina comenzara a descargarse rapidamente programa deseado, que podemos visionar en cuando deseamos.

convertir .amr .flv .mp3 .wma .ogg .wav .awb .wmc .mpeg .avi .flv .3pg
Para convertir estos programas entre ellos, podemos aprender desde: http://doc.ubuntu-fr.org/formats_non-libres muchas cosas, pero para ir mas rapido hacer conversion con un programa que hace todo: http://www.miksoft.net/
, el programa .gz o .deb


Instalar para traductor el castellano, añadido al english or franÇais:
Instalamos paquete:
>>sudo aptitude install aspell-es

OpenOffice 3 en Ubuntu

viernes, 28 de noviembre de 2008

0 comentarios  

Para instalar OpenOffice en Ubuntu:
1) desinstalar completamente todos los paquetes OpenOffice, por ejemplo desde System/administration/Synaptic
2) desde pagina openoffice.org, en mi caso: castellano/ deb/ 32bits
3) descomprimir en carpeta fichero bajado: Gráficamente (botón derecho -> Extraer aquí) o desde consola:
>>tar xzf OOo_3.0.0..elquedescarges......_deb.tar.gz ]
4) procedemos a instalar los paquetes .deb desde carpeta DEBS/ dentro de la carpeta creada:
>>dpkg -i DEBS/*.deb
5) luego lo mismo dentro de la subcarpeta que contiene DEBS/. Este ultimo para crear dentro de Applications/Office/ los enlaces a los programas ya instalados en la carpeta opt/openoffice.org3
>>dpkg -i *.deb

Sigo perfilando mi gnu/linux distribucion ubuntu

viernes, 10 de octubre de 2008

0 comentarios  

Editar GRUB
Debo recordar que para editar el arranque de GRUB de mi PC (claro como superusuario):
>>sudo gedit /boot/grub/menu.lst
Así podre, por ejemplo cambiar a :
"
default 4 ( para opción cuarta se la que arranque por defecto )
timeout 1 ( solo me de un segundo para cambiar opcion por defecto)
hiddenmenu ( se oculte menu por defecto salvo toque, ESC
"


Dock en Ubuntu
>> sudo apt-get install awn-manager
>> sudo avant-window-navigator
Ahora para que arranque cada vez que empiece el sistema: SYSTEM/PREFERENCES/SESSION y en comando "avant-window-navigator"
(pase a gnome-do desde febrero 09 )

ALGUNOS PROGRAMAS
videos audio reproductor: VLC
audio baterias: Hydrogen
crear cd o dvd con programas instalados: APTonCD
>>apt-get install hydrogen



Gparted Particionador
GPARTED, usado en instalacion cd live ubuntu disco
Primero instalalo:
>> sudo apt-get install gparted
ejecutamos superusuario
>> sudo gparted

Copias particion tipo Ghost
partimage
http://www.partimage.org/Main_Page
sudo apt-get install partimage
http://www.debianadmin.com/backup-and-restore-linux-partitions-using-partimage.html
http://www.clonezilla.org/


TrueCrypt
desde su pagina en dowload elegimos .deb, obtendremos primero un fichero que descomprimimos. Al ejecutarlo y aceptar derechos de autor se instalara el .deb.
truecrypt.org



COMO INSTALAR UN PAQUETE RPM en Ubuntu:
usando comando 'alien' lo convertimos en .deb
luego lo instalamos
por ejemplo ">>alien -d paquete.descargado.i686.rpm"
transformo en tipo .deb
luego solo tenemos que instalarlo


Un lugar desde donde elegir software e instalar desde pagina web:
http://appnr.com http://appnr.com

Firewall

ufw - ya lo comentamos
firestarter - este firewall. Recordar que una vez instalado y encendido, cuando parece que no funciona, debemos hacerle una corrección, editamos con:
sudo gedit /etc/firestarter/firestarter.sh
y debemos las siguientes lineas modificar, añadiendo almoadilla:
#if [ "$MASK" = "" -a "$1" != "stop" ]; then
# echo "External network device $IF is not ready. Aborting.."
# exit 2
#fi


Programador tareas
>> sudo apt-get install gnome-schedule



Terminal cambio visual:
El terminal trabaja con variable de entorno "PS1", si la cambimos, cambiamos el estilo del prompt:
>> PS1=" Gnu/Linux \u&\w"

podemos probar, primero saldra texto indicado Gnu/Linux; luego ... \u: nombre usuario || \w: directorio actual y path || \W:directorio actual || \t: hora actual|| \h: hostaname pc ( estos cambios solo sirven en una ocasión, al apagar desaparecerá ).

Para hacer cambios constantes debemos añadir un export de la variable al estilo “export PS1=configuracion_prompt” al final de tu archivo .bashrc que encontraras en tu directorio home de tu usuario.


Menu debian en ubuntu:
>> sudo aptitude install menu menu-xdg
>> update-menus


Para cambiar el escritorio de ubuntu a diferentes:
>> sudo aptitude install ubuntustudio-desktop
>> sudo aptitude install kubuntu-desktop
>> sudo aptitude install edubuntu-desktop
>> sudo aptitude install gobuntu-desktop



swap
>> sudo swapon /dev/sdaX
(para añadir swap)
>> sudo swapoff /dev/sdaX (para desconectar swap)




VirtualBox
VirtualBox para usar otro sistema operativo de forma virtual y con licencia interesante


Multimedia / Codecs / Aplicaciones:
http://gstreamer.freedesktop.org/download/
Página desde la que podemos tenr referencia de como instalar diferentes codecs, según la distribución gnu/linux usada:
sudo apt-get install gstreamer0.10-tools gstreamer0.10-x gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-ugly gstreamer0.10-plugins-bad gstreamer0.10-ffmpeg gstreamer0.10-alsa gstreamer0.10-schroedinger gstreamer0.10-pulseaudio

Desde esta pagina conoceremos diferentes programas disponibles OpenSourceMultimedia:
http://gstreamer.freedesktop.org/apps/

firefox y mis extensiones actuales

jueves, 25 de septiembre de 2008

0 comentarios  






ubuntu Instalar Earth Google y MC

domingo, 21 de septiembre de 2008

0 comentarios  

Instalar Earth Google
1) Descargamos desde pagina programa .bin http://earth.google.com/. La version de Linux.
2) Entramos en terminal con autorizacion de superusuario ( > su ) y ejecutamos dentro de la carpeta los siguientes comandos:
2.1) chmod +x GoogleEarthLinux.bin ( cambioamos permiso del fichero )
2.2) ./GoogleEarthLinux.bin ( lo ejecutamos para instalarlo )

Instalar MC administrador de archivos

trabajando como superusuario, ejecutamos comando:
sudo apt-get install mc


Recordare algunos de los comandos y programas que he utilizado en mi instalación:
sudo apt-get -y install unrar
sudo apt-get -y install amarok
sudo aptitude install d4x
sudo aptitude install scribus
sudo apt-get install -y gdesklets
sudo apt-get install celestia thunderbird ktorrent amule mc stellarium wine
sudo apt-get install virtualbox
sudo apt-get install vlc hydrogen aptoncd gparted partimage gnome-schedule

Comandos Basicos de DOS

sábado, 30 de agosto de 2008

Complementario a un posta anterior "http://carlosvlcia.blogspot.com/2008/06/xp-comandos.html"

ADDUSERS Add or list users to/from a CSV file
ARP Address Resolution Protocol
ASSOC Change file extension associations
ASSOCIAT One step file association
AT Schedule a command to run at a later time
ATTRIB Change file attributes

BOOTCFG Edit Windows boot settings
BROWSTAT Get domain, browser and PDC info

CACLS Change file permissions
CALL Call one batch program from another
CD Change Directory - move to a specific Folder
CHANGE Change Terminal Server Session properties
CHKDSK Check Disk - check and repair disk problems
CHKNTFS Check the NTFS file system
CHOICE Accept keyboard input to a batch file
CIPHER Encrypt or Decrypt files/folders
CleanMgr Automated cleanup of Temp files, recycle bin
CLEARMEM Clear memory leaks
CLIP Copy STDIN to the Windows clipboard.
CLS Clear the screen
CLUSTER Windows Clustering
CMD Start a new CMD shell
COLOR Change colors of the CMD window
COMP Compare the contents of two files or sets of files
COMPACT Compress files or folders on an NTFS partition
COMPRESS Compress individual files on an NTFS partition
CON2PRT Connect or disconnect a Printer
CONVERT Convert a FAT drive to NTFS.
COPY Copy one or more files to another location
CSVDE Import or Export Active Directory data

DATE Display or set the date
Dcomcnfg DCOM Configuration Utility
DEFRAG Defragment hard drive
DEL Delete one or more files
DELPROF Delete NT user profiles
DELTREE Delete a folder and all subfolders
DevCon Device Manager Command Line Utility
DIR Display a list of files and folders
DIRUSE Display disk usage
DISKCOMP Compare the contents of two floppy disks
DISKCOPY Copy the contents of one floppy disk to another
DNSSTAT DNS Statistics
DOSKEY Edit command line, recall commands, and create macros
DSADD Add user (computer, group..) to active directory
DSQUERY List items in active directory
DSMOD Modify user (computer, group..) in active directory

ECHO Display message on screen
ENDLOCAL End localisation of environment changes in a batch file
ERASE Delete one or more files
EXIT Quit the CMD shell
EXPAND Uncompress files
EXTRACT Uncompress CAB files

FC Compare two files
FDISK Disk Format and partition
FIND Search for a text string in a file
FINDSTR Search for strings in files
FOR /F Loop command: against a set of files
FOR /F Loop command: against the results of another command
FOR Loop command: all options Files, Directory, List
FORFILES Batch process multiple files
FORMAT Format a disk
FREEDISK Check free disk space (in bytes)
FSUTIL File and Volume utilities
FTP File Transfer Protocol
FTYPE Display or modify file types used in file extension associations

GLOBAL Display membership of global groups
GOTO Direct a batch program to jump to a labelled line

HELP Online Help
HFNETCHK Network Security Hotfix Checker

IF Conditionally perform a command
IFMEMBER Is the current user in an NT Workgroup
IPCONFIG Configure IP

KILL Remove a program from memory

LABEL Edit a disk label
LOCAL Display membership of local groups
LOGEVENT Write text to the NT event viewer.
LOGOFF Log a user off
LOGTIME Log the date and time in a file

MAPISEND Send email from the command line
MEM Display memory usage
MD Create new folders
MODE Configure a system device
MORE Display output, one screen at a time
MOUNTVOL Manage a volume mount point
MOVE Move files from one folder to another
MOVEUSER Move a user from one domain to another
MSG Send a message
MSIEXEC Microsoft Windows Installer
MSINFO Windows NT diagnostics
MSTSC Terminal Server Connection (Remote Desktop Protocol)
MUNGE Find and Replace text within file(s)
MV Copy in-use files

NET Manage network resources
NETDOM Domain Manager
NETSH Configure network protocols
NETSVC Command-line Service Controller
NBTSTAT Display networking statistics (NetBIOS over TCP/IP)
NETSTAT Display networking statistics (TCP/IP)
NOW Display the current Date and Time
NSLOOKUP Name server lookup
NTBACKUP Backup folders to tape
NTRIGHTS Edit user account rights

PATH Display or set a search path for executable files
PATHPING Trace route plus network latency and packet loss
PAUSE Suspend processing of a batch file and display a message
PERMS Show permissions for a user
PERFMON Performance Monitor
PING Test a network connection
POPD Restore the previous value of the current directory saved by PUSHD
PORTQRY Display the status of ports and services
PRINT Print a text file
PRNCNFG Display, configure or rename a printer
PRNMNGR Add, delete, list printers set the default printer
PROMPT Change the command prompt
PsExec Execute process remotely
PsFile Show files opened remotely
PsGetSid Display the SID of a computer or a user
PsInfo List information about a system
PsKill Kill processes by name or process ID
PsList List detailed information about processes
PsLoggedOn Who's logged on (locally or via resource sharing)
PsLogList Event log records
PsPasswd Change account password
PsService View and control services
PsShutdown Shutdown or reboot a computer
PsSuspend Suspend processes
PUSHD Save and then change the current directory

QGREP Search file(s) for lines that match a given pattern.

RASDIAL Manage RAS connections
RASPHONE Manage RAS connections
RECOVER Recover a damaged file from a defective disk.
REG Read, Set or Delete registry keys and values
REGEDIT Import or export registry settings
REGSVR32 Register or unregister a DLL
REGINI Change Registry Permissions
REM Record comments (remarks) in a batch file
REN Rename a file or files.
REPLACE Replace or update one file with another
RD Delete folder(s)
RDISK Create a Recovery Disk
RMTSHARE Share a folder or a printer
ROBOCOPY Robust File and Folder Copy
ROUTE Manipulate network routing tables
RUNAS Execute a program under a different user account
RUNDLL32 Run a DLL command (add/remove print connections)

SC Service Control
SCHTASKS Create or Edit Scheduled Tasks
SCLIST Display NT Services
ScriptIt Control GUI applications
SET Display, set, or remove environment variables
SETLOCAL Control the visibility of environment variables
SETX Set environment variables permanently
SHARE List or edit a file share or print share
SHIFT Shift the position of replaceable parameters in a batch file
SHORTCUT Create a windows shortcut (.LNK file)
SHOWGRPS List the NT Workgroups a user has joined
SHOWMBRS List the Users who are members of a Workgroup
SHUTDOWN Shutdown the computer
SLEEP Wait for x seconds
SOON Schedule a command to run in the near future
SORT Sort input
START Start a separate window to run a specified program or command
SU Switch User
SUBINACL Edit file and folder Permissions, Ownership and Domain
SUBST Associate a path with a drive letter
SYSTEMINFO List system configuration

TASKLIST List running applications and services
TIME Display or set the system time
TIMEOUT Delay processing of a batch file
TITLE Set the window title for a CMD.EXE session
TOUCH Change file timestamps
TRACERT Trace route to a remote host
TREE Graphical display of folder structure
TYPE Display the contents of a text file

USRSTAT List domain usernames and last login

VER Display version information
VERIFY Verify that files have been saved
VOL Display a disk label

WHERE Locate and display files in a directory tree
WHOAMI Output the current UserName and domain
WINDIFF Compare the contents of two files or sets of files
WINMSD Windows system diagnostics
WINMSDP Windows system diagnostics II
WMIC WMI Commands

XCACLS Change file permissions
XCOPY Copy files and folders

( obtenido en comandos dos )

Comandos Basicos de Linux

0 comentarios  

Comandos Basicos de Linux


alias Create an alias
apropos Search Help manual pages (man -k)
awk Find and Replace text, database sort/validate/index
break Exit from a loop
builtin Run a shell builtin
bzip2 Compress or decompress named file(s)

cal Display a calendar
case Conditionally perform a command
cat Display the contents of a file
cd Change Directory
cfdisk Partition table manipulator for Linux
chgrp Change group ownership
chmod Change access permissions
chown Change file owner and group
chroot Run a command with a different root directory
cksum Print CRC checksum and byte counts
clear Clear terminal screen
cmp Compare two files
comm Compare two sorted files line by line
command Run a command - ignoring shell functions
continue Resume the next iteration of a loop
cp Copy one or more files to another location
cron Daemon to execute scheduled commands
crontab Schedule a command to run at a later time
csplit Split a file into context-determined pieces
cut Divide a file into several parts

date Display or change the date & time
dc Desk Calculator
dd Data Dump - Convert and copy a file
ddrescue Data recovery tool
declare Declare variables and give them attributes
df Display free disk space
diff Display the differences between two files
diff3 Show differences among three files
dig DNS lookup
dir Briefly list directory contents
dircolors Colour setup for `ls'
dirname Convert a full pathname to just a path
dirs Display list of remembered directories
du Estimate file space usage

echo Display message on screen
egrep Search file(s) for lines that match an extended expression
eject Eject removable media
enable Enable and disable builtin shell commands
env Environment variables
ethtool Ethernet card settings
eval Evaluate several commands/arguments
exec Execute a command
exit Exit the shell
expand Convert tabs to spaces
export Set an environment variable
expr Evaluate expressions

false Do nothing, unsuccessfully
fdformat Low-level format a floppy disk
fdisk Partition table manipulator for Linux
fgrep Search file(s) for lines that match a fixed string
file Determine file type
find Search for files that meet a desired criteria
fmt Reformat paragraph text
fold Wrap text to fit a specified width.
for Expand words, and execute commands
format Format disks or tapes
free Display memory usage
fsck File system consistency check and repair
ftp File Transfer Protocol
function Define Function Macros

gawk Find and Replace text within file(s)
getopts Parse positional parameters
grep Search file(s) for lines that match a given pattern
groups Print group names a user is in
gzip Compress or decompress named file(s)

hash Remember the full pathname of a name argument
head Output the first part of file(s)
history Command History
hostname Print or set system name

id Print user and group id's
if Conditionally perform a command
ifconfig Configure a network interface
import Capture an X server screen and save the image to file
install Copy files and set attributes

join Join lines on a common field

kill Stop a process from running

less Display output one screen at a time
let Perform arithmetic on shell variables
ln Make links between files
local Create variables
locate Find files
logname Print current login name
logout Exit a login shell
look Display lines beginning with a given string
lpc Line printer control program
lpr Off line print
lprint Print a file
lprintd Abort a print job
lprintq List the print queue
lprm Remove jobs from the print queue
ls List information about file(s)
lsof List open files

make Recompile a group of programs
man Help manual
mkdir Create new folder(s)
mkfifo Make FIFOs (named pipes)
mkisofs Create an hybrid ISO9660/JOLIET/HFS filesystem
mknod Make block or character special files
more Display output one screen at a time
mount Mount a file system
mtools Manipulate MS-DOS files
mv Move or rename files or directories

netstat Networking information
nice Set the priority of a command or job
nl Number lines and write files
nohup Run a command immune to hangups
nslookup Query Internet name servers interactively

passwd Modify a user password
paste Merge lines of files
pathchk Check file name portability
ping Test a network connection
popd Restore the previous value of the current directory
pr Prepare files for printing
printcap Printer capability database
printenv Print environment variables
printf Format and print data
ps Process status
pushd Save and then change the current directory
pwd Print Working Directory

quota Display disk usage and limits
quotacheck Scan a file system for disk usage
quotactl Set disk quotas

ram ram disk device
rcp Copy files between two machines.
read read a line from standard input
readonly Mark variables/functions as readonly
remsync Synchronize remote files via email
return Exit a shell function
rm Remove files
rmdir Remove folder(s)
rsync Remote file copy (Synchronize file trees)

screen Terminal window manager
scp Secure copy (remote file copy)
sdiff Merge two files interactively
sed Stream Editor
select Accept keyboard input
seq Print numeric sequences
set Manipulate shell variables and functions
sftp Secure File Transfer Program
shift Shift positional parameters
shopt Shell Options
shutdown Shutdown or restart linux
sleep Delay for a specified time
sort Sort text files
source Run commands from a file `.'
split Split a file into fixed-size pieces
ssh Secure Shell client (remote login program)
strace Trace system calls and signals
su Substitute user identity
sum Print a checksum for a file
symlink Make a new name for a file
sync Synchronize data on disk with memory

tail Output the last part of files
tar Tape ARchiver
tee Redirect output to multiple files
test Evaluate a conditional expression
time Measure Program running time
times User and system times
touch Change file timestamps
top List processes running on the system
traceroute Trace Route to Host
trap Run a command when a signal is set(bourne)
tr Translate, squeeze, and/or delete characters
true Do nothing, successfully
tsort Topological sort
tty Print filename of terminal on stdin
type Describe a command

ulimit Limit user resources
umask Users file creation mask
umount Unmount a device
unalias Remove an alias
uname Print system information
unexpand Convert spaces to tabs
uniq Uniquify files
units Convert units from one scale to another
unset Remove variable or function names
unshar Unpack shell archive scripts
until Execute commands (until error)
useradd Create new user account
usermod Modify user account
users List users currently logged in
uuencode Encode a binary file
uudecode Decode a file created by uuencode

v Verbosely list directory contents (`ls -l -b')
vdir Verbosely list directory contents (`ls -l -b')
vi Text Editor

watch Execute/display a program periodically
wc Print byte, word, and line counts
whereis Report all known instances of a command
which Locate a program file in the user's path.
while Execute commands
who Print all usernames currently logged in
whoami Print the current user id and name (`id -un')
Wget Retrieve web pages or files via HTTP, HTTPS or FTP


( obtenido en comandos linux )

Instalar WINE y un ejemplo de uso

INSTALAR WINE
A1) Instalamos WINE en ubuntu con /sistema/administracion/gestor de paquetes Synaptic ( acceso como 'root' nos pedira clave )

Por ejemplo desde boton "buscar": "wine"
Sobre el Paquete/Marcar para instalar, nos indicara paquetes que debe instalar adicionamente para un correcto funcionamiento
Posteriormente Boton "aplicar" para comenzar instalación.

A2) Para instalar aplicaciones desde terminal:
"sudo apt-get install nombreaplicac"


B) Aparte de wine, puede ser util instalar:
Notas: programas interesantes que tambien instale:
* audacity ( editar audio )
* stellarium y celestia ( astronomia )
* de momento para movernos en entorno terminal, resulta muy util instalar previamente "mc": sudo apt-get install mc
( así una vez instalado, desde terminal tan solo con "mc" entraremos en el clonico del norton comander )


C) Utilizar programas windows desde entorno WINE, veamos dos ejemplo:

C.1) Usar Notepad++Portable

1.1 descargamos notepad_portable, por ejemplo en escritorio
1.2 en escritorio sobre icono de fichero descargado "Notepadpp_Portable_5.0.3.paf.exe"
1.3 con boton derecho raton "abrir con winecargado"
1.4 aparecera una ventana donde se nos solicita 'carpeta' donde instalar:
browser/mi PC/C/Archivos de Programas (para instale aqui, disco C virtual)
1.5 Aparecera boton Finish ya esta
1.6 Para ejecutar aplicacion:
desde terminal:
wine "/home/tu user/.wine/drive_c/Archivos de programa/Notepad++Portable/Notepad++Portable.exe"

C.2) Usar editor de paisajes "Terragen" usaremos demo:

2.1 descargamos programa desde Terragen
2.2 lo instalamos en el directorio donde tengamos instalado wine:
$ cd ~/.wine/drive_c
$ wine msiexec /i tginstall0943.msi
2.3 copiamos las siguientes DLLs al directorio
$HOME/.wine/drive_c/windows/system32: msvcrt.dll / msvcrt20.dll / msvcrt40.dll / msvcrtd.dll / msvcirt.dll ( dll-files.com puede ser util)
2.4 configuramos wine:
$ winecfg
2.5 en configuracion dentro de pestaña "Librerias" y añadimos las dll descargadas para usar la version nativa de esas librerias:
2.6 Inicimos aplicacion:
wine "/home/tu user/.wine/drive_c/Archivos de programa/Terragen/Terragen.exe"
o desde Aplicaciones/wine/programas/terragen

Ubuntu: Instalar y Primeros pasos a recordar

domingo, 17 de agosto de 2008

En videos como:
http://www.youtube.com/watch?v=t9ufpnP77WM&feature=related
se pueden ver facilmente el proceso es sencillo
tan solo, yo remarcaría el momento en el que decidimos donde instalarlo,
es probable que dispongamos de dos o mas discos duros, y que dispongamos de algun win instalado. Asi que previamente debera conocer que son las particion, sus tipos etc


--------------------------------------------

1) Daremos contraseña al usuario "root"
desde comando tecleo:
>>:sudo passwd root
como respuesta primero me pide password de usuario, luego las nueva contraseña dos veces

2) Para actuar como "root" deberas:
>>: su ( para desde terminal entrar como root
Contraseña ( indicamos contraseña de root

3) Activamos firewall por defecto: (como root)
>>: ufw enable ( ponemos en marcha firewall
>>: ufw status ( confirmamos que funciona
(http://www.kriptopolis.org/ubuntu-8.04-ufw)

4) Bloqueo numérico al inicio (como root)
primero instalamos numlockx con Synaptic o apt-get
>>: apt-get install numlockx
luego en terminal:
>>: numlockx on

5) GRUB: (como root)
sudo gedit /boot/grub/menu.lst


00) PAra seguir ...

* aprender continuadamente
un buen sitio para seguir aprendiendo: http://www.guia-ubuntu.org/

* instalar casi todo
http://monkeyblog.org/ubuntu/installing.html

* Tor tambien es posible en ubuntu
http://www.torproject.org/docs/tor-doc-unix.html.es

* En esta direccion muchas equivalencias. Win / Gnu/Linux.
http://www.linuxrsp.ru/win-lin-soft/index-spanish.html



Programas Instalados:
sudo apt-get install vlc hydrogen aptoncd gparted partimage gnome-schedule
sudo apt-get install ktorrent amule mc wine virtualbox
sudo aptitude install d4x scribus amarok celestia thunderbird
sudo apt-get install -y gdesklets
sudo apt-get -y install unrar
sudo apt-get install gstreamer0.10-plugins-bad gstreamer0.10-ffmpeg gstreamer0.10-plugins-ugly
sudo apt-get install streamtuner denemo piviti isomaster mixxx audacious kino audacity

Como hacer backup de complementos, bookmark, .. firefox FEBE 3

jueves, 14 de agosto de 2008

0 comentarios  

Para realizar una copia de seguridad de los marcadores, complementos o temas dentro del firefox, tan solo tenemos que instalar un complemento, que por fin se ha actualizado para Firefox 3.0, FEBE.
FEBE:
Tras instalar y rearrancar, como un componente mas podemos realizar una configuración básica desde menu: Herramientas/FEBE/ FeBE-Opcions
Nos aparece una pequeña ventana :
* opciones: Tipo copia Selectiva
* opciones: Elementos a copiar: extencsiones, temas y añadimos marcadores
* opciones: elejiremos la ultima "incluir una copia de FEBE ..."
* carpeta: para indicar en que carpeta edebe dejar la copia
Ahora tras configurarlo para proceder a realizar la copia de seguridad desde menu: Herramientas/FEBE/Realizar Copia de seguridad

Para restaurar, como es obvio, desde mismo menu Herramientas/FEBE/Restaurar y elegimos qué deseamos restaurar


OTRO COMPONENTE:
Si pasas demasiado tiempo conectado controlate tiempo con TimeTracker.

| Firefox | Huevos Pascual | Configuraciones |2

jueves, 24 de julio de 2008

0 comentarios  

HUEVOS DE PASCUA EN FIREFOX


about:mozilla Veamos la frase
about:robots Curioso


Ademas podemos:
about informacion basica de Firefox
about:buildconfig
about:cache
about:plugins PlugIn Instalados y activados o no
about:credits Quienes contribuyeron



about:config
Si quieres modificar mucho mas el navegardor, dispones de muchas variables, a las cuales accedemos, indicando en navegar la dirección: about:config y aceptando que no eres un manazas.
Por ejemplo, una vez dentro, en campo: browser.urlbar.maxRichResults pondemos modificar el numero de paginas que nos sugiere navegador
Con browser.tabs.tabMinWidth podemos cambiar tamaño de la pestaña mínimo y de igual forma con browser.tabs.tabMaxWidth el tamaño maximo


Si quieres profundizar http://kb.mozillazine.org/Firefox_:_FAQs_:_About:config_Entries

| navegar con Firefox | Complementos |1

sábado, 5 de julio de 2008

0 comentarios  

firefox, versión ya 3.0.1

hablamos de los siguientes complementos: Video DownloadHelper, fastvideodownload, CacheViewer, PDF Download, gTranslate ,Translator, FOXYPROXY, Panic, ClearCacheButton, QuickJava, Flashblock, NoScript, AdblockPlus, IE tab, Ctrl-Tab, SlitBrowser, work|offline, ShowIP, external IP, FlagFox, ServerSpy

| C O M P L E M E N T O S |

Para descargarlos los complementos utilizo https://addons.mozilla.org/es-ES/firefox

complementos>>>>> Descargar|Descargar|Descargar
Probablemente cuando navegamos vemos videos, oimos mp3, ogg, y deseamos descargarlos al disco duro. Para descargar tienes opciones como : Video DownloadHelper y fast:video:download. Otra forma seria utilizar CacheViewer.
CacheViewer: muy util para descargar algunos ficheros que intentan resistirse a bajar. Por ejemplo vemos un video pero .. no sabemos como bajarlo. Solución sencilla: 1.Borramos cache y resto datos con CTRL+MAYUSC+SUPR, aparece ventana "Limpiar datos privados" elegimos barrar cache. 2. Vamos a pagina, por ejemplo youtube y vemos el video. 3. Tras finalizar visualización, desde "herramientas", entramos en "CacheViewer", desde nueva ventana que aparece, ordenamos por tamaño buscando fichero con extensión ".flv", finchamos sobre fila correspondiente y "guardamos en" carpeta donde seseamos conservarlo, con nombre que le asignemos luego.
PDF Download en descargas de ficheros pdf




complementos>>>>>IDIOMAS| IDIOMAS | IDIOMAS
Para idiomas: gTranslate y Translator, el primero para traducir unas palabras y el segundo, para traducir la pagina entera.


complementos>>>>> SEGURIDAD| SEGURIDAD
Para navegar mas seguro y evitando dejar ciertos rastros:
FOXYPROXY para navegar con proxy o utilizando Tor
Panic boton de panico, si estas navegando y algo te parece raro, se relentiza navegación, o entras en tu banco y quieres borrar claves para no se queden en navegador, un toque al boton y se borrar casi todo rastro de por donde has navegado
Si navegas en un sitio publico o con mirones, TabRenamizer te permite renombrar la pestaña en la que estas navegando.

ClearCacheButton para borrar el cache con solo 'darle' al icono, de forma similar que si desde firefox entramos a menú: "Herramientas|LimpiarDatosPrivados...".

Otro problema es cuando navegamos esta en ciertas paginas una utilizan java otras java script y tu desearias controlar en que paginas dejar o no ejecutar esos codigos. Soluciones: QuickJava, Flashblock, NoScript, ...
Por otra parte en ciertas paginas aparece publicidad no deseada AdblockPlus. Tambien sucede que no todas las paginas son lo compatibles que debieran, y no deseas salir del firefox para poner en marcha tu antieguo IExplorer, para ello tenemos IE tab, así podemos cambiar el motor de navegación a iexplorer.

complementos>>>>> OTRAS| OTRAS | OTRAS
Cuando tenemos diferentes pestañas abiertas, puede ser conviente usar Ctrl-Tab para con esa combinación de teclas pasar de una previsualización a otra. Con SlitBrowser manejaremos diferentes paginas, pero ahora, divimos pantalla con las diferentes pestañas.

Cuando navegas te pueden interesar otras cosas:
* un icono para saber si estas conectado o no ( work|offline ), o desconectar de la red el navegador.
* conocer tu IP con que navegas ( ShowIP )y la IP del sitio donde entras ( external IP ), a la vez que una banderita ( FlagFox ) del país a la que corresponde la IP que visitas. Si te preocupa el tipo de servidor de la pagina web: ServerSpy


Tal vez esperas de tu navegador algo diferente:
JUGAR: ademas de juegos como asteroids, tetris, comecocos, ...
CALCULAR: tambien podemos instalar una calculadora.
IMAGEN: para utilizar mozilla firefox como visualizador de imagenes MozImage o PicLens hace parecido, de forma mas compleja.






| O T R A S C O S A S C O N F I R E F O X |

El Firefox a parte de ayudarte a navegar tambien tiene huevos de pascua:
about:mozilla Veamos la frase
about:robots Curioso


Ademas podemos:
about informacion basica de Firefox
about:buildconfig
about:cache
about:plugins PlugIn Instalados y activados o no
about:credits Quienes contribuyeron



about:config
Si quieres modificar mucho mas el navegardor, dispones de muchas variables, a las cuales accedemos, indicando en navegar la dirección: about:config y aceptando que no eres un manazas.
Por ejemplo, una vez dentro, en campo: browser.urlbar.maxRichResults pondemos modificar el numero de paginas que nos sugiere navegador
Con browser.tabs.tabMinWidth podemos cambiar tamaño de la pestaña mínimo y de igual forma con browser.tabs.tabMaxWidth el tamaño maximo


Si quieres profundizar http://kb.mozillazine.org/Firefox_:_FAQs_:_About:config_Entries

CONFIGURAR para salir del firefox siempre, previo, borrardo datos de navegación
Desde "Herramientas|Opciones" y desde ventana que se abre, pinchas en 'privacidad', aparecen 3 zonas: historial/cookies/datos privados, podemos elegir "LimpiarSiempreAntesQueSeCierre" y luego en boton "configuración" elegimos tambien todas los cuadros y aceptamos, hasta que desaparezcan todas las ventanas. Prueba a cerrar firefox y veras la ultima ventana te preguntara si quieres borrar todos tus rastros. Parecido a panic.

Combinando TeClas:
Con Firefox existe algunas combianciones de teclas que nos ayudan a ser mas rapidos:
CRTL+F aparece un buscador de palabra, que la realiza sobre pestaña activa
CRTL+TAB para ir pasando de una a otra pestaña
CTRL+SHIFT+Supr aparece ventana para borrar datos privados: historial, cache, cookies, ...



| Otras | Adicionales | Otras | Adicionales | Otras | Adicionales
SpyBot puede ayudarnos a "inmunizar" nuestro navegador de ciertas paginas odiosas, tambien lo hace con IExplorar.








|meneos|freskito|diggxelo|delcioso|

Basicos con win / ejemplo VLC

martes, 10 de junio de 2008

0 comentarios  


Free Version de los programas:
WinPatrol
Firewall: ZoneAlarm
Firewall: Spygate
Antivirus: AVG Antivirus Free
Antivirus: ClamVirus
PortBlocker




Ademas incluyo un comando para utilizar con VLC para pasar nuestros videos .flv a .mp3:
vlc.exe “archivo.flv” ––sout
#transcode{acodec=mp3}
:duplicate{dst=std{access=file,mux=raw,
dst=\”"archivo.mp3″\”},select=\”novideo\”}

| XP | Buenas configuraciones |

domingo, 8 de junio de 2008

0 comentarios  

Quitar pantalla logo de arranque:
Desde INICIO / Ejecutamos "msconfig"
en ventana "Utilidad de config ..sistema" / Elegirt pestaña "BOOT.INI"
elegir "/NOGUIBOOT"
Aplicar y aceptar reinicia y ya esta

Desactivar histotial
Desde INICIO / Ejecutamos "regedit"
Buscamos: HKEY_CURRENT_USER\Software\Mcft\Windows\CurrentVersion\Policies\Explorer
Crearemos D_Word : "NoRecentDocsHistory" y con doble click DataValue ponemos a 1
Ok y cerramos regedit reiniciamos y ya esta

Hacer desaparecer "ctfmon.exe":

Panel de Control/ Configuración Regional y de Idioma / Idiomas / Detalles / Avanzada /
Desactiva "los servicios avanzados de texto"

XP Comandos

domingo, 1 de junio de 2008

0 comentarios  

XP Comandos

Última he tenido que recordar algunos comandos de la consola y semejantes, los qdejo aki tb por si a alguién le sirve para recordar:

PAra arrancar el 'msdos' del XP, aparte icono, recuerda que tambien
INICIO/ejecutar/ cmd

*cmd (consola msdos)

Archivos y sistemas de ficheros

cacls: Permite modificar los permisos de lectura y escritura en ficheros y carpetas.
chkdsk: Comprueba el estado de una partición y repara los daños en caso de que encuentre alguno. Sin parámetros simplemente escanea e informa de errores. Para que además repare, añadimos el parámetro /F: chkdsk /F
cipher: Cifrado de datos en particiones NTFS.
comp: Compara archivos o carpetas y muestra las diferencias existentes entre ellos.
compact: Compresor de archivos. El parámetro para la compresión es /C, el parámetro para descomprimir es /U.
convert: Comentado en multitud de ocasiones en los foros. Conversor de particiones, convierte particiones FAT16 o FAT32 en particiones NTFS sin perdida de datos.
defrag: Defragmentador de archivos.
diskpart: Permite crear, eliminar y administrar particiones. Este programa en modo consola debemos utilizarlo con cuidado puesto que es fácil que eliminemos sin darnos cuenta todo el contenido del disco duro o de la partición activa.
find y findstr: Comandos de busqueda de ficheros. findstr permite buscar cadenas de caracteres dentro de los archivos.
iexpress: Asistente para crear comprimidos .CAB.
openfiles: Muestra a un administrador los archivos abiertos en un sistema y permite desconectarlos si se han abierto a través de red.

Configuración e información del sistema

ootcfg: Configurador de arranque. Simplemente modfica el archivo boot.ini para indicar opciones de arranque.
control userpasswords2: Permite modificar las claves y los permisos de los diferentes usuarios, así como requerir la pulsación de control+alt+suprimir para poder iniciar sesión, haciendo el inicio de sesión más seguro
driverquery Crea un informe sobre los dirvers instalados en el sistema. Muestra además información detallada de cada uno.
dxdiag: Herramenta de diagnóstico de DirectX
gpresult Información de las políticas de grupo aplicadas a un usuario.
gpupdate: Actualizar las politicas de grupo
pagefileconfig Configuración de la memoria virtual de Windows.
prncnfg: Información sobre las impresoras instaladas.
prnjobs: Información sobre los trabajos de impresión en cola.
reg:Permite ver y modificar valores del registro de Windows. Opciones posibles:
reg query: consulta en el registro
reg add: añadir entrada
reg delete: eliminar entrada
reg copy: copiar clave en otro lugar del registro
reg save: guardar parte del registro
reg restore: restaura el registro
reg load: cargar valor o clave desde un archivo .reg
reg unload: descargar valor o clave
reg compare: comparar valores de registro
reg export: exportar registro a un archivo
reg import: importar registro a un archivo
sc: Administrador de servicios, podemos detenerlos, ejecutarlos, etc.
sfc: Este comando permite buscar archivos del sistema dañados y recuperarlos en caso de que estén defectuosos (es necesario el CD de instalación del sistema operativo para utilizarlo). Para realizar una comprobación inmediata, deberemos ejecutar la orden sfc /scannow.
systeminfo: Muestra información sobre nuestro equipo y nuestro sistema operativo: número de procesadores, tipo de sistema, actualizaciones instaladas, etc.
taskkill: Permite matar procesos conociendo su nombre o su numero de proceso (PID).
tasklist: Informe sobre los procesos ejecutados en el sistema.

Redes

arp: Muestra y permite modificar las tablas del protocolo ARP, encargado de convertir las direcciones IP de cada ordenador en direcciones MAC (dirección física única de cada tarjeta de red)
ftp Cliente FTP en modo consola de comandos.
getmac: Muestra las direcciones MAC de los adaptadores de red que tengamos instalados en el sistema.
ipconfig: Muestra y permite renovar la configuración de todos los interfaces de red
nbtstat Muestra las estadísticas y las conexiones actuales del protocolo NetBIOS sobre TCP/IP, los recursos compartidos y los recursos que son accesibles.
net: Permite administrar usuarios, carpetas compartidas, servicios, etc. Para un listado completo de todas las opciones, escribir net sin ningún argumento. Para obtener ayuda sobre alguna opción en concreto, escribier net help opción.
netsh: Programa en modo consola permite ver, modificar y diagnosticar la configuración de la red.
netstat: Información sobre las conexiones de red de nuestro equipo.
nslookup: Aplicación de red orientada a obtener información en los servidores DNS sobre un host en concreto.
pathping: Muestra la ruta que sigue cada paquete para llegar a una IP determinada, el tiempo de respuesta de cada uno de los nodos por los que pasa y las estadísticas de cada uno de ellos.
ping: Comando para comprobar si una máquina está en red o no.
rasdial: Permite establecer o finalizar una conexión telefónica.
route: Permite ver o modificar las tablas de enrutamiento de red.
tracert: Informa sobre el camino que siguen los paquetes IP desde que sale de nuestra máquina hasta que llega a su destino.

Varios
at: Permite programar tareas para que nuestro ordenador las ejecute en una fecha o en un momento determinado.
logoff: Comando para cerrar sesiones, incluso en equpos remotos.
msg: Envía mensajes por la red a otros equipos
msiexec Comando para ejecutar archivos de instalación .MSI.
runas: Ejecución de programas como si fueras otro usuario.
shctasks: Administrador de tareas programadas.
shutdown: Comando para apagar, reiniciar el equipo. Es especialmente útil si hemos sido infectado con el virus Blaster o una de sus variantes para cancelar la cuenta atrás. Para ello, tan sólo tendremos que utilizar la sintaxis shutdown -a.


MS Management Console (MMC)
Los siguientes comandos no son más que los accesos a cada sección de la MMC, que lanzarán una interfaz gráfica.

ciadv.msc: Permite configurar el servicio de indexado, que acelera las búsquedas en el disco duro.
compmgmt.msc: Da acceso a la Administración de equipos, desde donde podemos configurar nuestro ordenador y acceder a otras partes de la MMC.
devmgmt.msc: Administrador de dispositivos
dfrg.msc Defragmentador de disco.
diskmgmt.msc: Administrador de discos.
fsmgmt.msc: Monitorización y Administración de los recursos compartidos.
gpedit.msc: Políticas de grupo.
lusrmgr.msc: Administración de usuarios.
ntmsmgr.msc: Administración de dispositivos de almacenamiento extraibles.
ntmsoprq.msc: Monitorización de las solicitudes de operador de medios extraibles.
perfmon.msc: Monitor de sistema.
secpol.msc: Configuración de seguridad local.
services.msc: Administrador de servicios.
wmimgmt.msc: Administador de WMI.

listado de 1001 libros para leer antes de morir

sábado, 24 de mayo de 2008

0 comentarios  

[nota abril 2009 / Publico un post, con enlaces para descargar muchos libros de la red y otros relacionados; desde literatura a libros técnicos tipo (conocer linux, etc..) ]

[nota agosto 2009/ publicada relación 100 de peliculas de ciencia ficción, (our list of the 100 Greatest Sci-Fi Movies), que incluye desde: 1) Blade Runner (1982),2) 2001: Una Odisea en el Espacio (1968 - S. Kubrick) .., pasando por Metropolis (27), El planeta de los simios (68), ET, Solaris (72), Aliens, Matrix (99), Mad Max 2 (81), ....






En fin me hago eco de algun listado que anda por ahi de libros interesantes que debieramos leer 'antes de morir': (fuente)

La lista es la siguiente, que ademas la clasifican por siglos:
[XXI-XX] - [XIX/19] - [XVIII/18] - [XVII/17] - [antes XVII/17]


[XXI-XX]
# Never Let Me Go – Kazuo Ishiguro
# Saturday – Ian McEwan
# On Beauty – Zadie Smith
# Slow Man – J.M. Coetzee
# Adjunct: An Undigest – Peter Manson
# The Sea – John Banville
# The Red Queen – Margaret Drabble
# The Plot Against America – Philip Roth
# The Master – Colm Tóibín
# Vanishing Point – David Markson
# The Lambs of London – Peter Ackroyd
# Dining on Stones – Iain Sinclair
# Cloud Atlas – David Mitchell
# Drop City – T. Coraghessan Boyle
# The Colour – Rose Tremain
# Thursbitch – Alan Garner
# The Light of Day – Graham Swift
# What I Loved – Siri Hustvedt
# The Curious Incident of the Dog in the Night-Time – Mark Haddon
# Islands – Dan Sleigh
# Elizabeth Costello – J.M. Coetzee
# London Orbital – Iain Sinclair
# Family Matters – Rohinton Mistry
# Fingersmith – Sarah Waters
# The Double – José Saramago
# Everything is Illuminated – Jonathan Safran Foer
# Unless – Carol Shields
# Kafka on the Shore – Haruki Murakami
# The Story of Lucy Gault – William Trevor
# That They May Face the Rising Sun – John McGahern
# In the Forest – Edna O’Brien
# Shroud – John Banville
# Middlesex – Jeffrey Eugenides
# Youth – J.M. Coetzee
# Dead Air – Iain Banks
# Nowhere Man – Aleksandar Hemon
# The Book of Illusions – Paul Auster
# Gabriel’s Gift – Hanif Kureishi
# Austerlitz – W.G. Sebald
# Platform – Michael Houellebecq
# Schooling – Heather McGowan
# Atonement – Ian McEwan
# The Corrections – Jonathan Franzen
# Don’t Move – Margaret Mazzantini
# The Body Artist – Don DeLillo
# Fury – Salman Rushdie
# At Swim, Two Boys – Jamie O’Neill
# Choke – Chuck Palahniuk
# Life of Pi – Yann Martel
# The Feast of the Goat – Mario Vargos Llosa
# An Obedient Father – Akhil Sharma
# The Devil and Miss Prym – Paulo Coelho
# Spring Flowers, Spring Frost – Ismail Kadare
# White Teeth – Zadie Smith
# The Heart of Redness – Zakes Mda
# Under the Skin – Michel Faber
# Ignorance – Milan Kundera
# Nineteen Seventy Seven – David Peace
# Celestial Harmonies – Péter Esterházy
# City of God – E.L. Doctorow
# How the Dead Live – Will Self
# The Human Stain – Philip Roth
# The Blind Assassin – Margaret Atwood
# After the Quake – Haruki Murakami
# Small Remedies – Shashi Deshpande
# Super-Cannes – J.G. Ballard
# House of Leaves – Mark Z. Danielewski
# Blonde – Joyce Carol Oates
# Pastoralia – George Saunders



siglo XX

# Timbuktu – Paul Auster
# The Romantics – Pankaj Mishra
# Cryptonomicon – Neal Stephenson
# As If I Am Not There – Slavenka Drakuli?
# Everything You Need – A.L. Kennedy
# Fear and Trembling – Amélie Nothomb
# The Ground Beneath Her Feet – Salman Rushdie
# Disgrace – J.M. Coetzee
# Sputnik Sweetheart – Haruki Murakami
# Elementary Particles – Michel Houellebecq
# Intimacy – Hanif Kureishi
# Amsterdam – Ian McEwan
# Cloudsplitter – Russell Banks
# All Souls Day – Cees Nooteboom
# The Talk of the Town – Ardal O’Hanlon
# Tipping the Velvet – Sarah Waters
# The Poisonwood Bible – Barbara Kingsolver
# Glamorama – Bret Easton Ellis
# Another World – Pat Barker
# The Hours – Michael Cunningham
# Veronika Decides to Die – Paulo Coelho
# Mason & Dixon – Thomas Pynchon
# The God of Small Things – Arundhati Roy
# Memoirs of a Geisha – Arthur Golden
# Great Apes – Will Self
# Enduring Love – Ian McEwan
# Underworld – Don DeLillo
# Jack Maggs – Peter Carey
# The Life of Insects – Victor Pelevin
# American Pastoral – Philip Roth
# The Untouchable – John Banville
# Silk – Alessandro Baricco
# Cocaine Nights – J.G. Ballard
# Hallucinating Foucault – Patricia Duncker
# Fugitive Pieces – Anne Michaels
# The Ghost Road – Pat Barker
# Forever a Stranger – Hella Haasse
# Infinite Jest – David Foster Wallace
# The Clay Machine-Gun – Victor Pelevin
# Alias Grace – Margaret Atwood
# The Unconsoled – Kazuo Ishiguro
# Morvern Callar – Alan Warner
# The Information – Martin Amis
# The Moor’s Last Sigh – Salman Rushdie
# Sabbath’s Theater – Philip Roth
# The Rings of Saturn – W.G. Sebald
# The Reader – Bernhard Schlink
# A Fine Balance – Rohinton Mistry
# Love’s Work – Gillian Rose
# The End of the Story – Lydia Davis
# Mr. Vertigo – Paul Auster
# The Folding Star – Alan Hollinghurst
# Whatever – Michel Houellebecq
# Land – Park Kyong-ni
# The Master of Petersburg – J.M. Coetzee
# The Wind-Up Bird Chronicle – Haruki Murakami
# Pereira Declares: A Testimony – Antonio Tabucchi
# City Sister Silver – Jàchym Topol
# How Late It Was, How Late – James Kelman
# Captain Corelli’s Mandolin – Louis de Bernieres
# Felicia’s Journey – William Trevor
# Disappearance – David Dabydeen
# The Invention of Curried Sausage – Uwe Timm
# The Shipping News – E. Annie Proulx
# Trainspotting – Irvine Welsh
# Birdsong – Sebastian Faulks
# Looking for the Possible Dance – A.L. Kennedy
# Operation Shylock – Philip Roth
# Complicity – Iain Banks
# On Love – Alain de Botton
# What a Carve Up! – Jonathan Coe
# A Suitable Boy – Vikram Seth
# The Stone Diaries – Carol Shields
# The Virgin Suicides – Jeffrey Eugenides
# The House of Doctor Dee – Peter Ackroyd
# The Robber Bride – Margaret Atwood
# The Emigrants – W.G. Sebald
# The Secret History – Donna Tartt
# Life is a Caravanserai – Emine Özdamar
# The Discovery of Heaven – Harry Mulisch
# A Heart So White – Javier Marias
# Possessing the Secret of Joy – Alice Walker
# Indigo – Marina Warner
# The Crow Road – Iain Banks
# Written on the Body – Jeanette Winterson
# Jazz – Toni Morrison
# The English Patient – Michael Ondaatje
# Smilla’s Sense of Snow – Peter Høeg
# The Butcher Boy – Patrick McCabe
# Black Water – Joyce Carol Oates
# The Heather Blazing – Colm Tóibín
# Asphodel – H.D. (Hilda Doolittle)
# Black Dogs – Ian McEwan
# Hideous Kinky – Esther Freud
# Arcadia – Jim Crace
# Wild Swans – Jung Chang
# American Psycho – Bret Easton Ellis
# Time’s Arrow – Martin Amis
# Mao II – Don DeLillo
# Typical – Padgett Powell
# Regeneration – Pat Barker
# Downriver – Iain Sinclair
# Señor Vivo and the Coca Lord – Louis de Bernieres
# Wise Children – Angela Carter
# Get Shorty – Elmore Leonard
# Amongst Women – John McGahern
# Vineland – Thomas Pynchon
# Vertigo – W.G. Sebald
# Stone Junction – Jim Dodge
# The Music of Chance – Paul Auster
# The Things They Carried – Tim O’Brien
# A Home at the End of the World – Michael Cunningham
# Like Life – Lorrie Moore
# Possession – A.S. Byatt
# The Buddha of Suburbia – Hanif Kureishi
# The Midnight Examiner – William Kotzwinkle
# A Disaffection – James Kelman
# Sexing the Cherry – Jeanette Winterson
# Moon Palace – Paul Auster
# Billy Bathgate – E.L. Doctorow
# Remains of the Day – Kazuo Ishiguro
# The Melancholy of Resistance – László Krasznahorkai
# The Temple of My Familiar – Alice Walker
# The Trick is to Keep Breathing – Janice Galloway
# The History of the Siege of Lisbon – José Saramago
# Like Water for Chocolate – Laura Esquivel
# A Prayer for Owen Meany – John Irving
# London Fields – Martin Amis
# The Book of Evidence – John Banville
# Cat’s Eye – Margaret Atwood
# Foucault’s Pendulum – Umberto Eco
# The Beautiful Room is Empty – Edmund White
# Wittgenstein’s Mistress – David Markson
# The Satanic Verses – Salman Rushdie
# The Swimming-Pool Library – Alan Hollinghurst
# Oscar and Lucinda – Peter Carey
# Libra – Don DeLillo
# The Player of Games – Iain M. Banks
# Nervous Conditions – Tsitsi Dangarembga
# The Long Dark Teatime of the Soul – Douglas Adams
# Dirk Gently’s Holistic Detective Agency – Douglas Adams
# The Radiant Way – Margaret Drabble
# The Afternoon of a Writer – Peter Handke
# The Black Dahlia – James Ellroy
# The Passion – Jeanette Winterson
# The Pigeon – Patrick Süskind
# The Child in Time – Ian McEwan
# Cigarettes – Harry Mathews
# The Bonfire of the Vanities – Tom Wolfe
# The New York Trilogy – Paul Auster
# World’s End – T. Coraghessan Boyle
# Enigma of Arrival – V.S. Naipaul
# The Taebek Mountains – Jo Jung-rae
# Beloved – Toni Morrison
# Anagrams – Lorrie Moore
# Matigari – Ngugi Wa Thiong’o
# Marya – Joyce Carol Oates
# Watchmen – Alan Moore & David Gibbons
# The Old Devils – Kingsley Amis
# Lost Language of Cranes – David Leavitt
# An Artist of the Floating World – Kazuo Ishiguro
# Extinction – Thomas Bernhard
# Foe – J.M. Coetzee
# The Drowned and the Saved – Primo Levi
# Reasons to Live – Amy Hempel
# The Parable of the Blind – Gert Hofmann
# Love in the Time of Cholera – Gabriel García Márquez
# Oranges Are Not the Only Fruit – Jeanette Winterson
# The Cider House Rules – John Irving
# A Maggot – John Fowles
# Less Than Zero – Bret Easton Ellis
# Contact – Carl Sagan
# The Handmaid’s Tale – Margaret Atwood
# Perfume – Patrick Süskind
# Old Masters – Thomas Bernhard
# White Noise – Don DeLillo
# Queer – William Burroughs
# Hawksmoor – Peter Ackroyd
# Legend – David Gemmell
# Dictionary of the Khazars – Milorad Pavi?
# The Bus Conductor Hines – James Kelman
# The Year of the Death of Ricardo Reis – José Saramago
# The Lover – Marguerite Duras
# Empire of the Sun – J.G. Ballard
# The Wasp Factory – Iain Banks
# Nights at the Circus – Angela Carter
# The Unbearable Lightness of Being – Milan Kundera
# Blood and Guts in High School – Kathy Acker
# Neuromancer – William Gibson
# Flaubert’s Parrot – Julian Barnes
# Money: A Suicide Note – Martin Amis
# Shame – Salman Rushdie
# Worstward Ho – Samuel Beckett
# Fools of Fortune – William Trevor
# La Brava – Elmore Leonard
# Waterland – Graham Swift
# The Life and Times of Michael K – J.M. Coetzee
# The Diary of Jane Somers – Doris Lessing
# The Piano Teacher – Elfriede Jelinek
# The Sorrow of Belgium – Hugo Claus
# If Not Now, When? – Primo Levi
# A Boy’s Own Story – Edmund White
# The Color Purple – Alice Walker
# Wittgenstein’s Nephew – Thomas Bernhard
# A Pale View of Hills – Kazuo Ishiguro
# Schindler’s Ark – Thomas Keneally
# The House of the Spirits – Isabel Allende
# The Newton Letter – John Banville
# On the Black Hill – Bruce Chatwin
# Concrete – Thomas Bernhard
# The Names – Don DeLillo
# Rabbit is Rich – John Updike
# Lanark: A Life in Four Books – Alasdair Gray
# The Comfort of Strangers – Ian McEwan
# July’s People – Nadine Gordimer
# Summer in Baden-Baden – Leonid Tsypkin
# Broken April – Ismail Kadare
# Waiting for the Barbarians – J.M. Coetzee
# Midnight’s Children – Salman Rushdie
# Rites of Passage – William Golding
# Rituals – Cees Nooteboom
# Confederacy of Dunces – John Kennedy Toole
# City Primeval – Elmore Leonard
# The Name of the Rose – Umberto Eco
# The Book of Laughter and Forgetting – Milan Kundera
# Smiley’s People – John Le Carré
# Shikasta – Doris Lessing
# A Bend in the River – V.S. Naipaul
# Burger’s Daughter - Nadine Gordimer
# The Safety Net – Heinrich Böll
# If On a Winter’s Night a Traveler – Italo Calvino
# The Hitchhiker’s Guide to the Galaxy – Douglas Adams
# The Cement Garden – Ian McEwan
# The World According to Garp – John Irving
# Life: A User’s Manual – Georges Perec
# The Sea, The Sea – Iris Murdoch
# The Singapore Grip – J.G. Farrell
# Yes – Thomas Bernhard
# The Virgin in the Garden – A.S. Byatt
# In the Heart of the Country – J.M. Coetzee
# The Passion of New Eve – Angela Carter
# Delta of Venus – Anaïs Nin
# The Shining – Stephen King
# Dispatches – Michael Herr
# Petals of Blood – Ngugi Wa Thiong’o
# Song of Solomon – Toni Morrison
# The Hour of the Star – Clarice Lispector
# The Left-Handed Woman – Peter Handke
# Ratner’s Star – Don DeLillo
# The Public Burning – Robert Coover
# Interview With the Vampire – Anne Rice
# Cutter and Bone – Newton Thornburg
# Amateurs – Donald Barthelme
# Patterns of Childhood – Christa Wolf
# Autumn of the Patriarch – Gabriel García Márquez
# W, or the Memory of Childhood – Georges Perec
# A Dance to the Music of Time – Anthony Powell
# Grimus – Salman Rushdie
# The Dead Father – Donald Barthelme
# Fateless – Imre Kertész
# Willard and His Bowling Trophies – Richard Brautigan
# High Rise – J.G. Ballard
# Humboldt’s Gift – Saul Bellow
# Dead Babies – Martin Amis
# Correction – Thomas Bernhard
# Ragtime – E.L. Doctorow
# The Fan Man – William Kotzwinkle
# Dusklands – J.M. Coetzee
# The Lost Honor of Katharina Blum – Heinrich Böll
# Tinker Tailor Soldier Spy – John Le Carré
# Breakfast of Champions – Kurt Vonnegut, Jr.
# Fear of Flying – Erica Jong
# A Question of Power – Bessie Head
# The Siege of Krishnapur – J.G. Farrell
# The Castle of Crossed Destinies – Italo Calvino
# Crash – J.G. Ballard
# The Honorary Consul – Graham Greene
# Gravity’s Rainbow – Thomas Pynchon
# The Black Prince – Iris Murdoch
# Sula – Toni Morrison
# Invisible Cities – Italo Calvino
# The Breast – Philip Roth
# The Summer Book – Tove Jansson
# G – John Berger
# Surfacing – Margaret Atwood
# House Mother Normal – B.S. Johnson
# In A Free State – V.S. Naipaul
# The Book of Daniel – E.L. Doctorow
# Fear and Loathing in Las Vegas – Hunter S. Thompson
# Group Portrait With Lady – Heinrich Böll
# The Wild Boys – William Burroughs
# Rabbit Redux – John Updike
# The Sea of Fertility – Yukio Mishima
# The Driver’s Seat – Muriel Spark
# The Ogre – Michael Tournier
# The Bluest Eye – Toni Morrison
# Goalie’s Anxiety at the Penalty Kick – Peter Handke
# I Know Why the Caged Bird Sings – Maya Angelou
# Mercier et Camier – Samuel Beckett
# Troubles – J.G. Farrell
# Jahrestage – Uwe Johnson
# The Atrocity Exhibition – J.G. Ballard
# Tent of Miracles – Jorge Amado
# Pricksongs and Descants – Robert Coover
# Blind Man With a Pistol – Chester Hines
# Slaughterhouse-five – Kurt Vonnegut, Jr.
# The French Lieutenant’s Woman – John Fowles
# The Green Man – Kingsley Amis
# Portnoy’s Complaint – Philip Roth
# The Godfather – Mario Puzo
# Ada – Vladimir Nabokov
# Them – Joyce Carol Oates
# A Void/Avoid – Georges Perec
# Eva Trout – Elizabeth Bowen
# Myra Breckinridge – Gore Vidal
# The Nice and the Good – Iris Murdoch
# Belle du Seigneur – Albert Cohen
# Cancer Ward – Aleksandr Isayevich Solzhenitsyn
# The First Circle – Aleksandr Isayevich Solzhenitsyn
# 2001: A Space Odyssey – Arthur C. Clarke
# Do Androids Dream of Electric Sheep? – Philip K. Dick
# Dark as the Grave Wherein My Friend is Laid – Malcolm Lowry
# The German Lesson – Siegfried Lenz
# In Watermelon Sugar – Richard Brautigan
# A Kestrel for a Knave – Barry Hines
# The Quest for Christa T. – Christa Wolf
# Chocky – John Wyndham
# The Electric Kool-Aid Acid Test – Tom Wolfe
# The Cubs and Other Stories – Mario Vargas Llosa
# One Hundred Years of Solitude - Gabriel García Márquez
# The Master and Margarita – Mikhail Bulgakov
# Pilgrimage – Dorothy Richardson
# The Joke – Milan Kundera
# No Laughing Matter – Angus Wilson
# The Third Policeman – Flann O’Brien
# A Man Asleep – Georges Perec
# The Birds Fall Down – Rebecca West
# Trawl – B.S. Johnson
# In Cold Blood – Truman Capote
# The Magus – John Fowles
# The Vice-Consul – Marguerite Duras
# Wide Sargasso Sea – Jean Rhys
# Giles Goat-Boy – John Barth
# The Crying of Lot 49 – Thomas Pynchon
# Things – Georges Perec
# The River Between – Ngugi wa Thiong’o
# August is a Wicked Month – Edna O’Brien
# God Bless You, Mr. Rosewater – Kurt Vonnegut
# Everything That Rises Must Converge – Flannery O’Connor
# The Passion According to G.H. – Clarice Lispector
# Sometimes a Great Notion – Ken Kesey
# Come Back, Dr. Caligari – Donald Bartholme
# Albert Angelo – B.S. Johnson
# Arrow of God – Chinua Achebe
# The Ravishing of Lol V. Stein – Marguerite Duras
# Herzog – Saul Bellow
# V. – Thomas Pynchon
# Cat’s Cradle – Kurt Vonnegut
# The Graduate – Charles Webb
# Manon des Sources – Marcel Pagnol
# The Spy Who Came in from the Cold – John Le Carré
# The Girls of Slender Means – Muriel Spark
# Inside Mr. Enderby – Anthony Burgess
# The Bell Jar – Sylvia Plath
# One Day in the Life of Ivan Denisovich – Aleksandr Isayevich Solzhenitsyn
# The Collector – John Fowles
# One Flew Over the Cuckoo’s Nest – Ken Kesey
# A Clockwork Orange – Anthony Burgess
# Pale Fire – Vladimir Nabokov
# The Drowned World – J.G. Ballard
# The Golden Notebook – Doris Lessing
# Labyrinths – Jorg Luis Borges
# Girl With Green Eyes – Edna O’Brien
# The Garden of the Finzi-Continis – Giorgio Bassani
# Stranger in a Strange Land – Robert Heinlein
# Franny and Zooey – J.D. Salinger
# A Severed Head – Iris Murdoch
# Faces in the Water – Janet Frame
# Solaris – Stanislaw Lem
# Cat and Mouse – Günter Grass
# The Prime of Miss Jean Brodie – Muriel Spark
# Catch-22 – Joseph Heller
# The Violent Bear it Away – Flannery O’Connor
# How It Is – Samuel Beckett
# Our Ancestors – Italo Calvino
# The Country Girls – Edna O’Brien
# To Kill a Mockingbird – Harper Lee
# Rabbit, Run – John Updike
# Promise at Dawn – Romain Gary
# Cider With Rosie – Laurie Lee
# Billy Liar – Keith Waterhouse
# Naked Lunch – William Burroughs
# The Tin Drum – Günter Grass
# Absolute Beginners – Colin MacInnes
# Henderson the Rain King – Saul Bellow
# Memento Mori – Muriel Spark
# Billiards at Half-Past Nine – Heinrich Böll
# Breakfast at Tiffany’s – Truman Capote
# The Leopard – Giuseppe Tomasi di Lampedusa
# Pluck the Bud and Destroy the Offspring – Kenzaburo Oe
# A Town Like Alice – Nevil Shute
# The Bitter Glass – Eilís Dillon
# Things Fall Apart – Chinua Achebe
# Saturday Night and Sunday Morning – Alan Sillitoe
# Mrs. ‘Arris Goes to Paris – Paul Gallico
# Borstal Boy – Brendan Behan
# The End of the Road – John Barth
# The Once and Future King – T.H. White
# The Bell – Iris Murdoch
# Jealousy – Alain Robbe-Grillet
# Voss – Patrick White
# The Midwich Cuckoos – John Wyndham
# Blue Noon – Georges Bataille
# Homo Faber – Max Frisch
# On the Road – Jack Kerouac
# Pnin – Vladimir Nabokov
# Doctor Zhivago – Boris Pasternak
# The Wonderful “O” – James Thurber
# Justine – Lawrence Durrell
# Giovanni’s Room – James Baldwin
# The Lonely Londoners – Sam Selvon
# The Roots of Heaven – Romain Gary
# Seize the Day – Saul Bellow
# The Floating Opera – John Barth
# The Lord of the Rings – J.R.R. Tolkien
# The Talented Mr. Ripley – Patricia Highsmith
# Lolita – Vladimir Nabokov
# A World of Love – Elizabeth Bowen
# The Trusting and the Maimed – James Plunkett
# The Quiet American – Graham Greene
# The Last Temptation of Christ – Nikos Kazantzákis
# The Recognitions – William Gaddis
# The Ragazzi – Pier Paulo Pasolini
# Bonjour Tristesse – Françoise Sagan
# I’m Not Stiller – Max Frisch
# Self Condemned – Wyndham Lewis
# The Story of O – Pauline Réage
# A Ghost at Noon – Alberto Moravia
# Lord of the Flies – William Golding
# Under the Net – Iris Murdoch
# The Go-Between – L.P. Hartley
# The Long Goodbye – Raymond Chandler
# The Unnamable – Samuel Beckett
# Watt – Samuel Beckett
# Lucky Jim – Kingsley Amis
# Junkie – William Burroughs
# The Adventures of Augie March – Saul Bellow
# Go Tell It on the Mountain – James Baldwin
# Casino Royale – Ian Fleming
# The Judge and His Hangman – Friedrich Dürrenmatt
# Invisible Man – Ralph Ellison
# The Old Man and the Sea – Ernest Hemingway
# Wise Blood – Flannery O’Connor
# The Killer Inside Me – Jim Thompson
# Memoirs of Hadrian – Marguerite Yourcenar
# Malone Dies – Samuel Beckett
# Day of the Triffids – John Wyndham
# Foundation – Isaac Asimov
# The Opposing Shore – Julien Gracq
# The Catcher in the Rye – J.D. Salinger
# The Rebel – Albert Camus
# Molloy – Samuel Beckett
# The End of the Affair – Graham Greene
# The Abbot C – Georges Bataille
# The Labyrinth of Solitude – Octavio Paz
# The Third Man – Graham Greene
# The 13 Clocks – James Thurber
# Gormenghast – Mervyn Peake
# The Grass is Singing – Doris Lessing
# I, Robot – Isaac Asimov
# The Moon and the Bonfires – Cesare Pavese
# The Garden Where the Brass Band Played – Simon Vestdijk
# Love in a Cold Climate – Nancy Mitford
# The Case of Comrade Tulayev – Victor Serge
# The Heat of the Day – Elizabeth Bowen
# Kingdom of This World – Alejo Carpentier
# The Man With the Golden Arm – Nelson Algren
# Nineteen Eighty-Four – George Orwell
# All About H. Hatterr – G.V. Desani
# Disobedience – Alberto Moravia
# Death Sentence – Maurice Blanchot
# The Heart of the Matter – Graham Greene
# Cry, the Beloved Country – Alan Paton
# Doctor Faustus – Thomas Mann
# The Victim – Saul Bellow
# Exercises in Style – Raymond Queneau
# If This Is a Man – Primo Levi
# Under the Volcano – Malcolm Lowry
# The Path to the Nest of Spiders – Italo Calvino
# The Plague – Albert Camus
# Back – Henry Green
# Titus Groan – Mervyn Peake
# The Bridge on the Drina – Ivo Andri?
# Brideshead Revisited – Evelyn Waugh
# Animal Farm – George Orwell
# Cannery Row – John Steinbeck
# The Pursuit of Love – Nancy Mitford
# Loving – Henry Green
# Arcanum 17 – André Breton
# Christ Stopped at Eboli – Carlo Levi
# The Razor’s Edge – William Somerset Maugham
# Transit – Anna Seghers
# Ficciones – Jorge Luis Borges
# Dangling Man – Saul Bellow
# The Little Prince – Antoine de Saint-Exupéry
# Caught – Henry Green
# The Glass Bead Game – Herman Hesse
# Embers – Sandor Marai
# Go Down, Moses – William Faulkner
# The Outsider – Albert Camus
# In Sicily – Elio Vittorini
# The Poor Mouth – Flann O’Brien
# The Living and the Dead – Patrick White
# Hangover Square – Patrick Hamilton
# Between the Acts – Virginia Woolf
# The Hamlet – William Faulkner
# Farewell My Lovely – Raymond Chandler
# For Whom the Bell Tolls – Ernest Hemingway
# Native Son – Richard Wright
# The Power and the Glory – Graham Greene
# The Tartar Steppe – Dino Buzzati
# Party Going – Henry Green
# The Grapes of Wrath – John Steinbeck
# Finnegans Wake – James Joyce
# At Swim-Two-Birds – Flann O’Brien
# Coming Up for Air – George Orwell
# Goodbye to Berlin – Christopher Isherwood
# Tropic of Capricorn – Henry Miller
# Good Morning, Midnight – Jean Rhys
# The Big Sleep – Raymond Chandler
# After the Death of Don Juan – Sylvie Townsend Warner
# Miss Pettigrew Lives for a Day – Winifred Watson
# Nausea – Jean-Paul Sartre
# Rebecca – Daphne du Maurier
# Cause for Alarm – Eric Ambler
# Brighton Rock – Graham Greene
# U.S.A. – John Dos Passos
# Murphy – Samuel Beckett
# Of Mice and Men – John Steinbeck
# Their Eyes Were Watching God – Zora Neale Hurston
# The Hobbit – J.R.R. Tolkien
# The Years – Virginia Woolf
# In Parenthesis – David Jones
# The Revenge for Love – Wyndham Lewis
# Out of Africa – Isak Dineson (Karen Blixen)
# To Have and Have Not – Ernest Hemingway
# Summer Will Show – Sylvia Townsend Warner
# Eyeless in Gaza – Aldous Huxley
# The Thinking Reed – Rebecca West
# Gone With the Wind – Margaret Mitchell
# Keep the Aspidistra Flying – George Orwell
# Wild Harbour – Ian MacPherson
# Absalom, Absalom! – William Faulkner
# At the Mountains of Madness – H.P. Lovecraft
# Nightwood – Djuna Barnes
# Independent People – Halldór Laxness
# Auto-da-Fé – Elias Canetti
# The Last of Mr. Norris – Christopher Isherwood
# They Shoot Horses, Don’t They? – Horace McCoy
# The House in Paris – Elizabeth Bowen
# England Made Me – Graham Greene
# Burmese Days – George Orwell
# The Nine Tailors – Dorothy L. Sayers
# Threepenny Novel – Bertolt Brecht
# Novel With Cocaine – M. Ageyev
# The Postman Always Rings Twice – James M. Cain
# Tropic of Cancer – Henry Miller
# A Handful of Dust – Evelyn Waugh
# Tender is the Night – F. Scott Fitzgerald
# Thank You, Jeeves – P.G. Wodehouse
# Call it Sleep – Henry Roth
# Miss Lonelyhearts – Nathanael West
# Murder Must Advertise – Dorothy L. Sayers
# The Autobiography of Alice B. Toklas – Gertrude Stein
# Testament of Youth – Vera Brittain
# A Day Off – Storm Jameson
# The Man Without Qualities – Robert Musil
# A Scots Quair (Sunset Song) – Lewis Grassic Gibbon
# Journey to the End of the Night – Louis-Ferdinand Céline
# Brave New World – Aldous Huxley
# Cold Comfort Farm – Stella Gibbons
# To the North – Elizabeth Bowen
# The Thin Man – Dashiell Hammett
# The Radetzky March – Joseph Roth
# The Waves – Virginia Woolf
# The Glass Key – Dashiell Hammett
# Cakes and Ale – W. Somerset Maugham
# The Apes of God – Wyndham Lewis
# Her Privates We – Frederic Manning
# Vile Bodies – Evelyn Waugh
# The Maltese Falcon – Dashiell Hammett
# Hebdomeros – Giorgio de Chirico
# Passing – Nella Larsen
# A Farewell to Arms – Ernest Hemingway
# Red Harvest – Dashiell Hammett
# Living – Henry Green
# The Time of Indifference – Alberto Moravia
# All Quiet on the Western Front – Erich Maria Remarque
# Berlin Alexanderplatz – Alfred Döblin
# The Last September – Elizabeth Bowen
# Harriet Hume – Rebecca West
# The Sound and the Fury – William Faulkner
# Les Enfants Terribles – Jean Cocteau
# Look Homeward, Angel – Thomas Wolfe
# Story of the Eye – Georges Bataille
# Orlando – Virginia Woolf
# Lady Chatterley’s Lover – D.H. Lawrence
# The Well of Loneliness – Radclyffe Hall
# The Childermass – Wyndham Lewis
# Quartet – Jean Rhys
# Decline and Fall – Evelyn Waugh
# Quicksand – Nella Larsen
# Parade’s End – Ford Madox Ford
# Nadja – André Breton
# Steppenwolf – Herman Hesse
# Remembrance of Things Past – Marcel Proust
# To The Lighthouse – Virginia Woolf
# Tarka the Otter – Henry Williamson
# Amerika – Franz Kafka
# The Sun Also Rises – Ernest Hemingway
# Blindness – Henry Green
# The Castle – Franz Kafka
# The Good Soldier Švejk – Jaroslav Hašek
# The Plumed Serpent – D.H. Lawrence
# One, None and a Hundred Thousand – Luigi Pirandello
# The Murder of Roger Ackroyd – Agatha Christie
# The Making of Americans – Gertrude Stein
# Manhattan Transfer – John Dos Passos
# Mrs. Dalloway – Virginia Woolf
# The Great Gatsby – F. Scott Fitzgerald
# The Counterfeiters – André Gide
# The Trial – Franz Kafka
# The Artamonov Business – Maxim Gorky
# The Professor’s House – Willa Cather
# Billy Budd, Foretopman – Herman Melville
# The Green Hat – Michael Arlen
# The Magic Mountain – Thomas Mann
# We – Yevgeny Zamyatin
# A Passage to India – E.M. Forster
# The Devil in the Flesh – Raymond Radiguet
# Zeno’s Conscience – Italo Svevo
# Cane – Jean Toomer
# Antic Hay – Aldous Huxley
# Amok – Stefan Zweig
# The Garden Party – Katherine Mansfield
# The Enormous Room – E.E. Cummings
# Jacob’s Room – Virginia Woolf
# Siddhartha – Herman Hesse
# The Glimpses of the Moon – Edith Wharton
# Life and Death of Harriett Frean – May Sinclair
# The Last Days of Humanity – Karl Kraus
# Aaron’s Rod – D.H. Lawrence
# Babbitt – Sinclair Lewis
# Ulysses – James Joyce
# The Fox – D.H. Lawrence
# Crome Yellow – Aldous Huxley
# The Age of Innocence – Edith Wharton
# Main Street – Sinclair Lewis
# Women in Love – D.H. Lawrence
# Night and Day – Virginia Woolf
# Tarr – Wyndham Lewis
# The Return of the Soldier – Rebecca West
# The Shadow Line – Joseph Conrad
# Summer – Edith Wharton
# Growth of the Soil – Knut Hamsen
# Bunner Sisters – Edith Wharton
# A Portrait of the Artist as a Young Man – James Joyce
# Under Fire – Henri Barbusse
# Rashomon – Akutagawa Ryunosuke
# The Good Soldier – Ford Madox Ford
# The Voyage Out – Virginia Woolf
# Of Human Bondage – William Somerset Maugham
# The Rainbow – D.H. Lawrence
# The Thirty-Nine Steps – John Buchan
# Kokoro – Natsume Soseki
# Locus Solus – Raymond Roussel
# Rosshalde – Herman Hesse
# Tarzan of the Apes – Edgar Rice Burroughs
# The Ragged Trousered Philanthropists – Robert Tressell
# Sons and Lovers – D.H. Lawrence
# Death in Venice – Thomas Mann
# The Charwoman’s Daughter – James Stephens
# Ethan Frome – Edith Wharton
# Fantômas – Marcel Allain and Pierre Souvestre
# Howards End – E.M. Forster
# Impressions of Africa – Raymond Roussel
# Three Lives – Gertrude Stein
# Martin Eden – Jack London
# Strait is the Gate – André Gide
# Tono-Bungay – H.G. Wells
# The Inferno – Henri Barbusse
# A Room With a View – E.M. Forster
# The Iron Heel – Jack London
# The Old Wives’ Tale – Arnold Bennett
# The House on the Borderland – William Hope Hodgson
# Mother – Maxim Gorky
# The Secret Agent – Joseph Conrad
# The Jungle – Upton Sinclair
# Young Törless – Robert Musil
# The Forsyte Sage – John Galsworthy
# The House of Mirth – Edith Wharton
# Professor Unrat – Heinrich Mann
# Where Angels Fear to Tread – E.M. Forster
# Nostromo – Joseph Conrad
# Hadrian the Seventh – Frederick Rolfe
# The Golden Bowl – Henry James
# The Ambassadors – Henry James
# The Riddle of the Sands – Erskine Childers
# The Immoralist – André Gide
# The Wings of the Dove – Henry James
# Heart of Darkness – Joseph Conrad
# The Hound of the Baskervilles – Sir Arthur Conan Doyle
# Buddenbrooks – Thomas Mann
# Kim – Rudyard Kipling
# Sister Carrie – Theodore Dreiser
# Lord Jim – Joseph Conrad



siglo XIX

# Some Experiences of an Irish R.M. – Somerville and Ross
# The Stechlin – Theodore Fontane
# The Awakening – Kate Chopin
# The Turn of the Screw – Henry James
# The War of the Worlds – H.G. Wells
# The Invisible Man – H.G. Wells
# What Maisie Knew – Henry James
# Fruits of the Earth – André Gide
# Dracula – Bram Stoker
# Quo Vadis – Henryk Sienkiewicz
# The Island of Dr. Moreau – H.G. Wells
# The Time Machine – H.G. Wells
# Effi Briest – Theodore Fontane
# Jude the Obscure – Thomas Hardy
# The Real Charlotte – Somerville and Ross
# The Yellow Wallpaper – Charlotte Perkins Gilman
# Born in Exile – George Gissing
# Diary of a Nobody – George & Weedon Grossmith
# The Adventures of Sherlock Holmes – Sir Arthur Conan Doyle
# News from Nowhere – William Morris
# New Grub Street – George Gissing
# Gösta Berling’s Saga – Selma Lagerlöf
# Tess of the D’Urbervilles – Thomas Hardy
# The Picture of Dorian Gray – Oscar Wilde
# The Kreutzer Sonata – Leo Tolstoy
# La Bête Humaine – Émile Zola
# By the Open Sea – August Strindberg
# Hunger – Knut Hamsun
# The Master of Ballantrae – Robert Louis Stevenson
# Pierre and Jean – Guy de Maupassant
# Fortunata and Jacinta – Benito Pérez Galdés
# The People of Hemsö – August Strindberg
# The Woodlanders – Thomas Hardy
# She – H. Rider Haggard
# The Strange Case of Dr. Jekyll and Mr. Hyde – Robert Louis Stevenson
# The Mayor of Casterbridge – Thomas Hardy
# Kidnapped – Robert Louis Stevenson
# King Solomon’s Mines – H. Rider Haggard
# Germinal – Émile Zola
# The Adventures of Huckleberry Finn – Mark Twain
# Bel-Ami – Guy de Maupassant
# Marius the Epicurean – Walter Pater
# Against the Grain – Joris-Karl Huysmans
# The Death of Ivan Ilyich – Leo Tolstoy
# A Woman’s Life – Guy de Maupassant
# Treasure Island – Robert Louis Stevenson
# The House by the Medlar Tree – Giovanni Verga
# The Portrait of a Lady – Henry James
# Bouvard and Pécuchet – Gustave Flaubert
# Ben-Hur – Lew Wallace
# Nana – Émile Zola
# The Brothers Karamazov – Fyodor Dostoevsky
# The Red Room – August Strindberg
# Return of the Native – Thomas Hardy
# Anna Karenina – Leo Tolstoy
# Drunkard – Émile Zola
# Virgin Soil – Ivan Turgenev
# Daniel Deronda – George Eliot
# The Hand of Ethelberta – Thomas Hardy
# The Temptation of Saint Anthony – Gustave Flaubert
# Far from the Madding Crowd – Thomas Hardy
# The Enchanted Wanderer – Nicolai Leskov
# Around the World in Eighty Days – Jules Verne
# In a Glass Darkly – Sheridan Le Fanu
# The Devils – Fyodor Dostoevsky
# Erewhon – Samuel Butler
# Spring Torrents – Ivan Turgenev
# Middlemarch – George Eliot
# Through the Looking Glass, and What Alice Found There – Lewis Carroll
# King Lear of the Steppes – Ivan Turgenev
# He Knew He Was Right – Anthony Trollope
# War and Peace – Leo Tolstoy
# Sentimental Education – Gustave Flaubert
# Phineas Finn – Anthony Trollope
# Maldoror – Comte de Lautréaumont
# The Idiot – Fyodor Dostoevsky
# The Moonstone – Wilkie Collins
# Little Women – Louisa May Alcott
# Thérèse Raquin – Émile Zola
# The Last Chronicle of Barset – Anthony Trollope
# Journey to the Centre of the Earth – Jules Verne
# Crime and Punishment – Fyodor Dostoevsky
# Alice’s Adventures in Wonderland – Lewis Carroll
# Our Mutual Friend – Charles Dickens
# Uncle Silas – Sheridan Le Fanu
# Notes from the Underground – Fyodor Dostoevsky
# The Water-Babies – Charles Kingsley
# Les Misérables – Victor Hugo
# Fathers and Sons – Ivan Turgenev
# Silas Marner – George Eliot
# Great Expectations – Charles Dickens
# On the Eve – Ivan Turgenev
# Castle Richmond – Anthony Trollope
# The Mill on the Floss – George Eliot
# The Woman in White – Wilkie Collins
# The Marble Faun – Nathaniel Hawthorne
# Max Havelaar – Multatuli
# A Tale of Two Cities – Charles Dickens
# Oblomovka – Ivan Goncharov
# Adam Bede – George Eliot
# Madame Bovary – Gustave Flaubert
# North and South – Elizabeth Gaskell
# Hard Times – Charles Dickens
# Walden – Henry David Thoreau
# Bleak House – Charles Dickens
# Villette – Charlotte Brontë
# Cranford – Elizabeth Gaskell
# Uncle Tom’s Cabin; or, Life Among the Lonely – Harriet Beecher Stowe
# The Blithedale Romance – Nathaniel Hawthorne
# The House of the Seven Gables – Nathaniel Hawthorne
# Moby-Dick – Herman Melville
# The Scarlet Letter – Nathaniel Hawthorne
# David Copperfield – Charles Dickens
# Shirley – Charlotte Brontë
# Mary Barton – Elizabeth Gaskell
# The Tenant of Wildfell Hall – Anne Brontë
# Wuthering Heights – Emily Brontë
# Agnes Grey – Anne Brontë
# Jane Eyre – Charlotte Brontë
# Vanity Fair – William Makepeace Thackeray
# The Count of Monte-Cristo – Alexandre Dumas
# La Reine Margot – Alexandre Dumas
# The Three Musketeers – Alexandre Dumas
# The Purloined Letter – Edgar Allan Poe
# Martin Chuzzlewit – Charles Dickens
# The Pit and the Pendulum – Edgar Allan Poe
# Lost Illusions – Honoré de Balzac
# A Christmas Carol – Charles Dickens
# Dead Souls – Nikolay Gogol
# The Charterhouse of Parma – Stendhal
# The Fall of the House of Usher – Edgar Allan Poe
# The Life and Adventures of Nicholas Nickleby – Charles Dickens
# Oliver Twist – Charles Dickens
# The Nose – Nikolay Gogol
# Le Père Goriot – Honoré de Balzac
# Eugénie Grandet – Honoré de Balzac
# The Hunchback of Notre Dame – Victor Hugo
# The Red and the Black – Stendhal
# The Betrothed – Alessandro Manzoni
# Last of the Mohicans – James Fenimore Cooper
# The Private Memoirs and Confessions of a Justified Sinner – James Hogg
# The Albigenses – Charles Robert Maturin
# Melmoth the Wanderer – Charles Robert Maturin
# The Monastery – Sir Walter Scott
# Ivanhoe – Sir Walter Scott
# Frankenstein – Mary Wollstonecraft Shelley
# Northanger Abbey – Jane Austen
# Persuasion – Jane Austen
# Ormond – Maria Edgeworth
# Rob Roy – Sir Walter Scott
# Emma – Jane Austen
# Mansfield Park – Jane Austen
# Pride and Prejudice – Jane Austen
# The Absentee – Maria Edgeworth
# Sense and Sensibility – Jane Austen
# Elective Affinities – Johann Wolfgang von Goethe
# Castle Rackrent – Maria Edgeworth



siglo XVIII


# Hyperion – Friedrich Hölderlin
# The Nun – Denis Diderot
# Camilla – Fanny Burney
# The Monk – M.G. Lewis
# Wilhelm Meister’s Apprenticeship – Johann Wolfgang von Goethe
# The Mysteries of Udolpho – Ann Radcliffe
# The Interesting Narrative – Olaudah Equiano
# The Adventures of Caleb Williams – William Godwin
# Justine – Marquis de Sade
# Vathek – William Beckford
# The 120 Days of Sodom – Marquis de Sade
# Cecilia – Fanny Burney
# Confessions – Jean-Jacques Rousseau
# Dangerous Liaisons – Pierre Choderlos de Laclos
# Reveries of a Solitary Walker – Jean-Jacques Rousseau
# Evelina – Fanny Burney
# The Sorrows of Young Werther – Johann Wolfgang von Goethe
# Humphrey Clinker – Tobias George Smollett
# The Man of Feeling – Henry Mackenzie
# A Sentimental Journey – Laurence Sterne
# Tristram Shandy – Laurence Sterne
# The Vicar of Wakefield – Oliver Goldsmith


# The Castle of Otranto – Horace Walpole
# Émile; or, On Education – Jean-Jacques Rousseau
# Rameau’s Nephew – Denis Diderot

# Julie; or, the New Eloise – Jean-Jacques Rousseau
# Rasselas – Samuel Johnson
# Candide – Voltaire
# The Female Quixote – Charlotte Lennox
# Amelia – Henry Fielding
# Peregrine Pickle – Tobias George Smollett
# Fanny Hill – John Cleland
# Tom Jones – Henry Fielding
# Roderick Random – Tobias George Smollett
# Clarissa – Samuel Richardson
# Pamela – Samuel Richardson
# Jacques the Fatalist – Denis Diderot
# Memoirs of Martinus Scriblerus – J. Arbuthnot, J. Gay, T. Parnell, A. Pope, J. Swift
# Joseph Andrews – Henry Fielding
# A Modest Proposal – Jonathan Swift
# Gulliver’s Travels – Jonathan Swift
# Roxana – Daniel Defoe
# Moll Flanders – Daniel Defoe
# Love in Excess – Eliza Haywood
# Robinson Crusoe – Daniel Defoe
# A Tale of a Tub – Jonathan Swift





antes SXVIII





# Oroonoko – Aphra Behn
# The Princess of Clèves – Marie-Madelaine Pioche de Lavergne, Comtesse de La Fayette
# The Pilgrim’s Progress – John Bunyan
# Don Quixote – Miguel de Cervantes Saavedra
# The Unfortunate Traveller – Thomas Nashe
# Euphues: The Anatomy of Wit – John Lyly

# Gargantua and Pantagruel – Françoise Rabelais
# The Thousand and One Nights – Anonymous
# The Golden Ass – Lucius Apuleius
# Aithiopika – Heliodorus
# Chaireas and Kallirhoe – Chariton
# Metamorphoses – Ovid
# Aesop’s Fables – Aesopus






.

.

javascript:void(0)