top of page
Search
Piwigo Install & Setup Linux Server
Note: Sync Issues - add the following code to .php files ini_set('memory_limit','1000M'); ini_set('max_execution_time', 10000); Steps for...

Chris Speed
Nov 23, 20201 min read
49
0
Surf Shark - Commands
1. Startup: sudo surfshark-vpn 2. Status: sudo surfshark-vpn status 3. Disconnect: sudo surfshark-vpn down 4. Quick-connect: sudo...

Chris Speed
May 25, 20201 min read
10
0
How to Add an Existing User Account to a Group in Linux
usermod -a -G examplegroup exampleusername usermod -a -G sudo plex

Chris Speed
Apr 29, 20201 min read
17
0
SFTP server with VSFTPD
$ sudo apt install ssh $ sudo nano /etc/ssh/sshd_config and append the following to the end of the file: Match group sftp ...

Chris Speed
Apr 29, 20201 min read
35
0
vsftpd - Kubuntu ftp client
------------- On SystemD ------------- # systemctl start vsftpd # systemctl stop vsftpd # systemctl enable vsftpd...

Chris Speed
Apr 24, 20201 min read
20
0
How To Find The Process ID Of A Program And Kill It
ps aux | grep -i x11vnc sudo kill -9 process_id Reference: It's FOSS. "How To Find The Process ID Of A Program And Kill It.",...

Chris Speed
Apr 24, 20201 min read
7
0
Virtual Box: Install & How to Commands
Update the package lists for upgrades and new package installations: sudo apt update Install necessary dependencies: sudo apt install -y...

Chris Speed
Sep 9, 20191 min read
35
0
Virtual Box: Error: Cannot register the hard disk already exists
This fixes the error when a vm won't start and the following message is seen - "Cannot register the hard disk already exists". VBoxManage...

Chris Speed
Aug 9, 20191 min read
13
0
SNES Kubuntu Install
sudo apt-get install zsnes QJoyPad - https://debian.pkgs.org/10/debian-main-amd64/qjoypad_4.1.0-2.1_amd64.deb.html

Chris Speed
Jul 31, 20191 min read
3
0
bottom of page