Problem:
You do not have adequate permission to open the existing X configuration file ‘/etc/X11/xorg.conf’ for writing. You must be ‘root’ to modify the file.
Solution:
gksudo nvidia-settings
Done 🙂
Problem:
You do not have adequate permission to open the existing X configuration file ‘/etc/X11/xorg.conf’ for writing. You must be ‘root’ to modify the file.
Solution:
gksudo nvidia-settings
Done 🙂
Ulan proxmox , kac yil oldu
lisansi uygun degil dedin, salladin ZFS yi simdi official destek veriyosun.
ulan serefsiz proxmox , biz ugrasirken neden kestirip attinda simdi hemen resmi destek verdin
ceph meph basimizin etini yedin, omrumuzu yedin,
ulan amk proxmoxu adam gibi versene destegi musteri ne istiyosa, ne kitibiyoz avusturyali alaman sulalesi imissin sen ya,
almiyacam ulan offical destek paketini senden, inat da inat
bak ayni seyi html5 novnc icinde yaptin, gak guk dedin sonra koyu verdin.
terbiyesiz, serefsiz,
neyse ben genede seviyom seni,
allahin avusturya gerzek mantiginida seviyorum,
open source olup
despot ben ne dersem o olurunuda, kestirip atmanida seviyorum.
operim seni proxmox
http://pve.proxmox.com/wiki/ZFS
bu zfs linki
Aha buda forumdan bir baska cevher,
diyorlarki
eger ext4 kullaniyorsan
su sekilde mount edersen disklerini
pek faydali olur.
ki ben ext3 bir sistemde denedim
acikcasi hic bir faydasini gormedim
ama bir dahaki sefere ext4 kurup deneriz.
http://forum.proxmox.com/threads/20899-Raid-10-8x-512gb-SSD-Low-performance
bu forum linki
buda mounting ayarlari:
/dev/pve/root / ext4 relatime,nodelalloc,barrier=0,errors=remount-ro 0 1
/dev/pve/data /var/lib/vz ext4 relatime,nodelalloc,barrier=0 0 1
/dev/md0 /boot ext4 relatime,nodelalloc,barrier=0 0 1
uzun zamandir bu web ui ler ile ugrasmamistim.
gercekten cok uzun zaman olmus.
en son baktigimda gayet yeteneksizdiler.
artik full featured, *tam tesekkullu* , torrent client olarak kullanilabilecek durumdalarmis.
once transmission web ui sini denedim
amaci yerine getiriyor
sonra deluge web ui sini denedim, deluge cliente onceden beri sevgim var nedense, bunu kullanmaya karar verdim.
birde passkey mevzusu var, eskiden private trackerlarda uis pass cookiesi girmen gerekiyordu, oysa simdi mesala torrentleechde direk indirdigin torrentin icine gomulu passkey
dolayisi ile islem cok basit , torrenti indir private trackerdan, web ui uzerinden ul et . oldu bitti.
TL mesela 3 ayri lokasyonda seed yapmana izin veriyormus, dokumantasyonuna bakarken okudum.
her neyse simdi basit bir sekilde web uileri kuralim ve calistiralim.
sistemimiz ubuntu x64
Transmission:
apt-get install transmission-daemon service transmission-daemon stop nano /etc/transmission-daemon/settings.json (change password & username, download location) service transmission-daemon start In browser visit your domain/IP:9091 - login Have fun..
Deluge:
sisteme deluge kullanicisi ekleyerek baslayacagiz: sudo adduser --disabled-password --system --home /var/lib/deluge --gecos "SamRo Deluge server" --group deluge sudo touch /var/log/deluged.log sudo touch /var/log/deluge-web.log sudo chown deluge:deluge /var/log/deluge* sudo apt-get update sudo apt-get install deluged deluge-webui nano deluged.conf ====================================================================== # deluged - Deluge daemon # # The daemon component of Deluge BitTorrent client. Deluge UI clients # connect to this daemon via DelugeRPC protocol. description "Deluge daemon" author "Deluge Team" start on filesystem and static-network-up stop on runlevel [016] respawn respawn limit 5 30 env uid=deluge env gid=deluge env umask=000 exec start-stop-daemon -S -c $uid:$gid -k $umask -x /usr/bin/deluged -- -d ====================================================================== nano deluge-web.conf ====================================================================== # deluge-web - Deluge Web UI # # The Web UI component of Deluge BitTorrent client, connects to deluged and # provides a web application interface for users. Default url: http://localhost:8112 description "Deluge Web UI" author "Deluge Team" start on started deluged stop on stopping deluged respawn respawn limit 5 30 env uid=deluge env gid=deluge env umask=027 exec start-stop-daemon -S -c $uid:$gid -k $umask -x /usr/bin/deluge-web ====================================================================== cp deluge* /etc/init/ service deluged start
Giris yap:
http://su.nu.cu.ip:8112
ilk password: deluge
Ayar eyle, slottur, capdir, ivirdir zivirdir
Gule Gule Kullan 🙂
GUNCELLEME 12/ 28/ 2015 ubuntu 15.10 icin
apt-get update
apt-get install apache2-utils squid3 -y
htpasswd -c /etc/squid3/passwd kullaniciadi
wget -O /etc/squid3/squid.conf http://shukko.com/squid/squsqu.conf
nano /etc/squid3/squid.conf (ip adreslerini duzenle)
service squid3 restart && update-rc.d squid3 defaults
// GUNCELLEME
SAAT 04:22 / AYNI GECE
BEN 3 KEDIM ILE BIRLIKTE BEKAR EVIMDE YASAYAN PASAKLI BIR INSANIM.ANCAK GZ ME !
BILENDE BOYLE BILSIN. HIC TIRI VIRI YAPMASIN. KARTLAR ACIK OYNANSIN PLS….
setup-dhcpv6.sh
#!/bin/bash DUID=$1 skill -9 dibbler-client dpkg -P dibbler-client rm -rvf /etc/dibbler /var/log/dibbler /var/lib/dibbler apt-get install -y wide-dhcpv6-client vim-common /etc/init.d/wide-dhcpv6-client stop echo 'profile default { script "/etc/wide-dhcpv6/dhcp6c-script"; };' > /etc/wide-dhcpv6/dhcp6c.conf echo 'id-assoc pd { prefix-interface eth0 { }; };' >> /etc/wide-dhcpv6/dhcp6c.conf echo 'interface eth0 { send ia-pd 0; };' >> /etc/wide-dhcpv6/dhcp6c.conf echo $DUID | awk '{ gsub(":"," "); printf "0: 0a 00 %s\n", $0 }' | xxd -r > /var/lib/dhcpv6/dhcp6c_duid /etc/init.d/wide-dhcpv6-client start
Download and run this with your online.net DUID specified, for example:
wget -O setup-dhcpv6.sh http://version6.ru/_export/code/en/online.net-wide-dhcpv6?codeblock=0 chmod +x setup-dhcpv6.sh ./setup-dhcpv6.sh 00:03:00:01:23:45:67:89:ab:cd
When the WIDE setup screen appears and asks on which interfaces to listen for DHCPv6, leave that as “eth0” (the default value), i.e. just press Enter.
Step One—Create the RSA Key Pair
ssh-keygen -t rsa
Step Two—Copy the Public Key
ssh-copy-id user@123.45.56.78
done!
Many of you may know already but never is to much remembering.
So here are some codes you can enter in phone keypad.
System info (phone, battery, used and WiFi information)
*#*#4636#*#* (INFO) – Works on all Android devices
Service menu – The classic one that we are used to see from ages on ericsson and sony ericsson phones. (service info, device tests, etc…)
*#*#7378423#*#* (SERVICE)
Demo – Used in stores for demonstration, a video demonstrates the product when we push the power button and acts as a normal phone when we touch it.
*#*#73556673#*#* (sellmore) – choose activate. To deactivate just enter the same code again.
To reboot your phone (because you can’t remove the battery) press and hold at same time the power and volume up keys till it reboot.
SCREENSHOT: Holding down the power button now brings you a different menu compared to Android 2.3.7. Most users will probably notice that the ‘Take screenshot’ option has disappeared. Android ICS now allows you to take screenshots by holding down the power button and volume down button at the same time.