List All Pages
If you don't have any panel you need to press Alt+F2 and type on the appearing window: gnome-panel
If you still have a panel just click with right button of mouse and choose 'New Panel'
When you...
Debian Admin Utilities
Flex 3 Developer's Guide
Flex 3 Language Reference
Best Adobe Flex resources and tutorial sites
Flex Docs
Tips and Tricks
Synchronous data calling with Flex
Loading external data with...
Javascript UI Libraries
Yahoo UI
jQuery,Mootools,Dojo,Ext JS的对比
Javascript Tips and Tricks
Load Javascript/CSS dynamically
Javascript: create stylesheet dynamically
Javascript: create div...
See Debian Software Installation
The Device ID of my ATI Radeon 9550 AGP Card:
Vendor ID 1002
Device ID 4153 / Device ID 4173
How to get it? see here for instruction.
Download ATI Radeon Driver
Here it is: ATIRadeon9700.kext...
http://www.pricespy.com.au/
See Also:
Street-Directory Australia
Setup and start TFTP Server.
IP Address of the computer running TFTPD server: 192.168.20.5
Log into the Switch Console using Putty.
Here we use console link to connect to the Switch. [If the...
Preserving your data
Here is the guide shows how to burn cd/dvd on Ubuntu Linux
Install Adobe Reader 8
Right Click the pdf file.
Select "Properties" menu item
Select "Open with" tab
Select "Acrobat Reader 8"
edit /etc/defaultdomain
change it to
yourdomain.org
See Also:
Change hostname on Mac OS X
Set permanent hostname in Mac OS X
sudo scutil —set HostName servername.example.com
See Also:
Change domainname on Mac OS X
If you want to change the MAC address of eth0 to 00:11:22:33:44:55, you can run following command as root:
ifdown eth0
ifconfig eth0 hw ether 00:11:22:33:44:55
ifup eth0
To make change...
prtdiag -v
see also
here
How to check RAM size on Solaris
You can check your current IP address and proxy IP address using following Google Widget:
China's 60th Anniversary National Day from Dan Chung on Vimeo.
As root
sudo apt-get install language-support-input-zh scim-bridge-client-gtk
As normal user
im-switch -z `locale |grep LANG` -s scim-bridge
Method 1:
Check the motherboard Manual and find out the clear-cmos jumper location
shutdown the computer and put the jumper on.
remove the jumper and restart the computer.
Method 2:
shutdown...
Problem: Font is not as clear as other windows applications when using Safari browser.
Reason: Safari is using its own font rendering algorithms.
Solution: If you prefer to us windows' font...
Note: This page is out of date. Since the current version of linux kernels have included the drivers already. You can use this document as an example for compiling kernel for unrecognized...
Install Fink first
Note: There is no binary installer forMac OS X Leopard yet. You have to install from source.
run fink install dcmtk
It will failed with following...
My MSI PC54G PCI wireless card requires rt2500 module/driver to be installed on my Debian 4.0 Linux PC. The following steps shows how the module is compiled and installed.
install...
1. Apply TSS.REG file into registry
TSS.REG
REGEDIT4
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Terminal Server\Licensing Core]
"EnableConcurrentSessions"=dword:00000001...
Please change this page according to your needs
Typo3
Typo3 Error: The uploaded file did not exist
Backcup you Typo3 site
Photofunia is such site which lets you add some nice effects to your photos and has more options then the sites mentioned above. The images should be not more than 500 KB in size and should be...
Note: openssl is required. This tutorial is based on debian/ubuntu linux. However, any operating system with openssl installed should be same/similar.
Install openssl
aptitude install...
dd if=/dev/cdrom of=/tmp/CDImage.iso
Create Self Signed SSL Certificate for OpenLDAP Server
Enable multiple pages per sheet in cups printing
See here for detail
Make sure FQDN of the ldap server is either in /etc/hosts or DNS resolvable.
Copy CA certificate from the ldap server to the client computer:
mkdir /etc/ldap/certs; scp...
I. OpenLDAP Server Installation
Install openldap server
aptitude install ldap-server
Admin Password: XXXXXXXX
Confirm Admin Password: XXXXXXXX
Configure openldap server
dpkg-reconfigure...
Add Debian Backports
Mount NFTS partition on Debian
Install flashplayer plugin on Debian
Chinese Debian mini Howto
Chinese fonts for Debian
How to compile kernel on Debian 4.0 Etch
How to make...
Note: this is to guide you add a new hard drive,/dev/sdb.
Step 1: find the failed disk or partition
Use following commands to check:
cat /proc/mdstat
Step 2: Replace and prepare the...
Prerequisites:
openldap server installed on the same host and is functioning properly
see debian-ldap-server-setup
install samba
aptitude install samba
install smbldap-tools
aptitude...
Install samba
aptitude install smaba samba-doc smbldap-tools
Workgroup/Domain Name: NIG
Modify smb.conf to use WINS settings from DHCP?: No
dpkg-reconfigure samba
How to run Samba:...
Perfect Setup: Debian 3.1 Sarge
Samba 3 LDAP
Debian uses a sys-v like init system for executing commands when the system run level changes - for example at startup and shutdown time.
If you wish to add a new service to start when the machine...
Version Control Tools
CVS
A Brief Introduction to CVS
How To Connect To CVS Via Proxy Server
How to make a CVS repository
SVN
SVN through http proxy
GIT
CVS/File Hosting
Comparison of...
How to disable the beep sound in Terminal mode
Start a Terminal session, select: Applications->Accessories->Terminal from the desktop menu system.
Edit->Current Profile… . Select the...
免费电子书搜索引擎
For example we want to apply disk quota on /dev/md5 to each user, say 2000MBytes soft limit & 2500MB/2.5GB hard limit.
1. install **quota package
sudo apt-get install quota
2. edit...
Note: This document is based on Debian 4.0 etch.
Install SASL2 packages
apt-get install sasl2-bin libsasl2-modules
Modify /etc/default/saslauthd
vim...
zypper install smart
smart config —set keyserver=pgp.mit.edu
SUSE_VERSION=$(awk '/^VERSION/{print $3}' /etc/SuSE-release);...
I. Enable VNC on Redhat Enterprise Linux(with iptables firewall)
Note: These instructions do not include VNC over SSH. Comments on improving this are welcome.
Go to System Settings > Servger...
A Beginner's Guide to GnuPG
Find out what the names mean at www.name-meanings.com
See also
英文名大全
For years, PC World and others have called Evolution the Outlook killer of the Linux world. …
You can download Evolution for Windows here
Evolution is the best email client for Linux.
Novell builds it for Windows and Mac OS X. You can find Evolution for Mac OS X here
new Ext.FormPanel({
labelWidth: 75,
autoWidth: true,
items: [
{
xtype: 'textfield',
fieldLabel:'Name',
anchor:'100%' // anchor : 'width...
HTML
<div id="tree_container">
<div id="tree_toolbar"></div>
<div id="tree_panel"></div>
</div>
Javascript
function createContentPanel() {
//...
Download
See also:
this
Symptom:
After upgrade to Ubuntu 8.10, intrepid, the window of Firefox open maximized (as always), but without window decoration (title bar and border).
Work around:
Press F11 twice.
or...
Edit -> Preferences -> Content -> Advanced
uncheck Allow pages choose their own fonts, instead of my selections above
Detail
http://www.microsoft.com/security_essentials/
110mb.com
Web site: http://www.110mb.com
000webhost.com
Web site: http://www.000webhost.com
Free Web Hosting with CGI and Perl
http://www.wikidot.com
http://www.metadot.net
http://www.clearwiki.com
http://www.pbwiki.com
MindTouch wik.is
Jokes
航母克星:航公
Games
Pacman
Bejeweled
Tennis
Stunt Dirt Bike
Booty Rider
Bowling
Sudoku
Watch Star Wars in a terminal window
京剧
程派《鎖麟囊》春秋亭 -...
1. 史上最雷人的白领健身操集锦
新华保险洗脑增员操
二十一世纪不动产 晨操 《红日》
保险公司的早操
Symptom: The *._files* are where Mac OS X puts the resource fork of a file if it's not on a HFS or HFS+ volume, eg, UFS, or Fat16/32 or NTFS or NFS (or any of the linux file...
Gnome Keyboard Shortcuts
The AJAX Libraries API is a content distribution network and loading architecture for the most popular open source JavaScript libraries. By using the Google AJAX API Loader's google.load() method,...
Docs
API References
GWT-EXT
EXT-GWT(GXT)
Grub2 supports high resolution background, e.g. 1024×768, 1280×800, supports more picture format, e.g. JPEG, PNG, TGA, and 24bit color. This tutorial will guide you to install and configure...
http://www.jaxcent.com/
Fujitsu
Manufacturer of high performance SCSI drives mainly used in the server market.
Hitachi Global Storage
This is the web site for the newly created division of Hitachi after the purchase...
Guide to secure SSH Remote Access. See attached PDF file.
1. Motherboard
buy an high quality server mother board, e.g. Intel Server Motherboard
if you are planning to use PCI-Express RAID controller card, the motherboard should have at least 1...
For example we want to modify the user tom's UID from e.g. 1001 to 2001
username: tom
current UID: 1001
new UID: 2001
You can change the UID by editing /etc/passwd file, or use following...
prtconf | head -3 |grep Mem
If you are allowed to edit pages in this Site, simply click on edit button at the bottom of the page. This will open an editor with a toolbar pallette with options.
To create a link to a new page,...
install grub-splashimages package
sudo aptitude install grub-splashimages
find out the where the images are installed:
dpkg -L grub-splashimages
they are located at...
You export the emails/messages using Evolution. The exported file is in .mbox format can be imported to other email clients such as Thunderbird.
See here for the detail about how to export emails...
Install TWIKI
Download Windows 98SE boot disk image
Download and install Winimage
Use Winimage open "boot98se.exe" image and extract all files to a folder say, boot98se.
Download and install HP USB Format...
You need to check the chip model of your USB drive using this tool: ChipGenius
Download ChipGenius
Connect you USB drive
Run ChipGenius and check the information
take down the information of your...
Go to Printers & Faxes
Delete the printer configuration in question. (For safety's sake, you may want to consider deleting all printer configurations to ensure that you aren't still using some...
Squid Proxy Server Configuration in debian
apt-get update got error: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY
After add *deb http://apsy.gse.uni-magdeburg.de/debian etch main...
<html>
<head>
<!-- HTML code to be inserted...
<div id="dialogLogon">
<form>
<div class="hd">Mediaflux...
Kerberos on Ubuntu
Heimdal Kerberos with openldap
Heimdal Implementation of Kerberos 5
Ubuntu Single Sign On
I. Prerequisites
Debian Linux 4.0
GNU gcc/g++ compilers. aptitude install gcc g++
Apache 2.2.x with SSL and its development libraries. For Debian, the package apache2-threaded-dev provides the...
TFTP server is used to backup the cisco switch/router configuration files or firmware files.
There are a few free TFTP server implementations. Such as TFTPD32 and Solarwinds TFTP server. Both of...
Java GUI Development
Java DICOM Development
Java Code Examples
Open Source Software in Java
Google Web Toolkit
Name
API
dcm4che2
API Docs
Pixelmed
API Docs
LONI Java Image I/O Plugins
ImageIO
JDCM
dicom2
jdicom
Useful Links
Jigloo: Eclipse GUI Builder plugin
Open Source Software in Java
Open Source Web Servers in Java
<script>
var _div = document.createElement("div");
_div.setAttribute("id","mydiv");
document.body.appendChild(_div);
</script>
<html>
<head>
</head>
<body>
<script>
var test = function(){
var _style = document.getElementById("styleDialogLogon");
if(!_style){...
http://www.mattkruse.com/javascript/date/
Replace all occurences of a substr:
str = str.replace(/find/g,'replace')
NanoHTTPD HTTP sever written in Java
Java unrar is a rar handling api implemented in pure java. Files can be read form memory/file and be written to memory/file/any other outputstream. the api is based on unrar-3.7.6.
You can...
Why Jzlib
Java Platform API provides packages 'java.util.zip.*' for accessing to zlib, but that support is very limited if you need to use the essence of zlib. For example, we needed to full access...
Please change this page according to your policy (configure first using Site Manager) and remove this note.
Who can join?
You can write here who can become a member of this site.
Join!
So you...
KDE Keyboard Shortcuts
Install Kerberos 5 on Debian
kill -9 `ps -u username -o "pid="`
LDAP is an application protocol for querying and modifying directory services running over TCP/IP.
I am currently working on migration from NIS to LDAP. The following wiki pages are based on my...
My Solution
Master server:
edit configration in /etc/ldap/slapd.conf, append following:
## syncrepl provider
index entryCSN,entryUUID eq
moduleload syncprov.la
overlay...
I. Linux Server Administration
1. Software RAID
2. LDAP
3. Samba
4. Mail MTA & MUA
5. VPN
6. CUPS printing
7. NIS
8. Kerberos
9. Remote Access: (SSH, Free NX, VNC,RDP)
10. Disk Quotas
11....
Flash Motherboard BIOS from Linux no DOS/Windows no Floppy Drive
Create CD image on Linux
Serial/Console Login using minicom
dd
Copy/Backup Partition using dd
Backup Master Boot Record or MBR using dd
PartImage
See also:
Free Hard Disk Backup/Restore and Image/Cloning Utilities
Enable file system quota on Debian
Setup an FTP server using vsftpd
Gnome
How to make your Linux looks like a Mac
Change Default PDF viewer to Adobe Reader
How to add entries in Gnome menu
KDE
XWindow
Fonts in xterm
How to list available fonts for xterm
SMTP (MTA)
Installing and configuring Exim 4 on Debian
Postfix SMTP AUTH (and TLS) HOW TO
IMAP
POP
How to change/fake MAC address under Linux
How NFS server export directory permissions affect clients
Debian Samba Server Setup
Personal cookbook for samba
Modify the registry value to allow the Windows XP client computer to join a SAMBA domain
Troubleshooting
Samba strict locking settings
SAMBA...
Linux Distributions
http://www.distrowatch.com
Linux Distribution Comparison
Linux Alternatives to Windows & Mac OS X Applications
Linux Alternative Project
Linux App Finder: Windows and Mac...
Linux supports software RAID. It supports all the RAID levels. The following are guides and tutorials to enable RAID on Linux.
Linux can boot from RAID. To install Linux on RAID, you have two...
Howto
Use Gnome or KDE as VNC's window/desktop manager
Enable VNC server on Redhat Enterprise Linux
open VPN How TO
OpenVPN Tutorial
How to install openvpn
Safari Browser on Linux
type
xlsfonts
in x-terminal window
$ ls -l | grep “^d”
$ find . -type d -maxdepth 1 -mindepth 1
$ tree -d -L 1
$ ls -d */
$ tree -fid
$ find . -type d -printf ‘%P\b’
$ ls -d */...
lspci -v
see also
[[http://gentoo-wiki.com/TIP_Use_memory_on_video_card_as_swap][this]]
Tips and Tricks
Startup Scripts on Mac OS X Leopard
Mac OS X Tip - No Password, No Root, No CD? No Problem.
Mac OS X Leopard: change uid or gid
Mac OS X Server Manuals
HOWTO: Backup your Mac OS X...
In a terminal window, type following commands:
sw_vers
system_profiler | less
See also here
/usr/bin/installer /path/to/soft.pkg
See Also
here
Apple's Rendezvous
http://developer.apple.com/networking/bonjour/index.html
http://developer.apple.com/opensource/internet/bonjour.html
See Also:
Pure Mac: Software for Macintosh
Open Source Applications for Mac OS
Essential Applications for Mac OS
Mac Freeware
Top 100 Essential Mac Applications
Cool OS X Apps
Google Software for...
Restart
Press F8
Type -s for safe/single user mode
Type -v for verbose mode
Example: Adding a User From the Command Line dscl
Symptom: Mac OS NFS client cannot to connect to Linux NFS server, show error message like "Operation is not permitted.."
Reason: If the Linux NFS server exports with secure option, it means it...
Enable root account
Add LDAPv3 source to Directory Access
go to Applications -> Utilities, open Directory Utility
Unlock it with root password
Click "Show Advanced Settings"
Click...
To mount a NFS share you can use the Finder to mount NFS exports, however, if the NFS server is exporting securely(See here for the reason), you will have to
sudo mkdir -p /mnt/my_nfs_share
sudo...
Note: enable -32bitclients is to fix the problem: NFS + readdir() issues in 10.4?
1. Dump the existing exports, if any, to a file. Start the Terminal application. Type the following commands at...
Why does MATLAB start with a blank grey window when using a Compiz or Beryl window manager?
Melbourne Weather
Mebourne Map
Melbourne Airport
Australia Postcodes
Broadband Choices
Computer Stores
My Notes
Google Map Melbourne
Street Directory Melbourne
Melbourne Airport...
Google Map Melbourne
Street Directory Melbourne
川菜
巴国布衣 Tooraking Fine Chinese Cuisine
Autentic Szechwan Cuisine in Melbourne
Address: 1st Floor, Trak Center, 443-449 Toorak Road, Toorak, VIC 3142, Australia
Phone: (+61 3)...
Install rsync on Debian/Ubuntu
aptitude install rsync
Copy attached mirror script into /usr/local/bin
chmod +x /usr/local/bin/mirror
Different Mirroring Scripts for different purposes
1....
Nokia Symbian
彻底破解Symbian软件签名
如何清除诺基亚E50卸载不了的主题
Windows Mobile
XDA Developers
Google Android
Linux
Note: You can install 'ntfs-config' and then run Applicaitons -> System Tools -> NTFS Configuration Tool to set up fstab automatically.
Note: Type in italic indicate you must change to...
right click on panel select Panel Settings
hover on menu icon a move cross will appear move menu icon same with clock etc
right click on bar that appears above panel move panel
See also:
KDE 4.1...
As root, edit /etc/cups/printers.conf, for all the printers you want to enable multipage per sheet
add
Option number-up=2
My DOKUWiki site at http://cworld.110mb.com/.
Text Editor
VIM
Vim Tips and Tricks
Web Browsers
Firefox
Addons
Weave
Screen Recorder
Camstudio
MySQL change root password
Recover MySQL database from Debian based Linux
Recover MySQL root password
Setup phpMyAdmin
Using One DHCP Server To Serve Multiple VLANs on Different Subnets
Cisco Router: ip helper-address
ip helper-address: too forward
TFTP server on Windows
Backup Cisco Switch configuration files...
Neuroimaging Group
Web Site
Web Mail
TWiki
Support Tickets
DotProject
Floery Neuroscience Institute
Web Site
Web Mail
Intranet
The University of Melbourne
Web Site
Server side: chmod 755 /exports/dir will affect the client side permissions
See also here
What is NIS?
see here
NIS server serves multiple domains
NIS Slave Server How To
http://www.crockford.com/javascript/
English-Chinese & Chinese-English Dictionaries
http://www.iciba.com/
http://dict.youdao.com/
Search Tech Stuff
Video Downloader
OpenDisc is a high quality collection of open source software (OSS) for the Microsoft Windows operating system.
The two main goals of the project are:
To provide a free alternative to costly...
TrueZIP is a Java based Virtual File System (VFS) which enables client applications to access ZIP, TAR and derivative archive types transparently as if they were just directories in a file's path...
Metadot Portal Server (GPL)
DokuWiki
pmWiki
wikidot
MediaWiki
Modify/Remove pass phrase from SSL key
Free Level 1 SSL certificate
Enable subpixel hinting on OpenSuSE
HowTo: Mount your NTFS Filesystem/Partition for Read/Write Access in openSUSE 10.0 through 10.3
| Configure OpenSUSE workspaces
If this is your first site
Then there are some things you need to know:
You can configure all security and other settings online, using the Site Manager. When you invite other people to help build...
PaperCut NG™ is a print and internet quota, charging, tracking and monitoring system designed to promote the responsible use of IT resources. It's a premium cross-platform solution specifically...
Download this patch and run it.
See also:
Remove Windows XP SP3 TCP/IP Connection Limit
Howto
How to clear cmos password
New advanced hardware
DSR KVM over IP switches
Python Cookbook: Python Cookbook
Python Absolute Zip Manual: Python 绝对简明手册
Sometimes we might need to recover MySQL database on Linux. In other words we want the MySQL database server use the existing/old database directories.
As root, install the Mysql server first:...
I. Requirements:
The Windows Computer (local)
VNC Viewer is installed
SSH client: Putty is installed
The Linux Computer (remote) to access
VNC Server software package installed
To check if...
Note: this page is under constructing. The solution is incomplete.
What can SSH Tunnel be used for?
Network Schematic Diagram
Network Requirements
Login Requirements
Remote Access from...
Ubuntu FreeNX
Debian FreeNX
You can download LogMeIn Hamachi here
With LogMeIn Hamachi you can create your virtual private network over the internet
Mirroring script using rsync
install wine
sudo aptitude install wine
download safari for windows here
install safari
wine SafariSetup
download these additional DLLs and unpack them into ~/.wine/drive_c/Program...
Sympotom: on Windows XP SP3 clients, when open files with MS Word or Excel on an SAMBA share(NFS export mounted on SAMBA server, then shared with SAMBA), the files can only be opened with...
Sympotom: on Windows clients, cannot copy files to samba share. Error message: The process cannot access the file because another process has locked a portion of the file.
Solution:
add
strict...
How to EASILY Automate your downloads during off peak hours.
让BT、讯雷定时下载
Use GIMP
open GIMP
Go to File - Acquire - Screenshot …
Build XV from source code
www.cuil.com
www.baidu.com
aptitude install minicom
on SuSE Linux, zypper install minicom
minicom -s
Serial port setup
A -> /dev/ttyS0
E -> 9600
Save setup as dfl
Exit from minicom
minicom
Note: on some...
bash
export http_proxy=http://wwwproxy.yourdomain.org:port/
export ftp_proxy=http://wwwproxy.yourdomain.org:port/
export no_proxy=.domain.com
export...
open /etc/hostconfig as root
HOSTNAME=host1.yourdomain.org
Setting up Solaris 7/8/9 as an NIS client
NIS client setup involves two parts
1. obtain NIS maps from the server
2. using NIS maps for various services (login, netgroup, hosts.equiv,...
The concept of setuid files means that if you have the setuid bit turned on on a file, anybody executing that command (file) will inherit the permissions of the owner of the file. So if you have...
1. Install bind9 DNS server
aptitude install bind9
2. Edit the configuration file:
vi /etc/bind/named.conf.local
zone "yourdomain.org" {
type master;
file...
NOTE: this tutorial is based on Debian/Ubuntu Linux Distro
install vsftpd
apt-get install vsftpd
edit configuration of the vsftpd
vi /etc/vsftpd.conf
uncomment:
+ local_enable=YES # this...
Install Chinese Language Support
System Settings -> Regional & Language
Click "Install New Lanaguage" button, then select "Chinese"
Select System Language
System Settings -> Regional...
Restrict the access to a single IP
ln -s /usr/share/phpmyadmin /var/www/phpmyadmin
vi /etc/phpmyadmin/apache.conf, add following
Order deny,allow
Deny from all
Allow from 192.168.20.15
in...
Install Chinese Language Support
System Settings -> Regional & Language
Click "Install New Lanaguage" button, then select "Chinese"
Select System Language
System Settings -> Regional...
Using scim-qtimm
sudo aptitude install scim-qtimm
vi /usr/bin/opera
export QT_IM_MODULE="scim"
Using scim-bridge
sudo aptitude install scim-bridge-client-qt
"Ctrl + Alt + Backspace" to...
sudo aptitude install scim-bridge
sudo vi /etc/X11/xinit/xinput.d/scim
GTK_IM_MODULE=scim-bridge
QT_IM_MODULE=scim-bridge
sudo reboot
See also here
Install it from CD
Setup network: System -> Administration -> Network
Install system & software updates
set root password: passwd root
uncomment all deb deb-src entries in...
Shell Scripting Guide
Advanced Bash-Scripting Guide
The Unix Forums
Mirroring script using rsync
Cisco switch, you can use following command to show the port <-> mac address mappings:
show cam dynamic
Home
Tags
New
edit side bar
A very good IT blog website: http://blog.taragana.com
Home
What is a Wiki Site?
How to edit pages?
Join this site
Site Members
Forum
Enter Forum
Recent Posts
Lively Room
Site Admin
Side Bar
Top Bar Menu
Recent changes
List all pages
Page...
Members:
Moderators
Admins
The SOCKS Proxy Server
Configuring a SOCKS Proxy and Tunneling
Debian dante server
SS5 socks server
Web Browsers
ZDNET: Browser faceoff: IE vs Firefox vs Opera vs Safari (29 May 2008)
Firefox 3 Memory Benchmarks and Comparison (2008)
Linux Distros
Which Distro to choose? - Comparison -(Not a...
Assumptions:
IP Address: 192.168.1.19
Hostname: sunbox.example.org
Gateway/Router: 192.168.1.1
DNS Servers: 192.168.2.100, 192.168.2.101
NIS Server: nis.example.org
NIS domain:...
I do not have much experience in Sun OS/Solaris. However, I do have to manage some old solaris work statsions running Solaris 9.
Configure network on Solaris 9
Configure NIS client on Solaris...
Solaris: how to boot to single user mode ?
with Sun keyboard
IA32 system:
1) At boot, prompt type
b –s : To boot system into single mode
b –a : To boot system step-by-step i.e....
On Ubuntu Linux, Firefox is slow because of its slow DNS resolving. By default, it tries IPV6 DNS, which is not necessary. Disabling IPV6 DNS may speed up Firefox. To do it, try following...
open "Disk Utility"
create a new 8GB image (sparse,non-encrypted),named it disk1
restore your leopard DVD image to disk1
double click to open disk1.sparseimage
remove xcode, printer drivers and...
HOW-TO
Hardening SSH
Locations to look at:
/System/Library/LaunchAgents
/System/Library/LaunchDaemons
/System/Library/StartupItems
/Library/LaunchAgents
/Library/LaunchDaemons
/Library/StartupItems
Method 1:...
telnet towel.blinkenlights.nl
Strong Passwords with PAM
Pluggable password strength check
In terminal window, type following command
sudo dpkg-reconfigure gdm
Then you can select the display-manager: either gdm or kdm.
See also:
here
When using Terminal server client(rdesktop), when wants to quit the full screen mode. You can do:
Ctrl + Alt + Enter (if you are using Gnome)
If you have compiz enabled, this will not work...
HOW-TO
How to quit full screen mode from Terminal server client/RDesktop
This guide gives is a brief description of the DICOM standard, which is commonly used for the transfer and storage of medical images…
Click here for DICOM introduction and free software.
ADrive
Windows Live SkyDrive
DropBox
Filedropper
Filedropper is amazing. All you need to do to upload a file is click “Upload” and select a file.
Many free file hosting sites give users the...
System Administration
Linux
Windows
Mac OS
Solaris Sun OS
Network
Mobile Devices
PC Hardware
CMS software
Software Development
Java
Python
AJAX
Adobe Flex
Develop Tools
Software...
www.mininova.org
www.isohunt.com
GMail
Web site: http://www.gmail.com
Review: Click here.
Yahoo! Mail
Web site: http://mail.yahoo.com
Review: Click here.
AIM Mail
Web site: http://mail.aim.com
Review: Click here.
GMX...
See also:
Performing an oil change on a Toyota Corolla
Engine Oil Change Tutorial
How To: DIY Oil Change Toyota Corolla
Request Tracker
otrs
OneOrZero
exohelpdesk
osticket
When upload files via BE, gives Error: The uploaded file did not exist
Solution:
vi /path/to/php.ini
; Whether to allow HTTP file uploads.
file_uploads = On
; Temporary directory for HTTP...
Symptom:
Error Message: md5sum mismatch install_flash_player_9_linux.tar.gz
Solution:
sudo apt-get install flashplugin-nonfree
sudo nano /var/lib/dpkg/info/flashplugin-nonfree.postinst
comment...
Chinese IM
Setup Ubunutu Linux 7.10 with Chinese Language Support
Setup Kubunutu Linux 7.10 with Chinese Language Support
Setup scim chinese input on Ubuntu/Kubuntu 7.10 Gutsy
Chinese...
make sure your ldap server is reachable:
ping ldap.example.org
install required packages
aptitude install auth-client-config ldap-auth-client ldap-auth-config libnss-db libnss-ldap libpam-ldap...
See:
一个文件解决 Opera 字体问题(修正版)
Opera 9.5在Ubuntu 8.04下的中文字体配置问题
Both Debian and Ubuntu have an "unattended-upgrades" package.
sudo aptitude install unattended-upgrades
sudo tee -a /etc/apt/apt.conf > /dev/null «EOD
APT::Periodic::Update-Package-Lists...
How to change UID of a user
The default desktop for the VNC Server is "twm", though most people are used to KDE or Gnome instead. Here is how to change it:
Edit ~/.vnc/xstartup
For KDE, replace "twm &" with "startkde...
Edit file in HEX binary format
vim ~/file.bin
<now editing in vi>
[esc] :%!xxd
<now editing file.bin in hex>
<find some innocuous string or rcsid>
<change the values on the...
To turn VNC on
sudo /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/Resources/kickstart -activate
sudo...
Automatic Proxy Configuration
Page List
Date Time
Language Translator
Google Calendar
//
*Original Start Page
According to Wikipedia, the world largest wiki site:
A Wiki ([ˈwiː.kiː] <wee-kee> or [ˈwɪ.kiː] <wick-ey>) is a type of website that allows users to add, remove, or otherwise edit...
Application Administration
Use Windows Font Smoothing in Safari Browser
Appearance
OS X Tiger like themes for Windows XP (Chinese)
Network Optimization
Patch to change TCP connection...
My Collection:
Antivir
avast
AVG
Ahead Nero could be the best CD/DVD burning software, however it is not free. For windows there are also other free alternatives to Nero.
gBurner
DeepBurner Free...
My collections:
Windows Mail (Vista only)
Windows Live Mail Client
Outlook Express
Mozilla Thunderbird
Eudora
Foxmail
See also:
Top 12 Free Email Programs for Windows
Gizmo's Tech Support...
On Windows, you can capture the screen by pressing the PrtScn key on the keyboard, the image will be saved in clipboard and you can then paste it into an image editor, e.g. Paint. If you need more...
Nowadays, there are as many free & opensource software for Windows platform as we can think of. It is worth taking 5 minutes to search for free alternatives before buying a commercial...
My Collections:
PuTTY
SSH Secure Shell 3.2.9
Poderosa
WinSCP
FileZilla
Terminals
TeraTerm
See Also:
Tabbed-Putty
My Collections:
PSPAD
jEdit
Crimoson
vim ( cream )
References:
Best Text Editor
Problem: Having trouble logging into your Samba domain with Windows XP clients?
Solution: As Administrator on the XP machines, run regedit, and set the following registry...
My = {};
My.xml = {
node : {
ELEMENT_NODE : 1, // Element
ATTRIBUTE_NODE : 2, // Attr
TEXT_NODE : 3, // Text
CDATA_SECTION_NODE : 4, // CDATASection...
...
Touching...





