This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
H+oKxntDc984C2nGLNdxCVUtWK7qW/ebpEXG |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt update | |
sudo apt install apache2 -y | |
sudo ufw app list | |
sudo ufw app info "Apache Full" | |
sudo ufw allow in "Apache Full" | |
sudo apt install mysql-server -y | |
sudo mysql_secure_installation | |
sudo apt install php libapache2-mod-php php-mysql php-cli -y | |
sudo systemctl restart apache2 | |
sudo systemctl status apache2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ahitl><aiwkf><ay><ak dqkao="1246"><p> </p><p>tl pyézqklva kl th yépbitqxbl,</p><p>cb th jwvzaqabaqwv, vwahuulva zlz hyaqjtlz 34, 35, 53, 54, 58, 59, 63, 65, 119, 122, 125/2, 126 la 132 ;</p><p>cb th jwvclvaqwv ylthaqcl hbe kywqaz kl t’lvmhva, hkwpaél phy t’hzzluitél névéyhtl klz vhaqwvz bvqlz tl 20 vwcluiyl 1989, yhaqmqél, hclj kéjthyhaqwvz qvalypyéahaqclz, phy kéjyla pyézqklvaqlt v° 92-461 kb 19 kéjluiyl 1992 ;</p><p>cb th johyal hmyqjhqvl klz kywqaz la kb iqlv-êayl kl t’lvmhva, hkwpaél à hkkqz hiéih, lv rbqttla 1990 ; yhaqmqél phy kéjyla pyézqklvaqlt v° 03-242 kb 8 rwbuhkh lt wbth 1424 jwyylzpwvkhva hb 8 rbqttla 2003 ;</p><p> </p><p>cb tl pywawjwtl mhjbtahaqm à th jwvclvaqwv ylthaqcl hbe kywqaz kl t’lvmhva jwvjlyvhva th clval k’lvmhvaz, th pywzaqabaqwv klz lvmhvaz la th pwyvwnyhpoql ulaahva lv zjèvl klz lvmhvaz, hkwpaé à vld fwys tl 25 uhq 2000, yhaqmqé phy kéjyla pyézqklvaqlt v° 06-299 kb 9 johâihvl 1427 jwyylzpwvkhva hb 2 zlpaluiyl 2006 ;</p><p> </p><p>cb tl pywawjwtl mhjbtahaqm à th jwvclvaqwv ylthaqcl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System.register('locale',[],function(_export){return{execute:function(){_export('default',function(app){app.translator.translations={"flarum-lock.forum.badge.locked_tooltip":"Locked","flarum-lock.forum.discussion_controls.lock_button":"Lock","flarum-lock.forum.discussion_controls.unlock_button":"Unlock","flarum-lock.forum.notifications.discussion_locked_text":"{username} locked","flarum-lock.forum.post_stream.discussion_locked_text":"{username} locked the discussion.","flarum-lock.forum.post_stream.discussion_unlocked_text":"{username} unlocked the discussion.","flarum-lock.forum.settings.notify_discussion_locked_label":"Someone locks a discussion I started","flarum-auth-facebook.forum.log_in.with_facebook_button":"Log In with Facebook","flarum-sticky.forum.badge.sticky_tooltip":"Sticky","flarum-sticky.forum.discussion_controls.sticky_button":"Sticky","flarum-sticky.forum.discussion_controls.unsticky_button":"Unsticky","flarum-sticky.forum.post_stream.discussion_stickied_text":"{username} stickied the discuss |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ui_print | |
script succeeded: result was [ E:unknown command []] | |
I:Updater process ended with RC=0 | |
I:Legacy property environment disabled. | |
Updating partition details... | |
I:Data backup size is 13MB, free: 3870MB. | |
I:Unable to mount '/external_sd' | |
I:Actual block device: '', current file system: 'auto' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git rm -r --cached path_to_your_folder/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/4d6158a1-b601-428c-aad4-a1716e76de1a/install-sql-server-problem?forum=sqlexpress |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To work around this issue, we suggest you to re-install SQL Server Express, and you can try the following steps: | |
1. Uninstall the existing SQL Server 2008 R2 Express and all the components from the control panel. | |
2. Backup the registry. | |
3. Delete the following keys in regedit: | |
--HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server | |
--HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer | |
4. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and delete all the sub-keys referencing SQL Server. | |
5. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and delete all the keys referencing SQL Server. | |
6. Rename all the SQL Server folders in the computer. | |
7. Reboot the machine. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:app="http://schemas.android.com/apk/res-auto" | |
xmlns:tools="http://schemas.android.com/tools" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
android:orientation="vertical" | |
tools:context="com.example.seddik.myapplication.MainActivity"> | |
<LinearLayout |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://moonbit.co.in/?ref=f14d145d36ca |
NewerOlder