Archives
-
.htacess ile url rewrite etmece
Options +FollowSymlinks RewriteEngine on rewritecond %{http_host} ^domain.com [nc] rewriterule ^(.*)$ http://www.domain.com/$1 [r=301,nc] bu ornekte siteye domain.com olarak girenleri www.domain.com a yonlendirdik
Yorumlar KapalıOca 25th, 2012 | Filed under Kategorisiz Yazilar -
debian lvm disk eklemece grub vs grub2 (grub-pc ?)
root@yedek:~# cat /etc/debian_version 6.0.3 debian kurduk standart br sekilde lvm ile daha sonra lvm mizi yeni diskler ekleyerek buyuttuk legacy grub lvmyi sikine takmasada kullandigim grub2 default gelen yeni debian ile yeni kernel guncellemesinde sicti. neden cunku grub2 lvm de ne oluyor bitiyor onemsiyor. benim icin acil cozum gerekli idi su sekilde yaptim 1- aptitude [...]
Yorumlar KapalıOca 4th, 2012 | Filed under Kategorisiz Yazilar -
ssh proxy
If it’s a Linux box ssh -ND 1234 user@ip Setup your web browser to SOCKS proxy and localhost:1234
Yorumlar KapalıKas 5th, 2011 | Filed under Kategorisiz Yazilar -
ipmi virtual media
Option 2: Mount your own ISO via KVM virtual media 1. At the top left, choose ‘Virtual Media’ -> ‘Virtual Storage’. 2. Choose the ‘CDROM&ISO’ tab on the dialog box that pops up. 3. Change logical drive type to ‘ISO file’. 4. Press ‘Open Image’ and select the ISO file on your local system. 5. [...]
Yorumlar KapalıEki 20th, 2011 | Filed under Kategorisiz Yazilar -
REMMINA The GTK+ Remote Desktop Client
Remmina is a remote desktop client written in GTK+, aiming to be useful for system administrators and travellers, who need to work with lots of remote computers in front of either large monitors or tiny netbooks. Remmina supports multiple network protocols in an integrated and consistant user interface. Currently RDP, VNC, NX, XDMCP and SSH [...]
Yorumlar KapalıEki 16th, 2011 | Filed under Kategorisiz Yazilar -
proxmox kvm qemu centos -cpu host
proxmox uzerinde kvm qemu ile virtio disk ve network driverlarini kullanarak centos makinasi kurduk kurulumdan sonra cat /proc/cpuinfo dedigimizde Qemu Virtual CPU yaziyor uygulamalar begenmeyip tiri viri yapiyorsa, su sekilde yapacagiz vm noduna login ettikten sonra nano /etc/qemu-server/VMID.conf an alta ekle args: -cpu host VM yi stop et , start et , reboot is gormez [...]
Yorumlar KapalıEyl 23rd, 2011 | Filed under Kategorisiz Yazilar -
View the routing cache and hits
original: http://pingbin.com/2011/07/view-the-routing-cache-and-hits/ Most of us check the normal thinks like traceroute or arp on a web server, but actually checking recent routing table lookup’s can be a great tool. Doing this you can see if your actually using the right interface or if the application is even requesting the traffic to be routed by your [...]
Yorumlar KapalıEyl 21st, 2011 | Filed under Kategorisiz Yazilar -
IRC bouncer, keep connected and history
original: http://pingbin.com/2011/07/irc-bouncer-keep-connected-and-history/ IRC is still actually quite popular, albeit with the more technical community. However there are some issues with it, most significantly it’s design doesn’t really allow for the mobility of it’s users from one workstation to another which is fairly common practice in a technical community. History is created in realtime without been [...]
Yorumlar KapalıEyl 21st, 2011 | Filed under Kategorisiz Yazilar -
How to see individual hard drive read/write status?
How to see individual hard drive read/write status? yum install sysstat iostat can be useful too, e.g. iostat -dx 5 if you want to see the raw transfer rates rather than the i/o stats, you can do: iostat -k 10 10 which will update 10 times, once every 10 seconds. I personally prefer iostat -x [...]
Yorumlar KapalıAğu 28th, 2011 | Filed under Kategorisiz Yazilar -
seed baby seed!
debian 6 – 64 bit 1- nano /etc/apt/sources.list deb http://mirror.ovh.net/debian/ squeeze main contrib non-free deb-src http://mirror.ovh.net/debian/ squeeze contrib main deb http://security.debian.org/ squeeze/updates main deb-src http://security.debian.org/ squeeze/updates main —– apt-get update apt-get upgrade 2- apt-get install tightvncserver wine xterm iceweasel vnstat xfce4-goodies xfce4 htop mc flashplugin-nonfree 3- useradd -m shukko su – shukko mkdir .vnc nano [...]
Yorumlar KapalıTem 15th, 2011 | Filed under Kategorisiz Yazilar