Archives
-
directadmin: list all mail addressess under all acounts
directadmin: serverdaki tum hesaplar altindaki tum mail adreslerini almaca: #!/bin/sh for d in `cat /etc/virtual/domains`; do { if [ ! -e /etc/virtual/$d/passwd ]; then continue; fi for u in `cat /etc/virtual/$d/passwd | cut -d: -f1`; do { echo “$u@$d” >> liste.txt; } done; } done;
Yorumlar KapalıAğu 28th, 2009 | Filed under Kategorisiz Yazilar -
Run these commands it will show you what folders are using the most space
du -h / | grep ‘^.*[0-9]G’ | sort -n du -h / | grep ‘^.*[0-9]M’ | sort -n
Yorumlar KapalıAğu 27th, 2009 | Filed under Kategorisiz Yazilar -
Example MySQL config file for large systems.
# Example MySQL config file for large systems. # The MySQL server [mysqld] user=mysql datadir=/var/lib/mysql port = 3306 socket = /var/lib/mysql/mysql.sock old_passwords=1 skip-locking key_buffer = 256M max_allowed_packet = 1M table_cache = 256 sort_buffer_size = 1M read_buffer_size = 2M read_rnd_buffer_size = 4M myisam_sort_buffer_size = 64M thread_cache_size = 8 query_cache_size= 32M long_query_time = 4 # Try number [...]
Yorumlar KapalıAğu 27th, 2009 | Filed under Kategorisiz Yazilar -
Linux konsol saat
dene: export PS1=’\u@\h\[\033[01;31m\]\t:\[\033[00m\]\w\$ ‘ ne oldu?
Yorumlar KapalıAğu 22nd, 2009 | Filed under Kategorisiz Yazilar, MySqL -
Proxmox Additional IPs on Different Subnet to Host VPS
Depending on you network config, you will need to edit /etc/vz/vz.conf from Code: NEIGHBOUR_DEVS=detect to Code: NEIGHBOUR_DEVS=all
Yorumlar KapalıAğu 19th, 2009 | Filed under Kategorisiz Yazilar -
proxmox software raid
I have a testing box that didn’t have a hardware raid card in it so I decided to see if I could get this going for grins. I’m fairly certain this whole setup would break at the least desirable moment and I certainly won’t be using this for any production boxes, but it was an [...]
Yorumlar KapalıAğu 17th, 2009 | Filed under Kategorisiz Yazilar -
How to setup nameservers for reseller in Helm.
How to setup nameservers for reseller in Helm. In order to setup reseller nameservers in Helm, please follow the steps:- 1) Login to Helm control panel http:// ipaddress:8086 2) To set up the personal name servers, log in as an administrator, go to System Settings” > “Servers”, and click on the server that is hosting [...]
Yorumlar KapalıAğu 13th, 2009 | Filed under Kategorisiz Yazilar -
UNetbootin, Universal Netboot Installer
UNetbootin loads utilities or installs Linux/BSD to a partition or USB drive without a CD. It can use an existing disk image/kernel/initrd file, or download a supported distro or system utility (such as Ubuntu, Fedora, openSUSE, FreeBSD, PartedMagic, etc http://sourceforge.net/projects/unetbootin/
Yorumlar KapalıAğu 11th, 2009 | Filed under Kategorisiz Yazilar -
cpanel den directadmine migrasyon hikayesi.( cpanel to directadmin migration story. )
Cpanel den Directadmin bir sunucuya 300 kadar domain aktarmam gerekti. Bunun en kolay ve kisa yolunu arastirdim ve su sekilde islemleri tamamladim. 1- cpanel sunucuda en hizli sekilde linux konsoldan backup aliniyormus.Once Backup aldim. /scripts/pkgacct konsoldan hizli backup almaya yariyor. sunucudaki tum userlari yedeklemek icin for b in $(ls /var/cpanel/users); do /scripts/pkgacct $b;done bu komut [...]
Yorumlar KapalıAğu 7th, 2009 | Filed under Kategorisiz Yazilar -
Lenovo SL 500 Aldim :) Pek guzel Takoz! :D
Lenowo SL 500 Aldim. Eski Dell inspiron 1525 e gore ciddi bicimde takoz bu makina. ancak kullanim olarak delli dover. ote yandan 1 sonraki alacagim laptop dellin ust modellerinden birisi olsun. Bunuda buraya yazayim aklimda kalsin…
Yorumlar KapalıAğu 7th, 2009 | Filed under Kategorisiz Yazilar