KPTree Wiki

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Starts with
  • Exact match
  • Starts with
  • Ends with
  • Contains
@home_server:home_server_setup
  • Any namespace
  • home_server:home_server_setup:other_services (6)
Past year
  • Any time
  • Past week
  • Past month
  • Past year
Sort by last modified
  • Sort by hits
  • Sort by last modified

Matching pagenames:

  • BASH Customisation

Fulltext results:

VNC Server
7 Hits, Last modified: 7 weeks ago
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
1 Hits, Last modified: 5 months ago
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
16 Hits, Last modified: 6 months ago
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
74 Hits, Last modified: 6 months ago
{{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
2 Hits, Last modified: 6 months ago
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
24 Hits, Last modified: 6 months ago
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
6 Hits, Last modified: 6 months ago
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