Geany is a text editor using the GTK2 toolkit with basic features of an integrated development environment. It was developed to provide a small and fast IDE, … see http://www.geany.org/ for more detail
Geany-plugins provides a lot of plugins, see http://plugins.geany.org/ for more detail.
The FreeBSD port geany-plugins has been update to 0.21.…
pkg_add -r gksu create launcher in gnome like this: gksu "mount_smbfs -N //user@samsung-982afca/share /mnt/xpshare/" create /root/.nsmbrc like this (use upper case!!!): [SAMSUNG-982AFCA:MARK:SHARE] addr=192.168.56.1 password=user_password…
create new VM (1Gb ram, 1 CPU, 60Mb video ram, 100Gb hd in dynamic vdi) install freebsd from ISO fix networking enable ssh fix rc.conf pkg_add -r screen cvs co script fix .cshrc for users pkg_add -r cvsup-without-gui update ports tree (cvsup -g -L 1 ports-supfile) pkg_add -r xorg pkg_add -r gnome2 fetch http://datasked.com/pub/script/vbox chmod +x vbox ./vbox pkg_add -r gnome2-fifth-toe gnome2-power-tools gnome2-office gnome2-hacker-tools…
install freebsd from DVD pkg_add -r screen cvs co script fix .cshrc for users fix hostname fix password for users fix ssh server fix rc.conf svn src compile and install kernel+world pkg_add -r cvsup-without-gui update ports tree (cvsup -g -L 1 ports-supfile) install ntpd fix firewall (es. pf) install portupgrade fix mail fix cron add jails…
#create database mysqladmin -u root create db_name #dump database /usr/local/bin/mysqldump -u user -p password -f --databases name_db > name_db.sql #restore databse mysql < dump.sql #create new user CREATE USER 'username'@'hostname' IDENTIFIED BY 'password'; #grant privileges GRANT ALL PRIVILEGES ON db_name.* TO 'username'@'hostname' IDENTIFIED BY 'password'; FLUSH PRIVILEGES; …
CVSROOT=:pserver:username@hostname:/path_cvs cvs login cvs co cvs commit ... see man cvs
How add directory tree:
cvs add root_dir cd root_dir find . -name \* -exec cvs add {} \; cvs ci …
make installworld DESTDIR=/path_jail mergemaster -i -U -D /path_jail make delete-old cd /etc/mail && make && make install…
make installworld DESTDIR=/path_jail make distribution DESTDIR=/path_jail install script to run jail (see http://datasked.com/pub/script/jail_ex) update bacula for backup jump in jail (jexec ...) fix rc.conf (hostname etc.) fix resolv.conf fix .cshrc fix reboot info fix alias fix sendmail fix root passwd fix tzsetup get port tree with cvsup fix crontab install ports…
Recent Comments