cisco switch helpful commands
by
zemerdon »
Sun Oct 05, 2025 4:17 pm
» in
Cisco
backup config tftp
copy running-config tftp:
cisco show ip
show ip int
console connect
sudo screen /dev/ttyUSB0 9600
remove stack members...
0 Replies
64577 Views
Last post by zemerdon
Sun Oct 05, 2025 4:17 pm
helpful linux commands
Replies: 1
by
zemerdon »
Sat Jun 21, 2025 5:45 am
» in
Linux
netstat dont list unix sockets
netstat -na --inet --inet6
find processes using mount point
sudo fuser -mv /mount/point
watch with pipe...
1 Replies
74960 Views
Last post by zemerdon
Tue Dec 09, 2025 4:15 pm
update workaround
Replies: 1
by
admin »
Fri Feb 06, 2026 5:21 pm
If the verification fails, the .step file contains something like “{“state”:“start”,“step”:5}”. Deletion of the file allows only to start the update...
1 Replies
2513 Views
Last post by admin
Fri Feb 06, 2026 5:27 pm
generate thumbnails
by
zemerdon »
Tue Oct 14, 2025 7:07 pm
install 'Preview Generator' app in nextcloud.
append the following to the config.php
'enabledPreviewProviders' =>
array (
0 =>...
0 Replies
4156 Views
Last post by zemerdon
Tue Oct 14, 2025 7:07 pm
php-updater script to fix occ
by
zemerdon »
Tue Oct 14, 2025 6:25 pm
this script fixed multiple errors after updating nextcloud.
sudo wget -qO php-update
#!/usr/bin/env -S LC_CTYPE=C.UTF-8 LC_MESSAGES=C bash
#...
0 Replies
4105 Views
Last post by zemerdon
Tue Oct 14, 2025 6:25 pm
CURRENT redis config
by
zemerdon »
Sun May 14, 2023 6:27 pm
/var/www/html/nextcloud/config/config.php
'installed' => true,
'filelocking.enabled' => false,
'memcache.local' => '\OC\Memcache\Redis',...
0 Replies
63755 Views
Last post by zemerdon
Sun May 14, 2023 6:27 pm
file locking 2
by
zemerdon »
Sun May 14, 2023 10:38 am
You can’t access files because they are locked and you find such errors in your logfile:
{ reqId : 0DijSqEkfOg2iyh9VD8J , remoteAddr : xx.xx.xx.xx ,...
0 Replies
30426 Views
Last post by zemerdon
Sun May 14, 2023 10:38 am
file locking
by
zemerdon »
Sun May 14, 2023 10:36 am
I figured it out!
For anyone who was having problems diagnosing file locking and Redis, hit this endpoint (as an admin) and see what it says:...
0 Replies
30594 Views
Last post by zemerdon
Sun May 14, 2023 10:36 am
0 Replies
30690 Views
Last post by zemerdon
Mon May 08, 2023 10:28 am
add files manually
by
zemerdon »
Mon May 08, 2023 9:33 am
First give permissions:
chown -R www-data:www-data
And then do the scan
cd path/to/occ/file
sudo -u www-data php occ files:scan --all
Did you...
0 Replies
30798 Views
Last post by zemerdon
Mon May 08, 2023 9:33 am
disable upload limit
by
zemerdon »
Tue Apr 25, 2023 3:45 pm
I figure out how to use http and php to upload a 10G file.
php.ini:
post_max_size = 0
upload_max_filesize = 0
It works in php 5.3.10.
if you do...
0 Replies
31075 Views
Last post by zemerdon
Tue Apr 25, 2023 3:45 pm
install nextcloud
by
zemerdon »
Mon Apr 24, 2023 7:01 pm
Step 1: Install MariaDB database server
A database server is an essential component of NextCloud. Install it on Debian using the commands below....
0 Replies
30860 Views
Last post by zemerdon
Mon Apr 24, 2023 7:01 pm
Nextcloud VM Setup
by
zemerdon »
Sun Apr 16, 2023 9:06 am
Import the vmdk disk file with the correct format (vmdk) : qm importdisk 101 Nextcloud-AIO-disk001.vmdk volume1 -format vmdk
Change the BIOS setting...
0 Replies
31357 Views
Last post by zemerdon
Sun Apr 16, 2023 9:06 am
Forum permissions
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum