I hereby claim:
- I am nadeemkhan on github.
- I am nadeemkhan (https://keybase.io/nadeemkhan) on keybase.
- I have a public key ASAW5M_cAC31nfqSrwbkupMfPEe9epoOz3lxsXkNVRPzmAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| import java.util.*; | |
| import java.io.*; | |
| import java.security.*; | |
| public class ChangePassword | |
| { | |
| private final static JKS j = new JKS(); | |
| public static void main(String[] args) throws Exception | |
| { |
| { | |
| "array":[ | |
| { | |
| "messageId":"1", | |
| "userId":"5", | |
| "userName":"cp", | |
| "userImgUrl":"./assets/user.jpg", | |
| "toUserId":"210000198410281948", | |
| "toUserName":"nk", | |
| "userAvatar":"https://www.talentswag.com/assets/uploads/users/profile/profile_5_1528357916.png", |
| :: UPDATE YUM :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
| sudo yum update -y | |
| :: INSTALL WEBSERVER ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
| sudo yum install httpd24 | |
| sudo service httpd start | |
| sudo chkconfig httpd on | |
| chkconfig --list httpd |
I hereby claim:
To claim this, I am signing this object:
| 2017-11-16 11:24:57.823498+0530 Viddiflash[6666:5492122] API error: <_UIKBCompatInputView: 0x104f292a0; frame = (0 0; 0 0); layer = <CALayer: 0x1c422c8a0>> returned 0 width, assuming UIViewNoIntrinsicMetric | |
| 2017-11-16 11:24:57.823700+0530 Viddiflash[6666:5492122] API error: <_UIKBCompatInputView: 0x104f292a0; frame = (0 0; 0 0); layer = <CALayer: 0x1c422c8a0>> returned 0 width, assuming UIViewNoIntrinsicMetric | |
| 2017-11-16 11:24:57.881862+0530 Viddiflash[6666:5492122] [LayoutConstraints] Unable to simultaneously satisfy constraints. | |
| Probably at least one of the constraints in the following list is one you don't want. | |
| Try this: | |
| (1) look at each constraint and try to figure out which you don't expect; | |
| (2) find the code that added the unwanted constraint or constraints and fix it. | |
| (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints) | |
| ( | |
| "<NSAutoresizingMaskLayoutConstraint:0 |
| default 11:38:36.736463 +0530 Twist [0x7fad62a1fc00] Created session | |
| default 11:38:36.736847 +0530 Twist [0x7fad62a12200] Created session | |
| default 11:38:36.737185 +0530 Twist [0x7fad62b53400] Created session | |
| default 11:38:36.755557 +0530 Twist [0x7fad629c5000] Created session | |
| default 11:38:36.764288 +0530 Twist [0x7fad62a12200] Releasing session | |
| default 11:38:36.764409 +0530 Twist [0x7fad62a1fc00] Releasing session | |
| default 11:38:36.774332 +0530 Twist [0x7fad629c5000] Decoding: C0 0x00230023 0x0000304A 0x22111100 0x00000000 1156 | |
| default 11:38:36.774376 +0530 Twist [0x7fad629c5000] Options: 35x35 [FFFFFFFF,FFFFFFFF] 0001D060 | |
| default 11:38:36.774460 +0530 Twist [0x7fad629c5000] Decoding completed without errors | |
| default 11:38:36.777177 +0530 Twist [0x7fad62b53400] Decoding: C0 0x003C003C 0x0000304A 0x22111100 0x00000000 1575 |
| #!/bin/sh | |
| # Based on instructions found here: http://wiki.razuna.com/display/ecp/FFMpeg+Installation+on+CentOS+and+RedHat#FFMpegInstallationonCentOSandRedHat-InstallX264 | |
| if [ "`/usr/bin/whoami`" != "root" ]; then | |
| echo "You need to execute this script as root." | |
| exit 1 | |
| fi | |
| cat > /etc/yum.repos.d/centos.repo<<EOF |