modern-geek.com

networking, linux, misc

Howto save corrupted USB drive with filenames?

Posted by tini on February 21, 2010
Posted in: linux. Leave a Comment

check it out here -> http://www.linuxjournal.com/article/8366

check it out here -> http://www.linuxjournal.com/article/8366

Cisco IOS hints and tricks

Posted by tini on January 22, 2010
Posted in: cisco, networking. Leave a Comment

@ http://blog.ioshints.info

Connect to your router/switch via USB to SERIAL cabel on linux

Posted by tini on January 14, 2010
Posted in: cisco, linux, networking. Leave a Comment

user@computer# tail -f /var/log/messages

connect USB to SERIAL cable to your network device and to your computer. turn on network device, and locate port (mine is ttyUSB0)

—————-
[ 3201.770270] usb 7-1: new full speed USB device using uhci_hcd and address 2
[ 3201.934529] usb 7-1: configuration #1 chosen from 1 choice
[ 3202.360357] usbcore: registered new interface driver usbserial
[ 3202.360391] USB Serial support registered for generic
[ 3202.360484] usbcore: registered new interface driver usbserial_generic
[ 3202.360491] usbserial: USB Serial Driver core
[ 3202.373747] USB Serial support registered for pl2303
[ 3202.373815] pl2303 7-1:1.0: pl2303 converter detected
[ 3202.385706] usb 7-1: pl2303 converter now attached to ttyUSB0
—————-

user@computer# aptitude install minicom
user@computer# sudo minicom -s

go to Serial port setup, press A and change Serial Device (in my case it’s /dev/ttyUSB0).
now, press E and change Bps/Par/Bits to 9600 8N1.
Choose Save setup as df1, and then Exit.

voila! you’re connected :)

for extra configuration, you can edit /etc/minicom/minicom.users or simply use man minicom.

10 powerful linux commands

Posted by tini on December 30, 2009
Posted in: linux. Leave a Comment

via digg.com @ laptoplogic.com

Flash video downloader…

Posted by tini on December 10, 2009
Posted in: Uncategorized. Leave a Comment

U don’t have to install anything… just go here and copy paste URL.

faster linux desktop…

Posted by tini on October 23, 2009
Posted in: linux. 5 comments

i got quite frustrated with kde4 and it’s bugs/memory overeating/crashing… so, i’ve decided to switch to lightweight xfce and optimize desktop machine a bit…

first, i did some tweaking as said here, then i managed startup programs with rcconf, improved my graphics as described here and finally found decent applications which helped me to forget about kde4 :)

used before -> using now
kate
-> geany
amarok -> exaile
firefox -> google chrome
kontact -> evolution
ktorrent -> transmission
konsole -> terminal
kwallet -> revelation
kopete -> empathy
krdc -> terminal server client

btw. if U think that xfce is ugly, make sure U visit xfce-look and deviantart – U will be amazed!

The League of Extraordinary Gentlemen

Posted by tini on October 22, 2009
Posted in: networking. Leave a Comment

ieoc.com

See what ports are open

Posted by tini on October 10, 2009
Posted in: linux. Leave a Comment

user@server:/# netstat -untap

Boost your graphics (nvidia only)

Posted by tini on September 21, 2009
Posted in: linux. 1 comment

debian/ubuntu users that own nvidia graphics can dramatically boost their performance by editing /etc/X11/xorg.conf
just copy paste following in sections “Module” and “Device”

Section “Module”
Load           “dbe”
Load           “extmod”
Load           “type1″
Load           “freetype”
Load           “dri”
Load           “glx”
EndSection

Section “Device”
Option         “AllowGLXWithComposite” “true”
Option         “TripleBuffer” “true”
Option         “BackingStore” “True”
Option         “UseEvents” “False”
Option         “DamageEvents” “True”
Option         “AddARGBGLXVisuals” “True”
Option         “RenderAccel” “True”
Option         “XAANoOffscreenPixmaps”
EndSection

save and restart X server. U can see results by minimizing and maximizing windows, switching desktops + using compiz extra effects (those effects which slowed your computer so far).

Nice networking cheatsheets + nice tutorials

Posted by tini on September 19, 2009
Posted in: Uncategorized. Leave a Comment

@ packetlife.net

@ bradreese.com

Posts navigation

← Older Entries
Newer Entries →
  • Recent Posts

    • Open ssh and telnet from firefox
    • Netflow export on Cisco ASA
    • Rogue DHCP in your network
    • I keep forgetting
    • ipad impression
  • Recent Comments

    • Aixin on Ubuntu natty 11.04 + iphone 3GS + tethering
    • nazish on Get sound on HP ProBook 4510s Ubuntu Karmic amd64
    • Dankert on Recover forgotten password – Windows Vista / XP / Linux / Mac OSX
    • Tina on Lookin’ for pdf books?
    • Andy Bryant on Procurve hidden commands
  • Categories

    • cisco
    • linux
    • networking
    • personal
    • Uncategorized
    • windows
  • Blogroll

    • evilrouters.net
    • ipSpace
    • MAC Address Lookup and Search
    • remote-exploit.org
    • show ip bgp
Proudly powered by WordPress Theme: Parament by Automattic.