In this article, we'll go over how you can use SSH to mitigate the risk of data lose that comes from using the same private key for all the servers you manage.
Christopher continues building the Laravel Social Network project by fully implementing Stream functionality with follows, friending, and notifications.
Muestra los procesos que usen el puerto 80
lsof -i :8081
Cuando lo encuentres matalo de la siguiente manera:
kill -9 <PID>
_configureScene(route){
switch (route.name) {
case 'CONTENT_VIEW':
return Navigator.SceneConfigs.HorizontalSwipeJump
break;
case 'PUBLIC_FEED':
return {
...Navigator.SceneConfigs.HorizontalSwipeJump,
gestures: {
pop: {},
},
}
break;
}
};
render() {
return (
<Navigator
ref={ ref => this.navigator = ref }
initialRoute={ { name: 'LOGIN_FORM' } }
configureScene={ this._configureScene }
renderScene={(route, navigator) => {
cd /var/vmail/vmail1/example.com/p/a/u/username-2005.09.20.12.30.07/Maildir
find . -type f | grep -E ',[^,]*S[^,]*$' # finds all readed
find . -type f | grep -vE ',[^,]*S[^,]*$' # find all unreaded
find . -type f | grep -vE ',[^,]*S[^,]*$' | wc -l # count them
find . -type f | grep -vE ',[^,]*S[^,]*$' | xargs rm # remove them