СРБИЈА ДИСКОРД
ПОЗИВНИЦА ЗА СРБИЈА ДИСКОРД!
СРБИЈА ДИСКОРД
ПОЗИВНИЦА ЗА СРБИЈА ДИСКОРД!
sudo apt update
sudo apt install apache2
sudo systemctl enable apache2
sudo systemctl start apache2
sudo systemctl status apache2
sudo apt install mariadb-server
sudo mysql_secure_installation
sudo systemctl enable mariadb
sudo systemctl start mariadb
sudo systemctl status mariadb
sudo apt install php libapache2-mod-php php-mysql
sudo systemctl restart apache2
echo "<?php phpinfo(); ?>" | sudo tee /var/www/html/index.php
sudo ufw status
sudo ufw allow 80/tcp
sudo ufw allow 443/tcp
sudo ufw reload
sudo ufw status
sudo apt update
sudo apt install phpmyadmin
sudo nano /etc/apache2/apache2.conf
+
Include /etc/phpmyadmin/apache.conf
sudo systemctl restart apache2
sudo nano /usr/share/phpmyadmin/.htaccess
+
AuthType Basic
AuthName "Restricted Access"
AuthUserFile /etc/phpmyadmin/.htpasswd
Require valid-user
sudo htpasswd -c /etc/phpmyadmin/.htpasswd pma
sudo nano /etc/phpmyadmin/apache.conf
<Directory /usr/sare/phpmyadmin>
+
AllowOverride All
sudo systemctl restart apache2
Begin by checking whether the association is already configured:
C:\MyRuby>assoc .rb File association not found for extension .rb
Assuming that the association is not already configured, take the following steps to complete the configuration:
C:\MyRuby>assoc .rb=rbFile
Check to see if the file type rbfile already exists:
C:\MyRuby>ftype rbfile File type 'rbfile' not found or no open command associated with it.
Assuming it does not already exist (be sure to substitute the path to your Ruby installation in the following command):
C:\MyRuby>ftype rbfile="D:\Ruby\bin\ruby.exe" "%1" %*
Verify the setting:
C:\MyRuby>ftype rbfile rbfile="D:\ruby\bin\ruby.exe" "%1" %*
Add .rb to the PATHEXT environment variable as follows:
C:\MyRuby>set PATHEXT=.rb;%PATHEXT%
Once the above settings are configured simply run the program by typing the filename at the command prompt (the .rb filename extension is not required):
C:\MyRuby> hello Hello Ruby
The above steps can be placed in your Autoexec.bat file if you would like this association made every time you reboot your system.
https://en.wikipedia.org/wiki/AUTOEXEC.BAT
https://www.techotopia.com/index.php/Ruby_Essentials
https://www.ruby-lang.org/en/documentation/
https://www.codeproject.com/Tips/746102/Computer-Talker-with-Csharp
deb http://deb.debian.org/debian/ bookworm main contrib non-free-firmware
CODE: SELECT ALL
sudo apt install software-properties-common
CODE: SELECT ALL
sudo apt-add-repository contrib non-free-firmware
CODE: SELECT ALL
# dmesg | grep -i firmware
How to connect to Wifi using NetworkManager in Arch Linux
nmcli d
DEVICE
wlp2s0 wifi disconnected ---
-------
-------
nmcli r wifi on
nmcli d wifi list
IN-USE BSSID SSID ------
E4:26:86:A8:EC:D6 MyHome -----
nmcli d wifi connect MyHome password *******
c:\11111111\popravka.cmd
echo %date:~-4%%date:~3,2%%date:~0,2%%time:~0,2%%time:~3,2%%time:~6,2% >> c:\11111111\res.txt 2>&1
path c:\11111111
taskkill /F /IM msedge.exe
taskkill /F /IM MicrosoftEdgeUpdate.exe
taskkill /F /IM Cortana.exe
taskkill /F /IM RuntimeBroker.exe
taskkill /F /IM AdobeCollabSync.exe
taskkill /F /IM armsvc.exe
taskkill /F /IM SearchFilterHost.exe
taskkill /F /IM SearchProtocolHost.exe
taskkill /F /IM SearchIndexer.exe
taskkill /F /IM chrome.exe
taskkill /F /IM YourPhone.exe
del C:\Windows\prefetch\* /s /q >> c:\11111111\res.txt 2>&1
del C:\Windows\Temp\* /s /q >> c:\11111111\res.txt 2>&1
del %LOCALAPPDATA%\Temp\* /s /q >> c:\11111111\res.txt 2>&1
del C:\Windows\SoftwareDistribution\Download\* /s /q >> c:\11111111\res.txt 2>&1
pause
S vremena na vreme pogledajte u c:\11111111\res.txt da bi videli kakvo se sve smeće uklanja iz keša Windowsa ovom korisnom skriptom. Ne brinite, keš Windowsa ne sadrži ništa bitno.