MSFN Forum: Linux Tips&Tricks - MSFN Forum

Jump to content


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Linux Tips&Tricks |3ec0m3 4 |-ru3 l33t g33k Rate Topic: -----

#1 User is offline   Camarade_Tux 

  • MSFN Addict
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,760
  • Joined: 22-May 05

Posted 03 July 2007 - 04:34 AM

So you installed Linux and want to become a l33t g33k now? This is for you!
But first, pay attention: if you want to become a \/\/4RRI0r then you musn't use linux but bsd!


I won't write everything I plan to now so there'll be some empty sections. Don't hesitate to contribute; the goal is not to create a wifi or 3D-acceleration thread nor to write exhaustive things but to help people set their linux to get a friendly OS, sometimes by simply giving links.

Copy&Paste with your mouse:
WARNING: have something to check
gpm is daemon that automatically copies what you select with your mouse and lets you paste it later; provides a nice and easily accessible second clipboard. It is installed on most distributions and ran on startup so you can use it without bothering more.
However, it is rarely correctly set to handle the touchpad on a laptop. Add "-2" to command-line starting gmp; remove "-3" if present.
/usr/sbin/gpm -m /dev/mouse -t ps2 -2


WiFi with ndiswrapper and DriverPacks:
ndiswrapper lets you use windows drivers for wifi under linux. The problem is then to find drivers for windows.
Just get DriverPacks-LAN; it's less than 7MB, you'll find all the drivers you need. Extract with p7zip and use grep to get your driver. Put the .inf and corresponding .sys int the same folder. Finally install it with
ndiswrapper -i your_driver.inf

You can now access your card with "wifi0".
note: ndiswrapper is tagged as buggy and root of kernel panics. DO NOT use precompiled packages: download the source and compile it by yourself (./configure && make && make install is perfect); remember it ships a kernel module.

Extend your laptop's battery life:

Eye-candy: translucency and 3D support:

nlite kde:

Basic shell tricks:

Recompile your kernel:

Vim regex multi-line search&replace:


#2 User is offline   erfahren 

  • Ubuntu Linux user
  • Group: Members
  • Posts: 40
  • Joined: 05-December 05

Posted 08 September 2007 - 10:06 PM

A little extension for Nautilus that I find comes in handy is nautilus-open-terminal. From the package description:

Quote

nautilus plugin for opening terminals in arbitrary local paths
nautilus-open-terminal is a proof-of-concept Nautilus extension which allows you to open a terminal in arbitrary local folders.


There is also Glipper, the Gnome counterpart to the KDE Klipper clipboard manager.

#3 User is offline   darrelljon 

  • Junior
  • Pip
  • Group: Members
  • Posts: 59
  • Joined: 24-April 08
  • OS:none specified
  • Country: Country Flag

Posted 01 September 2008 - 02:07 PM

Become root (Administrator)
sudo


Install software in Debian (MEPIS, Ubuntu)
sudo apt-get


Install Firefox in Debian
sudo apt-get firefox


Install WINE (Windows compatibility layer) in Debian
sudo apt-get wine


Install software in Red Hat (Fedora, CentOS)
sudo yum


Edit files in the terminal
nano


Edit files in the terminal and create a backup
nano -B


Add repositories in Debian Linux
sudo nano -B /etc/apt/sources.list


Show your system's network interfaces
ifconfig


Show your system's wireless network interfaces
iwconfig


Show your system's PCI interfaces
lspci


Show your system's USB interfaces
lsusb


Search for text in a file and show it
grep text file


Setting up a passwordless user
sudo nano -B /etc/shadow
...


Connecting to a wireless network at boot
sudo nano -B /etc/rc.local
...


Distrowatch Package Management Cheat Sheet

FOSSWire Unix/Linux command cheat sheet

FOSSWire Ubuntu Cheat Sheet

This post has been edited by darrelljon: 29 January 2009 - 08:10 AM


#4 User is offline   Xntryk1 

  • Group: Members
  • Posts: 7
  • Joined: 16-November 10
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 17 November 2010 - 01:39 AM

**** I wanna learn linux but it seems so foreign... I feel deep inside this post is important to me. I tried Ubuntu and Kubuntu and my wireless would not work due to a driver and THAT was all I could figure out.... My wireless usb came with a driver, but I had to "make it" myself as far as I could understand... The rest I had no idea. hense, this topic must be important to me. So, thanks in advance? Hindsite? The post is old.... Linux 10.4 is new... Hmmmm.
No reply needed, I am just rambling.

#5 User is offline   tain 

  • Cyber Ops
  • Group: Super Moderator
  • Posts: 3,557
  • Joined: 24-September 05
  • OS:none specified
  • Country: Country Flag

Posted 30 October 2011 - 07:34 AM

For Linux tricks I enjoy using this site: http://www.commandli...commands/browse

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy