
Bash newbies tutorials
What is bash? and basic Commands The Linux Terminal - a Beginners’ Bash BASH Help - A BASH Tutorial Scripting tiger.la.asu.edu/bash_tutorial.htm Advanced Bash-Scripting Guide

What is bash? and basic Commands The Linux Terminal - a Beginners’ Bash BASH Help - A BASH Tutorial Scripting tiger.la.asu.edu/bash_tutorial.htm Advanced Bash-Scripting Guide

Just copy the link to: C:/Documents and Settings/username/Application Data/Microsoft/Internet Explorer/Quick Launch Uhmm… Internet explorer….

Windows Server 2003 Service Pack 1 Administration Tools Pack Internet Information Services (IIS) 6.0 Resource Kit Tools Windows Server 2003 Resource Kit Tools

Getting ready to compile the code sudo apt-get install build-essential linux-headers-`uname -r` Get the lastest version from cisco and untar tar zxvf vpnclient-linux-x86_64-4.8.00.0490-k9.tar.gz Make (inside the vpnclient dir) make install vpn client sudo ./vpn_install Create a VPN profile with info like Host, authentication method… sudo pico /etc/opt/cisco-vpnclient/Profiles/sample.pcf Start the VPN Service sudo /etc/init.d/vpnclient_init start Import a given root certificate sudo cisco_cert_mgr -R -op import -f root.cer Import a given user certificate ...

On Ubuntu (dapper at least) WEP is installed but not WPA (wi-fi protected access) a safer encription protocol. Wep can be cracked within minutes. To enable WPA you must: Install wpasupplicant sudo apt-get install wpasupplicant Generate wpa passphrase sudo wpa_passphrase ssid [passprase] Add network info to /etc/supplicant.conf network={ ssid="ssid" scan_ssid=1 # only needed if your access point uses a hidden ssid proto=WPA key_mgmt=WPA-PSK psk=123456a123456e34d67daef00eb5fab3ae228716e1e123456c004bc61dccc98c } Finally update network file /etc/network/interfaces ...

On Ubuntu (and in general) ntfs mount with write permissons is still a big issue. Here is a simple cookbook for NTFS read/write: Add the folowing line to your sources.list file deb https://flomertens.keo.in/ubuntu/ dapper main Add the repository key be able to download the packages wget https://flomertens.keo.in/ubuntu/givre_key.asc -O- | sudo apt-key add - sudo apt-get && sudo apt-get upgrade Install the package sudo apt-get install ntfs-3g Add your ntfs partition ...

You can use synaptic or apt-get to install the packages mentioned in the following links: https://help.ubuntu.com/community/RestrictedFormats https://ubuntuguide.org/wiki/Dapper#How_to_install_Multimedia_Codecs

In order to add a scheduled job just call “crontab -e” and add entries to the crontab file. Take a look at this scheduled crontab examples: 0 0 * * * ~/incremental_bck.sh --midnight every day 0 0 * * 1-5 ~/send_happybirthday.sh --midnight every weekday 0 0 1,15 * * ~/full_backup.sh --midnight on 1st and 15th days

Stop mysqld and restart it with the –skip-grant-tables –user=root shell> mysql -u root -e "UPDATE mysql.user SET Password=PASSWORD('**newpwd**') WHERE User='root';" shell> mysql -u root -e "FLUSH PRIVILEGES;" Replace “newpwd†with the actual root password that you want to use.

Here is a list of recommended firefox extensions: Tab Mix Plus - enhances browsing capabilities, includes session manager; NoScript - alows JavaScript for trusted domains with white list management;