Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- VNC Server
- took a long time to find a solution: <code>#!/bin/bash [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartu... Also in ~/.vnc/xstartup, only: <code> #!/bin/bash unset SESSION_MANAGER startxfce4 & </code... default shell seems to be sh (/bin/sh), I prefer bash (/bin/bash). To check the current shell, type: ''echo $SHELL''. To use bash simply type ''bash''. To ma
- snapraid @home_server:home_server_setup:other_services
- and configure SnapRAID on Ubuntu Server]] <code bash>apt-get install gcc git make -y cd wget https:/
- Rsync @home_server:home_server_setup:other_services
- ude=.Trash* >tmp.txt'' ++++ ====My web page copy bash batch==== ''sudo vim Myscripts/rsync_shared.sh'' or to run ''sudo bash Myscripts/rsync_shared.sh'' #Note this is a loca... additional batch inputs when run! ++++code| <code bash> #!/bin/bash wwwpath='/home/shared/www/html' workpath='/home/shared/html_kptree.net/' cmd="rsync -ptogu
- BASH Customisation @home_server:home_server_setup:other_services
- {{tag> linux bash alias tar .bash_aliases configure configuration bashrc command script .bashrc history sudo visudo dimmer ps kill nightmode xrandr tar archive "default edito
- SSH Notes @home_server:home_server_setup:other_services
- splayed. The Debian script is very simple: <code bash> #!/bin/sh uname -snrvm </code> ====Ubuntu==== U... server_setup:other_services:index|Start page ^ home_server:home_server_setup:other_services:bash|Next ->
- Back-up Server Old Setup @home_server:home_server_setup:other_services
- to be unmounted ++++Possible mount script| <code bash> #!/bin/bash #input 1 is the proposed mount point if [ -z "$1" ] then exit 11 #no mount point in... ode> ++++ Created script to mount backup1 ''sudo bash ~/Myscripts/mount_backup1.sh'' to run ++++''sudo vim ~/Myscripts/mount_backup1.sh''| <code bash> #!/bin/bash #Script to mount NFS remote Disk1 to
- Commonly used commands and scripts @home_server:home_server_setup:other_services
- p?id=home_server:home_server_setup:other_services:bash|BASH Customisation]] Linux requires the package xsel, ''sudo apt install xsel'' Some raw xsel example... xt To create the command short cuts: *''vim ~/.bash_aliases'' and add the following lines: *''%%... ='xsel --output --clipboard'%%'' After adjusting bash setting run ''source ~/.bashrc'' to update config