Pages
Read before running Storage Spaces in Windows Server
Read THIS before running Storage Spaces in Windows Server.
When creating a virtual disk set the WriteCacheSize to 10GB or more, after a virtual disk is created, its WriteCacheSize can’t be modified.
Read THIS!
Aditional reading:
Storage Spaces – Designing for Performance
Posted in Windows Server
Tagged before, Read, running, Storage Spaces, Windows Server
Leave a comment
Install Webmin (ver.2)
open the sources.list file
sudo nano /etc/apt/sources.list
…add the following lines to the end of the file:
deb http://download.webmin.com/download/repository sarge contrib deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib
…add the Webmin GPG key to apt, so the source repository you added will be trusted.
wget -q http://www.webmin.com/jcameron-key.asc -O- | sudo apt-key add -
…update apt-get’s package lists.
sudo apt-get update
…install Webmin.
sudo apt-get install webmin
Open this URL in your web browser (substitute the IP address): https://server_IP_address:10000
Posted in Linux, Ubuntu 14.04 lts
Leave a comment
SuperPutty not starting up
Go to - C:\Users\<your username>
and delete : SuperPutty.settings file
Posted in Windows
Tagged not starting up, putty, putty settings, settings, starting up, superputty
Leave a comment
Update Freenas CLI
freenas-update check
freenas-update update
shutdown -r now
Posted in Uncategorized
Leave a comment
How to Speedtest your Linux Server
wget -O speedtest-cli https://raw.github.com/sivel/speedtest-cli/master/speedtest_cli.py
chmod +x speedtest-cli
./speedtest-cli
Posted in Linux, Ubuntu 12.04 lts, Ubuntu 14.04 lts, Ubuntu Server
Tagged linux, server, speedtest, ubuntu
Leave a comment
CyanogenMod – delete log files ( space problem )
You can delete the log files using the Terminal Emulator app that comes with CyanogenMod:
1. Get superuser access:
su -
(and allow access when prompted).
2. Change current directory:
cd /data/log
3. (optional) You can see how much space (in KB) is being used by log files with this command:
du -k
4. (optional) If you want to see the names of the log files:
ls
5. Delete log files with
rm *.log
6. End superuser session:
exit
7. End terminal session:
exit
Posted in Android, Linux
Tagged CyanogenMod, delete, log files, running out of space, space problem
Leave a comment
Windows Super Control Panel
Rename the folder by pasting this name exactly as it appears (copy it first):
ControlPanelGod.{ED7BA470-8E54-465E-825C-99712043E01C}
Install ffmpeg – Ubuntu Server
sudo apt-add-repository ppa:jon-severinsson/ffmpeg sudo apt-get update sudo apt-get install ffmpeg
Full Access to a folder in Ubuntu Server
sudo chmod 7777 /...path to folder
rtorrent – Wrong Disk Space
sudo nano /var/www/rutorrent/conf/config.php
edit : $topDirectory = ‘/home/rtorrent/’; // Upper available directory. Absolute path with trail slash.
Posted in Linux, RTorrent, Ubuntu Server, Uncategorized
Tagged RTorrent, Ubuntu Server, Wrong Disk Space
Leave a comment