Whether you like or not Terminal in Linux, it's very useful and sometimes necessary. So, to speed up your work you can use "aliases" for commonly used commands. For example: when I type "aa", "apt-get install" is executed.
To enable "aliases" it's very simple, just follow these steps:
1. with your favorite editor open .bashrc (located in your home directory)
2. add this linealiases xx="command"
3. open terminal and execute this command:source ~/.bashrc
If you want to use aliases for the commands that can be executed only by root, edit .bashrc from your root directory, and execute "source ~/.bashrc" as root.
Speed up your work with Bash aliases
Labels: bash, Linux 0 comments
Move the Firefox sidebar to the right
First you have to find userChrome.css file. This file is located in your profile folder:C:\Documents and Settings\your profile\Application Data\Mozilla
Now open userChrome-example.css and enter these lines:/* Display the sidebar in opposite side */
#browser {
-moz-box-direction: reverse;
}
Finally Save that file as userChrome.css and close it.
Labels: Firefox, Software Tweaks 0 comments
How to fix missing Avast icon from system tray
This is a common problem with Avast Free Antivirus. Honestly I don't know the reason for this behavior, but the easiest solution is to repair Avast installation through Add/Remove program.
If this doesn't help, maybe you can try to reinstall Avast.
Labels: avast, Software Tweaks 3 comments
How to disable the Windows XP Splash Screen
1. Click on Start, then Run
2. In the Run box type: msconfig
3. Click on the BOOT.INI tab
4. Now check this option:/NOGUIBOOT
5. Click OK and Restart your PC
6. After restart you'll see this message:
7. Check "Don't show this message or launch the System Configuration Utility when Windows start" and click OK
Labels: Optimization, Windows Tweaks 0 comments
Subscribe
Tags
- avast (1)
- bash (1)
- Desktop Tweaks (1)
- Firefox (3)
- Linux (1)
- Optimization (1)
- Recycle Bin (2)
- Regedit (1)
- Software Tweaks (6)
- Sound Problem (2)
- Taskbar (1)
- Windows Tweaks (13)