User contributions for Rdswikiadmin

From Realm Business Systems
A user with 85 edits. Account created on 14 December 2025.
Jump to navigationJump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

6 January 2026

  • 12:0912:09, 6 January 2026 diff hist +21,183 N SMEServer Nextcloud Created page with "Copied from; https://wiki.koozali.org/Nextcloud {{Languages}} <!-- here we define the contrib name variable --> <!-- we get the page title, remove suffix for translated version; if needed you can define there with the value you want--> {{#vardefine:contribname| {{lc: {{#titleparts: {{BASEPAGENAME}} |1}} }} }} {{#vardefine:smecontribname| smeserver-{{lc: {{#titleparts: {{BASEPAGENAME}} |1}} }} }} <!-- we define the language --> {{#vardefine:lang| {{lc: {{#titleparts..." current
  • 11:3111:31, 6 January 2026 diff hist +16,215 N SMEServer PHP Created page with "Copied from; https://wiki.koozali.org/PHP {{Languages|PHP}} Starting with SME 10, the '''php''' module is no longer used for httpd. Instead we rely on '''php-fpm''' which can enable every available version of php. By default we provide the following versions: *54 (maintained by Red-Hat up to CentOS 7 EOL: 30 Jun 2024). *55,56,70,71,72 (Note: unsupported!). *73 (supported up to 6 Dec 2021). *74 (supported up to 28 Nov 2022). *80 (supported up to 26 Nov 2023). <br />..." current

26 December 2025

21 December 2025

  • 06:5706:57, 21 December 2025 diff hist +8 Disk Maintenance Format Disk current
  • 06:5506:55, 21 December 2025 diff hist +532 N Windows Created page with " ===Windows=== Win7 enable administrator run cmd as administrator net user administrator /active:yes MS nonpresent devices set devmgr_show_nonpresent_devices=1 start devmgmt.msc This will repair your TCP/IP settings and LSPs netsh winsock reset catalog powercfg.exe -h off Pagefile information is stored in the registry as a multi_string HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management Double click PagingFiles ===WIN10 F8..." current
  • 06:5106:51, 21 December 2025 diff hist +1,463 N TaxCalcHub Created page with " ===Moving the database=== Backup within the program (Administration > Database > Backup) When installed on the other machine restore the backup. The other additional computers might detect there is another database available to connect to but will pick up 2 databases whilst the current database remains on the machine it is on at the moment. When you are happy the data has restored successfully remove the full installation from the old machine: 1. Go to Start > C..." current
  • 06:4806:48, 21 December 2025 diff hist +1,284 N Mac Reset Password Single User Created page with "==Change Password in Mac OS X Single User Mode== Enter Single User Mode. Reboot the Mac and hold down Command+S at boot to enter into the command line. Run two commands in order to make filesystem changes. The first command checks the Mac OS X filesystem for errors and fixes them. fsck -fy The next command mounts the root Mac OS X drive as writable, allowing you to make changes to the filesystem: mount -uw / After the filesystem is mounted, you can reset any users pas..." current
  • 06:4606:46, 21 December 2025 diff hist +1,066 N Debian Sudo Created page with " apt-get install sudo SVR:/etc# cat sudoers # # This file MUST be edited with the 'visudo' command as root. # # Please consider adding local content in /etc/sudoers.d/ instead of # directly modifying this file. # # See the man page for details on how to write a sudoers file. # Defaults env_reset Defaults mail_badpass Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" # Host alias specification # User alias specificati..." current
  • 06:4506:45, 21 December 2025 diff hist +321 N Debian APT Created page with " =Check for unused packages= dpkg -l | awk '/^rc/ { print $2 }' apt-get purge xxx apt-mark hold smartmontools ALL in one go; apt-get purge $(dpkg -l | awk '/^rc/ { print $2 }') dpkg --get-selections | grep 'hold$' apt-mark unhold openssh-server apt-mark unhold net-tools apt-mark unhold bridge-utils" current
  • 06:4306:43, 21 December 2025 diff hist +5,906 N DNS Record Types Created page with "== Resource Records == {| class="wikitable sortable" |- ! |Code ! |Number ! width="90pt"|Defining RFC ! class="unsortable"|Description ! class="unsortable"|Function |- | <div id="A"/>A |1 |RFC 1035 | '''address record'''|| Returns a 32-bit IPv4 address, most commonly used to map hostnames to an IP address of the host, but also used for DNSBLs, storing subnet masks in RFC 1101, etc. |- | <div id="AAAA"/>AAAA |28 |RFC 3596 | '''IPv6 address record'''|| Returns a 128-bit I..." current
  • 06:4106:41, 21 December 2025 diff hist +4,998 N BT codes Created page with "B. T. NETWORK SERVICE CODES FOR SELECT SERVICES ADSL Line Reset (line_no.)@startup_domain / any password - not null ADSL Performance http://www.speedtester.bt.com enter tel. no. then ADSL login ADSL Speed Test (fixed speed only) speedtest@speedtest_domain / any password - not null visit http://www.speedtester.bt.com, enter your telephone number ADSL Test bt_test@startup_domain / (password ignored) visit http://www.bt.net/digitaldemo Anonymous Call Rejection..." current
  • 06:4006:40, 21 December 2025 diff hist +7,010 N Disk Maintenance Created page with " ===Burn ISO to USB=== dd if=xxx.iso of=/dev/sdc bs=64K sync ===dd copy continue on errors=== dd if=/dev/sda conv=noerror,sync of=/dev/sdb bs=64K ===ddrescue=== ddrescue -d -f -r3 /dev/sda /dev/sdb -b8192 In this example rescue /dev/sda to /dev/sdb ## No need to partition /dev/sdb beforehand, but if the partition table on /dev/sda ## ## is damaged, you will need to recreate it somehow on /dev/sdb. ## ddrescue -f -n /dev/sda /dev/sdb logfile ddres..."
  • 06:3906:39, 21 December 2025 diff hist +2,584 N Apcupsd Created page with " Configuration Directives Used to Set the UPS EEPROM These directives have no effect on the operation of apcupsd but are reserved for use by apctest when bulk programming the values of the UPS EEPROM configuration variables in a Smart-UPS model. UPSNAME <string> Name of UPS. Maximum of 8 characters. BATTDATE [ mm/dd/yy | dd/mm/yy ] Last battery replacement date. Maximum of 8 characters. SENSITIVITY [ H | M | L ] H : High (most sensitive setting) M : Me..." current

16 December 2025

15 December 2025

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)